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

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 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, .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; }

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

.text-warning {
  color: #fff; }

.text-danger {
  color: #fff; }

.text-success {
  color: #fff; }

.text-info {
  color: #fff; }

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

.text-right, #cart_summary tbody td.cart_unit, #cart_summary tbody td.cart_total {
  text-align: right; }

.text-center, #cart_summary thead th.cart_product, #cart_summary tbody td.cart_product, #cart_summary tbody td.cart_avail, #cart_summary tbody td.cart_delete {
  text-align: center; }

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

h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px; }

h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px; }

h1, .h1 {
  font-size: 33px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

h1 small, .h1 small {
  font-size: 23px; }

h2 small, .h2 small {
  font-size: 17px; }

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 13px; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee; }

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

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

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

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre.prettyprint {
    margin-bottom: 18px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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,
header .row #header_logo,
.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,
  header .row #header_logo,
  .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, header .row #header_logo {
    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%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 18px; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 9px 8px 11px 18px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d6d4d4; }
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #d6d4d4; }
  .table .table {
    background-color: #fff; }

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #d6d4d4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #d6d4d4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c; }

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-control:-moz-placeholder {
  color: #999999; }
.form-control::-moz-placeholder {
  color: #999999; }
.form-control:-ms-input-placeholder {
  color: #999999; }
.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 44px;
  line-height: 44px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label {
  color: #fff; }
.has-warning .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #fe9126; }

.has-error .help-block,
.has-error .control-label {
  color: #fff; }
.has-error .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #f3515c; }

.has-success .help-block,
.has-success .control-label {
  color: #fff; }
.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #55c65e; }

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .form-group {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }

.btn-success {
  color: #fff;
  background-color: #46a74e;
  border-color: #3e9546; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #3a8a41;
    border-color: #2c6a31; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a8a41;
    border-color: #2c6a31; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #46a74e;
    border-color: #3e9546; }

.btn-info {
  color: #fff;
  background-color: #5192f3;
  border-color: #3983f1; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5192f3;
    border-color: #3983f1; }

.btn-link {
  color: #777;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #515151;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: ""; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #428bca; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.btn-default .caret {
  border-top-color: #333; }
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #333; }
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-toolbar:after {
  clear: both; }
.btn-toolbar .btn-group {
  float: left; }
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d4d4;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #777; }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 5px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    margin-right: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff; }

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

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

.tab-content > .active,
.pill-content > .active {
  display: block; }

.nav .caret {
  border-top-color: #777;
  border-bottom-color: #777; }

.nav a:hover .caret {
  border-top-color: #515151;
  border-bottom-color: #515151; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  z-index: 1030;
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; }

.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 8px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 16px;
          padding-bottom: 16px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px; }

.navbar-text {
  float: left;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .navbar-text {
      margin-left: 15px;
      margin-right: 15px; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ccc; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e6e6e6; }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #555;
      border-bottom-color: #555; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #f6f6f6; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #f6f6f6; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.btn .badge {
  position: relative;
  top: -1px; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #777;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

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

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #777; }

.thumbnail > img {
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #777777; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #55c65e;
  border-color: #48b151;
  color: #fff; }
  .alert-success hr {
    border-top-color: #419f49; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #5192f3;
  border-color: #4b80c3;
  color: #fff; }
  .alert-info hr {
    border-top-color: #3d73b7; }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #fe9126;
  border-color: #e4752b;
  color: #fff; }
  .alert-warning hr {
    border-top-color: #da681c; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #f3515c;
  border-color: #d4323d;
  color: #fff; }
  .alert-danger hr {
    border-top-color: #c32933; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #46a74e; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-info {
  background-color: #5192f3; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table {
  margin-bottom: 0; }
.panel > .panel-body + .table {
  border-top: 1px solid #d6d4d4; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden; }
  .panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
  border-bottom: 0; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd; }
.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #428bca; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #48b151; }
  .panel-success > .panel-heading {
    color: #fff;
    background-color: #55c65e;
    border-color: #48b151; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #48b151; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #48b151; }

.panel-warning {
  border-color: #e4752b; }
  .panel-warning > .panel-heading {
    color: #fff;
    background-color: #fe9126;
    border-color: #e4752b; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #e4752b; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #e4752b; }

.panel-danger {
  border-color: #d4323d; }
  .panel-danger > .panel-heading {
    color: #fff;
    background-color: #f3515c;
    border-color: #d4323d; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d4323d; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d4323d; }

.panel-info {
  border-color: #4b80c3; }
  .panel-info > .panel-heading {
    color: #fff;
    background-color: #5192f3;
    border-color: #4b80c3; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #4b80c3; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #4b80c3; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
.hidden {
  display: none !important;
  visibility: hidden !important; }

.visible-xs {
  display: none !important; }

tr.visible-xs {
  display: none !important; }

th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

tr.visible-print {
  display: none !important; }

th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print {
    display: none !important; }

  tr.hidden-print {
    display: none !important; }

  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon, [class^="icon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

.icon-fw {
  width: 1.28571em;
  text-align: center; }

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

.icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .icon-li.icon-lg {
    left: -1.85714em; }

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.icon.pull-left, .pull-left[class^="icon-"] {
  margin-right: .3em; }
.icon.pull-right, .pull-right[class^="icon-"] {
  margin-left: .3em; }

.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.icon-stack-1x {
  line-height: inherit; }

.icon-stack-2x {
  font-size: 2em; }

.icon-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: ""; }

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

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

.icon-envelope-o:before, .icon-envelope-alt:before {
  content: ""; }

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

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

.icon-star-o:before, .icon-star-empty:before {
  content: ""; }

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

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

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

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

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

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

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

.icon-search-plus:before, .icon-zoom-in:before {
  content: ""; }

.icon-search-minus:before, .icon-zoom-out:before {
  content: ""; }

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

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

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

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

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

.icon-file-o:before, .icon-file-alt:before {
  content: ""; }

.icon-clock-o:before, .icon-time:before {
  content: ""; }

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

.icon-download:before, .icon-download-alt:before {
  content: ""; }

.icon-arrow-circle-o-down:before, .icon-download:before, .icon-download-alt:before {
  content: ""; }

.icon-arrow-circle-o-up:before, .icon-upload:before, .icon-upload-alt:before {
  content: ""; }

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

.icon-play-circle-o:before, .icon-play-circle:before, .icon-play-sign:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-dedent:before,
.icon-outdent:before,
.icon-indent-left:before {
  content: ""; }

.icon-indent:before, .icon-indent-right:before {
  content: ""; }

.icon-video-camera:before, .icon-facetime-video:before {
  content: ""; }

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

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

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

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

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

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

.icon-share-square-o:before, .icon-share:before, .icon-share-alt:before {
  content: ""; }

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

.icon-arrows:before, .icon-move:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-plus-circle:before, .icon-plus-sign:before {
  content: ""; }

.icon-minus-circle:before, .icon-minus-sign:before {
  content: ""; }

.icon-times-circle:before, .icon-remove-sign:before {
  content: ""; }

.icon-check-circle:before, .icon-ok-sign:before {
  content: ""; }

.icon-question-circle:before, .icon-question-sign:before {
  content: ""; }

.icon-info-circle:before, .icon-info-sign:before {
  content: ""; }

.icon-crosshairs:before, .icon-screenshot:before {
  content: ""; }

.icon-times-circle-o:before, .icon-remove-circle:before {
  content: ""; }

.icon-check-circle-o:before, .icon-ok-circle:before {
  content: ""; }

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

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

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

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

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

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

.icon-expand:before, .icon-resize-full:before {
  content: ""; }

.icon-compress:before, .icon-resize-small:before {
  content: ""; }

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

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

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

.icon-exclamation-circle:before, .icon-exclamation-sign:before {
  content: ""; }

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

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

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

.icon-eye:before, .icon-eye-open:before {
  content: ""; }

.icon-eye-slash:before, .icon-eye-close:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.icon-folder:before, .icon-folder-close:before {
  content: ""; }

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

.icon-arrows-v:before, .icon-resize-vertical:before {
  content: ""; }

.icon-arrows-h:before, .icon-resize-horizontal:before {
  content: ""; }

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

.icon-twitter-square:before, .icon-twitter-sign:before {
  content: ""; }

.icon-facebook-square:before, .icon-facebook-sign:before {
  content: ""; }

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

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

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

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

.icon-thumbs-o-up:before, .icon-thumbs-up-alt:before {
  content: ""; }

.icon-thumbs-o-down:before, .icon-thumbs-down-alt:before {
  content: ""; }

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

.icon-heart-o:before, .icon-heart-empty:before {
  content: ""; }

.icon-sign-out:before, .icon-signout:before {
  content: ""; }

.icon-linkedin-square:before, .icon-linkedin-sign:before {
  content: ""; }

.icon-thumb-tack:before, .icon-pushpin:before {
  content: ""; }

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

.icon-sign-in:before, .icon-signin:before {
  content: ""; }

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

.icon-github-square:before, .icon-github-sign:before {
  content: ""; }

.icon-upload:before, .icon-upload-alt:before {
  content: ""; }

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

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

.icon-square-o:before, .icon-check-empty:before {
  content: ""; }

.icon-bookmark-o:before, .icon-bookmark-empty:before {
  content: ""; }

.icon-phone-square:before, .icon-phone-sign:before {
  content: ""; }

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

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

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

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

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

.icon-rss:before {
  content: ""; }

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

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

.icon-bell:before, .icon-bell-alt:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-arrows-alt:before, .icon-fullscreen:before {
  content: ""; }

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

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

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

.icon-flask:before, .icon-beaker:before {
  content: ""; }

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

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

.icon-paperclip:before, .icon-paper-clip:before {
  content: ""; }

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

.icon-square:before, .icon-sign-blank:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.icon-pinterest-square:before, .icon-pinterest-sign:before {
  content: ""; }

.icon-google-plus-square:before, .icon-google-plus-sign:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-comment-o:before, .icon-comment-alt:before {
  content: ""; }

.icon-comments-o:before, .icon-comments-alt:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

.icon-bell-o:before, .icon-bell:before, .icon-bell-alt:before {
  content: ""; }

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

.icon-cutlery:before, .icon-food:before {
  content: ""; }

.icon-file-text-o:before, .icon-file-text-alt:before {
  content: ""; }

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

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

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

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

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

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

.icon-h-square:before, .icon-h-sign:before {
  content: ""; }

.icon-plus-square:before, .icon-plus-sign-alt:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-circle-o:before, .icon-circle-blank:before {
  content: ""; }

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

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

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

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

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

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

.icon-folder-o:before, .icon-folder-close-alt:before {
  content: ""; }

.icon-folder-open-o:before, .icon-folder-open-alt:before {
  content: ""; }

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

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

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

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

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

.icon-flag-o:before, .icon-flag-alt:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-microphone-slash:before, .icon-microphone-off:before {
  content: ""; }

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

.icon-calendar-o:before, .icon-calendar-empty:before {
  content: ""; }

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

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

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

.icon-chevron-circle-left:before, .icon-chevron-sign-left:before {
  content: ""; }

.icon-chevron-circle-right:before, .icon-chevron-sign-right:before {
  content: ""; }

.icon-chevron-circle-up:before, .icon-chevron-sign-up:before {
  content: ""; }

.icon-chevron-circle-down:before, .icon-chevron-sign-down:before {
  content: ""; }

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

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

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

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

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

.icon-ellipsis-h:before, .icon-ellipsis-horizontal:before {
  content: ""; }

.icon-ellipsis-v:before, .icon-ellipsis-vertical:before {
  content: ""; }

.icon-rss-square:before, .icon-rss-sign:before {
  content: ""; }

.icon-play-circle:before, .icon-play-sign:before {
  content: ""; }

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

.icon-minus-square:before, .icon-minus-sign-alt:before {
  content: ""; }

.icon-minus-square-o:before, .icon-check-minus:before, .icon-collapse-alt:before {
  content: ""; }

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

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

.icon-check-square:before, .icon-check-sign:before {
  content: ""; }

.icon-pencil-square:before, .icon-edit-sign:before {
  content: ""; }

.icon-external-link-square:before, .icon-external-link-sign:before {
  content: ""; }

.icon-share-square:before, .icon-share-sign:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-sort-alpha-asc:before, .icon-sort-by-alphabet:before {
  content: ""; }

.icon-sort-alpha-desc:before, .icon-sort-by-alphabet-alt:before {
  content: ""; }

.icon-sort-amount-asc:before, .icon-sort-by-attributes:before {
  content: ""; }

.icon-sort-amount-desc:before, .icon-sort-by-attributes-alt:before {
  content: ""; }

.icon-sort-numeric-asc:before, .icon-sort-by-order:before {
  content: ""; }

.icon-sort-numeric-desc:before, .icon-sort-by-order-alt:before {
  content: ""; }

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

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

.icon-youtube-square:before, .icon-youtube-sign:before {
  content: ""; }

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

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

.icon-xing-square:before, .icon-xing-sign:before {
  content: ""; }

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

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

.icon-stack-overflow:before, .icon-stackexchange:before {
  content: ""; }

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

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

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

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

.icon-bitbucket-square:before, .icon-bitbucket-sign:before {
  content: ""; }

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

.icon-tumblr-square:before, .icon-tumblr-sign:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-plus-square-o:before, .icon-expand-alt:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

.icon-genderless:before,
.icon-circle-thin:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:hover {
  text-decoration: none; }

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

textarea {
  resize: none; }

#header {
  z-index: 5003; }

.columns-container {
  background: #fff; }

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

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

header {
  z-index: 1;
  position: relative;
  background: #fff;
  padding-bottom: 15px; }
  header .banner {
    background: black;
    max-height: 100%; }
    header .banner .row {
      margin: 0px; }
  header .nav {
    background: #333; }
    header .nav .row {
      margin: 0px; }
    header .nav nav {
      width: 100%; }
  header .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    header .row > .container {
      position: relative; }
    header .row #header_logo {
      padding-top: 15px; }
      @media (max-width: 992px) {
        header .row #header_logo {
          padding-top: 40px; } }
      @media (max-width: 767px) {
        header .row #header_logo {
          padding-top: 15px; }
          header .row #header_logo img {
            margin: 0 auto; } }
  @media (min-width: 767px) {
    header .col-sm-4 + .col-sm-4 + .col-sm-4, header .row #header_logo + .col-sm-4 + .col-sm-4, header .row .col-sm-4 + #header_logo + .col-sm-4, header .row #header_logo + #header_logo + .col-sm-4, header .row .col-sm-4 + .col-sm-4 + #header_logo, header .row #header_logo + .col-sm-4 + #header_logo, header .row .col-sm-4 + #header_logo + #header_logo, header .row #header_logo + #header_logo + #header_logo {
      float: right; } }

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

#center_column .page_product_box h3 {
  color: #555454;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

p.info-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0; }

.dark {
  color: #333; }

.main-page-indent {
  margin-bottom: 15px; }

.alert {
  font-weight: bold; }
  .alert:before {
    cursor: pointer; }
  .alert ul, .alert ol {
    padding-left: 15px;
    margin-left: 27px; }
    .alert ul li, .alert ol li {
      list-style-type: decimal;
      font-weight: normal; }
  .alert.alert-success {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-success:before {
      font-family: "FontAwesome";
      content: "\f058";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      font-family: "FontAwesome";
      content: "\f057";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px;
      float: left; }

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px; }

label {
  color: #333; }
  label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px; }

.unvisible {
  display: none; }

.checkbox {
  line-height: 16px; }
  .checkbox label {
    color: #777777; }

.close {
  opacity: 1; }
  .close:hover {
    opacity: 1; }

input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
  position: relative;
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #cc9900;
  font-weight: bold;
  color: black;
  background: url(../img/bg_bt.gif) repeat-x 0 0 #f4b61b;
  cursor: pointer;
  white-space: normal;
  text-align: left; }

*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
  border: none; }

input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
  text-decoration: none;
  background-position: left -50px; }

input.button_mini:active,
input.button_small:active,
input.button:active,
input.button_large:active,
input.exclusive_mini:active,
input.exclusive_small:active,
input.exclusive:active,
input.exclusive_large:active,
a.button_mini:active,
a.button_small:active,
a.button:active,
a.button_large:active,
a.exclusive_mini:active,
a.exclusive_small:active,
a.exclusive:active,
a.exclusive_large:active {
  background-position: left -100px; }

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  border: 1px solid #cccccc;
  color: #999999;
  background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
  cursor: default; }

.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3; }

.button.button-small {
  font: bold 13px/17px "Roboto", sans-serif;
  color: #fff;
  background: #6f6f6f;
  border: 1px solid;
  border-color: #666666 #5f5f5f #292929 #5f5f5f;
  padding: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .button.button-small span {
    display: block;
    padding: 3px 8px 3px 8px; }
    .button.button-small span i {
      vertical-align: 0px;
      margin-right: 5px; }
      .button.button-small span i.right {
        margin-right: 0;
        margin-left: 5px; }

.button.button-medium {
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  background: #43b754;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#43b754), to(#42ac52));
  background-image: -webkit-linear-gradient(top, #43b754, 0%, #42ac52, 100%);
  background-image: -moz-linear-gradient(top, #43b754 0%, #42ac52 100%);
  background-image: linear-gradient(to bottom, #43b754 0%, #42ac52 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF43B754', endColorstr='#FF42AC52', GradientType=0);
  border: 1px solid;
  border-color: #399a49 #247f32 #1a6d27 #399a49;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .button.button-medium span {
    display: block;
    padding: 10px 10px 10px 14px;
    border: 1px solid;
    border-color: #74d578; }
    @media (max-width: 480px) {
      .button.button-medium span {
        font-size: 15px;
        padding-right: 7px;
        padding-left: 7px; } }
    .button.button-medium span i.left {
      font-size: 24px;
      vertical-align: -2px;
      margin: -4px 10px 0 0;
      display: inline-block; }
      @media (max-width: 480px) {
        .button.button-medium span i.left {
          margin-right: 5px; } }
    .button.button-medium span i.right {
      margin-right: 0;
      margin-left: 9px; }
      @media (max-width: 480px) {
        .button.button-medium span i.right {
          margin-left: 5px; } }
  .button.button-medium:hover {
    background: #3aa04c;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3aa04c), to(#3aa04a));
    background-image: -webkit-linear-gradient(top, #3aa04c, 0%, #3aa04a, 100%);
    background-image: -moz-linear-gradient(top, #3aa04c 0%, #3aa04a 100%);
    background-image: linear-gradient(to bottom, #3aa04c 0%, #3aa04a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3AA04C', endColorstr='#FF3AA04A', GradientType=0);
    border-color: #196f28 #399a49 #399a49 #258033; }

.button.button-medium.exclusive {
  border-color: #db8600 #d98305 #c86d26 #d98305;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYWEwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlOTcwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdaa02), color-stop(100%, #fe9702));
  background-image: -moz-linear-gradient(top, #fdaa02, #fe9702);
  background-image: -webkit-linear-gradient(top, #fdaa02, #fe9702);
  background-image: linear-gradient(to bottom, #fdaa02, #fe9702); }
  .button.button-medium.exclusive span {
    border-color: #fec133 #febc33 #feb233 #febc33; }
  .button.button-medium.exclusive:hover {
    background: #f89609;
    border-color: #a6550c #ba6708 #db8600 #ba6708; }
    .button.button-medium.exclusive:hover span {
      border-color: #fec133; }

.link-button {
  font-weight: bold; }
  .link-button i {
    margin-right: 5px; }
    .link-button i.large {
      font-size: 26px;
      line-height: 26px;
      vertical-align: -3px;
      color: silver; }

.btn.button-plus,
.btn.button-minus {
  font-size: 14px;
  line-height: 14px;
  color: #c0c0c0;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
  padding: 0;
  border: 1px solid;
  border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .btn.button-plus span,
  .btn.button-minus span {
    display: block;
    border: 1px solid #fff;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0 0 0;
    background: white;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#fbfbfb));
    background-image: -webkit-linear-gradient(top, white, 0%, #fbfbfb, 100%);
    background-image: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFBFBFB', GradientType=0); }
  .btn.button-plus:hover,
  .btn.button-minus:hover {
    color: #333; }
    .btn.button-plus:hover span,
    .btn.button-minus:hover span {
      filter: none;
      background: #f6f6f6; }

.button.exclusive-medium {
  font-size: 17px;
  padding: 0;
  line-height: 21px;
  color: #333;
  font-weight: bold;
  border: 1px solid;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
  text-shadow: 1px 1px white; }
  .button.exclusive-medium span {
    border: 1px solid;
    border-color: #fff;
    display: block;
    padding: 9px 10px 11px 10px;
    background: #f7f7f7;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#ededed));
    background-image: -webkit-linear-gradient(top, #f7f7f7, 0%, #ededed, 100%);
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED', GradientType=0); }
    @media (max-width: 480px) {
      .button.exclusive-medium span {
        font-size: 15px;
        padding-right: 7px;
        padding-left: 7px; } }
    .button.exclusive-medium span:hover {
      border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2; }

.button.ajax_add_to_cart_button {
  font: 700 17px/21px "Roboto", sans-serif;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  border: 1px solid;
  border-color: #0079b6 #006fa8 #012740 #006fa8; }
  .button.ajax_add_to_cart_button span {
    border: 1px solid;
    border-color: #06b2e6;
    padding: 10px 14px;
    display: block;
    background: #009ad0;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#009ad0), to(#007ab7));
    background-image: -webkit-linear-gradient(top, #009ad0, 0%, #007ab7, 100%);
    background-image: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background-image: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF009AD0', endColorstr='#FF007AB7', GradientType=0); }
  .button.ajax_add_to_cart_button:hover {
    border-color: #01314e #004b74 #0079b6 #004b74; }
    .button.ajax_add_to_cart_button:hover span {
      filter: none;
      background: #0084bf; }

.button.lnk_view {
  font: 700 17px/21px "Roboto", sans-serif;
  color: #333;
  text-shadow: 1px 1px white;
  padding: 0;
  border: 1px solid;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7; }
  .button.lnk_view span {
    border: 1px solid;
    border-color: #fff;
    padding: 10px 14px;
    display: block;
    background: #f7f7f7;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#ededed));
    background-image: -webkit-linear-gradient(top, #f7f7f7, 0%, #ededed, 100%);
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED', GradientType=0); }
  .button.lnk_view:hover {
    border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e; }
    .button.lnk_view:hover span {
      filter: none;
      background: #e7e7e7; }
  .button.lnk_view i.left {
    padding-right: 8px;
    color: #777777; }

.form-control {
  padding: 3px 5px;
  height: 27px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control.grey {
    background: #fbfbfb; }

table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
  border-collapse: inherit; }

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 black;
  background: #999999; }

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3; }

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top; }

.table {
  margin-bottom: 30px; }
  .table > thead > tr > th {
    background: #fbfbfb;
    border-bottom-width: 1px;
    color: #333;
    vertical-align: middle; }
  .table td ul, .table td ol {
    margin-bottom: 0 !important; }
  .table td a.color-myaccount {
    color: #777;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }
  .table tfoot tr {
    background: #fbfbfb; }

.product-name {
  font-size: 17px;
  line-height: 23px;
  color: #3a3939;
  margin-bottom: 0; }
  .product-name a {
    font-size: 17px;
    line-height: 23px;
    color: #3a3939; }
    .product-name a:hover {
      color: #515151; }
    @media (max-width: 768px) {
      .product-name a {
        font-size: 14px; } }

.price {
  font-size: 13px;
  color: #777;
  white-space: nowrap; }

.price.product-price {
  font: 600 21px/26px "Source Sans Pro", sans-serif;
  color: #333; }

.old-price {
  color: #6f6f6f;
  text-decoration: line-through; }

.old-price.product-price {
  font-size: 17px; }

.special-price {
  color: #f13340; }

.price-percent-reduction {
  background: #f13340;
  border: 1px solid #d02a2c;
  font: 600 21px/24px "Source Sans Pro", sans-serif;
  color: #fff;
  padding: 0 5px 0 3px;
  display: inline-block; }
  .price-percent-reduction.small {
    font: 700 14px/17px "Roboto", sans-serif;
    padding: 1px 6px; }

.new-box,
.sale-box {
  position: absolute;
  top: -4px;
  overflow: hidden;
  height: 85px;
  width: 85px;
  text-align: center;
  z-index: 0; }

.new-box {
  left: -4px; }

.sale-box {
  right: -5px; }

.new-label {
  font: 700 14px/12px "Roboto", sans-serif;
  color: #fff;
  background: #6ad4ff;
  text-transform: uppercase;
  padding: 9px 0 7px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  left: -33px;
  top: 16px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .new-label:before {
    position: absolute;
    bottom: -3px;
    right: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #21a3d8 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }
  .new-label:after {
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #21a3d8 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.sale-label {
  font: 700 14px/12px "Roboto", sans-serif;
  color: #fff;
  background: #f13340;
  text-transform: uppercase;
  padding: 9px 0 7px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  right: -33px;
  top: 16px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .sale-label:before {
    position: absolute;
    bottom: -3px;
    right: 4px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #ad2b34 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }
  .sale-label:after {
    position: absolute;
    bottom: -3px;
    left: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #ad2b34 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.ie8 .new-label {
  left: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px; }
  .ie8 .new-label:after {
    display: none; }
  .ie8 .new-label:before {
    display: none; }
.ie8 .sale-label {
  right: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px; }
  .ie8 .sale-label:after {
    display: none; }
  .ie8 .sale-label:before {
    display: none; }
.ie8 .new-box {
  top: -1px;
  left: -1px; }
.ie8 .sale-box {
  right: -1px;
  top: -1px; }

.box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }
  .box p {
    margin-bottom: 0; }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    .box.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }

.page-product-box {
  padding-bottom: 10px; }

.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .product-box .product-image {
    border: 1px solid #d6d4d4;
    background: white;
    padding: 5px;
    display: block;
    margin-bottom: 11px; }
    .product-box .product-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }

#home-page-tabs {
  border: none;
  background: #fff; }
  @media (min-width: 768px) {
    #home-page-tabs {
      padding: 10px 0;
      margin: 0 0 0 -18px; } }
  #home-page-tabs > li {
    margin-bottom: 0; }
    @media (min-width: 991px) {
      #home-page-tabs > li {
        border-left: 1px solid #d6d4d4;
        margin: 0 0px 0 9px;
        padding: 0 0px 0 9px; } }
    @media (max-width: 479px) {
      #home-page-tabs > li {
        width: 100%; } }
    #home-page-tabs > li a {
      font: 600 21px/24px "Source Sans Pro", sans-serif;
      color: #555454;
      text-transform: uppercase;
      border: none;
      outline: none;
      margin: 0;
      padding: 10px; }
      @media (min-width: 768px) {
        #home-page-tabs > li a {
          padding: 1px 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #home-page-tabs > li a {
          padding: 10px 10px; } }
    #home-page-tabs > li:first-child {
      border: none; }
  #home-page-tabs > li.active a,
  #home-page-tabs > li a:hover {
    background: #333;
    color: #fff;
    padding: 10px; }
    @media (min-width: 768px) {
      #home-page-tabs > li.active a,
      #home-page-tabs > li a:hover {
        margin: -9px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-page-tabs > li.active a,
      #home-page-tabs > li a:hover {
        margin: 0px 0; } }

.block {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .block {
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .block .block_content {
      margin-bottom: 20px; } }

.block .title_block,
.block h4 {
  font: 600 18px/22px "Source Sans Pro", sans-serif;
  color: #555454;
  background: #f6f6f6;
  border-top: 5px solid #a18c6f;
  text-transform: uppercase;
  padding: 14px 5px 17px 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .block .title_block,
    .block h4 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .block .title_block,
    .block h4 {
      position: relative; }
      .block .title_block:after,
      .block h4:after {
        display: block;
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 0;
        top: 15px;
        height: 36px;
        width: 36px;
        font-size: 26px;
        font-weight: normal; }
      .block .title_block.active:after,
      .block h4.active:after {
        content: ""; } }
  .block .title_block a,
  .block h4 a {
    color: #555454; }
    .block .title_block a:hover,
    .block h4 a:hover {
      color: #333; }
.block .list-block {
  margin-top: -8px; }
  @media (max-width: 767px) {
    .block .list-block {
      margin-top: 0; } }
  .block .list-block li {
    padding: 5px 0 6px 20px;
    border-top: 1px solid #d6d4d4; }
    .block .list-block li a i {
      display: none; }
    .block .list-block li a:before {
      content: "\f105";
      display: inline;
      font-family: "FontAwesome";
      color: #333;
      padding-right: 8px; }
    .block .list-block li a:hover {
      color: #333;
      font-weight: bold; }
    .block .list-block li:first-child {
      border-top: none; }
  .block .list-block .form-group {
    padding-top: 20px;
    border-top: 1px solid #d6d4d4;
    margin-bottom: 0; }
    .block .list-block .form-group select {
      max-width: 270px; }
      @media (max-width: 767px) {
        .block .list-block .form-group select {
          width: 270px; } }
  .block .list-block .btn {
    margin-top: 12px; }
.block .products-block li {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d4d4; }
  .block .products-block li .products-block-image {
    float: left;
    border: 1px solid #d6d4d4;
    margin-right: 19px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block .products-block li .products-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
        text-align: center; } }
  .block .products-block li .product-content {
    overflow: hidden; }
    .block .products-block li .product-content h5 {
      position: relative;
      top: -11px; }
.block .products-block .product-name {
  font-size: 15px;
  line-height: 18px; }
.block .products-block .product-description {
  margin-bottom: 14px; }
.block .products-block .price-percent-reduction {
  font: 700 14px/17px "Roboto", sans-serif;
  padding: 1px 6px; }

.page-heading {
  font: 600 18px/22px "Source Sans Pro", sans-serif;
  color: #555454;
  text-transform: uppercase;
  padding: 0px 0px 17px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d4d4;
  overflow: hidden; }
  .page-heading span.heading-counter {
    font: bold 13px/22px "Roboto", sans-serif;
    float: right;
    color: #333;
    text-transform: none;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px; } }
  .page-heading span.lighter {
    color: #9c9c9c; }
  .page-heading.bottom-indent {
    margin-bottom: 16px; }
  .page-heading.product-listing {
    border-bottom: none;
    margin-bottom: 0; }

.page-subheading {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #555454;
  font-size: 18px;
  padding: 0 0 15px;
  line-height: normal;
  margin-bottom: 12px;
  border-bottom: 1px solid #d6d4d4; }

h3.page-product-heading {
  color: #555454;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

ul.footer_links {
  padding: 20px 0 0px 0;
  border-top: 1px solid #d6d4d4;
  height: 65px; }
  ul.footer_links li {
    float: left; }
    ul.footer_links li + li {
      margin-left: 10px; }

.content_sortPagiBar .sortPagiBar {
  border-bottom: 1px solid #d6d4d4;
  clear: both; }
  .content_sortPagiBar .sortPagiBar #productsSortForm {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
    .content_sortPagiBar .sortPagiBar #productsSortForm select {
      max-width: 192px;
      float: left; }
      @media (max-width: 991px) {
        .content_sortPagiBar .sortPagiBar #productsSortForm select {
          max-width: 160px; } }
    .content_sortPagiBar .sortPagiBar #productsSortForm .selector {
      float: left; }
  .content_sortPagiBar .sortPagiBar .nbrItemPage {
    float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage select {
      max-width: 59px;
      float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
      padding: 3px 0 0 12px;
      display: inline-block;
      float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
      float: left; }
  .content_sortPagiBar .sortPagiBar label,
  .content_sortPagiBar .sortPagiBar select {
    float: left; }
  .content_sortPagiBar .sortPagiBar label {
    padding: 3px 6px 0 0; }
  .content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
    display: none; }
.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
  float: right;
  margin-top: -4px; }
  .content_sortPagiBar .display li,
  .content_sortPagiBar .display_m li {
    float: left;
    padding-left: 12px;
    text-align: center; }
    .content_sortPagiBar .display li a,
    .content_sortPagiBar .display_m li a {
      color: #808080;
      font-size: 11px;
      line-height: 14px;
      cursor: pointer; }
      .content_sortPagiBar .display li a i,
      .content_sortPagiBar .display_m li a i {
        display: block;
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        margin-bottom: -3px;
        color: #e1e0e0; }
      .content_sortPagiBar .display li a:hover i,
      .content_sortPagiBar .display_m li a:hover i {
        color: gray; }
    .content_sortPagiBar .display li.selected a,
    .content_sortPagiBar .display_m li.selected a {
      cursor: default; }
    .content_sortPagiBar .display li.selected i,
    .content_sortPagiBar .display_m li.selected i {
      color: #333; }
    .content_sortPagiBar .display li.display-title,
    .content_sortPagiBar .display_m li.display-title {
      font-weight: bold;
      color: #333;
      padding: 7px 6px 0 0; }

.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
  padding: 12px 0 12px 0;
  position: relative; }
  .top-pagination-content div.pagination,
  .bottom-pagination-content div.pagination {
    margin: 0;
    float: right;
    width: 530px;
    text-align: center; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .top-pagination-content div.pagination,
      .bottom-pagination-content div.pagination {
        width: 380px; } }
    @media (max-width: 991px) {
      .top-pagination-content div.pagination,
      .bottom-pagination-content div.pagination {
        float: left;
        width: auto; } }
    .top-pagination-content div.pagination .showall,
    .bottom-pagination-content div.pagination .showall {
      float: right;
      margin: 8px 53px 8px 14px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .top-pagination-content div.pagination .showall,
        .bottom-pagination-content div.pagination .showall {
          margin-right: 11px; } }
      @media (max-width: 991px) {
        .top-pagination-content div.pagination .showall,
        .bottom-pagination-content div.pagination .showall {
          margin-right: 0; } }
      .top-pagination-content div.pagination .showall .btn span,
      .bottom-pagination-content div.pagination .showall .btn span {
        font-size: 13px;
        padding: 3px 5px 4px 5px;
        line-height: normal; }
  .top-pagination-content ul.pagination,
  .bottom-pagination-content ul.pagination {
    margin: 8px 0px 8px 0; }
    @media (max-width: 991px) {
      .top-pagination-content ul.pagination,
      .bottom-pagination-content ul.pagination {
        float: left; } }
    .top-pagination-content ul.pagination li,
    .bottom-pagination-content ul.pagination li {
      display: inline-block;
      float: left; }
      .top-pagination-content ul.pagination li > a,
      .top-pagination-content ul.pagination li > span,
      .bottom-pagination-content ul.pagination li > a,
      .bottom-pagination-content ul.pagination li > span {
        margin: 0 1px 0 0px;
        padding: 0;
        font-weight: bold;
        border: 1px solid;
        border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
        display: block; }
        .top-pagination-content ul.pagination li > a span,
        .top-pagination-content ul.pagination li > span span,
        .bottom-pagination-content ul.pagination li > a span,
        .bottom-pagination-content ul.pagination li > span span {
          border: 1px solid #fff;
          padding: 2px 8px;
          display: block;
          background: url(../img/pagination-li.gif) 0 0 repeat-x #fbfbfb; }
      .top-pagination-content ul.pagination li > a:hover span,
      .bottom-pagination-content ul.pagination li > a:hover span {
        background: #f6f6f6; }
      .top-pagination-content ul.pagination li.pagination_previous, .top-pagination-content ul.pagination li.pagination_next,
      .bottom-pagination-content ul.pagination li.pagination_previous,
      .bottom-pagination-content ul.pagination li.pagination_next {
        color: #777676;
        font-weight: bold; }
        .top-pagination-content ul.pagination li.pagination_previous > a,
        .top-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_next > a,
        .top-pagination-content ul.pagination li.pagination_next > span,
        .bottom-pagination-content ul.pagination li.pagination_previous > a,
        .bottom-pagination-content ul.pagination li.pagination_previous > span,
        .bottom-pagination-content ul.pagination li.pagination_next > a,
        .bottom-pagination-content ul.pagination li.pagination_next > span {
          border: none;
          background: none;
          display: block;
          padding: 4px 0; }
          @media (max-width: 767px) {
            .top-pagination-content ul.pagination li.pagination_previous > a b,
            .top-pagination-content ul.pagination li.pagination_previous > span b, .top-pagination-content ul.pagination li.pagination_next > a b,
            .top-pagination-content ul.pagination li.pagination_next > span b,
            .bottom-pagination-content ul.pagination li.pagination_previous > a b,
            .bottom-pagination-content ul.pagination li.pagination_previous > span b,
            .bottom-pagination-content ul.pagination li.pagination_next > a b,
            .bottom-pagination-content ul.pagination li.pagination_next > span b {
              display: none; } }
          .top-pagination-content ul.pagination li.pagination_previous > a span,
          .top-pagination-content ul.pagination li.pagination_previous > span span, .top-pagination-content ul.pagination li.pagination_next > a span,
          .top-pagination-content ul.pagination li.pagination_next > span span,
          .bottom-pagination-content ul.pagination li.pagination_previous > a span,
          .bottom-pagination-content ul.pagination li.pagination_previous > span span,
          .bottom-pagination-content ul.pagination li.pagination_next > a span,
          .bottom-pagination-content ul.pagination li.pagination_next > span span {
            border: none;
            padding: 0;
            background: none; }
            .top-pagination-content ul.pagination li.pagination_previous > a span b,
            .top-pagination-content ul.pagination li.pagination_previous > span span b, .top-pagination-content ul.pagination li.pagination_next > a span b,
            .top-pagination-content ul.pagination li.pagination_next > span span b,
            .bottom-pagination-content ul.pagination li.pagination_previous > a span b,
            .bottom-pagination-content ul.pagination li.pagination_previous > span span b,
            .bottom-pagination-content ul.pagination li.pagination_next > a span b,
            .bottom-pagination-content ul.pagination li.pagination_next > span span b {
              font-weight: bold; }
      .top-pagination-content ul.pagination li.pagination_previous,
      .bottom-pagination-content ul.pagination li.pagination_previous {
        margin-right: 10px; }
      .top-pagination-content ul.pagination li.pagination_next,
      .bottom-pagination-content ul.pagination li.pagination_next {
        margin-left: 10px; }
      .top-pagination-content ul.pagination li.active > span,
      .bottom-pagination-content ul.pagination li.active > span {
        color: #333;
        border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0; }
        .top-pagination-content ul.pagination li.active > span span,
        .bottom-pagination-content ul.pagination li.active > span span {
          background: #f6f6f6; }
  .top-pagination-content .compare-form,
  .bottom-pagination-content .compare-form {
    float: right; }
    @media (max-width: 479px) {
      .top-pagination-content .compare-form,
      .bottom-pagination-content .compare-form {
        float: left;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
        clear: both; } }
  .top-pagination-content .product-count,
  .bottom-pagination-content .product-count {
    padding: 11px 0 0 0;
    float: left; }
    @media (max-width: 991px) {
      .top-pagination-content .product-count,
      .bottom-pagination-content .product-count {
        clear: left; } }

.bottom-pagination-content {
  border-top: 1px solid #d6d4d4; }

ul.step {
  margin-bottom: 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    ul.step {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; } }
  ul.step li {
    float: left;
    width: 20%;
    text-align: left;
    border: 1px solid;
    border-top-color: #cacaca;
    border-bottom-color: #9a9a9a;
    border-right-color: #b7b7b7;
    border-left-width: 0px; }
    @media (max-width: 767px) {
      ul.step li {
        width: 100%;
        border-left-width: 1px; } }
    ul.step li a,
    ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
      display: block;
      padding: 13px 10px 14px 13px;
      color: #333;
      font-size: 17px;
      line-height: 21px;
      font-weight: bold;
      text-shadow: 1px 1px white;
      position: relative; }
      @media (max-width: 992px) {
        ul.step li a,
        ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
          font-size: 15px; } }
      @media (min-width: 992px) {
        ul.step li a:after,
        ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
          content: ".";
          position: absolute;
          top: 0;
          right: -31px;
          z-index: 0;
          text-indent: -5000px;
          display: block;
          width: 31px;
          height: 52px;
          margin-top: -2px; } }
      ul.step li a:focus,
      ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
        text-decoration: none;
        outline: none; }
    ul.step li.first {
      border-left-width: 1px;
      border-left-color: #b7b7b7; }
      @media (min-width: 768px) {
        ul.step li.first {
          -moz-border-radius-topleft: 4px;
          -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
          -moz-border-radius-bottomleft: 4px;
          -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px; } }
      ul.step li.first span,
      ul.step li.first a {
        z-index: 5;
        padding-left: 13px !important; }
        @media (min-width: 768px) {
          ul.step li.first span,
          ul.step li.first a {
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px; } }
    ul.step li.second span, ul.step li.second a {
      z-index: 4; }
    ul.step li.third span, ul.step li.third a {
      z-index: 3; }
    ul.step li.four span, ul.step li.four a {
      z-index: 2; }
    ul.step li.last span {
      z-index: 1; }
    @media (min-width: 768px) {
      ul.step li.last {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px; }
        ul.step li.last span {
          -moz-border-radius-topright: 4px;
          -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
          -moz-border-radius-bottomright: 4px;
          -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px; } }
    ul.step li.step_current {
      font-weight: bold;
      background: #42b856;
      background-image: -webkit-gradient(linear, left 0%, left 100%, from(#42b856), to(#43ab54));
      background-image: -webkit-linear-gradient(top, #42b856, 0%, #43ab54, 100%);
      background-image: -moz-linear-gradient(top, #42b856 0%, #43ab54 100%);
      background-image: linear-gradient(to bottom, #42b856 0%, #43ab54 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF42B856', endColorstr='#FF43AB54', GradientType=0);
      border-color: #399b49 #51ae5c #208931 #369946; }
      ul.step li.step_current span {
        color: #fff;
        text-shadow: 1px 1px #208931;
        border: 1px solid;
        border-color: #73ca77 #74c776 #74c175 #74c776;
        position: relative; }
        @media (min-width: 992px) {
          ul.step li.step_current span {
            padding-left: 38px; }
            ul.step li.step_current span:after {
              background: url(../img/order-step-a.png) right 0 no-repeat; } }
    ul.step li.step_current_end {
      font-weight: bold; }
    ul.step li.step_todo {
      background: #f7f7f7;
      background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#ededed));
      background-image: -webkit-linear-gradient(top, #f7f7f7, 0%, #ededed, 100%);
      background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
      background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED', GradientType=0); }
      ul.step li.step_todo span {
        display: block;
        border: 1px solid;
        border-color: #fff;
        color: #333;
        position: relative; }
        @media (min-width: 992px) {
          ul.step li.step_todo span {
            padding-left: 38px; }
            ul.step li.step_todo span:after {
              background: url(../img/order-step-current.png) right 0 no-repeat; } }
    ul.step li.step_done {
      border-color: #666666 #5f5f5f #292929 #5f5f5f;
      background: #727171;
      background-image: -webkit-gradient(linear, left 0%, left 100%, from(#727171), to(#666666));
      background-image: -webkit-linear-gradient(top, #727171, 0%, #666666, 100%);
      background-image: -moz-linear-gradient(top, #727171 0%, #666666 100%);
      background-image: linear-gradient(to bottom, #727171 0%, #666666 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF727171', endColorstr='#FF666666', GradientType=0); }
      ul.step li.step_done a {
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
        border: 1px solid;
        border-color: #8b8a8a; }
        @media (min-width: 992px) {
          ul.step li.step_done a {
            padding-left: 38px; }
            ul.step li.step_done a:after {
              background: url(../img/order-step-done.png) right 0 no-repeat; } }
    @media (min-width: 992px) {
      ul.step li.step_done.step_done_last a:after {
        background: url(../img/order-step-done-last.png) right 0 no-repeat; } }
    @media (min-width: 992px) {
      ul.step li#step_end span:after {
        display: none; } }
    ul.step li em {
      font-style: normal; }
      @media (min-width: 768px) and (max-width: 991px) {
        ul.step li em {
          display: none; } }

.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer; }

.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden; }

.cancel, .star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.cancel, .cancel a {
  background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important; }

.cancel a, .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0; }

div.star_on a {
  background-position: 0 -16px; }

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px; }

.pack_content {
  margin: 10px 0 10px 0; }

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow; }

#page .rte {
  background: transparent none repeat scroll 0 0; }
  #page .rte em {
    font-style: italic !important; }

.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important; }

.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #d6d4d4;
  color: #666666; }

.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333; }

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #333; }

.header-container {
  background: #fff; }

.breadcrumb {
  display: inline-block;
  padding: 0 11px;
  border: 1px solid #d6d4d4;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  min-height: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  z-index: 1; }
  .breadcrumb .navigation-pipe {
    width: 8px;
    display: inline-block; }
  .breadcrumb a {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    color: #333; }
    .breadcrumb a:hover {
      color: #777777; }

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

.footer-container {
  background-color: #333; }
  @media (min-width: 768px) {
    .footer-container {
      background: url(../img/footer-bg.png) repeat-x #333; } }
  .footer-container .container {
    padding-bottom: 100px; }
  .footer-container #footer {
    color: #777777; }
    .footer-container #footer .row {
      position: relative; }
    .footer-container #footer ul.row {
      position: static; }
    .footer-container #footer .footer-block {
      margin-top: 45px; }
      @media (max-width: 767px) {
        .footer-container #footer .footer-block {
          margin-top: 20px; } }
    .footer-container #footer a {
      color: #777777; }
      .footer-container #footer a:hover {
        color: #fff; }
    .footer-container #footer h4 {
      font: 600 18px/22px "Source Sans Pro", sans-serif;
      color: #fff;
      margin: 0 0 13px 0;
      cursor: pointer; }
      @media (max-width: 767px) {
        .footer-container #footer h4 {
          position: relative;
          margin-bottom: 0;
          padding-bottom: 13px; }
          .footer-container #footer h4:after {
            display: block;
            content: "\f055";
            font-family: "FontAwesome";
            position: absolute;
            right: 0;
            top: 1px; }
          .footer-container #footer h4.active:after {
            content: "\f056"; } }
      .footer-container #footer h4 a {
        color: #fff; }
    .footer-container #footer .h4 {
      display: block;
      font: 600 18px/22px "Source Sans Pro", sans-serif;
      color: #fff;
      margin: 0 0 13px 0;
      cursor: pointer; }
      @media (max-width: 767px) {
        .footer-container #footer .h4 {
          position: relative;
          margin-bottom: 0;
          padding-bottom: 13px; } }
      .footer-container #footer .h4 a {
        color: #fff; }
    .footer-container #footer ul li {
      padding-bottom: 8px; }
      .footer-container #footer ul li a {
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); }
    .footer-container #footer #block_contact_infos {
      border-left: 1px solid #515151; }
      @media (max-width: 767px) {
        .footer-container #footer #block_contact_infos {
          border: none; } }
      .footer-container #footer #block_contact_infos > div {
        padding: 0 0 0 5px; }
        @media (max-width: 767px) {
          .footer-container #footer #block_contact_infos > div {
            padding-left: 0; } }
        .footer-container #footer #block_contact_infos > div ul li {
          padding: 0 0 7px 4px;
          overflow: hidden;
          line-height: 30px; }
          .footer-container #footer #block_contact_infos > div ul li > span,
          .footer-container #footer #block_contact_infos > div ul li > span a {
            color: #fff;
            font-weight: normal; }
          .footer-container #footer #block_contact_infos > div ul li i {
            font-size: 25px;
            width: 32px;
            text-align: center;
            padding-right: 12px;
            float: left;
            color: #908f8f; }
    .footer-container #footer .blockcategories_footer {
      clear: left; }
    .footer-container #footer #social_block {
      float: left;
      width: 50%;
      padding: 22px 15px 0 15px; }
      @media (max-width: 767px) {
        .footer-container #footer #social_block {
          width: 100%;
          float: left;
          padding-top: 5px; } }
      .footer-container #footer #social_block ul {
        float: right; }
        @media (max-width: 767px) {
          .footer-container #footer #social_block ul {
            float: none; } }
        .footer-container #footer #social_block ul li {
          float: left;
          width: 40px;
          text-align: center; }
          @media (min-width: 768px) and (max-width: 991px) {
            .footer-container #footer #social_block ul li {
              width: 30px; } }
          .footer-container #footer #social_block ul li a {
            display: inline-block;
            color: #908f8f;
            font-size: 28px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .footer-container #footer #social_block ul li a {
                font-size: 20px; } }
            .footer-container #footer #social_block ul li a span {
              display: none; }
            .footer-container #footer #social_block ul li a:before {
              display: inline-block;
              font-family: "FontAwesome";
              vertical-align: -5px;
              font-weight: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .footer-container #footer #social_block ul li a:hover {
              color: #fff; }
          .footer-container #footer #social_block ul li.facebook a:before {
            content: "\f09a"; }
          .footer-container #footer #social_block ul li.twitter a:before {
            content: "\f099"; }
          .footer-container #footer #social_block ul li.rss a:before {
            content: "\f09e"; }
          .footer-container #footer #social_block ul li.youtube a:before {
            content: "\f167"; }
          .footer-container #footer #social_block ul li.google-plus a:before {
            content: "\f0d5"; }
          .footer-container #footer #social_block ul li.pinterest a:before {
            content: "\f0d2"; }
          .footer-container #footer #social_block ul li.vimeo a:before {
            content: "\f194"; }
          .footer-container #footer #social_block ul li.instagram a:before {
            content: "\f16d"; }
      .footer-container #footer #social_block h4 {
        float: right;
        margin-bottom: 0;
        font-size: 21px;
        line-height: 25px;
        text-transform: none;
        padding: 0 10px 0 0; }
        @media (max-width: 767px) {
          .footer-container #footer #social_block h4 {
            display: none;
            text-align: center; } }
    .footer-container #footer .bottom-footer {
      position: absolute;
      bottom: -55px;
      left: 0; }
      .footer-container #footer .bottom-footer div {
        padding: 15px 0 0 0;
        border-top: 1px solid #515151;
        width: 100%; }

#reinsurance_block {
  clear: both !important; }

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px; }

.rte ul {
  list-style-type: disc;
  padding-left: 15px; }

.rte ol {
  list-style-type: decimal;
  padding-left: 15px; }

.block_hidden_only_for_screen {
  display: none; }

.cart_navigation {
  margin: 0 0 20px; }
  .cart_navigation .button-medium {
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px; }
    .cart_navigation .button-medium span {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      padding: 11px 15px 10px 15px; }
      @media (max-width: 992px) {
        .cart_navigation .button-medium span {
          font-size: 16px; } }
    .cart_navigation .button-medium i.right {
      font-size: 25px;
      line-height: 25px;
      vertical-align: -4px;
      margin-left: 6px; }
  .cart_navigation .button-exclusive {
    border: none;
    background: none;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 9px 0 0 0; }
    .cart_navigation .button-exclusive i {
      color: #777777;
      margin-right: 8px; }
    .cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus, .cart_navigation .button-exclusive:active {
      color: #515151;
      -webkit-box-shadow: none;
      box-shadow: none; }
  @media (max-width: 480px) {
    .cart_navigation > span {
      display: block;
      width: 100%;
      padding-bottom: 15px; } }

.cart_last_product {
  display: none; }

.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.table tbody > tr > td {
  vertical-align: middle; }
  .table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 70px; }
    .table tbody > tr > td.cart_quantity .cart_quantity_button {
      margin-top: 3px; }
      .table tbody > tr > td.cart_quantity .cart_quantity_button a {
        float: left;
        margin-right: 3px; }
        .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
          margin-right: 0; }
  .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
    padding: 5px; }
.table tfoot > tr > td {
  vertical-align: middle; }

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #333; }
  .cart_delete a.cart_quantity_delete:hover,
  a.price_discount_delete:hover {
    color: silver; }

#cart_summary thead th {
  padding: 7px 8px 9px 8px; }
#cart_summary tbody td {
  padding: 7px 8px 9px 8px; }
  #cart_summary tbody td.cart_product {
    padding: 7px;
    width: 137px; }
    #cart_summary tbody td.cart_product img {
      border: 1px solid #d6d4d4; }
  #cart_summary tbody td.cart_unit .price span {
    display: inline-block; }
    #cart_summary tbody td.cart_unit .price span.price-percent-reduction {
      margin: 5px auto;
      display: inline-block; }
    #cart_summary tbody td.cart_unit .price span.old-price {
      text-decoration: line-through; }
  #cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0; }
  #cart_summary tbody td.cart_avail {
    width: 1%; }
    #cart_summary tbody td.cart_avail span {
      white-space: nowrap; }
  #cart_summary tbody td.cart_delete {
    width: 1%; }
#cart_summary tfoot td.text-right, #cart_summary tfoot tbody td.cart_unit, #cart_summary tbody tfoot td.cart_unit, #cart_summary tfoot tbody td.cart_total, #cart_summary tbody tfoot td.cart_total {
  font-weight: bold;
  color: #333; }
#cart_summary tfoot td.price {
  text-align: right; }
#cart_summary tfoot td.total_price_container span {
  font: 600 18px/22px "Source Sans Pro", sans-serif;
  color: #555454;
  text-transform: uppercase; }
#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Source Sans Pro", sans-serif;
  color: #333;
  background: #fff; }

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px; }

.cart_discount_price {
  text-align: right; }

.cart_discount_delete {
  text-align: center; }

@media (max-width: 767px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    overflow: hidden;
    position: relative; }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    float: left;
    white-space: normal;
    padding: 7px 20px 7px 20px; }
    #order-detail-content #cart_summary td.cart_product {
      text-align: left; }
    #order-detail-content #cart_summary td.cart_avail {
      display: none; }
    #order-detail-content #cart_summary td.cart_unit {
      width: 33%;
      text-align: right;
      min-height: 70px;
      clear: both; }
      #order-detail-content #cart_summary td.cart_unit .price {
        text-align: right; }
    #order-detail-content #cart_summary td.cart_quantity {
      width: 33%;
      min-height: 70px;
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc; }
      #order-detail-content #cart_summary td.cart_quantity div {
        display: block; }
      #order-detail-content #cart_summary td.cart_quantity > .form-control {
        display: inline; }
      #order-detail-content #cart_summary td.cart_quantity > .cart_quantity_button a {
        margin-right: 0px;
        float: none; }
    #order-detail-content #cart_summary td.cart_total {
      width: 33%;
      min-height: 70px;
      text-align: right; }
    #order-detail-content #cart_summary td.cart_delete {
      position: absolute;
      right: 20px;
      top: 7px; }
      #order-detail-content #cart_summary td.cart_delete:before {
        content: '' !important; }
    #order-detail-content #cart_summary td div {
      display: inline; }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    font-weight: bold;
    display: block; }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%; }
    #order-detail-content #cart_summary tfoot td:before {
      display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr tbody td.cart_unit, #order-detail-content #cart_summary tbody tfoot tr td.cart_unit, #order-detail-content #cart_summary tfoot tr tbody td.cart_total, #order-detail-content #cart_summary tbody tfoot tr td.cart_total, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%; } }
@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center; }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px; } }
.cart_voucher {
  vertical-align: top !important; }
  .cart_voucher h4 {
    font: 600 18px/22px "Source Sans Pro", sans-serif;
    color: #555454;
    text-transform: uppercase;
    padding: 7px 0 10px 0; }
  .cart_voucher .title-offers {
    color: #333;
    font-weight: bold;
    margin-bottom: 6px; }
  .cart_voucher fieldset {
    margin-bottom: 10px; }
    .cart_voucher fieldset #discount_name {
      float: left;
      width: 219px;
      margin-right: 11px; }
  .cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #777; }
    .cart_voucher #display_cart_vouchers span:hover {
      color: #515151; }

.enable-multishipping {
  margin: -13px 0 17px; }
  .enable-multishipping label {
    font-weight: normal; }

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc; }

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: #fff; }

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px; }

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold; }

.multishipping_close_container {
  text-align: center; }

table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  display: inline;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px; }

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px; }
  #multishipping_mode_box .title {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px; }
  #multishipping_mode_box .description_off {
    display: none; }
    #multishipping_mode_box .description_off div {
      margin-bottom: 10px; }
  #multishipping_mode_box .description_off a:hover,
  #multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc; }

#multishipping_mode_box.on .description_off {
  display: block; }

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px; }

#order .address_add.submit {
  margin-bottom: 20px; }

#ordermsg {
  margin-bottom: 30px; }

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px; }

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left; }
.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px; }
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0; }

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal; }
  #order .delivery_option > div > table,
  #order-opc .delivery_option > div > table {
    background: #fff;
    margin-bottom: 0; }
    #order .delivery_option > div > table.resume,
    #order-opc .delivery_option > div > table.resume {
      height: 53px; }
      #order .delivery_option > div > table.resume.delivery_option_carrier,
      #order-opc .delivery_option > div > table.resume.delivery_option_carrier {
        margin-top: 10px;
        width: 100%;
        border: 1px solid #d6d4d4;
        font-weight: bold; }
        #order .delivery_option > div > table.resume.delivery_option_carrier td,
        #order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
          padding: 8px 11px 7px 11px; }
          #order .delivery_option > div > table.resume.delivery_option_carrier td i,
          #order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
            font-size: 20px;
            margin-right: 7px;
            vertical-align: -2px; }
      #order .delivery_option > div > table.resume td.delivery_option_radio,
      #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
        width: 54px;
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
      #order .delivery_option > div > table.resume td.delivery_option_logo,
      #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
        width: 97px;
        padding-left: 21px; }
      #order .delivery_option > div > table.resume td.delivery_option_price,
      #order-opc .delivery_option > div > table.resume td.delivery_option_price {
        width: 162px; }

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px; }
  .order_carrier_content .carrier_title {
    font-weight: bold;
    color: #333; }
  .order_carrier_content .checkbox input {
    margin-top: 2px; }
  .order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px; }
  .order_carrier_content + div {
    padding-bottom: 15px; }

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: #fff; }

#carrierTable tbody {
  border-bottom: 1px solid #999999; }

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9; }

#carrierTable td.carrier_price {
  border: none; }

p.checkbox.gift {
  margin-bottom: 10px; }

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px; }

a.iframe {
  color: #333;
  text-decoration: underline; }
  a.iframe:hover {
    text-decoration: none; }

p.payment_module {
  margin-bottom: 10px; }
  p.payment_module a {
    display: block;
    border: 1px solid #d6d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative; }
    p.payment_module a.bankwire {
      background: url(../img/bankwire.png) 15px 12px no-repeat #fbfbfb; }
    p.payment_module a.cheque {
      background: url(../img/cheque.png) 15px 15px no-repeat #fbfbfb; }
    p.payment_module a.cash {
      background: url(../img/cash.png) 15px 15px no-repeat #fbfbfb; }
    p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
      display: block;
      content: "\f054";
      position: absolute;
      right: 15px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 25px;
      height: 22px;
      width: 14px;
      color: #777; }
    p.payment_module a:hover {
      background-color: #f6f6f6; }
    p.payment_module a span {
      font-weight: bold;
      color: #777; }

.payment_module.box {
  margin-top: 20px; }

p.cheque-indent {
  margin-bottom: 9px; }

.cheque-box .form-group {
  margin-bottom: 0px; }
  .cheque-box .form-group .form-control {
    width: 269px; }

.order-confirmation.box {
  line-height: 29px; }
  .order-confirmation.box a {
    text-decoration: underline; }
    .order-confirmation.box a:hover {
      text-decoration: none; }

.delivery_option_carrier td {
  width: 200px; }

.delivery_option_carrier td + td {
  width: 280px; }

.delivery_option_carrier td + td + td {
  width: 200px; }

.delivery_option_carrier tr td {
  padding: 5px; }

.delivery_option_carrier.selected {
  display: table; }

.not-displayable {
  display: none; }

#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
  padding-bottom: 20px;
  line-height: 20px; }
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #f13340;
  margin: 9px 0 16px 0; }
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: red; }
#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
  margin-bottom: 4px; }
  #address .form-group .form-control,
  #identity .form-group .form-control,
  #account-creation_form .form-group .form-control,
  #new_account_form .form-group .form-control,
  #opc_account_form .form-group .form-control,
  #authentication .form-group .form-control {
    max-width: 271px; }
    #address .form-group .form-control#adress_alias,
    #identity .form-group .form-control#adress_alias,
    #account-creation_form .form-group .form-control#adress_alias,
    #new_account_form .form-group .form-control#adress_alias,
    #opc_account_form .form-group .form-control#adress_alias,
    #authentication .form-group .form-control#adress_alias {
      margin-bottom: 20px; }
  @media (min-width: 1200px) {
    #address .form-group.phone-number,
    #identity .form-group.phone-number,
    #account-creation_form .form-group.phone-number,
    #new_account_form .form-group.phone-number,
    #opc_account_form .form-group.phone-number,
    #authentication .form-group.phone-number {
      float: left;
      width: 270px;
      margin-right: 13px; } }
  @media (min-width: 1200px) {
    #address .form-group.phone-number + p,
    #identity .form-group.phone-number + p,
    #account-creation_form .form-group.phone-number + p,
    #new_account_form .form-group.phone-number + p,
    #opc_account_form .form-group.phone-number + p,
    #authentication .form-group.phone-number + p {
      padding: 23px 0 0 0px;
      margin-bottom: 0; } }
  #address .form-group#postcodeGroup + div.alert,
  #identity .form-group#postcodeGroup + div.alert,
  #account-creation_form .form-group#postcodeGroup + div.alert,
  #new_account_form .form-group#postcodeGroup + div.alert,
  #opc_account_form .form-group#postcodeGroup + div.alert,
  #authentication .form-group#postcodeGroup + div.alert {
    display: none !important; }
  #address .form-group#postcodeGroup.form-error + div.alert,
  #identity .form-group#postcodeGroup.form-error + div.alert,
  #account-creation_form .form-group#postcodeGroup.form-error + div.alert,
  #new_account_form .form-group#postcodeGroup.form-error + div.alert,
  #opc_account_form .form-group#postcodeGroup.form-error + div.alert,
  #authentication .form-group#postcodeGroup.form-error + div.alert {
    display: block !important; }
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 4px;
  padding-top: 4px; }
  #address .gender-line > label,
  #identity .gender-line > label,
  #account-creation_form .gender-line > label,
  #new_account_form .gender-line > label,
  #opc_account_form .gender-line > label,
  #authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0; }
  #address .gender-line .radio-inline label,
  #identity .gender-line .radio-inline label,
  #account-creation_form .gender-line .radio-inline label,
  #new_account_form .gender-line .radio-inline label,
  #opc_account_form .gender-line .radio-inline label,
  #authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777; }

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px; }
  #identity #center_column form.std .row .col-xs-4,
  #authentication #center_column form.std .row .col-xs-4,
  #order-opc #center_column form.std .row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 94px; }
    #identity #center_column form.std .row .col-xs-4 .form-control,
    #authentication #center_column form.std .row .col-xs-4 .form-control,
    #order-opc #center_column form.std .row .col-xs-4 .form-control {
      max-width: 84px; }
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0; }

#new_account_form .box {
  line-height: 20px; }
  #new_account_form .box .date-select {
    padding-bottom: 10px; }
  #new_account_form .box .top-indent {
    padding-top: 10px; }
  #new_account_form .box .customerprivacy {
    padding-top: 15px; }

#authentication fieldset.account_creation {
  margin-bottom: 20px; }

#password {
  padding-top: 0;
  border: none; }
  #password .box p {
    margin-bottom: 9px; }
  #password .box .form-group {
    margin-bottom: 20px; }
    #password .box .form-group .form-control {
      width: 263px; }

#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  text-transform: none;
  font-family: "Roboto", sans-serif; }
  #instant_search_results a.close:hover {
    color: #515151; }

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px; }
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px; }
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #333; }
  #manufacturers_list .product-counter a:hover,
  #suppliers_list .product-counter a:hover {
    color: #515151; }
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #d6d4d4;
  padding: 31px 0 30px 0; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
      text-align: center; } }
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0; }
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center; }
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px; }
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
      padding-right: 15px;
      padding-left: 15px; } }
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #d6d4d4;
  padding: 0 0 32px 31px;
  min-height: 108px; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
      min-height: 1px;
      padding: 0;
      border: none; } }
  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    position: relative;
    top: -6px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      #manufacturers_list.list li .right-side-content .product-counter,
      #suppliers_list.list li .right-side-content .product-counter {
        top: 0; } }
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center; }
  #manufacturers_list.grid li .product-container,
  #suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d4d4; }
    #manufacturers_list.grid li .product-container .left-side,
    #suppliers_list.grid li .product-container .left-side {
      padding-bottom: 42px; }
    #manufacturers_list.grid li .product-container h3,
    #suppliers_list.grid li .product-container h3 {
      padding-bottom: 10px; }
    #manufacturers_list.grid li .product-container .product-counter,
    #suppliers_list.grid li .product-container .product-counter {
      margin-bottom: 12px; }
@media (min-width: 1200px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left; }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left; }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none; } }
@media (max-width: 767px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none; } }

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d6d4d4; }
  #manufacturer .description_box .hide_desc,
  #supplier .description_box .hide_desc {
    display: none; }
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px; }
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #d6d4d4; }

table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px; }
  table.discount i.icon-ok {
    color: #46a74e; }
  table.discount i.icon-remove {
    color: #f13340; }

#guestTracking .form-control {
  max-width: 271px; }
@media (min-width: 1200px) {
  #guestTracking .form-group {
    overflow: hidden; }
    #guestTracking .form-group i {
      padding-left: 10px; }
  #guestTracking .form-control {
    float: left; }
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%; } }

#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 100px auto 100px auto;
  text-align: center; }
  #pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0; }
    #pagenotfound .pagenotfound .img-404 img {
      max-width: 100%; }
  #pagenotfound .pagenotfound h1 {
    font: 600 28px/34px "Source Sans Pro", sans-serif;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 7px; }
  #pagenotfound .pagenotfound p {
    font: 600 16px/20px "Source Sans Pro", sans-serif;
    color: #555454;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 19px;
    margin-bottom: 20px; }
  #pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #333;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px; }
  #pagenotfound .pagenotfound label {
    font-weight: normal; }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound label {
        display: block; } }
  #pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px; }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block; } }
  #pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px 0; }
    #pagenotfound .pagenotfound .buttons .button-medium i.left {
      font-size: 17px; }

#account-creation_form fieldset.reversoform {
  padding: 10px !important; }

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left; }

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right; }

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer; }

.tab-content {
  margin-top: 20px; }

form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee; }

form#sendComment h3 {
  font-size: 14px; }

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0; }

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px; }

#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(../img/bg_input.png) repeat-x 0 0 #fff; }

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc; }

#sendComment p.submit {
  padding: 0;
  text-align: right; }

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0; }

.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal; }

.star {
  display: block; }
  .star a {
    display: block;
    position: absolute;
    text-indent: -5000px; }

div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676; }

div.star.star_on {
  display: block; }
  div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743; }

div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743; }

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center; }

.blockcategories_footer ul ul {
  display: none !important; }

.form-group.form-error input, .form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 98% 5px no-repeat #fff1f2; }
.form-group.form-ok input, .form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(../img/icon/form-ok.png) 98% 5px no-repeat #ddf9e1; }
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px; }

.radio-inline, .checkbox {
  padding-left: 0; }
  .radio-inline .checker, .checkbox .checker {
    float: left; }
    .radio-inline .checker span, .checkbox .checker span {
      top: 0px; }
  .radio-inline div.radio, .checkbox div.radio {
    display: inline-block; }
    .radio-inline div.radio span, .checkbox div.radio span {
      float: left;
      top: 0px; }

.fancybox-skin {
  background: #fff !important; }

.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-align: center;
  background: #a18c6f;
  /*background: white;*/
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }
  .fancybox-skin .fancybox-close:hover {
    color: #515151; }
  .fancybox-skin .fancybox-close:after {
    content: "\f057";
    font-family: "FontAwesome"; }

#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  background: #f2f2f2;
  min-height: 344px;
  height: 344px;
  padding-right: 29px;
  padding-left: 29px; }
  @media (max-width: 991px) {
    #facebook_block,
    #cmsinfo_block {
      min-height: 354px;
      height: 354px;
      padding-left: 13px;
      padding-right: 13px; } }
  @media (max-width: 767px) {
    #facebook_block,
    #cmsinfo_block {
      width: 100%;
      min-height: 1px; } }

#facebook_block h4 {
  padding: 35px 0 0 0;
  margin: 0 0 12px 0;
  font: 300 21px/25px "Source Sans Pro", sans-serif;
  color: #6f6d6d; }
  @media (max-width: 991px) {
    #facebook_block h4 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    #facebook_block h4 {
      padding-top: 20px !important; } }
  @media (max-width: 768px) {
    #facebook_block h4 {
      font-size: 16px; } }
#facebook_block .facebook-fanbox {
  background: #fff;
  border: 1px solid #aaaaaa;
  padding-bottom: 10px; }

#cmsinfo_block {
  border-left: 1px solid #d9d9d9; }
  @media (max-width: 767px) {
    #cmsinfo_block {
      border: none;
      margin-top: 10px; } }
  #cmsinfo_block > div {
    padding: 35px 10px 0 0; }
    @media (max-width: 767px) {
      #cmsinfo_block > div {
        padding-top: 20px; } }
    @media (max-width: 479px) {
      #cmsinfo_block > div {
        width: 100%;
        border-top: 1px solid #d9d9d9; } }
  #cmsinfo_block > div + div {
    border-left: 1px solid #d9d9d9;
    min-height: 344px;
    padding-left: 29px; }
    @media (max-width: 479px) {
      #cmsinfo_block > div + div {
        border-left: none;
        padding-left: 10px;
        min-height: 1px;
        padding-bottom: 15px; } }
  #cmsinfo_block em {
    float: left;
    width: 60px;
    height: 60px;
    margin: 3px 10px 0 0;
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #6f6d6d;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px; }
    @media (max-width: 991px) {
      #cmsinfo_block em {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px; } }
  #cmsinfo_block .type-text {
    overflow: hidden; }
  #cmsinfo_block h3 {
    margin: 0 0 5px 0;
    font: 300 21px/25px "Source Sans Pro", sans-serif;
    color: #6f6d6d; }
    @media (max-width: 1199px) {
      #cmsinfo_block h3 {
        font-size: 18px; } }
  #cmsinfo_block ul li {
    padding-bottom: 22px; }
    @media (max-width: 1199px) {
      #cmsinfo_block ul li {
        padding-bottom: 10px; } }
    @media (max-width: 991px) {
      #cmsinfo_block ul li {
        padding-bottom: 0; } }
  #cmsinfo_block p em {
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    color: #777777;
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: left;
    font-style: italic; }

.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px; }

@media (max-width: 1199px) {
  .zoomdiv {
    display: none !important; } }
#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px; }
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px; }

#product_comparison td.compare_extra_information {
  padding: 10px; }
#product_comparison #social-share-compare {
  margin-bottom: 50px; }

.btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover {
  border-color: white; }

.btn-facebook i {
  color: #435f9f; }
.btn-facebook:hover {
  color: white;
  background-color: #435f9f; }
  .btn-facebook:hover i {
    color: white; }

.btn-twitter i {
  color: #00aaf0; }
.btn-twitter:hover {
  color: white;
  background-color: #00aaf0; }
  .btn-twitter:hover i {
    color: white; }

.btn-google-plus i {
  color: #e04b34; }
.btn-google-plus:hover {
  color: white;
  background-color: #e04b34; }
  .btn-google-plus:hover i {
    color: white; }

.btn-pinterest i {
  color: #ce1f21; }
.btn-pinterest:hover {
  color: white;
  background-color: #ce1f21; }
  .btn-pinterest:hover i {
    color: white; }

.payment_option_form {
  display: none; }

.payment_option_logo {
  height: 50px;
  max-height: 50px; }

.payment_module_adv {
  height: 120px;
  max-height: 120px; }

.payment_option_selected {
  display: none;
  margin-top: 15px; }
  .payment_option_selected i {
    color: green; }

.payment_option_cta {
  margin-left: 10px;
  color: #333 !important; }

.tnc_box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }

.pointer-box {
  cursor: pointer; }

/**
* 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-location:before{
    content: "\e947"; } 

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

.footer-container #footer [id^="block_various_links_footer_"] h2:not(.ttl-h4),
.footer-container #footer #block_various_links_footer h2:not(.ttl-h4),
.footer-container #footer .blockcategories_footer h2:not(.ttl-h4) {
  color: #101010;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: none !important;
  padding: 0 !important; }
  .footer-container #footer [id^="block_various_links_footer_"] h2:not(.ttl-h4) > a,
  .footer-container #footer #block_various_links_footer h2:not(.ttl-h4) > a,
  .footer-container #footer .blockcategories_footer h2:not(.ttl-h4) > a {
    color: #101010;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
    .footer-container #footer [id^="block_various_links_footer_"] h2:not(.ttl-h4) > a:hover,
    .footer-container #footer #block_various_links_footer h2:not(.ttl-h4) > a:hover,
    .footer-container #footer .blockcategories_footer h2:not(.ttl-h4) > a:hover {
      color: #101010;
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      text-transform: uppercase; }

.btn-toplink, .btn-toplink:hover {
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  text-transform: none;
  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
*/
.authentication .disclaimer, .authentication label, .authentication #login_form .form-group.lost_password, .authentication .intro-txt-create, .authentication .submit .foot-note, .account_creation p.required, #module-blockwishlist-mywishlist #block-history .table > thead > tr > th, #module-blockwishlist-mywishlist #block-history .table tbody > tr > td, #slider_row .seo-ttl, .info-account, .history .table tbody tr > td,
.history .table > thead > tr > th, .history .table tbody tr > td .price,
.history .table > thead > tr > th .price, #block-order-detail .address .labls, #block-order-detail .address .labls + div ul li, .selection-speciale--desc {
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 19px; }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'sources Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
    left: 15px;
    right: 15px;
    overflow: auto;
    max-height: 100%;
    margin-top: -200px !important; } }
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: 15px; }

.sweet-alert fieldset {
  border: none;
  position: relative; }

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s; }

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s; }

.sweet-alert .sa-error-container .icon, .sweet-alert .sa-error-container [class^="icon-"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px; }

.sweet-alert .sa-error-container p {
  display: inline-block; }

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px; }

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd; }

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd; }

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd; }

.sweet-alert.show-input input {
  display: block; }

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative; }

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden; }

.sweet-alert button {
  background: none;
  background-color: #a18c6f;
  color: white;
  border: none;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
  height: auto;
  width: auto;
  background-image: none;
  float: none !important; }

.sweet-alert button:focus {
  outline: none; }

.sweet-alert button:hover {
  background-color: #7ecff4; }

.sweet-alert button:active {
  background-color: #5dc2f1; }

.sweet-alert button.cancel {
  background: none !important;
  background-color: #C1C1C1 !important; }

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9; }

.sweet-alert button.cancel:active {
  background-color: #a8a8a8; }

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default; }

.sweet-alert button.confirm[disabled] {
  color: transparent; }

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.sweet-alert button::-moz-focus-inner {
  border: 0; }

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important; }

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px; }

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-error {
  border-color: #ca1919; }

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block; }

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #ca1919;
  display: block;
  top: 37px;
  border-radius: 2px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(0, 133, 94, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #00855e;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
.mabpopup-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5103;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=00);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden; }
  .mabpopup-overlay.showed-popup-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    visibility: visible; }

* html .mabpopup-overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=00);
  opacity: 0;
  visibility: hidden; }

.mabpopup {
  position: fixed;
  z-index: 5104;
  max-width: 84%;
  width: 615px;
  height: calc(100% - 50px);
  max-height: 980px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease; }
  .mabpopup.showed-popup {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible; }
  .mabpopup .mabpopup-content {
    padding: 15px;
    background-color: #fefefe;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    height: 100%; }
  .mabpopup .mabpopup-close {
    height: 25px;
    top: -25px;
    right: 0px;
    position: absolute;
    background: #D6D6D6;
    padding-right: 25px; }
  .mabpopup .mab-close-popup {
    background: #000;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 0px;
    right: 0px; }
  .mabpopup .cross {
    display: block; }
  .mabpopup .cross:before {
    content: "\f00d";
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff; }

.mabpopup-overlay.showed-popup {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  visibility: visible; }

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

@media (min-width: 1200px) {
  .container {
    max-width: 1280px; } }
/**
* 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; }

/*=====================================*/
/* Alignement vertical
========================= */
/**
 * Permet d'aligner verticalement un contenu lorsque ses dimensions ainsi que celles de son parent sont inconnues
<div class="v-align-wrap">
    <div class="v-align"></div>
</div>
 */
.v-align-wrap {
  letter-spacing: -0.31em;
  /* Corriger le problème avec les polices non web-safe */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; }

.opera:-o-prefocus, .v-align-wrap {
  word-spacing: -0.43em;
  /* Fix for Opera */ }

.v-align-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.v-align {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  word-spacing: normal;
  max-width: 99%;
  font-family: "Roboto", sans-serif; }

/**
* messages
*/
.alert-warning {
  border: none;
  text-align: center; }

.alert.alert-danger:before {
  display: none !important; }

.alert a {
  color: inherit;
  text-decoration: underline; }

/**
* button
*/
.button.button-medium.exclusive,
.button.button-medium,
.button.ajax_add_to_cart_button {
  border-color: #a18c6f;
  border-radius: 6px;
  background: #a18c6f; }
  .button.button-medium.exclusive span,
  .button.button-medium span,
  .button.ajax_add_to_cart_button span {
    border-color: #a18c6f;
    background: #a18c6f;
    font-weight: 600 !important; }
  .button.button-medium.exclusive:hover,
  .button.button-medium:hover,
  .button.ajax_add_to_cart_button:hover {
    border-color: #ebebe8;
    background: #ebebe8; }
    .button.button-medium.exclusive:hover span,
    .button.button-medium:hover span,
    .button.ajax_add_to_cart_button:hover span {
      border-color: #ebebe8;
      background: #ebebe8;
      color: #a18c6f;
      font-weight: 600 !important; }

.btn-link {
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #a18c6f;
  text-decoration: none;
  display: inline-block;
  padding: 0 16px;
  font-family: "Roboto", sans-serif;
  border: 2px solid transparent;
  outline: 0;
  cursor: pointer;
  border-radius: 6px; }
  .btn-link:focus, .btn-link:hover {
    background: white;
    border: 2px solid #a18c6f;
    color: #a18c6f;
    text-decoration: none; }

.download-btn {
  border: 1px solid black;
  color: black;
  cursor: pointer;
  padding: 8px 40px;
  position: relative; }
  .download-btn i {
    position: absolute;
    right: 5px; }

/**
forms
*/
body div.selector {
  background: none;
  border: 1px solid #d6d4d4;
  padding: 0; }
  body div.selector span {
    background: none;
    position: relative;
    padding-left: 10px; }
    body div.selector span:before {
      content: "▿";
      font-family: 'mab';
      color: #a18c6f;
      font-size: 15px;
      position: absolute;
      right: 5px;
      top: -1px; }
  body div.selector select {
    webkit-appearance: none; }

body .form-group.form-error,
body .form-group.form-ok {
  position: relative; }
  body .form-group.form-error:after,
  body .form-group.form-ok:after {
    font-family: "mab";
    display: inline-block;
    font-size: 17px;
    top: 10px;
    position: absolute;
    right: 0;
    margin-left: 6px;
    vertical-align: top; }
  body .form-group.form-error .form-control,
  body .form-group.form-ok .form-control {
    display: inline-block; }

body .form-group.form-error {
  position: relative; }
  body .form-group.form-error label {
    display: block; }
  body .form-group.form-error:after {
    content: "\2716";
    color: #ca1919 !important; }
  body .form-group.form-error textarea,
  body .form-group.form-error input {
    background: none;
    border-color: #ca1919 !important;
    color: #ca1919 !important; }

body .form-group.form-ok {
  position: relative; }
  body .form-group.form-ok label {
    display: block; }
  body .form-group.form-ok:after {
    content: "\2713";
    color: #00855e !important; }
  body .form-group.form-ok textarea,
  body .form-group.form-ok input {
    background: none;
    display: block; }

form textarea.form-control,
form textarea.form-control:focus {
  border: 1px solid #d6d4d4; }

form .form-control:focus {
  border: 1px solid #d6d4d4; }

#form_forgotpassword .alert,
#login_form .form_content .alert,
#authentication .form_content .alert,
#contact .account_creation .alert,
#authentication #account-creation_form .alert,
#identity #form-change-password .alert,
#identity #form-identity .alert,
#address #add_address .alert {
  top: -10px;
  position: relative;
  margin-left: 33%;
  padding: 12px 0px 10px 15px;
  max-width: 417px !important;
  border: none;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-shadow: none;
  font-weight: normal;
  letter-spacing: 0; }
  #form_forgotpassword .alert ol,
  #login_form .form_content .alert ol,
  #authentication .form_content .alert ol,
  #contact .account_creation .alert ol,
  #authentication #account-creation_form .alert ol,
  #identity #form-change-password .alert ol,
  #identity #form-identity .alert ol,
  #address #add_address .alert ol {
    margin: 0; }
#form_forgotpassword .group-address-comp .alert,
#login_form .form_content .group-address-comp .alert,
#authentication .form_content .group-address-comp .alert,
#contact .account_creation .group-address-comp .alert,
#authentication #account-creation_form .group-address-comp .alert,
#identity #form-change-password .group-address-comp .alert,
#identity #form-identity .group-address-comp .alert,
#address #add_address .group-address-comp .alert {
  display: none;
  padding: 12px 15px 10px;
  top: 0; }
#form_forgotpassword .group-address-comp.form-error .alert,
#login_form .form_content .group-address-comp.form-error .alert,
#authentication .form_content .group-address-comp.form-error .alert,
#contact .account_creation .group-address-comp.form-error .alert,
#authentication #account-creation_form .group-address-comp.form-error .alert,
#identity #form-change-password .group-address-comp.form-error .alert,
#identity #form-identity .group-address-comp.form-error .alert,
#address #add_address .group-address-comp.form-error .alert {
  display: inline-block; }

#authentication #account-creation_form .alert {
  margin-left: 35% !important; }

#form_forgotpassword .alert {
  margin-left: 0; }

#login_form .form_content .alert {
  top: 6px;
  padding: 15px; }
  #login_form .form_content .alert:nth-child(5) {
    padding: 15px 0px 5px 15px; }

#account-creation_form .alert {
  padding: 15px !important;
  left: -22px; }
#account-creation_form .account_creation .alert:nth-child(10) {
  left: -26px; }

#authentication .form_content .alert {
  margin-left: 0 !important; }
  #authentication .form_content .alert ol {
    margin-left: 0 !important;
    list-style: none;
    padding-left: 0 !important; }
    #authentication .form_content .alert ol li {
      margin-left: 0 !important;
      list-style: none; }

/**
* hr
*/
hr {
  border-top-color: #d6d6d6; }

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

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

/** Sticky Header **/
body.menu-fixed #header .container > .row {
  margin: 0; }
body.menu-fixed #header .container #header_logo,
body.menu-fixed #header .container #block_top_menu {
  display: none; }
body.menu-fixed #header .container .login.btn-toplink {
  position: relative;
  z-index: 1001; }
body.menu-fixed #header .container .header-container .sf-menu .rich-menu {
  top: 66px; }
  body.menu-fixed #header .container .header-container .sf-menu .rich-menu ul {
    position: static; }
body.menu-fixed #header .container .header-container .sf-menu .sfHover .rich-menu {
  display: block; }
body.menu-fixed #header .container .header-container .sf-menu li:hover.selections,
body.menu-fixed #header .container .header-container .sf-menu .sfHover.selections {
  position: relative; }
  body.menu-fixed #header .container .header-container .sf-menu li:hover.selections a:before,
  body.menu-fixed #header .container .header-container .sf-menu li:hover.selections a:hover:before,
  body.menu-fixed #header .container .header-container .sf-menu .sfHover.selections a:before,
  body.menu-fixed #header .container .header-container .sf-menu .sfHover.selections a:hover:before {
    border-bottom-color: #a18c6f; }
body.menu-fixed #header .container .header-container .sf-menu li:hover > a + .menu-selection,
body.menu-fixed #header .container .header-container .sf-menu .sfHover > a + .menu-selection {
  background: none !important;
  width: 233px;
  left: 50%;
  margin-left: -116.5px; }
  body.menu-fixed #header .container .header-container .sf-menu li:hover > a + .menu-selection:after,
  body.menu-fixed #header .container .header-container .sf-menu .sfHover > a + .menu-selection:after {
    display: none; }
  body.menu-fixed #header .container .header-container .sf-menu li:hover > a + .menu-selection ul,
  body.menu-fixed #header .container .header-container .sf-menu .sfHover > a + .menu-selection ul {
    float: none;
    -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15); }
body.menu-fixed #header .container .link-advanced {
  display: none;
  background: #a18c6f;
  font-size: 15px;
  left: 7.5px;
  margin: 2px 0 0 8px;
  position: relative;
  width: 50px; }
body.menu-fixed #header .container .btn-open-search {
  height: 44px;
  width: 40px; }
  body.menu-fixed #header .container .btn-open-search.open {
    background: #a18c6f;
    height: 66px;
    position: relative;
    /*right: -32px;
    top: 6px;*/
    width: 66px; 
    float: right;
  }
  body.menu-fixed #header .container .btn-open-search .ico-magnify {
    left: -10px;
    position: absolute;
    top: 13px; 
  }
  body.menu-fixed #header .container #block_top_menu .sf-menu {
    display: table;
    margin-left: 65px;
    width: 740px; }
    body.menu-fixed #header .container #block_top_menu .sf-menu > li {
      height: 66px;
      width: auto; }
      body.menu-fixed #header .container #block_top_menu .sf-menu > li > a {
        background: #a18c6f;
        border-radius: 0;
        display: table-cell;
        font-size: 12px;
        line-height: 15px;
        padding: 0 10px;
        vertical-align: middle;
        width: 100%; }
        body.menu-fixed #header .container #block_top_menu .sf-menu > li > a .text-menu {
          background: transparent;
          border-radius: 0;
          padding: 0;
          position: initial; }
      body.menu-fixed #header .container #block_top_menu .sf-menu > li.sfHover > a, body.menu-fixed #header .container #block_top_menu .sf-menu > li:hover > a {
        color: white; }
        body.menu-fixed #header .container #block_top_menu .sf-menu > li.sfHover > a:after, body.menu-fixed #header .container #block_top_menu .sf-menu > li:hover > a:after {
          border-bottom: 8px solid white; }
      body.menu-fixed #header .container #block_top_menu .sf-menu > li > .rich-menu {
        top: 66px; 
        margin-left: 8px;
        margin-right: -36px;
      }
body.menu-fixed #header .container .bloc-header-wrapper.account-wrapper {
  height: 66px;
  padding: 15px 5px;
  position: absolute;
  right: 260px;
  text-align: center;
  width: 190px; }
  body.menu-fixed #header .container .bloc-header-wrapper.account-wrapper .btn-toplink {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap; }
body.menu-fixed #header .container .bloc-header-wrapper.manege-wrapper {
  height: 66px; }
body.menu-fixed #header .container .btn-toplink i {
  font-size: 25px; }
body.menu-fixed #header .container .bloc-header-wrapper {
  display: none; }
body.menu-fixed #header .container .action-header {
  height: 66px;
  z-index: 1001; }
  body.menu-fixed #header .container .action-header-icon {
    font-size: 20px; }
  body.menu-fixed #header .container .action-header-label {
    margin-top: 4px; }
body.menu-fixed #header .cart-wrapper {
  padding-right: 0; }
  body.menu-fixed #header .cart-wrapper .cart_block {
    top: 66px; }

body.menu-fixed.open-search #header #search_block_top {
  background: #a18c6f;
  width: 410px;
  z-index: 5000; 
}
body.menu-fixed.open-search #header .link-advanced {
  display: inline-block;
  z-index: 1001; }

body.menu-fixedarche #block_top_menu {
  top: 40px !important; }

.header-container .sf-menu > li.sfHover > a.sf-with-ul {
  position: relative; }

.header-container .sf-menu > li.selections a:hover:before {
  border-bottom-color: #a18c6f; }

.header-container .sf-menu > li.sfHover > a + .rich-menu {
  display: block;
  left: 0;
  right: 0;
  padding: 0;
  text-align: left; }
.header-container .sf-menu > li.sfHover.selections {
  position: relative; }
  .header-container .sf-menu > li.sfHover.selections a:before,
  .header-container .sf-menu > li.sfHover.selections a:hover:before {
    border-bottom-color: #a18c6f; }
.header-container .sf-menu > li.sfHover > a + .menu-selection {
  left: 50%;
  position: absolute;
  top: 52px;
  width: 233px; }
  .header-container .sf-menu > li.sfHover > a + .menu-selection:after {
    display: none; }
  .header-container .sf-menu > li.sfHover > a + .menu-selection ul {
    display: block !important;
    position: static;
    background: #fff;
    width: 233px;
    padding: 0;
    border: 1px solid #a18c6f;
    border-top: none;
    border-radius: 0 0 6px 6px;
    transform: translateX(-50%); }
    .header-container .sf-menu > li.sfHover > a + .menu-selection ul li {
      display: block;
      border-top: 2px solid #fff; }
      .header-container .sf-menu > li.sfHover > a + .menu-selection ul li:first-child {
        border-top: none; }
      .header-container .sf-menu > li.sfHover > a + .menu-selection ul li a {
        background: transparent;
        color: #252525;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 22px;
        display: block; }
        .header-container .sf-menu > li.sfHover > a + .menu-selection ul li a:hover {
          background: #a18c6f;
          color: white; }
      .header-container .sf-menu > li.sfHover > a + .menu-selection ul li:last-child a {
        border-radius: 0 0 6px 6px; }
.header-container .sf-menu > li.sfHover:last-child > a + .menu-selection {
  left: inherit;
  right: 0; }
  .header-container .sf-menu > li.sfHover:last-child > a + .menu-selection ul {
    transform: inherit; }

.header-container .sf-menu > li.sfHover > a, .header-container .sf-menu > li:hover > a {
  position: relative; }
  .header-container .sf-menu > li.sfHover > a:after, .header-container .sf-menu > li:hover > a:after {
    content: "";
    display: block;
    width: 1px;
    background: transparent;
    border-bottom: 8px solid #a18c6f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

header .row #header_logo + .col-sm-4 + .col-sm-4, header .row #header_logo + #header_logo + .col-sm-4, header .row #header_logo + .col-sm-4 + #header_logo, header .row #header_logo + #header_logo + #header_logo {
  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; 
      padding-top: 15px;
 }
  .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 {
  padding-right: 7.5px; }

.action-header {
  float: right;
  height: 105px;
  padding-top: 25px;
  position: relative;
  width: 130px; }
  .action-header-link {
    color: white;
    display: block;
    padding: 0 5px;
    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: 25px; }
  .action-header-label {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis; }

    .btn-toplink {
      line-height: 20px;
      display: flex;
      text-align: left;
      align-items: center;
      justify-content: center;
    }  
  .btn-toplink i {
    font-size: 40px;
    position: relative;
    margin-right: 0;
    top: 3px; }
  .btn-toplink.account {
    text-align: center;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .btn-toplink:hover, .btn-toplink:focus, .btn-toplink:active {
    color: #363636; }
  .btn-toplink .text-login {
    vertical-align: super;
    white-space: nowrap; }

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

#header #search_block_top {
  padding: 20px 0 20px 65px;
  position: relative;
  z-index: 1001; }
#header #block_top_menu {
  min-width: 100%;
  padding-top: 0; }
#header #search_block_top #searchbox {
  width: 306px !important;
  height: 39px; }
#header #search_block_top #search_query_top {
  color: #252525;
  background: white;
  height: 47px;
  width: 100%;
  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 {
    color: #252525;
    opacity: 1;
    text-transform: uppercase; }
  #header #search_block_top #search_query_top:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
    #header #search_block_top #search_query_top:focus::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #101010; }
    #header #search_block_top #search_query_top:focus::-moz-placeholder {
      /* Firefox 19+ */
      color: #101010; }
    #header #search_block_top #search_query_top:focus:-ms-input-placeholder {
      /* IE 10+ */
      color: #101010; }
    #header #search_block_top #search_query_top:focus:-moz-placeholder {
      /* Firefox 18- */
      color: #101010; }
#header #search_block_top .btn.button-search {
  background: none;
  color: #a18c6f;
  padding: 0;
  line-height: 45px;
  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 .link-advanced:hover {
    color: #363636; }
#header #search_block_top .btn.button-search:before {
  display: none; }

#search #center_column .alert.alert-warning {
  background: #ebebe8;
  color: #333; }

.header-container #header .container {
  position: relative;
  background: #a18c6f; }
  .header-container #header .container #header_logo {
    float: left;
    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: 52px;
    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; }
    .header-container .sf-menu > li.special-event {
      position: relative; }
      .header-container .sf-menu > li.special-event > a {
        color: white; }
        .header-container .sf-menu > li.special-event > a > .text-menu {
          background: #a18c6f;
          border-radius: 6px;
          padding: 12px 17px;
          min-width: 80%; }
        .header-container .sf-menu > li.special-event > a + .menu-selection > ul {
          float: left;
          width: 240px; }

.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: 52px;
  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--rightcolumn .bloc-selection--img {
      border: 1px solid #d6d4d4; }
  .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;
      -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; }

/**
* blocheadimg
*/
#slider_row {
  padding-bottom: 27px; 
}

#module-mabclickandcollect-commande #slider_row, #module-payline-payment #slider_row {
  border-top: 2px solid #d6d6d6;
}

.blocheadimg {
  height: 526px;
  position: relative; }
  .blocheadimg--img {
    width: 100%;
    height: 100%; }
    .blocheadimg--img .img-placer {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: top center; }
  .blocheadimg--placettl {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px; }
  .blocheadimg--ttl {
    font-size: 39px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    line-height: 42px;
    margin: 0; }
  .blocheadimg--sub {
    font-size: 25px;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    line-height: 28px;
    padding-top: 5px; }
  .blocheadimg--buttons {
    position: absolute;
    bottom: 14px;
    right: 0;
    left: 0;
    margin: 0;
    height: auto !important; }

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

.blochead-column-left > div:first-child {
  margin-bottom: 15px; }
.blochead-column-left > div {
  height: 255px; }
  .blochead-column-left > div + div {
    height: 256px; }
.blochead-column-left .blocheadimg {
  border: 1px solid #d6d4d4; }
  .blochead-column-left .blocheadimg--placettl {
    top: 16px;
    left: 16px;
    right: 24px; }
  .blochead-column-left .blocheadimg--ttl {
    font-size: 21px;
    line-height: 24px; }
  .blochead-column-left .blocheadimg--sub {
    font-size: 18px;
    padding-top: 0;
    font-weight: 500; }
  .blochead-column-left .blocheadimg .img-placer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center; }

.wrap-disclaimer {
  clear: both; }

.bloc-selection {
  text-align: center;
  padding-bottom: 40px;
  overflow: hidden; }
  .bloc-selection:hover .bloc-selection--btn {
    background: #fff;
    color: #a18c6f; }
  .bloc-selection a {
    display: block; }
  .bloc-selection--ttl {
    color: #a18c6f;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 34px 0 10px;
    display: inline-block; }
  .bloc-selection--btn {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    line-height: 34px;
    display: block;
    background: #a18c6f; }
    .bloc-selection--btn span {
      line-height: 15px; }
  .bloc-selection--img {
    height: 182px;
    width: 100%;
    position: relative; }
    .bloc-selection--img .img-placer {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }

/**
* list product
*/
.price-percent-reduction {
  position: absolute;
  right: 0; }

.new-box, .sale-box {
  top: 0;
  left: 0px;
  width: auto;
  height: auto;
  overflow: visible; }

.selection-category-box,
#product #reduction_percent,
.sale-label,
.new-label {
  background: white;
  border: 1px solid #a18c6f;
  border-left: none;
  color: #a18c6f;
  height: 22px;
  -moz-border-radius: 0 16px 16px 0;
  -webkit-border-radius: 0;
  border-radius: 0 16px 16px 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: auto;
  left: 0;
  top: 28px;
  padding: 0 10px 0 6px;
  text-shadow: none;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 22px;
  cursor: default; }
  .selection-category-box:after, .selection-category-box:before,
  #product #reduction_percent:after,
  #product #reduction_percent:before,
  .sale-label:after,
  .sale-label:before,
  .new-label:after,
  .new-label:before {
    display: none; }

#product .sale-label, #product .new-label {
  font-size: 20px;
  height: 32px;
  left: 1px;
  line-height: 32px; }

.sale-label {
  top: 0;
  right: auto;
  background: white;
  font-weight: bold; }

.selection-category-box,
#product #reduction_percent,
.price-percent-reduction {
  position: absolute;
  right: auto;
  background: #a18c6f;
  height: 22px;
  border: none !important;
  -moz-border-radius: 0 11px 11px 0;
  -webkit-border-radius: 0;
  border-radius: 0 11px 11px 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: auto;
  padding: 0;
  left: -1px;
  padding: 0 10px 0 5px;
  text-shadow: none;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 22px;
  z-index: 1000; }

.selection-category-box {
  color: #fff;
  top: 28px;
  right: auto;
  background: #a18c6f;
  font-weight: normal; }

#product .selection-category-box {
  left: 0; }

.sale-box,
.price-percent-reduction {
  top: 28px; }

.new-box + #reduction_percent {
  top: 3px !important; }

.new-box + .price-percent-reduction {
  top: 3px; }

.new-box + #reduction_amount {
  top: 3px !important; }

.new-box + .sale-box {
  top: 0; }

#product #reduction_amount {
  display: none !important; }

.product_list .right-block {
  padding-top: 53px;
  position: relative; }
  .product_list .right-block [itemprop="name"] {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 30%;
    padding: 0 0 0 5px !important;
    min-height: 10px !important;
    margin: 0;
    text-align: left;
    color: #4f4e4e;
    font-size: 16px;
    font-weight: 700; }
    .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; }
  .product_list .right-block .content_price {
    position: absolute;
    bottom: 9px;
    right: 0;
    left: 70%;
    text-align: right;
    padding-right: 5px !important;
    padding-bottom: 0 !important; }

.price.product-price {
  color: #a18c6f !important;
  font-size: 23px !important;
  line-height: 18px; }
  .price.product-price .small {
    font-size: 15px;
    font-weight: 800; }

.product-price.old-price {
  color: #a18c6f !important;
  font-size: 17px !important; }
  .product-price.old-price .small {
    font-size: 13px;
    font-weight: 600; }

ul.product_list .product-image-container .quick-view,
ul.product_list .product-image-container .quick-view-wrapper-mobile {
  display: none !important; }

ul.product_list.grid > li .product-container .product-image-container {
  padding: 0 !important; }

ul.product_list.grid > li .product-container .old-price {
  margin-right: 0 !important;
  color: #8c8c8c !important; }

ul.product_list.grid > li .product-container .functional-buttons {
  display: block !important;
  background: none !important; }

body ul.product_list.grid .product-container .product-image-container {
  position: relative; }
  body ul.product_list.grid .product-container .product-image-container .product_img_link .image-wearing {
    left: 50%;
    max-width: inherit;
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s; }
    body ul.product_list.grid .product-container .product-image-container .product_img_link .image-wearing.earing {
      transform: translate(-50%, -42%); }
body ul.product_list.grid li:hover .product-image-container .product_img_link .image-wearing {
  opacity: 1; }

body ul.product_list.grid > li:hover .product-container .product-image-container, #category ul.product_list.grid > li:hover .product-container .product-image-container {
  border: 1px solid #a18c6f; }
body ul.product_list.grid > li:hover a.product-name, #category ul.product_list.grid > li:hover a.product-name {
  color: #a18c6f; }

ul.product_list.grid > li .product-container .old-price.product-price .small {
  font-weight: 500;
  position: relative;
  top: -1px; }

/**
* footer
*/
#social_block .newsletterbloc {
  background: none;
  border-top: 0;
  min-height: auto;
  padding: 0; }
  #social_block .newsletterbloc p:not(.alert) a.newsletter-link {
    color: #2f2f2d;
    text-decoration: underline; }
  #social_block .newsletterbloc p:not(.alert) a.newsletter-link:hover {
    color: #2f2f2d;
    text-decoration: none; }
#social_block .newsletterbloc--ttl {
  color: #000 !important; }
#social_block .newsletterbloc--sub {
  color: #000; }
#social_block .newsletterbloc--text {
  color: #a18c6f;
  font-weight: bold; }
#social_block .newsletterbloc .results {
  color: #000; }

.sprite {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5); }
  .sprite.sprite-cb {
    width: 77px;
    height: 56px;
    background-position: 0 0; }
  .sprite.sprite-colissimo {
    width: 82px;
    height: 56px;
    background-position: 0 -56px; }
  .sprite.sprite-mastercard {
    width: 86px;
    height: 56px;
    background-position: 0 -112px; }
  .sprite.sprite-socolissimo {
    width: 133px;
    height: 56px;
    background-position: 0 -168px; }
  .sprite.sprite-visa {
    width: 93px;
    height: 56px;
    background-position: 0 -224px; }
  .sprite.sprite-floa {
    width: 150px;
    height: 54px;
    background-position: 0 -283px; }
  .sprite.sprite-chrono {
    width: 150px;
    height: 54px;
    background-position: 0 -337px; }

.footer-container #footer #footer_html_content,
#footer_html_content {
  clear: both;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.footer-container #footer h4:after {
  display: none; }

.footer-container {
  background: none; }
  .footer-container #htmlcontent_footer .item-img {
    max-width: 135px;
    height: auto; }
  .footer-container .last-line {
    background: #fff; }
    .footer-container .last-line .last-text {
      padding: 20px 20px 8px;
      font-size: 12px;
      color: #404048;
      font-family: "Roboto", sans-serif;
      line-height: 14px; }
    .footer-container .last-line .toggle-footer {
      display: block !important; }
  .footer-container #footer {
    background: #ebebe8;
    padding-bottom: 0; }
    .footer-container #footer #static_content_wrapper #mytitle {
      display: none !important; }
    .footer-container #footer #block_various_links_footer {
      display: none; }
    .footer-container #footer .center-logos {
      text-align: center;
      padding-bottom: 30px; }
      .footer-container #footer .center-logos a {
        text-decoration: none !important; }
      .footer-container #footer .center-logos i {
        display: inline-block;
        margin: -12px; }
    .footer-container #footer .bottom-footer div {
      border-top: none;
      color: #404048;
      font-size: 12px; }
    .footer-container #footer a:hover {
      color: #252525;
      text-decoration: underline; }
    .footer-container #footer .blockcategories_footer {
      clear: none !important; }
    .footer-container #footer h4, .footer-container #footer .h4, .footer-container #footer .ttl-h4 {
      color: #101010;
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      margin: 0 0 13px 0; }
      .footer-container #footer h4 a, .footer-container #footer .h4 a, .footer-container #footer .ttl-h4 a {
        color: #101010;
        text-decoration: none; }
        .footer-container #footer h4 a:hover, .footer-container #footer .h4 a:hover, .footer-container #footer .ttl-h4 a:hover {
          color: #101010; }
    .footer-container #footer [id^="block_various_links_footer_"] li a:hover,
    .footer-container #footer #block_various_links_footer li a:hover,
    .footer-container #footer .blockcategories_footer li a:hover {
      text-decoration: none; }
    .footer-container #footer [id^="block_various_links_footer_"] li h3, .footer-container #footer [id^="block_various_links_footer_"] li span,
    .footer-container #footer #block_various_links_footer li h3,
    .footer-container #footer #block_various_links_footer li span,
    .footer-container #footer .blockcategories_footer li h3,
    .footer-container #footer .blockcategories_footer li span {
      display: block;
      text-shadow: none;
      color: #999;
      font-size: 13px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      position: relative;
      padding-left: 11px; }
      .footer-container #footer [id^="block_various_links_footer_"] li h3:before, .footer-container #footer [id^="block_various_links_footer_"] li span:before,
      .footer-container #footer #block_various_links_footer li h3:before,
      .footer-container #footer #block_various_links_footer li span:before,
      .footer-container #footer .blockcategories_footer li h3:before,
      .footer-container #footer .blockcategories_footer li span:before {
        content: '';
        display: block;
        height: 1px;
        width: 1px;
        border-left: 6px solid #999;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: none;
        position: absolute;
        left: 0;
        top: 4px; }
      .footer-container #footer [id^="block_various_links_footer_"] li h3:hover, .footer-container #footer [id^="block_various_links_footer_"] li span:hover,
      .footer-container #footer #block_various_links_footer li h3:hover,
      .footer-container #footer #block_various_links_footer li span:hover,
      .footer-container #footer .blockcategories_footer li h3:hover,
      .footer-container #footer .blockcategories_footer li span:hover {
        text-decoration: none;
        color: #a18c6f; }
        .footer-container #footer [id^="block_various_links_footer_"] li h3:hover:before, .footer-container #footer [id^="block_various_links_footer_"] li span:hover:before,
        .footer-container #footer #block_various_links_footer li h3:hover:before,
        .footer-container #footer #block_various_links_footer li span:hover:before,
        .footer-container #footer .blockcategories_footer li h3:hover:before,
        .footer-container #footer .blockcategories_footer li span:hover:before {
          border-left-color: #a18c6f; }
    .footer-container #footer [id^="block_various_links_footer_"] h3,
    .footer-container #footer #block_various_links_footer h3,
    .footer-container #footer .blockcategories_footer h3 {
      margin: 0;
      line-height: 18px; }
    .footer-container #footer [id^="block_various_links_footer_"] h2:not(.ttl-h4),
    .footer-container #footer #block_various_links_footer h2:not(.ttl-h4),
    .footer-container #footer .blockcategories_footer h2:not(.ttl-h4) {
      line-height: 22px;
      text-align: left !important;
      margin: 0; }
      .footer-container #footer [id^="block_various_links_footer_"] h2:not(.ttl-h4) a,
      .footer-container #footer #block_various_links_footer h2:not(.ttl-h4) a,
      .footer-container #footer .blockcategories_footer h2:not(.ttl-h4) a {
        padding-left: 0; }
        .footer-container #footer [id^="block_various_links_footer_"] h2:not(.ttl-h4) a:before,
        .footer-container #footer #block_various_links_footer h2:not(.ttl-h4) a:before,
        .footer-container #footer .blockcategories_footer h2:not(.ttl-h4) a:before {
          display: none; }
    .footer-container #footer .footer-block {
      margin-top: 0;
      padding-top: 25px;
      padding-bottom: 12px; }
    .footer-container #footer #social_block {
      width: 300px !important;
      padding: 25px 0 0;
      margin-right: 76px;
      text-align: center; }
      .footer-container #footer #social_block .app-links a {
        display: inline-block;
        padding: 0 7px; }
      .footer-container #footer #social_block .app-links img {
        height: 40px;
        width: auto; }
      .footer-container #footer #social_block ul {
        float: none !important;
        margin: 0; }
      .footer-container #footer #social_block li {
        width: 52px !important;
        height: 52px !important;
        float: none !important;
        display: inline-block;
        -moz-border-radius: 26px;
        -webkit-border-radius: 26px;
        border-radius: 26px;
        background-color: #2d2b2b;
        margin: 18px 4px 25px 4px;
        padding: 0 important; }
        .footer-container #footer #social_block li a {
          width: 52px !important;
          height: 52px !important;
          line-height: 52px;
          display: block;
          text-shadow: none; }
          .footer-container #footer #social_block li a:before {
            vertical-align: top !important;
            color: #fff; }
        .footer-container #footer #social_block li:before {
          display: none !important; }
        .footer-container #footer #social_block li.facebook a {
          font-family: 'mab' !important; }
          .footer-container #footer #social_block li.facebook a:before {
            font-family: 'mab' !important;
            content: '\270e' !important; }
        .footer-container #footer #social_block li.pinterest a {
          font-family: 'mab' !important; }
          .footer-container #footer #social_block li.pinterest a:before {
            font-family: 'mab' !important;
            content: '\1f370' !important; }
        .footer-container #footer #social_block li.instagram a {
          font-family: 'mab' !important; }
          .footer-container #footer #social_block li.instagram a:before {
            font-family: 'mab' !important;
            content: '\1f4f7' !important; }
        .footer-container #footer #social_block li:hover {
          background: #a18c6f; }

#htmlcontent_footer > ul {
  padding-left: 20px; }

/**
* home
*/
ul.product_list.grid > li .product-container .product-image-container + .createur {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 60px;
  height: 60px; }
  ul.product_list.grid > li .product-container .product-image-container + .createur img {
    width: 60px;
    height: 60px; }

ul.product_list.grid > li {
  padding-bottom: 7px !important; }

#index ul.product_list.grid > li .product-container .functional-buttons div.wishlist {
  bottom: 67px; }
#index ul.product_list.grid > li .product-container .product-image-container {
  margin-bottom: 13px; }
#index ul.product_list.tab-pane > li {
  padding-bottom: 0 !important; }
#index .button-container {
  display: none !important; }
#index #htmlcontent_top {
  width: 25%;
  padding-left: 7px !important; }

.bottom-link-cat {
  padding-bottom: 18px; }

.blochomecentral {
  padding-top: 20px; }
  .blochomecentral .ttl--h2 {
    margin-bottom: 0; }
  .blochomecentral .ttl--sub {
    text-transform: none !important;
    margin-bottom: 12px; }
  .blochomecentral .availability {
    display: none; }
  .blochomecentral .home-col--access .padd {
    padding-top: 12px;
    padding-bottom: 9px;
    padding-left: 0;
    text-align: center; }
  .blochomecentral--bottom {
    padding-top: 40px; }
    .blochomecentral--bottom .ttl--sub {
      text-transform: uppercase !important; }

.home-col {
  padding-top: 18px; }
  .home-col--top {
    background: #a18c6f;
    color: #fff;
    font-size: 29px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 18px 22px;
    line-height: 28px;
    text-transform: uppercase; }
  .home-col--cat {
    border-left: 1px solid #ebebe8;
    border-right: 1px solid #ebebe8;
    margin-bottom: 0; }
    .home-col--cat li {
      display: block;
      border-bottom: 1px solid #ebebe8; }
      .home-col--cat li a {
        display: block;
        padding-left: 26px;
        line-height: 42px;
        color: #4f4e4e;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        text-transform: uppercase; }
        .home-col--cat li a:hover {
          color: #a18c6f; }
  .home-col--access {
    background: #ebebe8; }
    .home-col--access .link,
    .home-col--access .padd,
    .home-col--access a,
    .home-col--access .linkmabr {
      display: block;
      position: relative;
      border-top: 2px solid #fff;
      padding: 25px 0 20px 52px; }
      .home-col--access .link i,
      .home-col--access .padd i,
      .home-col--access a i,
      .home-col--access .linkmabr i {
        position: absolute;
        color: #a18c6f;
        font-size: 25px;
        top: 22px;
        left: 14px; }
      .home-col--access .link span,
      .home-col--access .padd span,
      .home-col--access a span,
      .home-col--access .linkmabr span {
        display: block; }
    .home-col--access a:hover, .home-col--access .linkmabr:hover {
      background: #a18c6f !important;
      color: #fff !important; }
      .home-col--access a:hover i,
      .home-col--access a:hover span, .home-col--access .linkmabr:hover i,
      .home-col--access .linkmabr:hover span {
        color: #fff !important; }
    .home-col--access__elem.first a {
      border-top: none; }
    .home-col--access__elem.app > .link {
      padding-bottom: 4px; }
    .home-col--access__elem.app .app-links {
      padding-bottom: 15px; }
  .home-col--ttl {
    color: #363636;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif; }
  .home-col--sub {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #4f4e4e;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 6px; }
  .home-col .social {
    margin-bottom: 0; }
    .home-col .social a {
      display: inline-block;
      border: none;
      width: 52px !important;
      height: 52px !important;
      line-height: 52px !important;
      float: none !important;
      -moz-border-radius: 26px;
      -webkit-border-radius: 26px;
      border-radius: 26px;
      background-color: #2d2b2b;
      margin: 0 4px 17px 4px;
      padding: 0 !important;
      color: #fff; }
      .home-col .social a i {
        vertical-align: middle;
        color: #fff;
        position: static; }
      .home-col .social a:hover {
        background-color: #a18c6f; }
  .home-col .app-links a {
    display: inline-block !important;
    background: none !important;
    border: none !important;
    padding: 0;
    max-width: 106px; }
    .home-col .app-links a img {
      max-width: 100%; }

#columns {
  padding-bottom: 0 !important; }

#newsletter_block_left .home-col {
  padding-top: 0; }
#newsletter_block_left .home-col--access .padd {
  padding-top: 12px;
  padding-bottom: 9px;
  padding-left: 0;
  text-align: center; }
#newsletter_block_left .blochomecentral {
  padding-top: 0; }
#newsletter_block_left .form-group .button-small::before {
  display: none; }

.newsletterbloc {
  min-height: 134px;
  padding: 33px 36px 10px;
  background: #a18c6f;
  border-top: 2px solid #fff; }
  .newsletterbloc p:not(.alert) a.newsletter-link {
    color: #fff;
    text-decoration: underline; }
    .newsletterbloc p:not(.alert) a.newsletter-link:hover {
      color: #fff;
      text-decoration: none; }
  .newsletterbloc form {
    padding-top: 3px; }
  .newsletterbloc--ttl {
    color: #fff !important;
    font-size: 27px;
    font-weight: 800;
    font-family: "Roboto", sans-serif !important;
    line-height: 27px;
    text-transform: uppercase;
    padding-bottom: 12px !important;
    margin-bottom: 0 !important; }
  .newsletterbloc--sub {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
  .newsletterbloc--text {
    color: #fff; }
  .newsletterbloc .results {
    color: #fff;
    font-weight: 600;
    padding-bottom: 4px; }

#newsletter_block_left .form-group.form-ok:after,
#newsletter_block_left .form-group.form-error:after {
  display: none !important; }

.iqitpopup-newsletter-form .valid {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #010101; }

#newsletter_block_left .form-group {
  background: #fff; }

#newsletter_block_left .form-group .form-control {
  margin-right: 0;
  max-width: 365px;
  width: 274px;
  background: none;
  border: none;
  height: 41px;
  padding-left: 22px;
  color: #727070;
  font-family: "Roboto", sans-serif;
  font-size: 17px; }

#newsletter_block_left .button.button-small {
  background: #4f4e4e;
  border: none;
  height: 41px;
  float: right;
  outline: 0; }
  #newsletter_block_left .button.button-small span {
    border: none;
    background: #4f4e4e;
    height: 41px;
    line-height: 36px;
    width: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }
  #newsletter_block_left .button.button-small:hover {
    background: #a18c6f !important;
    color: #ebebe8  !important; }
    #newsletter_block_left .button.button-small:hover span {
      background: #a18c6f !important;
      color: #ebebe8 !important; }

.form-control:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/**
* slider créateur
*/
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a18c6f !important; }

.blocslider {
  position: relative; }
  .blocslider .bx-viewport {
    overflow: visible !important; }
  .blocslider .bx-pager.bx-default-pager {
    position: absolute;
    width: 25%;
    bottom: 25px;
    left: 0;
    right: auto;
    z-index: 1000; }
  .blocslider--ttl {
    width: 24%;
    position: absolute;
    top: 0;
    left: 0; }
    .blocslider--ttl .ttl--h2 {
      color: #a18c6f;
      margin-top: 0;
      padding-top: 6px; }
    .blocslider--ttl .ttl--sub {
      font-size: 14px;
      text-transform: none;
      color: #555;
      line-height: 17px; }
  .blocslider--creator {
    height: 256px;
    line-height: 256px; }
    .blocslider--creator > span {
      vertical-align: bottom;
      display: inline-block; }
      .blocslider--creator > span span {
        display: block;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 15px;
        word-spacing: 200px;
        height: 57px;
        color: #252525; }
      .blocslider--creator > span a.lnk_img {
        display: block;
        background: #a18c6f;
        border: 2px solid transparent;
        border-radius: 6px;
        color: #fff;
        width: 140px;
        height: 45px;
        text-align: center;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 12px;
        padding: 5px;
        text-transform: uppercase; }
        .blocslider--creator > span a.lnk_img:hover {
          background: white;
          border: 2px solid #a18c6f;
          color: #a18c6f; }
    .blocslider--creator > span:first-child {
      width: 100px; }
      .blocslider--creator > span:first-child + span {
        width: 63%;
        padding-left: 12px;
        line-height: 16px; }
  .blocslider--cont {
    min-height: 326px; }
    .blocslider--cont * {
      opacity: 0; }
    .blocslider--cont.loaded * {
      opacity: 1; }

/**
* reassurance
*/
#reinsurance_block {
  padding-top: 50px;
  background: #fff; }
  #reinsurance_block ul {
    display: block;
    text-align: center; }
    #reinsurance_block ul li {
      display: inline-block;
      width: 210px;
      text-align: center;
      vertical-align: top;
      position: relative;
      /** Satisfied picto override **/ }
      #reinsurance_block ul li:before {
        content: "";
        display: block;
        width: 82px;
        height: 82px;
        margin: 0 auto;
        -moz-border-radius: 41px;
        -webkit-border-radius: 41px;
        border-radius: 41px;
        background-color: #a18c6f; }
      #reinsurance_block ul li > div {
        color: #555555;
        font-size: 14px;
        font-weight: 400;
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 40px; }
        #reinsurance_block ul li > div::first-line,
        #reinsurance_block ul li > div p::first-line, #reinsurance_block ul li > div .first-line {
          color: #252525;
          font-size: 19px;
          line-height: 28px;
          font-weight: 600; }
        #reinsurance_block ul li > div a, #reinsurance_block ul li > div span {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          text-indent: -9999em;
          cursor: pointer; }
      #reinsurance_block ul li [class^="ico-"], #reinsurance_block ul li [class*=" ico-"] {
        color: #fff;
        font-size: 0;
        width: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -25px;
        line-height: 85px; }
        #reinsurance_block ul li [class^="ico-"]:before, #reinsurance_block ul li [class*=" ico-"]:before {
          font-size: 50px; }
      #reinsurance_block ul li .ico-cb:before {
        font-size: 40px; }
      #reinsurance_block ul li:hover:before {
        background: #101010; }
      #reinsurance_block ul li:last-child:after {
        background-image: url(../img/picto/satisfait.png);
        background-position: 9px;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        cursor: pointer;
        height: 65px;
        left: 50%;
        position: absolute;
        top: 8px;
        transform: translateX(-50%);
        width: 80px; }
        
      /** z-index sur le lien pour que le picto puisse être cliquable **/
      #reinsurance_block ul li .picto-rea-satisfait{
        z-index: 1;
      }

      #reinsurance_block ul li:last-child i {
        display: none; }
  #reinsurance_block .ico-rea_garantie {
    width: 80px !important;
    text-align: center !important;
    margin-left: -40px !important;
    line-height: 80px !important; }
    #reinsurance_block .ico-rea_garantie:before {
      content: "2 ans";
      font-size: 25px !important;
      font-family: "Roboto", sans-serif;
      font-weight: bold; }

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

/**
* .breadcrumb
*/
body .breadcrumb {
  border: none !important;
  background: none !important;
  display: flex;
  font-size: 11.5px !important;
  font-weight: normal !important;
  color: #777;
  margin: 0;
  top: -15px;
  position: relative;
  height: 19px;
  z-index: 1; }
  body .breadcrumb span {
    font-weight: bold; }
  body .breadcrumb a {
    font-size: 11.5px !important;
    font-weight: normal !important;
    color: #777;
    background: none !important; }
    body .breadcrumb a span {
      font-weight: normal !important; }
    body .breadcrumb a:hover span {
      text-decoration: underline; }
  body .breadcrumb a.home {
    width: auto;
    padding-right: 8px; }
  body .breadcrumb .breadcrumb-last-item {
    padding-left: 15px; }
  body .breadcrumb .breadcrumb-list {
    display: flex; }
  body .breadcrumb .breadcrumb-item {
    padding: 0 10px; }

/**
* backtoptop
*/
#backtoptop {
  background: #fff;
  padding-bottom: 20px; }
  #backtoptop .btn,
  #backtoptop .btn span {
    display: block;
    width: 100%;
    border: none;
    background: none;
    outline: 0;
    color: #101010;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    padding-top: 15px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    #backtoptop .btn span,
    #backtoptop .btn span span {
      position: relative;
      border-top: 1px solid #d6d6d6;
      line-height: 34px;
      height: 34px;
      padding: 0; }
      #backtoptop .btn span:before,
      #backtoptop .btn span span:before {
        content: "";
        display: block;
        width: 20px;
        border-top: none;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 12px solid #101010;
        position: absolute;
        top: -12px;
        left: 50%;
        margin-left: -10px; }

/**
* category
*/
.category #slider_row {
  border-top: 2px solid #d6d6d6;
  margin-left: 0;
  margin-right: 0; }

.sortPagiBar {
  white-space: nowrap; }
  .sortPagiBar > form {
    display: inline-block;
    vertical-align: top; }
    .sortPagiBar > form select {
      width: 190px; }
  .sortPagiBar .nbrItemPage {
    padding-top: 24px;
    padding-right: 10px; }
    .sortPagiBar .nbrItemPage .per-page,
    .sortPagiBar .nbrItemPage button,
    .sortPagiBar .nbrItemPage input {
      background: none;
      border: none;
      color: #777;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      outline: 0;
      padding: 0 4px; }
    .sortPagiBar .nbrItemPage button,
    .sortPagiBar .nbrItemPage input {
      text-transform: uppercase;
      text-decoration: underline; }
      .sortPagiBar .nbrItemPage button.selected,
      .sortPagiBar .nbrItemPage input.selected {
        font-weight: bold;
        text-decoration: none; }

.header-category {
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 20px; }
  .header-category .page-heading {
    padding-bottom: 8px;
    color: #a18c6f;
    font-size: 27px;
    padding-top: 18px;
    border: none;
    margin: 0;
    padding-top: 18px; }
  .header-category .productsSortForm {
    padding-top: 21px; }
    .header-category .productsSortForm .selector,
    .header-category .productsSortForm label {
      float: left; }
    .header-category .productsSortForm label {
      font-size: 15px;
      /*text-transform: uppercase;*/
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      padding-right: 10px;
      line-height: 27px;
      margin: 0; }
    .header-category .productsSortForm .selector {
      background: none !important;
      border: 2px solid #d6d6d6;
      border-bottom: none; }
      .header-category .productsSortForm .selector > span {
        background: none;
        position: relative; }
        .header-category .productsSortForm .selector > span:before {
          content: "\25bf";
          font-family: "mab";
          display: block;
          position: absolute;
          top: 0;
          right: 7px;
          color: #d6d6d6; }

.category .product-container .availability,
.category .product-container .product-flags,
.category .product-container .button-container {
  display: none !important; }

.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
  width: 100%;
  float: none; }

.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
  display: none; }

.PM_ASBlockOutputVertical {
  padding-right: 44px; }
  .PM_ASBlockOutputVertical .title_block, .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; }
  .PM_ASBlockOutputVertical .block_content {
    background: #f7f7f7; }
  .PM_ASBlockOutputVertical .facet--text {
    background: #fff;
    padding: 24px 17px 21px;
    text-align: center;
    color: #4e4e4e;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold; }
  .PM_ASBlockOutputVertical .facet--ttl {
    color: #252525;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 6px 0; }
  .PM_ASBlockOutputVertical .current_search_selection li {
    font-size: 0; }
    .PM_ASBlockOutputVertical .current_search_selection li b {
      display: none; }
    .PM_ASBlockOutputVertical .current_search_selection li a {
      display: block;
      font-size: 14px;
      font-family: "Roboto", sans-serif; }
    .PM_ASBlockOutputVertical .current_search_selection li.no-criterions {
      font-size: 14px !important;
      font-family: "Roboto", sans-serif;
      padding-bottom: 6px; }
  .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; }
    .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; }
  .PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
    border-top: 3px solid #fff;
    padding: 0 !important;
    margin: 0; }
  .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; }
    .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; }
    .PM_ASBlockOutputVertical form[id*="PM_ASForm_"] .PM_ASCriterionsGroupTitle.PM_ASCriterionsArrowleft {
      background: #ebebe8 !important; }
  .PM_ASBlockOutputVertical .PM_ASResetSearch {
    background: none;
    padding: 0;
    text-align: center;
    color: #4e4e4e;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    display: block;
    padding-bottom: 24px; }
  .PM_ASBlockOutputVertical .PM_ASCriterionsArrowleft:before {
    content: '+';
    color: #a18c6f; }
  .PM_ASBlockOutputVertical .PM_ASCriterionsArrowDown:before {
    content: '-';
    color: #a18c6f; }
  .PM_ASBlockOutputVertical .PM_ASCriterionsGroupOuter {
    padding: 8px 22px 15px;
    margin: 0 !important; }
  .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li {
    display: block;
    margin: 0;
    padding: 4px 0; }
    .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li p {
      margin: 0; }
    .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li label {
      font-weight: bold;
      color: #4e4e4e; }
      .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li label span {
        font-weight: 200; }
    .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li.PM_ASCriterionHide {
      display: none; }
  .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; }
  .PM_ASBlockOutputVertical .PM_ASSelectionsInner {
    padding: 0 33px; }

#PM_ASearchResults .header-category .page-heading {
  margin: 0;
  padding-top: 18px; }

.PM_ASBlockOutputVertical .PM_ASCriterionStepEnable {
  padding-top: 12px; }
.PM_ASBlockOutputVertical .PM_ASForm .ui-slider-horizontal {
  height: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #777;
  border: none; }
.PM_ASBlockOutputVertical .PM_ASForm .ui-slider .ui-slider-handle {
  background: none;
  width: 16px;
  height: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #a18c6f;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -7px; }
.PM_ASBlockOutputVertical .PM_ASForm .ui-slider-horizontal .ui-slider-range {
  background-color: #a18c6f;
  height: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -2px; }
.PM_ASBlockOutputVertical .PM_ASCritRangeValue {
  margin-top: 14px;
  font-size: 14px;
  color: #4e4e4e;
  font-family: "Roboto", sans-serif; }

.bottom-pagination-content {
  border: none; }
  .bottom-pagination-content .nbrItemPage {
    padding-top: 24px;
    padding-right: 10px;
    padding-bottom: 20px; }
    .bottom-pagination-content .nbrItemPage .per-page,
    .bottom-pagination-content .nbrItemPage button,
    .bottom-pagination-content .nbrItemPage input {
      background: none;
      border: none;
      color: #777;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      outline: 0; }
    .bottom-pagination-content .nbrItemPage button,
    .bottom-pagination-content .nbrItemPage input {
      text-transform: uppercase;
      text-decoration: underline; }
      .bottom-pagination-content .nbrItemPage button.selected,
      .bottom-pagination-content .nbrItemPage input.selected {
        font-weight: bold;
        text-decoration: none; }
  .bottom-pagination-content .disabled {
    display: none !important; }

#center_column .content_scene_cat p a {
  color: #a18c6f !important;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }

#center_column #subcategories,
#left_column #subcategories {
  border: none;
  padding: 0;
  text-align: center;
  padding-bottom: 30px; }
  #center_column #subcategories .subcategory-heading,
  #left_column #subcategories .subcategory-heading {
    color: #777;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; }
  #center_column #subcategories ul,
  #left_column #subcategories ul {
    overflow: hidden;
    margin: 0 0 0 -3px; }
    #center_column #subcategories ul li,
    #left_column #subcategories ul li {
      margin: 0;
      width: 14.28571%;
      height: 53px;
      border-bottom: 3px solid #fff;
      border-left: 3px solid #fff; }
      #center_column #subcategories ul li .ttl-h5,
      #left_column #subcategories ul li .ttl-h5 {
        margin: 0;
        height: 100%;
        background: #ebebe8; }
        #center_column #subcategories ul li .ttl-h5 a,
        #left_column #subcategories ul li .ttl-h5 a {
          display: block;
          height: 50px;
          font-size: 18px;
          color: #a18c6f;
          vertical-align: middle;
          text-transform: none; }
          #center_column #subcategories ul li .ttl-h5 a .v-align,
          #left_column #subcategories ul li .ttl-h5 a .v-align {
            line-height: 18px;
            white-space: normal;
            font-size: 14px; }
          #center_column #subcategories ul li .ttl-h5 a:hover,
          #left_column #subcategories ul li .ttl-h5 a:hover {
            background: #a18c6f;
            color: #fff !important; }

/**
* wishlist
*/
#module-blockwishlist-mywishlist #block-history .table thead > tr > th.wishlist_default,
#module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_default {
  text-align: center; }

ul.product_list .functional-buttons div.wishlist a:before {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px;
  color: #a18c6f;
  font-weight: 400; }

ul.product_list.grid > li .product-container .functional-buttons {
  padding: 0 !important; }

.product-container .functional-buttons div.wishlist {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: auto;
  height: 35px;
  border: none;
  text-align: right;
  padding: 0;
  width: 40px; }
  .product-container .functional-buttons div.wishlist.open {
    z-index: 1001; }
  .product-container .functional-buttons div.wishlist .ico-heart {
    font-size: 20px;
    vertical-align: middle;
    display: none; }
  .product-container .functional-buttons div.wishlist .addToWishlist,
  .product-container .functional-buttons div.wishlist .wishlist_button_list {
    width: 40px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #a18c6f;
    outline: 0;
    text-align: center; }
  .product-container .functional-buttons div.wishlist .product_in_wishlist:before {
    display: none !important; }
  .product-container .functional-buttons div.wishlist .product_in_wishlist .ico-heart {
    display: inline-block !important; }
  .product-container .functional-buttons div.wishlist .addToWishlist > span {
    display: none; }
  .product-container .functional-buttons div.wishlist.open .popover-content {
    display: block; }
  .product-container .functional-buttons div.wishlist .wishlist-text-prod {
    display: none; }

.popover-content {
  display: none;
  background: #fff;
  float: none !important;
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  width: 250px !important;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  padding: 0 !important; }
  .popover-content .table,
  .popover-content .table tbody > tr,
  .popover-content .table tbody > tr > td {
    border: none; }
  .popover-content .table {
    margin: 0; }
  .popover-content .table tbody > tr > td {
    border-bottom: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 0 !important; }
  .popover-content .table tbody > tr:nth-child(odd) > td {
    background: #E7E7E7; }
  .popover-content .table tbody > tr:last-child > td {
    background: none !important;
    padding: 0 !important; }
  .popover-content .fa-heart-o:before {
    font-family: "FontAwesome";
    content: "\f08a"; }
  .popover-content .product_in_wishlist .fa-heart-o {
    display: none; }
    .popover-content .product_in_wishlist .fa-heart-o + .ico-heart {
      display: inline-block; }
  .popover-content .btn-wish {
    cursor: default;
    display: block;
    padding: 8px 8px 8px 40px !important;
    margin: 0;
    width: 100% !important;
    float: none !important;
    position: relative;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    cursor: pointer; }
    .popover-content .btn-wish i {
      display: inline-block;
      font-size: 20px;
      color: #a18c6f;
      font-weight: 400;
      position: absolute;
      top: 5px;
      left: 8px; }
    .popover-content .btn-wish .fa-heart-o + .ico-heart {
      display: none; }
  .popover-content .new_wishlist {
    border: none;
    line-height: 47px;
    height: 47px;
    outline: 0;
    padding: 0;
    width: 198px;
    padding-left: 10px;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }
  .popover-content .new_wishlist_button {
    width: 50px;
    line-height: 49px;
    height: 49px;
    border: none;
    padding: 0;
    text-align: center;
    background: #a18c6f;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    float: right;
    position: absolute;
    top: -1px;
    right: -1px; }
  .popover-content .wrap-form-add {
    position: relative;
    width: 100% !important;
    float: none;
    padding: 0 !important; }

/**
* form
*/
div.checker, div.checker span, div.checker input {
  line-height: 15px; }

div.checker {
  background-image: none; }

div.checker span {
  background-image: none !important;
  background: #fff;
  border: 1px solid #d6d6d6; }

div.checker.active span,
div.checker span.checked {
  background-image: none;
  background-color: none;
  position: relative;
  border: 1px solid #d6d6d6; }
  div.checker.active span:before,
  div.checker span.checked:before {
    content: "\2713";
    display: inline-block;
    font-family: "mab";
    color: #a18c6f;
    font-size: 17px;
    top: -2px;
    position: absolute;
    left: -3px;
    line-height: 15px; }

#left_column div.checker span.checked:before {
  background: #a18c6f;
  content: "";
  display: inline-block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 0;
  width: 13px; }

.post-form-share {
  max-width: 500px;
  margin: 0 auto; }

#module-mabmailshare-sendmail .form-group.form-ok:after,
#module-mabmailshare-sendmail .form-group.form-error:after {
  display: none; }

/**
* scenes
*/
#center_column .content_scene_cat {
  border: none; }
  #center_column .content_scene_cat_bg {
    background: none !important;
    padding: 0;
    color: #777;
    font-size: 14px; }
    #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; }
  #center_column .content_scene_cat a {
    color: #777;
    font-size: 12px;
    text-decoration: underline; }
  #center_column .content_scene_cat .content_scene_cat_bg h1 {
    margin: 0; }

.content_scene_cat_bg h2 {
  font-size: 14px;
  color: #777;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 19px; }

.content_scene_cat_bg h1 {
  margin: 0; }

/**
* pagination
*/
.top-pagination-content ul.pagination li > a,
.top-pagination-content ul.pagination li > span,
.bottom-pagination-content ul.pagination li > a,
.bottom-pagination-content ul.pagination li > span {
  width: 39px;
  height: 37px;
  background-color: #fff;
  border: 1px solid #d6d6d6; }
  .top-pagination-content ul.pagination li > a span,
  .top-pagination-content ul.pagination li > span span,
  .bottom-pagination-content ul.pagination li > a span,
  .bottom-pagination-content ul.pagination li > span span {
    line-height: 35px;
    background: none;
    padding: 0;
    border: none;
    vertical-align: middle;
    font-size: 16px;
    color: #777;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }

.top-pagination-content ul.pagination li.truncate > span,
.bottom-pagination-content ul.pagination li.truncate > span {
  border: none; }
  .top-pagination-content ul.pagination li.truncate > span > span,
  .bottom-pagination-content ul.pagination li.truncate > span > span {
    font-weight: bold; }

.top-pagination-content ul.pagination li,
.bottom-pagination-content ul.pagination li {
  float: none;
  margin: 0 4px; }

.top-pagination-content ul.pagination li.active > span,
.bottom-pagination-content ul.pagination li.active > span {
  border-color: #a18c6f;
  background: #a18c6f; }
  .top-pagination-content ul.pagination li.active > span span,
  .bottom-pagination-content ul.pagination li.active > span span {
    background: #a18c6f;
    border-color: #a18c6f;
    color: #fff; }

.top-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_previous > a,
.bottom-pagination-content ul.pagination li.pagination_previous > span,
.bottom-pagination-content ul.pagination li.pagination_previous > a,
.top-pagination-content ul.pagination li.pagination_next > span,
.top-pagination-content ul.pagination li.pagination_next > a,
.bottom-pagination-content ul.pagination li.pagination_next > span,
.bottom-pagination-content ul.pagination li.pagination_next > a {
  height: 37px;
  background-color: #a18c6f;
  border: 1px solid #a18c6f;
  padding: 0;
  line-height: 35px;
  vertical-align: middle;
  font-size: 16px;
  color: #FFF;
  font-weight: normal !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }
  .top-pagination-content ul.pagination li.pagination_previous > span b, .top-pagination-content ul.pagination li.pagination_previous > a b,
  .bottom-pagination-content ul.pagination li.pagination_previous > span b,
  .bottom-pagination-content ul.pagination li.pagination_previous > a b,
  .top-pagination-content ul.pagination li.pagination_next > span b,
  .top-pagination-content ul.pagination li.pagination_next > a b,
  .bottom-pagination-content ul.pagination li.pagination_next > span b,
  .bottom-pagination-content ul.pagination li.pagination_next > a b {
    font-weight: normal; }
  .top-pagination-content ul.pagination li.pagination_previous > span > img, .top-pagination-content ul.pagination li.pagination_previous > a > img,
  .bottom-pagination-content ul.pagination li.pagination_previous > span > img,
  .bottom-pagination-content ul.pagination li.pagination_previous > a > img,
  .top-pagination-content ul.pagination li.pagination_next > span > img,
  .top-pagination-content ul.pagination li.pagination_next > a > img,
  .bottom-pagination-content ul.pagination li.pagination_next > span > img,
  .bottom-pagination-content ul.pagination li.pagination_next > a > img {
    height: 17px; }

.top-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_previous {
  margin-right: 4px; }

.top-pagination-content ul.pagination li.pagination_next,
.bottom-pagination-content ul.pagination li.pagination_next {
  margin-left: 4px; }

/**
* push
*/
body #iqitpopup-overlay.showed-iqitpopupo,
body .mabpopup-overlay.showed-popup-overlay {
  opacity: 0.73; }

body #iqitpopup .iqitpopup-content,
body .mabpopup .mabpopup-content {
  position: relative;
  padding: 45px 0 5px; }
  body #iqitpopup .iqitpopup-content:before,
  body .mabpopup .mabpopup-content:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 42px; }
  body #iqitpopup .iqitpopup-content .push--ttl,
  body .mabpopup .mabpopup-content .push--ttl {
    font-size: 32px;
    font-weight: 600;
    color: #a18c6f;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    line-height: 27px; }
  body #iqitpopup .iqitpopup-content .push--sub,
  body .mabpopup .mabpopup-content .push--sub {
    color: #414042;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    line-height: 23px; }
  body #iqitpopup .iqitpopup-content .push--txt,
  body .mabpopup .mabpopup-content .push--txt {
    font-size: 14px;
    padding-top: 10px; }

body #iqitpopup .iqitpopup-content {
  padding: 45px 32px 15px; }
  body #iqitpopup .iqitpopup-content a {
    text-decoration: underline; }

body #iqitpopup .iqitpopup-newsletter-form {
  min-height: 250px;
  padding: 15px 32px 35px;
  position: static;
  transition: 0.4s; }
  body #iqitpopup .iqitpopup-newsletter-form form {
    height: 47px;
    background-color: #fff;
    position: relative; }
    body #iqitpopup .iqitpopup-newsletter-form form .form-control {
      background-color: #ffffff;
      border: 1px solid #b5b5b5 !important;
      color: #727070;
      line-height: 47px;
      height: 47px;
      width: 75%;
      margin: 0 0 15px;
      font-family: "Roboto", sans-serif;
      font-size: 17px; }
      body #iqitpopup .iqitpopup-newsletter-form form .form-control::placeholder {
        color: #252525;
        opacity: 1; }
    body #iqitpopup .iqitpopup-newsletter-form form button {
      border-radius: 0;
      line-height: 47px;
      width: 33%;
      padding: 0 !important;
      height: 47px;
      margin-top: 10px; }
      body #iqitpopup .iqitpopup-newsletter-form form button span {
        height: 45px;
        line-height: 45px;
        padding: 0;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-size: 23px;
        font-weight: normal; }
    body #iqitpopup .iqitpopup-newsletter-form form #captcha-box {
      display: none;
      padding-left: 0;
      text-align: left; }
    body #iqitpopup .iqitpopup-newsletter-form form #newsletter-popup-confirm {
      display: none; }

body #iqitpopup .iqitpopup-close,
body .mabpopup .mabpopup-close {
  top: 0;
  height: 40px;
  background: none;
  padding-right: 40px; }

body #iqitpopup .iqit-close-popup,
body .mabpopup .mab-close-popup {
  background: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center; }
  body #iqitpopup .iqit-close-popup .ico-close,
  body .mabpopup .mab-close-popup .ico-close {
    color: #a18c6f;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle; }
    body #iqitpopup .iqit-close-popup .ico-close:before,
    body .mabpopup .mab-close-popup .ico-close:before {
      font-family: "mab";
      content: "\2613";
      color: #a18c6f !important;
      font-size: 21px !important;
      vertical-align: middle;
      display: inline-block; }

body #iqitpopup,
body .mabpopup {
  top: -70px; }
  body #iqitpopup .iqit-close-checkbox,
  body .mabpopup .iqit-close-checkbox {
    padding: 14px 5px 8px 15px;
    width: 100%;
    background: #c6c6c6 !important; }
    body #iqitpopup .iqit-close-checkbox label,
    body .mabpopup .iqit-close-checkbox label {
      font-weight: normal;
      color: #626365;
      font-size: 12px; }

html body #iqitpopup {
  top: -200px; }

@media screen and (max-width: 767px) {
  body #iqitpopup {
    height: 585px; } }
/**
* blochead-column-left
*/
.bloc-mea-services {
  padding-top: 30px; }
  .bloc-mea-services.blochead-column-left > div {
    height: auto; }
  .bloc-mea-services .blocheadimg {
    height: 255px;
    overflow: hidden;
    background: url(../img/bx_loader.gif) center center no-repeat;
    position: relative; }
    .bloc-mea-services .blocheadimg p {
      height: 100%; }
    .bloc-mea-services .blocheadimg img {
      height: 100%;
      opacity: 0; }
  .bloc-mea-services--ttl {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 7px solid #a18c6f;
    line-height: 29px;
    padding-bottom: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #a18c6f;
    font-family: "Roboto", sans-serif;
    margin-top: 0; }
    .bloc-mea-services--ttl h2, .bloc-mea-services--ttl span.h2 {
      font-family: inherit;
      color: inherit;
      margin: 0;
      font-weight: inherit;
      font-size: inherit; }
  .bloc-mea-services .bloc-services .bloc-mea-services--ttl {
    color: #101010;
    border-color: #101010; }
  .bloc-mea-services .bloc-services .blocheadimg a, .bloc-mea-services .bloc-services .blocheadimg span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .bloc-mea-services .bloc-services .blocheadimg--img {
    text-align: center;
    padding: 24px 0; }
    .bloc-mea-services .bloc-services .blocheadimg--img img {
      height: 100%; }

.bloc-mea-services .bloc-services .blocheadimg--img {
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

/**
* cart
*/
body #header .cart_block {
  top: 105px;
  width: 324px;
  right: 0;
  left: auto;
  background-color: #ebebe7; }
  body #header .cart_block dt {
    padding: 15px 10px 1px 15px;
    background: none !important; }
  body #header .cart_block .cart-buttons,
  body #header .cart_block .cart-prices {
    background: none;
    background-color: #ebebe7; }
  body #header .cart_block .cart-info .product-name .quantity-formated {
    text-transform: none; }
  body #header .cart_block .cart-info .product-name,
  body #header .cart_block .cart-info .product-name span,
  body #header .cart_block .cart-info .product-name a {
    display: inline-block;
    color: #a18c6f;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold; }
  body #header .cart_block .ajax_cart_block_remove_link {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #a18c6f; }
    body #header .cart_block .ajax_cart_block_remove_link i {
      vertical-align: middle;
      font-size: 11px; }
    body #header .cart_block .ajax_cart_block_remove_link:before {
      display: none; }
    body #header .cart_block .ajax_cart_block_remove_link:hover i {
      color: #fff; }
  body #header .cart_block .product-atributes {
    padding-bottom: 4px; }
  body #header .cart_block .product-atributes,
  body #header .cart_block .product-atributes a,
  body #header .cart_block .cart-info,
  body #header .cart_block .cart-info .price {
    color: #7e7e7e !important;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: bold; }
  body #header .cart_block .cart-prices {
    padding-bottom: 0; }
    body #header .cart_block .cart-prices .ttc {
      font-size: 12px;
      color: #7e7e7e;
      font-family: "Roboto", sans-serif;
      font-weight: 400; 
      margin-top: -8px;
    }
    body #header .cart_block .cart-prices-line {
      border: none;
      color: #a18c6f;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif; }
    body #header .cart_block .cart-prices .price {
      color: #a18c6f;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif; }
  body #header .cart_block .cart-buttons {
    padding-top: 0;
    padding-bottom: 0; }
    body #header .cart_block .cart-buttons a {
      margin-bottom: 0; }
      body #header .cart_block .cart-buttons a span {
        padding: 0;
        line-height: 33px;
        height: 35px;
        text-align: center;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: bold; }
      body #header .cart_block .cart-buttons a:hover {
        border-color: #a18c6f !important; }
        body #header .cart_block .cart-buttons a:hover span {
          background: #a18c6f;
          border-color: #a18c6f;
          color: #fff; }
  body #header .cart_block .reass {
    font-size: 12px;
    color: #7e7e7e;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding-top: 5px; }

body .cart_block .cart-buttons a#button_order_cart,
body .cart_block .cart-buttons a#button_order_cart span {
  background: #a18c6f;
  border-radius: 6px;
  text-shadow: none; }
  body .cart_block .cart-buttons a#button_order_cart:hover,
  body .cart_block .cart-buttons a#button_order_cart span:hover {
    background: #fff;
    color: #a18c6f; }

body .cart_block .cart-buttons a#button_order_cart {
  border: 2px solid #a18c6f; }

/**
* cookies
*/
body .lgcookieslaw_banner {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/**
* product
*/
#product #slider_row {
  padding: 0; }
#product .product--manufacturer {
  font-size: 12px; }
  #product .product--manufacturer a, #product .product--manufacturer b {
    color: #252525;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline; }
#product #image-block {
  margin-left: 93px;
  padding: 0;
  border: none !important; }
  #product #image-block #view_full_size {
    display: block; }
  #product #image-block #bigpic {
    border: 1px solid #dbdbdb; }
  #product #image-block .span_link {
    display: none !important; }
  #product #image-block .zoomPad {
    max-width: 100%;
    float: none;
    border: 1px solid #dbdbdb; }
  #product #image-block .zoom {
    color: #555;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    padding-right: 10px; }
    #product #image-block .zoom i {
      font-size: 20px;
      vertical-align: middle;
      display: inline-block;
      padding-right: 4px; }
  #product #image-block .zoomWindow {
    left: 100% !important;
    top: -1px !important;
    border: 1px solid #dbdbdb; }
  #product #image-block .createur {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: default; }
    #product #image-block .createur img {
      background: none !important; }
#product .logos-bijou {
  position: absolute;
  top: 0;
  left: 15.5px;
  width: 52px; }
  #product .logos-bijou img {
    display: block;
    max-width: 100%;
    margin-bottom: 12px; }
#product .pb-left-column {
  position: relative; }
#product #wrapResetImages {
  display: none !important; }
#product h3.page-product-heading {
  padding: 0;
  margin: 0;
  border: none;
  background: none; }
#product .table-data-sheet,
#product .table-data-sheet tr,
#product .table-data-sheet tr td {
  border: none; }
#product .pb-center-column h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #252525;
  font-size: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: bold; }
#product .pb-center-column #product_reference {
  display: none !important; }
#product .tab-content {
  margin: 0;
  padding: 0 0 0; }
  #product .tab-content .tab-pane > section:first-child {
    padding-top: 15px !important; }
#product .page-product-box {
  padding: 0 !important; }
  #product .page-product-box h3.page-product-heading, #product .page-product-box .h3.page-product-heading {
    display: none; }
#product .box-info-product {
  border: none;
  padding: 0;
  background: none; }
  #product .box-info-product .product_attributes,
  #product .box-info-product .content_prices {
    min-height: 45px;
    padding: 0; }
  #product .box-info-product .content_prices {
    padding-top: 24px; }
  #product .box-info-product #percentage_amount {
    background-color: #a18c6f;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 17px;
    padding: 6px 6px;
    vertical-align: text-bottom; }
#product .product_attributes, #product .box-cart-bottom {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
#product .box-security {
  border: none; }
#product .nav-tabs {
  border: none; }
#product .nav-tabs > li > a,
#product .nav-tabs > li > a:hover,
#product .nav-tabs > li > a:focus,
#product .nav-tabs > li.active > a, #product .nav-tabs > li.active > a:hover, #product .nav-tabs > li.active > a:focus {
  border: none;
  padding: 0;
  background: none;
  padding-right: 12px;
  padding-left: 12px;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }
  #product .nav-tabs > li > a span.h3,
  #product .nav-tabs > li > a:hover span.h3,
  #product .nav-tabs > li > a:focus span.h3,
  #product .nav-tabs > li.active > a span.h3, #product .nav-tabs > li.active > a:hover span.h3, #product .nav-tabs > li.active > a:focus span.h3 {
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    font-weight: 400; }
#product .nav-tabs > li:first-child > a {
  padding-left: 0 !important; }
#product .nav-tabs > li.active > a, #product .nav-tabs > li.active > a:hover, #product .nav-tabs > li.active > a:focus {
  color: #a18c6f; }
#product .socialsharing_product li {
  text-align: right; }
#product dl {
  margin-bottom: 0; }
#product #page .rte {
  padding: 0; }
#product .data-sheet dt {
  float: left;
  clear: left;
  padding-right: 8px; }
#product .data-sheet dt, #product .data-sheet dd {
  padding-top: 8px;
  line-height: 16px; }
#product .data-sheet dd {
  float: left; }
#product .data-sheet .feature-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0; }
#product .page-product-box {
  padding-top: 8px; }
#product #availability_value,
#product #last_quantities {
  padding: 0;
  margin: 0;
  background: none;
  font-weight: normal;
  border: none;
  color: #777; }
#product #last_quantities,
#product #page .rte,
#product .data-sheet,
#product .pb-center-column #short_description_block #short_description_content {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }
  #product #last_quantities p,
  #product #page .rte p,
  #product .data-sheet p,
  #product .pb-center-column #short_description_block #short_description_content p {
    font-size: 14px;
    font-family: "Roboto", sans-serif; }

  #last_quantities {
    margin-bottom: 20px;
  }

#product .box-cart-bottom {
  padding: 0 0 4px; }
  #product .box-cart-bottom > div:first-child {
    display: inline-block;
    vertical-align: top; }
    #product .box-cart-bottom > div:first-child + .wishlist {
      margin-left: 10px; }
    #product .box-cart-bottom > div:first-child.unvisible + .wishlist {
      margin-left: 0; }
  #product .box-cart-bottom .buttons_bottom_block,
  #product .box-cart-bottom #add_to_cart {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
#product .box-info-product .exclusive,
#product .box-info-product .exclusive span {
  border: none;
  background: none;
  background: #a18c6f;
  padding: 0;
  text-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none !important; }
  #product .box-info-product .exclusive:after, #product .box-info-product .exclusive:before,
  #product .box-info-product .exclusive span:after,
  #product .box-info-product .exclusive span:before {
    display: none; }
#product .box-info-product .exclusive {
  border-radius: 6px;
  width: 215px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  outline: 0; }
  #product .box-info-product .exclusive span {
    border: 2px solid transparent;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    background: none !important;
    width: 100%; }
  #product .box-info-product .exclusive:hover {
    background: #ebebe8;
    color: #a18c6f !important; }
    #product .box-info-product .exclusive:hover span {
      color: #a18c6f !important; }
#product #add_to_cart + .buttons_bottom_block {
  padding-right: 5px; }
#product .box-info-product .wishlist_button_list,
#product .box-info-product #wishlist_button_nopop,
#product .box-info-product #wishlist_button {
  width: 170px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border: 2px solid #a18c6f;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #a18c6f;
  text-decoration: none !important;
  outline: 0;
  font-weight: bold;
  cursor: pointer; }
  #product .box-info-product .wishlist_button_list > i, #product .box-info-product .wishlist_button_list:before,
  #product .box-info-product #wishlist_button_nopop > i,
  #product .box-info-product #wishlist_button_nopop:before,
  #product .box-info-product #wishlist_button > i,
  #product .box-info-product #wishlist_button:before {
    background: none;
    color: #a18c6f;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 8px;
    font-weight: normal;
    line-height: 32px; }
  #product .box-info-product .wishlist_button_list:before,
  #product .box-info-product #wishlist_button_nopop:before,
  #product .box-info-product #wishlist_button:before {
    font-family: "FontAwesome";
    content: "\f08a";
    top: 0; }
  #product .box-info-product .wishlist_button_list > i,
  #product .box-info-product #wishlist_button_nopop > i,
  #product .box-info-product #wishlist_button > i {
    display: none; }
  #product .box-info-product .wishlist_button_list.product_in_wishlist:before,
  #product .box-info-product #wishlist_button_nopop.product_in_wishlist:before,
  #product .box-info-product #wishlist_button.product_in_wishlist:before {
    display: none; }
  #product .box-info-product .wishlist_button_list.product_in_wishlist > i,
  #product .box-info-product #wishlist_button_nopop.product_in_wishlist > i,
  #product .box-info-product #wishlist_button.product_in_wishlist > i {
    display: inline-block;
    top: 0;
    vertical-align: top; }
#product .product_in_wishlist .btn-wish .fa-heart-o + .ico-heart {
  display: inline-block !important; }
#product .box-info-product p {
  margin: 0; }
#product .product--attr-dispo,
#product .content_prices {
  padding-bottom: 24px !important; }
#product .our_price_display {
  display: inline-block; }
#product #our_price_display {
  color: #a18c6f;
  font-size: 39px;
  font-family: "Roboto", sans-serif;
  font-weight: 600; }
  #product #our_price_display .small {
    font-size: 22px;
    font-weight: 800; }
#product #old_price {
  text-decoration: none;
  padding: 0 0 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #8e8e8e;
  font-size: 15px;
  line-height: 18px;
  width: auto;
}
#product #old_price_display {
  text-decoration: line-through; }
  #product #old_price_display .price {
    font-size: 19px;
    color: #8e8e8e; }
  #product #old_price_display .small {
    font-size: 12px;
    color: #8e8e8e; }
#product #attributes {
  display: inline-block;
  vertical-align: top; }
  #product #attributes .attribute_list {
    display: inline-block;
    width: auto;
    min-width: 280px; }
    #product #attributes .attribute_list .selector {
      width: 100% !important; }
      #product #attributes .attribute_list .selector > span {
        width: 100% !important; }
    #product #attributes .attribute_list .form-control {
      width: 100%; }
    #product #attributes .attribute_list .taille-unique {
      display: block;
      padding-bottom: 20px; }
  #product #attributes fieldset {
    padding: 0; }
  #product #attributes label {
    display: none; }
#product .find-size {
  text-align: left;
  line-height: 42px;
  color: #4f4e4e;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  margin: 0;
  font-weight: 500;
  padding-left: 10px;
  display: inline-block;
  vertical-align: top; }
#product div.selector {
  border: 1px solid #d6d6d6;
  height: 42px;
  line-height: 40px; }
  #product div.selector select {
    height: 40px;
    max-width: 100% !important; }
  #product div.selector > span {
    line-height: 40px;
    font-size: 16px;
    color: #4f4e4e;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    height: 40px;
    text-shadow: none;
    position: relative; }
    #product div.selector > span:before {
      content: "\25bf";
      font-family: "mab";
      display: block;
      position: absolute;
      top: 0;
      right: 10px;
      color: #d6d6d6;
      font-size: 18px; }
  #product div.selector .small {
    display: inline-block;
    width: auto !important;
    padding: 0;
    line-height: 44px;
    height: 40px;
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    text-shadow: none; }
    #product div.selector .small:before {
      display: none; }
#product div.selector, #product div.selector span {
  background: none !important; }
#product .resetimg {
  height: 0;
  padding: 0;
  margin: 0; }
#product #usefull_link_block {
  bottom: 80px;
  margin: 0;
  position: absolute;
  width: 80px; }
  #product #usefull_link_block li {
    margin: 0;
    text-align: center; }
    #product #usefull_link_block li a {
      display: inline-block;
      color: #777;
      font-size: 13px;
      font-weight: normal;
      font-family: "Roboto", sans-serif; }
      #product #usefull_link_block li a span {
        text-decoration: underline; }
      #product #usefull_link_block li a i {
        font-size: 26px;
        vertical-align: middle;
        display: inline-block; }
      #product #usefull_link_block li a:before {
        display: none; }
#product .personnalisation {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold; }
  #product .personnalisation a {
    font-size: 15px;
    text-decoration: none;
    color: #a18c6f; }
  #product .personnalisation .question-mark {
    color: #a18c6f;
    margin-left: 8px; }
#product #customizationForm,
#product #customizationForm + .required {
  display: none; }
#product .box-info-product .wishlist {
  position: relative;
  display: inline-block; }
  #product .box-info-product .wishlist.open .popover-content {
    display: block !important;
    right: auto;
    left: 0; }

.mobile-device#product #thumbs_list ul#thumbs_list_frame li a.zoomThumbActive,
.mobile-device#product #thumbs_list ul#thumbs_list_frame li a:hover {
  border-color: #dbdbdb !important; }

.scroll-text {
  border: 1px solid red;
  width: 400px;
  height: 15px;
  overflow: hidden; }
  .scroll-text ul {
    width: 1500px; }
  .scroll-text li {
    display: inline-block; }

.mobile-device#product #thumbs_list ul#thumbs_list_frame li a {
  border-color: #dbdbdb !important; }

.mobile-device#product #thumbs_list ul#thumbs_list_frame li a.shown {
  border-color: #a18c6f !important; }

.avantages-bijou {
  text-align: center;
  padding-top: 20px; }
  .avantages-bijou--ttl {
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    color: #a18c6f; }
    .avantages-bijou--ttl:before {
      content: "";
      height: 2px;
      display: block;
      background: #d6d6d6;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -1px; }
    .avantages-bijou--ttl span {
      background: #fff;
      display: inline-block;
      padding: 0 6px;
      position: relative; }
  .avantages-bijou--duree,
  .avantages-bijou i {
    font-size: 42px;
    line-height: 42px;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 12px;
    color: #a18c6f; }
  .avantages-bijou--duree {
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: bold; }
  .avantages-bijou--txt {
    font-size: 14px;
    color: #4f4e4e;
    font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 10; }
    .avantages-bijou--txt .question-mark {
      border-color: #4f4e4e; }
  .avantages-bijou--bloc {
    position: relative;
    padding-bottom: 30px; }

.bloc-mea--product .bloc-services .blocheadimg {
  height: 170px;
  overflow: hidden; }
.bloc-mea--product .bloc-mea--product__place {
  padding-top: 33px; }
  .bloc-mea--product .bloc-mea--product__place .blocheadimg {
    height: 188px; }
  .bloc-mea--product .bloc-mea--product__place .blocheadimg + .blocheadimg {
    margin-top: 15px; }
.bloc-mea--product .blocslider--creator {
  line-height: 10px !important;
  height: auto !important; }
  .bloc-mea--product .blocslider--creator > span:first-child {
    width: 50%; }
    .bloc-mea--product .blocslider--creator > span:first-child img {
      max-width: 100%;
      width: 100%;
      vertical-align: bottom; }
  .bloc-mea--product .blocslider--creator span {
    width: 50%; }
.bloc-mea--product .lnk_img {
  display: block;
  background: #a18c6f;
  border-radius: 6px;
  color: #fff;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
.bloc-mea--product .blocslider--creator > span:first-child + span {
  width: 48%; }
.bloc-mea--product .blocslider--creator > span span {
  height: 29px; }
.bloc-mea--product .blocslider--creator__txt {
  color: #555;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 15px 0; }
.bloc-mea--product .bloc-services .blocheadimg--img {
  background: url(../img/illus_services.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bloc-mea-services--ttl.createur {
  color: #a18c6f;
  border-color: #a18c6f;
  margin-top: 0; }

.question-mark {
  width: 18px;
  height: 18px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: #fff;
  border: 1px solid #a18c6f;
  text-align: center;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block; }

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

.mobile-device .btn-social:hover:hover {
  background: #2d2c2b; }

/**
* panier
*/
#product #layer_cart {
  z-index: 5010; }

/**
* mon compte
*/
.authentication #slider_row {
  border-top: 2px solid #d6d6d6;
  margin-left: 0;
  margin-right: 0; }

.page-heading.ttl--niv1 {
  margin: 0;
  padding: 0 0 20px 0;
  border: none;
  text-transform: none;
  line-height: 30px; }

.authentication .disclaimer {
  /*padding-bottom: 20px;*/ 
}
.authentication .ttl-niv2 {
  text-transform: none;
  margin: 0;
  padding: 0 0 20px 0;
  border: none;
  color: #a18c6f; }
.authentication label {
  font-weight: 400;
  color: #414042; }
.authentication .box {
  background: none; }
.authentication .button.button-medium.exclusive span,
.authentication .button.button-medium span,
.authentication .button.ajax_add_to_cart_button span {
  padding: 0 35px;
  line-height: 38px; }
.authentication .page-subheading.ttl--niv2 {
  text-transform: none;
  padding-bottom: 6px;
  border-bottom: 1px solid #b5b6b6;
  margin-bottom: 25px !important; }
.authentication .form_info {
  display: block;
  width: 100%;
  padding-left: 33%; }
.authentication div.selector.fixedWidth {
  width: 100%; }
  .authentication div.selector.fixedWidth span {
    width: auto; }
.authentication .submit {
  text-align: center;
  padding-top: 10px;
  clear: left; 
}
  .authentication .submit p.required {
    display: none !important; }
  .authentication .submit .foot-note {
    color: #414042;
    padding-top: 15px;
    padding-bottom: 25px; }

#create-account_form label.required:before,
#login_form label.required:before {
  float: right;
  margin: 5px 0 0 5px;
  color: #414042; }

.account_creation {
  position: relative; }
  .account_creation p.required {
    top: 0;
    right: 0;
    color: #777 !important; }
  .account_creation p.inline-infos {
    position: static !important; }
  .account_creation .clearfix > label, .account_creation .clearfix > .label,
  .account_creation .form-group > label,
  .account_creation .form-group > .label {
    width: 33%;
    text-align: right;
    padding-right: 15px;
    line-height: 37px;
    vertical-align: top;
    margin: 0 0 12px 0;
    font-weight: 500;
    color: #414042; }
    .account_creation .clearfix > label.required:before, .account_creation .clearfix > .label.required:before,
    .account_creation .form-group > label.required:before,
    .account_creation .form-group > .label.required:before {
      float: right;
      margin: 10px 0 0 5px;
      color: #414042; }
  .account_creation .clearfix br,
  .account_creation .form-group br {
    display: none; }
  .account_creation .clearfix .row,
  .account_creation .form-group .row {
    display: inline-block;
    width: 265px; }
  .account_creation select,
  .account_creation textarea.form-control,
  .account_creation div.selector,
  .account_creation input.form-control {
    display: inline-block;
    max-width: 418px !important; }
  .account_creation textarea.form-control {
    border: 1px solid #d9d9d9 !important; }
  .account_creation .checkbox {
    padding-left: 33%; }
    .account_creation .checkbox.auth-cgv {
      padding-left: 0; }
  .account_creation .radio-inline .top {
    margin: 0;
    padding-top: 6px; }
  .account_creation .submit,
  .account_creation .form-submit {
    padding-left: 33%;
    padding-top: 30px;
    padding-bottom: 30px; }
    .account_creation .submit button span,
    .account_creation .form-submit button span {
      padding: 0 50px;
      line-height: 50px;
      text-transform: uppercase; }
  .account_creation .page-subheading {
    text-transform: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #b5b6b6; }

#form_wishlist label {
  text-align: left;
  width: 130px;
  color: #0f0f0f;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 600 !important;
  height: 39px;
  line-height: 15px; }
#form_wishlist .inputTxt.form-control,
#form_wishlist .inputTxt.form-control:focus {
  border: 1px solid #d6d6d6 !important;
  height: 39px;
  width: 53%;
  max-width: 999em !important; }
#form_wishlist #submitWishlist {
  width: 245px;
  height: 39px;
  background-color: #a18c6f;
  line-height: auto;
  outline: 0; }
  #form_wishlist #submitWishlist span {
    display: inline-block;
    line-height: 15px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 600 !important;
    text-transform: uppercase; }
  #form_wishlist #submitWishlist:hover {
    background: #ebebe8 !important;
    border-color: #ebebe8 !important; }
    #form_wishlist #submitWishlist:hover span {
      background: #ebebe8 !important;
      border-color: #ebebe8 !important;
      color: #a18c6f !important; }
#form_wishlist .submit.pull-right {
  padding: 0 !important; }

#module-blockwishlist-mywishlist ul.product_list.grid > li .product-container .functional-buttons div.wishlist {
  display: none !important; }
#module-blockwishlist-mywishlist #block-history .table {
  border-bottom: 1px solid #d6d4d4; }
#module-blockwishlist-mywishlist #block-history .table > thead > tr > th.last_item {
  text-align: center; }
#module-blockwishlist-mywishlist #block-history .table > thead > tr > th {
  background: none !important;
  color: #777 !important; }
#module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist--name {
  border-left: 1px solid #d6d4d4; }
  #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist--name .current {
    font-weight: bold; }
#module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_default div {
  margin: 0;
  text-align: center; }
  #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_default div div {
    margin: 0 auto; }
#module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_delete {
  border-right: 1px solid #d6d4d4;
  text-align: center; }
  #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_delete .icon, #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_delete [class^="icon-"] {
    width: 26px;
    height: 26px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background-color: #a18c6f;
    color: #fff;
    line-height: 26px;
    font-size: 17px; }
    #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_delete .icon i, #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_delete [class^="icon-"] i {
      vertical-align: middle;
      position: relative;
      top: -1px; }
#module-blockwishlist-mywishlist #block-history .table tbody > tr > td {
  background: none !important;
  color: #777 !important; }
#module-blockwishlist-mywishlist .wishlist--view {
  text-decoration: underline; }
#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list {
  border: none !important; }
  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    padding: 0;
    line-height: 15px;
    text-align: center; }
    #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a span {
      line-height: 15px; }
#module-blockwishlist-mywishlist #hideWishlist {
  position: absolute;
  top: 10px;
  right: 0; }
#module-blockwishlist-mywishlist .display_list {
  float: left; }
  #module-blockwishlist-mywishlist .display_list li a {
    border: 1px solid #000;
    height: 39px;
    line-height: 39px;
    color: #0f0f0f;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding-left: 38px;
    padding-right: 38px;
    margin-top: 0 !important; }
#module-blockwishlist-mywishlist .wl_send .button.button-small,
#module-blockwishlist-mywishlist #SendWishlist .button.button-small,
#module-blockwishlist-mywishlist #showSendWishlist .button.button-small {
  border-color: #a18c6f;
  background: #a18c6f;
  height: 39px;
  color: #fff; }
  #module-blockwishlist-mywishlist .wl_send .button.button-small span,
  #module-blockwishlist-mywishlist #SendWishlist .button.button-small span,
  #module-blockwishlist-mywishlist #showSendWishlist .button.button-small span {
    border-color: #a18c6f;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #a18c6f;
    background: #a18c6f;
    height: 37px;
    line-height: 36px; }
#module-blockwishlist-mywishlist .wl_send .form-control {
  border: 1px solid #d6d4d4 !important; }
#module-blockwishlist-mywishlist #hideSendWishlist {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0; }
#module-blockwishlist-mywishlist .wl_send .submit {
  padding-left: 33%; }
#module-blockwishlist-mywishlist .wl_send.account_creation p.required {
  position: absolute;
  top: 8px;
  right: 25px;
  color: #777 !important;
  margin-bottom: 0; }
#module-blockwishlist-mywishlist .wishlisturl label {
  display: block;
  text-align: left;
  width: auto;
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 22px;
  padding-bottom: 5px; }
#module-blockwishlist-mywishlist .wishlisturl .form-control {
  width: 100%;
  display: block;
  max-width: 9999em !important;
  height: 47px;
  background-color: #ebebe7;
  border: none; }
#module-blockwishlist-mywishlist .wishlist--tools {
  text-align: left; }
  #module-blockwishlist-mywishlist .wishlist--tools .wishlist_change_button {
    border: 1px solid #000;
    height: 39px;
    line-height: 15px;
    color: #0f0f0f;
    background: none;
    outline: 0;
    text-align: center;
    min-width: 170px; }
    #module-blockwishlist-mywishlist .wishlist--tools .wishlist_change_button span {
      border: none;
      display: inline-block;
      line-height: 15px;
      background: none;
      color: #0f0f0f !important;
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      font-weight: 600 !important;
      text-transform: uppercase;
      padding: 0;
      margin-top: 0 !important;
      white-space: nowrap; }
  #module-blockwishlist-mywishlist .wishlist--tools .lnkdel {
    width: 26px;
    height: 26px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background-color: #a18c6f;
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    margin: 8px 20px 0 0; }
    #module-blockwishlist-mywishlist .wishlist--tools .lnkdel i {
      vertical-align: middle;
      position: relative;
      top: -1px; }
#module-blockwishlist-mywishlist .popover {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  #module-blockwishlist-mywishlist .popover .popover-content {
    display: block;
    width: 100% !important;
    position: relative !important;
    border: none;
    margin: none; }
    #module-blockwishlist-mywishlist .popover .popover-content table {
      margin: 0;
      border-bottom: none; }
      #module-blockwishlist-mywishlist .popover .popover-content table tr td {
        padding: 4px !important;
        text-align: center;
        border-bottom: none;
        border-top: 1px solid #d6d4d4; }
  #module-blockwishlist-mywishlist .popover .popover-title {
    background: none;
    color: #a18c6f;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    border-bottom: none; }
#module-blockwishlist-mywishlist .popover.in .popover-content {
  display: block;
  width: 100%;
  position: relative !important; }
#module-blockwishlist-mywishlist ul.product_list.grid > li {
  margin-bottom: 15px; }

#address .form-group.phone-number,
#identity .form-group.phone-number,
#account-creation_form .form-group.phone-number,
#new_account_form .form-group.phone-number,
#opc_account_form .form-group.phone-number,
#authentication .form-group.phone-number {
  float: none;
  width: auto;
  margin: 0; }

#address p.inline-infos {
  margin-top: 0;
  font-size: 12px;
  max-width: 740px; }
#address .form-group .form-control[name="postcode"] {
  max-width: 200px !important; }
#address label {
  line-height: 37px; }
#address .form-group .form-control {
  line-height: 37px;
  height: 37px; }
#address div.selector {
  line-height: 37px;
  height: 37px; }
  #address div.selector > span {
    line-height: 37px;
    height: 37px; }
#address .group-address-comp {
  clear: left; }
  #address .group-address-comp [for="door_code"] {
    margin-right: 3px; }
  #address .group-address-comp [name="door_code"] {
    width: 120px; }
  #address .group-address-comp [name="floor"],
  #address .group-address-comp [name="building"] {
    width: 60px; }
  #address .group-address-comp [for="floor"],
  #address .group-address-comp [for="building"] {
    width: auto;
    padding-left: 20px; }
  #address .group-address-comp [for="floor"] {
    width: 90px; }
#address #submitAddress {
  text-transform: uppercase; }
  #address #submitAddress:hover {
    border-color: #ebebe8 !important; }
  #address #submitAddress span:hover {
    border-color: #ebebe8 !important;
    background: #ebebe8 !important;
    color: #a18c6f !important; }

#form_forgotpassword .form-group.form-error + div {
  display: block !important; }

#identity #form-identity .form-group.form-error + div,
#identity #form-identity .password.form-error + div,
#identity #form-change-password .form-group.form-error + div,
#identity #form-change-password .password.form-error + div {
  display: block !important; }
#identity .account_creation > .required {
  position: absolute; }

#authentication div.selector,
#identity div.selector {
  height: 37px;
  line-height: 37px; }
  #authentication div.selector > span,
  #identity div.selector > span {
    line-height: 37px;
    height: 37px; }
#authentication #uniform-days,
#identity #uniform-days {
  margin-right: 4px; }
#authentication .group-phone label,
#authentication .group-phone .label,
#authentication .group-cgv label,
#authentication .group-cgv .label,
#authentication .group-newsletter label,
#authentication .group-newsletter .label,
#identity .group-phone label,
#identity .group-phone .label,
#identity .group-cgv label,
#identity .group-cgv .label,
#identity .group-newsletter label,
#identity .group-newsletter .label {
  float: left; }
#authentication .group-newsletter .checkbox,
#identity .group-newsletter .checkbox {
  margin-top: 0;
  padding-left: 0; }
#authentication .group-newsletter .checkboxes,
#identity .group-newsletter .checkboxes {
  margin-top: 10px; }
#authentication .wrap-fields-phones,
#identity .wrap-fields-phones {
  padding-left: 130px; }
  #authentication .wrap-fields-phones .form-group .form-control,
  #identity .wrap-fields-phones .form-group .form-control {
    width: 250px; }
    #authentication .wrap-fields-phones .form-group .form-control.call_sign,
    #identity .wrap-fields-phones .form-group .form-control.call_sign {
      margin-right: 10px;
      padding-right: 5px;
      width: 45px; }
    @media (max-width: 767px) {
      #authentication .wrap-fields-phones .form-group .form-control.call_sign,
      #identity .wrap-fields-phones .form-group .form-control.call_sign {
        margin-right: 1%;
        width: 12% !important; }
      #authentication .wrap-fields-phones .form-group .form-control.phone-field,
      #identity .wrap-fields-phones .form-group .form-control.phone-field {
        width: 85% !important; } }
#authentication .label-phone,
#authentication .cgv,
#identity .label-phone,
#identity .cgv {
  margin-top: 5px;
  float: left;
  max-width: 418px !important; 
}
#authentication .cgv,
#identity .cgv {
  margin-top: 15px;
}
#authentication .newlettersGlobLabbel,
#identity .newlettersGlobLabbel {
  margin-top: 5px;
  float: left;
  margin-left: -7.5px;
}
#authentication .optinGlobLabbel,
#identity .optinGlobLabbel {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-left: -7.5px !important;
  margin-top: 20px;
}
.optin-galec .radio-inline {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 30px;
}
#identity .title-preference {
  margin-top: 0px;
}
#authentication .label-phone a,
#authentication .newlettersGlobLabbel a,
#authentication .cgv a,
#identity .label-phone a,
#identity .newlettersGlobLabbel a,
#identity .cgv a {
    text-decoration: underline; 
}
#authentication .label-cgv,
#identity .label-cgv {
  font-size: 13px; }
#authentication .receive-news,
#identity .receive-news {
  line-height: 16px; }
  #authentication .receive-news:before,
  #identity .receive-news:before {
    margin: 0 0 10px 5px; }
  #authentication .receive-news br,
  #identity .receive-news br {
    display: block; }
#authentication [for^="birthday-children-"],
#identity [for^="birthday-children-"] {
  line-height: 16px; }
#authentication #statut-marital,
#identity #statut-marital {
  width: 100%; }
#authentication .date-mariage .selector,
#identity .date-mariage .selector {
  width: 100% !important; }
  #authentication .date-mariage .selector > span,
  #identity .date-mariage .selector > span {
    width: 100% !important; }
#authentication .account_creation .btn-add-children,
#identity .account_creation .btn-add-children {
  padding-left: 33%; }
  #authentication .account_creation .btn-add-children .btn,
  #identity .account_creation .btn-add-children .btn {
    background: none;
    border: 1px solid #000;
    line-height: 35px;
    height: 36px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    width: 227px;
    display: inline-block;
    outline: 0; }
    #authentication .account_creation .btn-add-children .btn i,
    #identity .account_creation .btn-add-children .btn i {
      font-size: 24px;
      margin-left: 12px;
      position: relative;
      top: 4px; }
#authentication .account_creation .form_info,
#identity .account_creation .form_info {
  padding-left: 35%;
  display: block;
  top: -7px;
  position: relative; }
#authentication .account_creation .main-form,
#identity .account_creation .main-form {
  padding-top: 20px; }

#password .form-group.form-error label,
#password .form-group.form-ok label,
#authentication .form-group.form-error label,
#authentication .form-group.form-ok label {
  display: inline-block; }
#password #form_forgotpassword .alert.alert-danger p,
#password #login_form .alert.alert-danger p,
#authentication #form_forgotpassword .alert.alert-danger p,
#authentication #login_form .alert.alert-danger p {
  display: none; }
#password #form_forgotpassword .alert.alert-danger ol,
#password #login_form .alert.alert-danger ol,
#authentication #form_forgotpassword .alert.alert-danger ol,
#authentication #login_form .alert.alert-danger ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  #password #form_forgotpassword .alert.alert-danger ol li,
  #password #login_form .alert.alert-danger ol li,
  #authentication #form_forgotpassword .alert.alert-danger ol li,
  #authentication #login_form .alert.alert-danger ol li {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }

#addresses .alert.alert-warning {
  background: #ebebe8;
  color: #333; }
#addresses #submitAddress {
  outline: 0; }

#authentication .submit #submitAccount {
  text-transform: uppercase;
  outline: 0; }
  #authentication .submit #submitAccount span {
    text-transform: uppercase; }
  #authentication .submit #submitAccount:hover {
    background: #ebebe8;
    color: #a18c6f !important;
    border-color: #ebebe8; }
    #authentication .submit #submitAccount:hover span {
      background: #ebebe8;
      color: #a18c6f !important;
      border-color: #ebebe8; }
#authentication .submit .button-medium {
  outline: 0; }
  #authentication .submit .button-medium:hover {
    background: #ebebe8;
    color: #a18c6f !important;
    border-color: #ebebe8; }
    #authentication .submit .button-medium:hover span {
      background: #ebebe8;
      color: #a18c6f !important;
      border-color: #ebebe8; }
#authentication .account_creation .form_info {
  position: relative;
  top: -12px; }
#authentication .account_creation .password.form-error + .form_info {
  color: #ca1919; }
#authentication .account_creation > label,
#authentication .account_creation .form-control {
  display: inline-block !important;
  line-height: 37px; }
#authentication .account_creation .form-control {
  height: 37px; }
#authentication #account-creation_form .account_creation > p.required {
  position: absolute; }
#authentication #account-creation_form .alert {
  max-width: 600px; }
#authentication #login_form .form-group.form-ok:after,
#authentication #login_form .form-group.form-error:after,
#authentication #create-account_form .form-group.form-ok:after,
#authentication #create-account_form .form-group.form-error:after {
  display: inline-block !important;
  top: 5px !important; }
#authentication .mandatory-auth p {
  text-align: center;
  font-size: 14px;
  color: #777; }

#identity .form-group > label,
#identity .form-group .form-control,
#address .form-group > label,
#address .form-group .form-control {
  display: inline-block !important;
  line-height: 37px; }
#identity .form-group .form-control,
#address .form-group .form-control {
  height: 37px; }

#authentication #account-creation_form .form-group.form-ok:after,
#authentication #account-creation_form .form-group.form-error:after {
  display: inline-block; }
#authentication #account-creation_form .account_creation .clearfix > label, #authentication #account-creation_form .account_creation .form-group > label {
  font-weight: 400;
  display: inline-block; }
#authentication #account-creation_form a {
  text-decoration: underline; }

.radio-inline label {
  color: #777;
  font-weight: normal; }

.delivery_option_radio div.radio,
.radio-inline div.radio,
.checkbox div.radio {
  width: 19px;
  height: 19px;
  position: relative;
  top: -2px; }
  .delivery_option_radio div.radio span,
  .radio-inline div.radio span,
  .checkbox div.radio span {
    background: none;
    width: 19px;
    height: 19px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #b5b5b5;
    position: relative; }
    .delivery_option_radio div.radio span.checked:before,
    .radio-inline div.radio span.checked:before,
    .checkbox div.radio span.checked:before {
      content: "";
      display: block;
      background: #a18c6f;
      width: 13px;
      height: 13px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      position: absolute;
      top: 1px;
      left: 1px; }

.delivery_option_radio div.radio {
  position: static;
  height: 19px !important;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px; }

#address .form-group .form-control,
#identity .form-group .form-control,
#account-creation_form .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control,
#authentication .form-group .form-control,
#popin-customization .form-group .form-control {
  border: 1px solid #d6d6d6; }
  #address .form-group .form-control:focus,
  #identity .form-group .form-control:focus,
  #account-creation_form .form-group .form-control:focus,
  #new_account_form .form-group .form-control:focus,
  #opc_account_form .form-group .form-control:focus,
  #authentication .form-group .form-control:focus,
  #popin-customization .form-group .form-control:focus {
    border-color: #a18c6f; }

#address .form-group.phone-number .form-control.call_sign {
  margin-right: 10px;
  max-width: 45px !important;
  padding-right: 5px; }
#address .form-group.phone-number .form-control.phone-field {
  max-width: 358px !important; }
@media (max-width: 767px) {
  #address .form-group.phone-number .form-control.call_sign {
    margin-right: 1%;
    max-width: 12% !important; }
  #address .form-group.phone-number .form-control.phone-field {
    max-width: 85% !important; } }

body .box {
  background: none;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 20px;
  margin: 0 0 30px 0;
  line-height: 20px; }
  body .box .ttl--niv2 {
    text-transform: none;
    margin: 0;
    padding: 0 0 15px 0;
    border: none;
    color: #101010;
    font-size: 22px; }

.address .button.button-small {
  color: #fff;
  background: #a18c6f;
  border: 2px solid #a18c6f;
  border-radius: 6px; }
  .address .button.button-small span {
    text-shadow: none;
    padding: 0 20px;
    line-height: 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600; }
  .address .button.button-small:hover {
    background: #fff;
    color: #a18c6f; }
  .address .button.button-small:focus {
    outline: 0; }
.address .btn-remove.button {
  background: #fff;
  border: 2px solid #a18c6f;
  color: #a18c6f; }
.address .submit2 {
  padding-left: 33%; }
.address .inline-infos.required {
  padding-left: 33%; }

/**
* mon compte
*/
.button.button-small {
  background: #a18c6f;
  border: 2px solid #a18c6f;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .button.button-small span {
    text-shadow: none;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600; }
  .button.button-small:hover {
    background: #fff;
    color: #a18c6f; }

#addresses .main-page-indent {
  text-align: center; }
  #addresses .main-page-indent .button.button-medium {
    color: #fff;
    border-color: #a18c6f;
    background: #a18c6f;
    text-align: center;
    line-height: 15px;
    height: 40px;
    padding: 0 20px; }
    #addresses .main-page-indent .button.button-medium span {
      display: inline-block;
      color: #fff;
      border-color: #a18c6f;
      background: #a18c6f;
      text-shadow: none;
      padding: 0;
      line-height: 21px;
      font-size: 19px;
      text-transform: uppercase;
      font-weight: 600 !important;
      white-space: nowrap; }
#addresses .bloc_adresses .address .address_mail {
  margin-top: 10px; }
  #addresses .bloc_adresses .address .address_mail > br {
    display: none !important; }
  #addresses .bloc_adresses .address .address_mail + .address_phone {
    margin-top: 0 !important; }
#addresses .bloc_adresses .address .box {
  min-height: 315px;
  padding-bottom: 90px;
  position: relative; }
  #addresses .bloc_adresses .address .box .address_phone {
    margin-top: 20px; }
  #addresses .bloc_adresses .address .box .address_email + .address_phone {
    margin-top: 0; }
  #addresses .bloc_adresses .address .box .address_update {
    position: absolute;
    bottom: 15px;
    right: 20px;
    left: 20px; }

#order-follow #slider_row,
#order #slider_row,
#manufacturer #slider_row,
#module-blockwishlist-mywishlist #slider_row,
#identity #slider_row,
#address #slider_row,
#addresses #slider_row,
#history #slider_row,
#my-account #slider_row {
  border-top: 2px solid #d6d6d6;
  margin-left: 0;
  margin-right: 0; }

#history .footable-row-detail {
  display: none !important; }
#history #sendOrderMessage .form-group {
  margin: 0; }
#history #sendOrderMessage .selector,
#history #sendOrderMessage .selector > span,
#history #sendOrderMessage [name="id_product"] {
  height: 37px;
  line-height: 37px; }
#history #sendOrderMessage label[for="id_product"] {
  text-align: left;
  width: auto; }
#history #sendOrderMessage label[for="msgText"] {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: left; }
#history #sendOrderMessage .submit {
  padding-left: 0; }
#history #block-order-detail {
  overflow-x: hidden; }

#slider_row .seo-ttl {
  margin: 0;
  text-align: center;
  position: relative;
  top: -18px; }
#slider_row .blocheadimg {
  border: 1px solid #d6d4d4; }

.history .table tbody tr > td,
.history .table > thead > tr > th {
  background: none;
  color: #4e4e4e;
  font-size: 13px; }
  .history .table tbody tr > td .price,
  .history .table > thead > tr > th .price {
    color: #4e4e4e; }
  .history .table tbody tr > td.history_refund,
  .history .table > thead > tr > th.history_refund {
    text-align: center; }
.history .detail_step_by_step tbody td.step-by-step-date + td,
.history .table tbody tr > td.footable-last-column {
  border-right: 1px solid #d6d4d4; }
.history .detail_step_by_step tbody td.step-by-step-date,
.history .table tbody tr > td.footable-first-column {
  border-left: 1px solid #d6d4d4; }
.history .detail_step_by_step tbody td.step-by-step-date {
  width: 266px; }
.history .footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: none; }
.history .table td a.color-myaccount {
  font-weight: bold; }
.history .table .label {
  font-weight: normal !important; }
.history .table .history_invoice {
  text-align: center; }
.history .detail_step_by_step,
.history #order-list {
  border-bottom: 1px solid #d6d4d4; }
  .history .detail_step_by_step .link-button:hover, .history .detail_step_by_step .link-button:active, .history .detail_step_by_step .link-button:focus,
  .history #order-list .link-button:hover,
  .history #order-list .link-button:active,
  .history #order-list .link-button:focus {
    text-decoration: none; }

#block-order-detail .ttl--niv3 {
  border-bottom: 1px solid #b5b6b6;
  padding-bottom: 6px; }
#block-order-detail .address {
  padding-bottom: 50px; }
  #block-order-detail .address .labls {
    float: left;
    padding-right: 8px;
    font-weight: bold; }
    #block-order-detail .address .labls + div {
      float: left; }
      #block-order-detail .address .labls + div ul {
        padding-top: 5px; }
  #block-order-detail .address .add-name {
    display: block; }

.order-detail-content__footer {
  padding-bottom: 12px;
  padding-top: 12px; }
  .order-detail-content__footer .v-align {
    font-weight: bold; }

#order-detail-content {
  overflow: hidden; }
  #order-detail-content .table {
    border: none !important;
    margin: 0; }
    #order-detail-content .table label {
      display: block; }
    #order-detail-content .table .product-cart-bloc img {
      max-width: 100px;
      max-height: 100px;
      height: auto !important; }
    #order-detail-content .table .product-cart-bloc > span {
      display: inline-block;
      padding-left: 8px; }
    #order-detail-content .table .product-cart-bloc .prod--name {
      color: #101010;
      font-size: 17px;
      font-family: "Roboto", sans-serif;
      font-weight: bold; }
    #order-detail-content .table .product-cart-bloc .prod--ref {
      color: #777;
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 500; }
    #order-detail-content .table .return_quantity,
    #order-detail-content .table .returned_quantity,
    #order-detail-content .table .price {
      text-align: right;
      font-size: 20px;
      font-family: "Roboto", sans-serif;
      color: #777; }
    #order-detail-content .table .returned_quantity,
    #order-detail-content .table .return_quantity {
      font-weight: bold; }
  #order-detail-content .table tr td {
    border: none;
    /*border-bottom: 1px solid #eaeaea;*/ }
  #order-detail-content .table tr th {
    border: none !important;
    /*border-bottom: 7px solid #000 !important;*/
    font-weight: bold !important;
    font-size: 21px !important;
    color: #000; }
    #order-detail-content .table tr th.prod {
      font-size: 26px;
      text-transform: uppercase; }
  #order-detail-content .table tr.alternate_item td p {
    margin: 0; }
  #order-detail-content .table-footer {
    max-width: 378px;
    border: none !important;
    margin-top: 20px !important; }
    #order-detail-content .table-footer tfoot tr {
      background: none;
      border: none !important; }
      #order-detail-content .table-footer tfoot tr td {
        color: #101010;
        font-size: 20px !important;
        font-family: "Roboto", sans-serif;
        border: none !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important; }
        #order-detail-content .table-footer tfoot tr td .price-shipping,
        #order-detail-content .table-footer tfoot tr td .price,
        #order-detail-content .table-footer tfoot tr td strong {
          color: #101010;
          font-family: "Roboto", sans-serif;
          font-weight: bold;
          font-size: 20px !important; }
        #order-detail-content .table-footer tfoot tr td + td {
          padding-right: 0;
          text-align: right !important; }
      #order-detail-content .table-footer tfoot tr.port td {
        padding-bottom: 20px !important; }
      #order-detail-content .table-footer tfoot tr.totalprice td {
        border-top: 1px solid #eaeaea !important;
        text-transform: uppercase;
        padding-top: 9px !important;
        padding-bottom: 11px !important; }
        #order-detail-content .table-footer tfoot tr.totalprice td strong,
        #order-detail-content .table-footer tfoot tr.totalprice td .price {
          font-size: 24px !important; }

.account-col {
  background: #f7f7f7;
  max-width: 265px; }
  .account-col--ttl {
    background: #101010;
    color: #fff;
    margin: 0;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    padding-left: 20px; }
  .account-col--name {
    padding: 18px 20px; }
    .account-col--name span {
      color: #101010;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: bold; }
  .account-col--links {
    margin: 0; }
    .account-col--links li {
      display: block;
      padding: 0; }
      .account-col--links li a {
        display: block;
        padding: 0;
        background: #ebebe8;
        color: #a18c6f;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border-bottom: 2px solid #fff; }
        .account-col--links li a:hover {
          background: #a18c6f;
          color: #fff; }
      .account-col--links li.current a {
        background: #a18c6f;
        color: #fff; }
        .account-col--links li.current a:hover {
          background: #c9bdad; }
  .account-col .center {
    text-align: center;
    padding-right: 0; }
    .account-col .center a {
      color: #101010;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: bold;
      text-decoration: underline; }
      .account-col .center a:hover {
        color: #a18c6f; }

#addresses #center_column .page-heading.ttl--niv1 {
  margin-bottom: 0; }

body ul.step {
  background: none;
  border: none;
  padding: 0; }
  body ul.step li.step_todo,
  body ul.step li {
    background: none;
    border: none;
    padding: 0; }
    body ul.step li.step_todo a,
    body ul.step li.step_todo span,
    body ul.step li a,
    body ul.step li span {
      background: none;
      border: none;
      padding: 0 !important;
      background: #d6d6d6;
      text-shadow: none !important;
      text-align: center;
      color: #414042;
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      line-height: 48px;
      border: 1px solid #b5b5b5;
      border-left: none; }
      body ul.step li.step_todo a:after, body ul.step li.step_todo a:before,
      body ul.step li.step_todo span:after,
      body ul.step li.step_todo span:before,
      body ul.step li a:after,
      body ul.step li a:before,
      body ul.step li span:after,
      body ul.step li span:before {
        display: none !important;
        background: none !important;
        border: none;
        padding: 0; }
      body ul.step li.step_todo a .mob,
      body ul.step li.step_todo span .mob,
      body ul.step li a .mob,
      body ul.step li span .mob {
        display: none; }

body ul.step,
body ul.step .first,
body ul.step .first a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-right: none !important; }

body ul.step li.step_todo span {
  background: #fff; }

body ul.step li.step_done {
  background: none;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  body ul.step li.step_done a {
    border: 1px solid;
    border-color: #b5b5b5;
    background: #d6d6d6;
    color: #414042;
    border-right: 0; }

body ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
  display: none !important; }

body ul.step li.last span {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

body ul.step li.step_current span {
  line-height: 48px;
  border: 1px solid #a18c6f;
  border-left: none;
  background: #a18c6f;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold; }

/**
* selection speciales
*/
.selection-speciale .category-top-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-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; }
  .selection-speciale .socialsharing_product li {
    display: inline-block;
    margin: 0 2px; }
.selection-speciale--subttl {
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  margin-bottom: 0;
  margin: 0; }
.selection-speciale #subcategories .subcategory-heading {
  text-align: left; }

#center_column .content_scene_cat a {
  text-decoration: none !important; }

#center_column .content_scene_cat .lnk_more {
  text-decoration: underline !important; }

.category-top-img {
  margin-bottom: 15px; }

.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-radius: 6px; }
    .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; }

.button.button-big {
  border: none;
  background: #a18c6f;
  color: #fff;
  height: 80px;
  line-height: 80px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  font-family: "Roboto", sans-serif; }

/**
* page createurs
*/
#manufacturer #slider_row {
  padding-bottom: 15px; }

#manufacturers_list .description, #suppliers_list .description {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis; }

.header-creators .socialsharing_product li {
  text-align: right; }
.header-creators--img {
  text-align: right;
  padding-top: 27px; }
.header-creators--ttl {
  font-size: 29px;
  color: #252525;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-top: 0;
  border: none;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 4px; }
.header-creators--intro {
  padding-top: 12px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px; }
  .header-creators--intro p {
    font-family: "Roboto", sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 19px; }
.header-creators + .ttl--niv2 {
  padding-bottom: 6px;
  border-bottom: 2px solid #d6d6d6; }
.header-creators + .header-category {
  padding-top: 70px; }
.header-creators--subttl {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #252525;
  margin: 0; }
.header-creators--imgpage {
  text-align: center; }

#manufacturer .creator-line .blocslider--creator {
  height: auto;
  line-height: 20px; }
  #manufacturer .creator-line .blocslider--creator > span {
    vertical-align: top; }
#manufacturer .creator-line .lnk_img {
  position: absolute;
  bottom: 0;
  left: 7.5px;
  right: 7.5px;
  z-index: 1;
  white-space: nowrap; }

#manufacturer .description_box, #supplier .description_box {
  border: none;
  padding-top: 0; }
  #manufacturer .description_box h2, #supplier .description_box h2 {
    font-weight: 400;
    margin: 0;
    font-size: 14px; }

#manufacturers_list .blocslider--creator > span span {
  height: auto; }

#manufacturers_list .creator-line .blocslider--creator > span span a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #252525;
  text-transform: uppercase; }
  #manufacturers_list .creator-line .blocslider--creator > span span a h2 {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    margin: 0; }

.page--manufacturer .btn-default.button-medium {
  text-transform: uppercase;
  border: none;
  font-size: 17px;
  font-family: "Roboto", sans-serif; }
  .page--manufacturer .btn-default.button-medium span {
    background: none;
    border: none; }
  .page--manufacturer .btn-default.button-medium:hover {
    background: #ebebe8 !important;
    color: #a18c6f !important; }

.creator-line {
  border-top: 2px solid #d6d6d6;
  padding: 40px 0; }
  .creator-line:first-child {
    border-top: none;
    padding-top: 15px; }
  .creator-line .blocslider--creator {
    height: 155px;
    line-height: 155px; }
  .creator-line .description {
    padding-top: 12px;
    margin: 0; }
    .creator-line .description p {
      margin: 0; }
  .creator-line .lnk_img {
    margin-top: 12px;
    display: block;
    background: #a18c6f;
    border: 2px solid transparent;
    border-radius: 6px;
    color: #fff;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase; }
    .creator-line .lnk_img:hover {
      background: #fff;
      border: 2px solid #a18c6f;
      color: #a18c6f; }

/**
* add basket
*/
body {
  /* &.mobile-device{
       #layer_cart,
       .mab-popin{
           .v-align{
               max-width: 100vw;
               max-height: 100vh;
               overflow-y: auto;
           }
       }
   }*/ }
  body #layer_cart .button-container .button.button-medium,
  body #layer_cart .button-container .exclusive-medium {
    float: left;
    width: 48%; }
    body #layer_cart .button-container .button.button-medium span,
    body #layer_cart .button-container .exclusive-medium span {
      padding: 6px 8px; }
  body #layer_cart .button-container .button.button-medium {
    float: right; }
  body #layer_cart .layer_cart_product .title {
    font-weight: 600; }
  body #layer_cart,
  body .mab-popin {
    width: auto !important;
    margin: 0 !important;
    right: -25px !important;
    left: -25px !important;
    top: 0 !important;
    bottom: 0 !important;
    position: fixed;
    overflow-y: scroll;
    background: none !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    pointer-events: none; }
    body #layer_cart .v-align,
    body .mab-popin .v-align {
      pointer-events: all; }
      @media screen and (max-width: 991px) {
        body #layer_cart .v-align,
        body .mab-popin .v-align {
          max-width: 100vw;
          max-height: 100vh;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch; } }
    body #layer_cart .bloc-layer_cart,
    body .mab-popin .bloc-layer_cart {
      max-width: 834px;
      position: relative;
      background: #fff;
      text-align: left; }
    body #layer_cart .layer_cart_cart,
    body .mab-popin .layer_cart_cart {
      border: none;
      background: #ebebe8;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      padding-top: 45px;
      padding-bottom: 120px; }
      body #layer_cart .layer_cart_cart .title,
      body .mab-popin .layer_cart_cart .title {
        border: none;
        color: #252525;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        max-width: 156px;
        display: block !important;
        line-height: 22px; }
      body #layer_cart .layer_cart_cart .layer_cart_row,
      body .mab-popin .layer_cart_cart .layer_cart_row {
        color: #a18c6f;
        font-size: 14px;
        font-weight: bold;
        font-family: "Roboto", sans-serif; }
        body #layer_cart .layer_cart_cart .layer_cart_row .dark,
        body .mab-popin .layer_cart_cart .layer_cart_row .dark {
          color: #7e7e7e;
          font-size: 14px;
          font-weight: bold;
          font-family: "Roboto", sans-serif; }
      body #layer_cart .layer_cart_cart .shipping,
      body #layer_cart .layer_cart_cart .shipping .dark,
      body .mab-popin .layer_cart_cart .shipping,
      body .mab-popin .layer_cart_cart .shipping .dark {
        font-size: 12px;
        color: #7e7e7e;
        font-weight: bold;
        font-family: "Roboto", sans-serif; }
      body #layer_cart .layer_cart_cart .ajax_cart_product_txt_s .desk-only,
      body .mab-popin .layer_cart_cart .ajax_cart_product_txt_s .desk-only {
        display: none; }
    body #layer_cart .button-container .button.button-medium,
    body #layer_cart .button-container .exclusive-medium,
    body .mab-popin .button-container .button.button-medium,
    body .mab-popin .button-container .exclusive-medium {
      background: #fff;
      border: 2px solid #a18c6f;
      border-radius: 6px;
      color: #a18c6f;
      white-space: normal; }
      body #layer_cart .button-container .button.button-medium span,
      body #layer_cart .button-container .exclusive-medium span,
      body .mab-popin .button-container .button.button-medium span,
      body .mab-popin .button-container .exclusive-medium span {
        background: none;
        border: none;
        text-align: center;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-weight: 500;
        text-shadow: none;
        text-transform: uppercase;
        line-height: 18px; }
        body #layer_cart .button-container .button.button-medium span i,
        body #layer_cart .button-container .exclusive-medium span i,
        body .mab-popin .button-container .button.button-medium span i,
        body .mab-popin .button-container .exclusive-medium span i {
          display: none; }
    body #layer_cart .button-container .button.button-medium,
    body .mab-popin .button-container .button.button-medium {
      border: 2px solid transparent;
      background: #a18c6f;
      color: #fff; }
      body #layer_cart .button-container .button.button-medium:hover,
      body .mab-popin .button-container .button.button-medium:hover {
        border: 2px solid #a18c6f;
        background: #fff;
        color: #a18c6f; }
    body #layer_cart .layer_cart_product .title,
    body .mab-popin .layer_cart_product .title {
      text-align: center;
      color: #a18c6f;
      font-size: 24px;
      font-family: "Roboto", sans-serif; }
    body #layer_cart .layer_cart_product .product-image-container,
    body .mab-popin .layer_cart_product .product-image-container {
      max-width: 124px;
      margin-right: 15px; }
    body #layer_cart .layer_cart_product .layer_cart_product_info,
    body .mab-popin .layer_cart_product .layer_cart_product_info {
      padding: 0;
      float: left;
      /*width: 118px;*/
      /*margin-top: auto;
      margin-bottom: auto;*/
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
      body #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title,
      body .mab-popin .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        font-size: 16px;
        color: #a18c6f;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        line-height: 17px; }
      body #layer_cart .layer_cart_product .layer_cart_product_info > div,
      body .mab-popin .layer_cart_product .layer_cart_product_info > div {
        color: #7e7e7e;
        font-size: 14px;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        padding-bottom: 0; }
        body #layer_cart .layer_cart_product .layer_cart_product_info > div .dark,
        body .mab-popin .layer_cart_product .layer_cart_product_info > div .dark {
          color: #7e7e7e; }
    body #layer_cart .cross i,
    body .mab-popin .cross i {
      font-size: 23px;
      color: #a18c6f; }
    body #layer_cart .cross:before,
    body .mab-popin .cross:before {
      display: none; }
  body .layer_cart_overlay {
    z-index: 1001; }
  body .layer_cart_overlay,
  body .mab-popin__overlay {
    background: none;
    background-color: rgba(0, 0, 0, 0.76);
    opacity: 1;
  }

/**
* Mab Popin
*/
.mab-popin {
  z-index: 5005; }
  .mab-popin * {
    font-family: "Roboto", sans-serif; }
  .mab-popin__title, .mab-popin__footer {
    display: none;
    background: #ebebeb;
    color: #7e7e7e;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 25px;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif; }
  .mab-popin__footer {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 15px; }
  .mab-popin .title {
    font-weight: 700; }
  .mab-popin .button-container {
    clear: both;
    position: static;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 25px; }
    @media screen and (max-width: 991px) {
      .mab-popin .button-container > button {
        max-width: 48%; } }
    @media screen and (max-width: 400px) {
      .mab-popin .button-container > button {
        white-space: inherit;
        word-break: break-word; } }
    .mab-popin .button-container > button > span {
      padding: 10px 15px; }
    .mab-popin .button-container .button {
      white-space: normal;
      word-break: break-word; }
  .mab-popin .layer_cart_product {
    padding: 25px; }
  .mab-popin__overlay {
    z-index: 5004; }
    .mab-popin__overlay.areYouSureCusto {
      z-index: 5006; }
  .mab-popin label,
  .mab-popin .label {
    color: #777; }

/*
 ** Popin areYouSure
 */
#areYouSureCusto {
  z-index: 5007;
  /*
      .v-align{
          margin-right: -17px;
      }*/ }
  #areYouSureCusto .button-container button.resetPopin {
    margin-right: 5px; }
  #areYouSureCusto .button-container button.dontResetPopin {
    margin-left: 5px; }

/*
 ** Popin customization
 */
@media screen and (min-width: 991px) {
  #popin-customization {
    overflow-y: visible; } }
#popin-customization .v-align {
  position: relative; }
  @media screen and (min-width: 991px), screen and (max-width: 634px) {
    #popin-customization .v-align {
      vertical-align: top; } }
#popin-customization .bloc-layer_cart {
  width: 634px; }
  @media screen and (max-width: 644px) {
    #popin-customization .bloc-layer_cart {
      width: 100vw !important;
      max-width: none; } }
#popin-customization .product-detail {
  position: absolute;
  right: 0;
  top: 40px;
  padding-top: 15px;
  display: none;
  max-width: 50%; }
  #popin-customization .product-detail .product-label {
    float: left;
    text-align: right;
    width: 70px; }
    @media screen and (max-width: 667px) {
      #popin-customization .product-detail .product-label {
        width: 30vw; } }
    #popin-customization .product-detail .product-label,
    #popin-customization .product-detail .product-label span {
      font-size: 12px;
      color: #7e7e7e;
      line-height: 1.4;
      font-weight: 600; }
    #popin-customization .product-detail .product-label span {
      display: inline; }
  #popin-customization .product-detail .product-image-container {
    margin: 0 15px;
    float: right; }
    @media screen and (max-width: 667px) {
      #popin-customization .product-detail .product-image-container {
        width: 10vw; } }
    #popin-customization .product-detail .product-image-container img {
      width: 100%; }
#popin-customization .popin-customization__step {
  display: none;
  width: 100%; }
  #popin-customization .popin-customization__step .step__number {
    margin-bottom: 5px;
    text-transform: uppercase; }
    #popin-customization .popin-customization__step .step__number,
    #popin-customization .popin-customization__step .step__number span {
      font-family: "Roboto", sans-serif;
      font-size: 26px; }
  #popin-customization .popin-customization__step .step__face, #popin-customization .popin-customization__step .step__name {
    font-size: 16px;
    display: block;
    font-weight: 500;
    line-height: 1.3; }
  #popin-customization .popin-customization__step .step__face {
    color: #7e7e7e; }
  #popin-customization .popin-customization__step .step__name {
    color: #a18c6f;
    font-weight: 600; }
  #popin-customization .popin-customization__step .step__part {
    margin-top: 25px;
    display: inline-block;
    width: 100%; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(1) {
      margin-top: 50px; }
    #popin-customization .popin-customization__step .step__part .popin-text-information {
      font-size: 12px;
      clear: both;
      margin-top: 10px; }
    #popin-customization .popin-customization__step .step__part .form-group {
      padding: 0 5px;
      padding-left: 43px;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        #popin-customization .popin-customization__step .step__part .form-group {
          padding-left: 15px;
          padding-top: 10px; } }
      #popin-customization .popin-customization__step .step__part .form-group [data-caps="1"] {
        text-transform: uppercase; }
        #popin-customization .popin-customization__step .step__part .form-group [data-caps="1"]::-webkit-input-placeholder {
          text-transform: none; }
        #popin-customization .popin-customization__step .step__part .form-group [data-caps="1"]:-ms-input-placeholder {
          text-transform: none; }
        #popin-customization .popin-customization__step .step__part .form-group [data-caps="1"]::-moz-placeholder {
          opacity: 1;
          text-transform: none; }
        #popin-customization .popin-customization__step .step__part .form-group [data-caps="1"]:-moz-placeholder {
          opacity: 1;
          text-transform: none; }
      #popin-customization .popin-customization__step .step__part .form-group input[type="text"],
      #popin-customization .popin-customization__step .step__part .form-group input[type="number"],
      #popin-customization .popin-customization__step .step__part .form-group input[type="date"],
      #popin-customization .popin-customization__step .step__part .form-group select,
      #popin-customization .popin-customization__step .step__part .form-group .selector > span {
        line-height: 35px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
        color: #777; }
      #popin-customization .popin-customization__step .step__part .form-group .selector {
        width: 100% !important;
        height: 35px;
        line-height: 35px;
        font-style: italic; }
        #popin-customization .popin-customization__step .step__part .form-group .selector > span {
          opacity: 1;
          width: 100% !important; }
        #popin-customization .popin-customization__step .step__part .form-group .selector.notPlaceHolder > span {
          font-style: normal; }
      #popin-customization .popin-customization__step .step__part .form-group label,
      #popin-customization .popin-customization__step .step__part .form-group .label {
        text-align: left;
        width: auto; }
        #popin-customization .popin-customization__step .step__part .form-group label.text-field-label,
        #popin-customization .popin-customization__step .step__part .form-group .label.text-field-label {
          color: #a18c6f;
          font-size: 14px; }
      #popin-customization .popin-customization__step .step__part .form-group ::-webkit-input-placeholder {
        font-weight: 500;
        font-style: italic;
        color: #777; }
      #popin-customization .popin-customization__step .step__part .form-group :-moz-placeholder {
        /* Firefox 18- */
        font-weight: 500;
        font-style: italic;
        color: #777; }
      #popin-customization .popin-customization__step .step__part .form-group ::-moz-placeholder {
        /* Firefox 19+ */
        font-weight: 500;
        font-style: italic;
        color: #777; }
      #popin-customization .popin-customization__step .step__part .form-group :-ms-input-placeholder {
        font-weight: 500;
        font-style: italic;
        color: #777; }
      #popin-customization .popin-customization__step .step__part .form-group .label-bottom {
        display: block;
        width: 100%;
        color: #777;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px; }
      #popin-customization .popin-customization__step .step__part .form-group .separated-field {
        padding: 0 5px; }
    #popin-customization .popin-customization__step .step__part .list {
      font-size: 0;
      overflow-x: hidden;
      overflow-y: auto; }
      #popin-customization .popin-customization__step .step__part .list > li {
        display: inline-block; }
        #popin-customization .popin-customization__step .step__part .list > li label,
        #popin-customization .popin-customization__step .step__part .list > li .label {
          text-align: center;
          width: auto; }
          #popin-customization .popin-customization__step .step__part .list > li label img,
          #popin-customization .popin-customization__step .step__part .list > li .label img {
            display: block; }
          #popin-customization .popin-customization__step .step__part .list > li label .radio-inline .radio,
          #popin-customization .popin-customization__step .step__part .list > li .label .radio-inline .radio {
            top: 0; }
    #popin-customization .popin-customization__step .step__part .img-container {
      overflow-x: auto;
      display: inline-block; }
      #popin-customization .popin-customization__step .step__part .img-container img {
        display: inline-block;
        width: 100%;
        height: auto; }
        @media screen and (max-width: 767px) {
          #popin-customization .popin-customization__step .step__part .img-container img {
            max-width: 100%;
            width: auto; }
            #popin-customization .popin-customization__step .step__part .img-container img:nth-child(2) {
              margin-bottom: 3px; } }
        @media screen and (max-width: 500px) {
          #popin-customization .popin-customization__step .step__part .img-container img {
            width: auto; } }
    #popin-customization .popin-customization__step .step__part.text_fields .form-group:nth-of-type(2) {
      padding-left: 20px; }
    #popin-customization .popin-customization__step .step__part.text_fields .text_front input[type="text"],
    #popin-customization .popin-customization__step .step__part.text_fields .text_front .popin-error {
      max-width: 244px; }
    #popin-customization .popin-customization__step .step__part.text_fields .text_front .label-bottom {
      text-align: left; }
    #popin-customization .popin-customization__step .step__part.text_fields .date .form-control,
    #popin-customization .popin-customization__step .step__part.text_fields .initial .form-control {
      text-align: center; }
    #popin-customization .popin-customization__step .step__part.text_fields .date input[type="text"],
    #popin-customization .popin-customization__step .step__part.text_fields .date input[type="number"],
    #popin-customization .popin-customization__step .step__part.text_fields .date input[type="date"],
    #popin-customization .popin-customization__step .step__part.text_fields .date select,
    #popin-customization .popin-customization__step .step__part.text_fields .initial input[type="text"],
    #popin-customization .popin-customization__step .step__part.text_fields .initial input[type="number"],
    #popin-customization .popin-customization__step .step__part.text_fields .initial input[type="date"],
    #popin-customization .popin-customization__step .step__part.text_fields .initial select {
      font-size: 16px; }
    #popin-customization .popin-customization__step .step__part.text_fields .date .label-bottom,
    #popin-customization .popin-customization__step .step__part.text_fields .initial .label-bottom {
      text-align: center; }
    #popin-customization .popin-customization__step .step__part.text_fields .separated-field input {
      text-transform: uppercase; }
    #popin-customization .popin-customization__step .step__part.font_front .font-list {
      margin-top: 15px; }
      #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice {
        width: 100%; }
        #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice label,
        #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice .label {
          text-align: left;
          width: 100%; }
          #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice label .radio-inline,
          #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice .label .radio-inline {
            margin-top: 5px; }
            #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice label .radio-inline .radio,
            #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice .label .radio-inline .radio {
              margin-right: 10px; }
          #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice label .img-container,
          #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice .label .img-container {
            width: calc(100% - 35px);
            vertical-align: middle; }
            #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice label .img-container img,
            #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice .label .img-container img {
              pointer-events: none;
              position: relative; }
          #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice label .label-bottom,
          #popin-customization .popin-customization__step .step__part.font_front .font-list .font-choice .label .label-bottom {
            margin-left: 30px; }
    #popin-customization .popin-customization__step .step__part.logo {
      display: none; }
      #popin-customization .popin-customization__step .step__part.logo .logo-list {
        margin-top: 20px;
        text-align: center; }
        #popin-customization .popin-customization__step .step__part.logo .logo-list > li {
          margin: 0 3.5px; }
          #popin-customization .popin-customization__step .step__part.logo .logo-list > li label,
          #popin-customization .popin-customization__step .step__part.logo .logo-list > li .label {
            margin-bottom: 30px; }
            #popin-customization .popin-customization__step .step__part.logo .logo-list > li label img,
            #popin-customization .popin-customization__step .step__part.logo .logo-list > li .label img {
              max-width: 50px;
              max-height: 50px;
              border: 1px solid #d6d6d6;
              margin-bottom: 6px;
              pointer-events: none;
              position: relative; }
    #popin-customization .popin-customization__step .step__part.color .form-group {
      margin-bottom: 0; }
    #popin-customization .popin-customization__step .step__part.color .color-list {
      display: inline-block;
      width: 100%;
      padding: 0 13% 0 7%;
      text-align: center;
      margin: 0; }
      @media screen and (max-width: 600px) {
        #popin-customization .popin-customization__step .step__part.color .color-list {
          padding: 0; } }
      #popin-customization .popin-customization__step .step__part.color .color-list > li {
        width: 25%;
        margin-top: 20px; }
        @media screen and (max-width: 600px) {
          #popin-customization .popin-customization__step .step__part.color .color-list > li {
            width: auto;
            margin: 20px 10px 0; } }
        #popin-customization .popin-customization__step .step__part.color .color-list > li.noColor {
          width: 100%;
          margin-bottom: 10px; }
          #popin-customization .popin-customization__step .step__part.color .color-list > li.noColor label,
          #popin-customization .popin-customization__step .step__part.color .color-list > li.noColor .label {
            width: 100%; }
            #popin-customization .popin-customization__step .step__part.color .color-list > li.noColor label p,
            #popin-customization .popin-customization__step .step__part.color .color-list > li.noColor .label p {
              line-height: 20px;
              vertical-align: middle;
              margin: 0;
              display: inline-block; }
        #popin-customization .popin-customization__step .step__part.color .color-list > li img {
          display: block;
          margin: 0 auto;
          pointer-events: none;
          position: relative; }
        #popin-customization .popin-customization__step .step__part.color .color-list > li p {
          font-size: 14px;
          font-weight: 500;
          color: #000; }
        #popin-customization .popin-customization__step .step__part.color .color-list > li .label-bottom {
          line-height: 1;
          font-size: 12px;
          color: #777;
          margin-bottom: 0; }
    #popin-customization .popin-customization__step .step__part.text_back {
      display: none; }
      #popin-customization .popin-customization__step .step__part.text_back .form-group {
        margin-top: 20px; }
        #popin-customization .popin-customization__step .step__part.text_back .form-group .label-bottom {
          line-height: 1.4; }
      #popin-customization .popin-customization__step .step__part.text_back-choice .form-group {
        margin-top: 20px;
        padding-left: 143px; }
        @media screen and (max-width: 500px) {
          #popin-customization .popin-customization__step .step__part.text_back-choice .form-group {
            padding-left: 33%; } }
        #popin-customization .popin-customization__step .step__part.text_back-choice .form-group label,
        #popin-customization .popin-customization__step .step__part.text_back-choice .form-group .label {
          margin-right: 40px;
          font-size: 14px;
          color: #777;
          font-weight: 500; }
          @media screen and (max-width: 500px) {
            #popin-customization .popin-customization__step .step__part.text_back-choice .form-group label,
            #popin-customization .popin-customization__step .step__part.text_back-choice .form-group .label {
              margin-right: 15%; } }
          #popin-customization .popin-customization__step .step__part.text_back-choice .form-group label .radio-inline .radio,
          #popin-customization .popin-customization__step .step__part.text_back-choice .form-group .label .radio-inline .radio {
            top: 0; }
          #popin-customization .popin-customization__step .step__part.text_back-choice .form-group label p,
          #popin-customization .popin-customization__step .step__part.text_back-choice .form-group .label p {
            display: inline-block;
            line-height: 20px;
            vertical-align: middle;
            color: #777;
            font-weight: 500;
            margin: 0; }
      #popin-customization .popin-customization__step .step__part.text_back #text_back {
        max-width: 240px; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(1) .part__title:before {
      content: "A"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(2) .part__title:before {
      content: "B"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(3) .part__title:before {
      content: "C"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(4) .part__title:before {
      content: "D"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(5) .part__title:before {
      content: "E"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(6) .part__title:before {
      content: "F"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(7) .part__title:before {
      content: "G"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(8) .part__title:before {
      content: "H"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(9) .part__title:before {
      content: "I"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(10) .part__title:before {
      content: "J"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(11) .part__title:before {
      content: "K"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(12) .part__title:before {
      content: "L"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(13) .part__title:before {
      content: "M"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(14) .part__title:before {
      content: "N"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(15) .part__title:before {
      content: "O"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(16) .part__title:before {
      content: "P"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(17) .part__title:before {
      content: "Q"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(18) .part__title:before {
      content: "R"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(19) .part__title:before {
      content: "S"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(20) .part__title:before {
      content: "T"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(21) .part__title:before {
      content: "U"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(22) .part__title:before {
      content: "V"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(23) .part__title:before {
      content: "W"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(24) .part__title:before {
      content: "X"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(25) .part__title:before {
      content: "Y"; }
    #popin-customization .popin-customization__step .step__part:nth-of-type(26) .part__title:before {
      content: "Z"; }
    #popin-customization .popin-customization__step .step__part .part__title {
      font-size: 16px;
      font-weight: 500;
      color: #464646;
      line-height: 33px;
      display: inline-block;
      width: 100%; }
      #popin-customization .popin-customization__step .step__part .part__title:before {
        display: inline-block;
        width: 33px;
        line-height: 33px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        background: #464646;
        color: #fff;
        font-size: 18px;
        margin-right: 10px;
        float: left;
        margin-bottom: 5px; }
      #popin-customization .popin-customization__step .step__part .part__title-small {
        font-size: 16px;
        color: #464646;
        border-bottom: 1px solid #b6b6b6;
        padding-bottom: 5px;
        margin-top: 33px;
        font-weight: 600; }
    #popin-customization .popin-customization__step .step__part .part__description {
      padding-left: 43px; }
    #popin-customization .popin-customization__step .step__part .path-list {
      text-align: center;
      font-size: 0; }
      #popin-customization .popin-customization__step .step__part .path-list__title {
        font-size: 14px;
        color: #252525;
        margin-bottom: 15px; }
      #popin-customization .popin-customization__step .step__part .path-list__type {
        display: inline-block;
        text-align: center;
        margin-top: 25px; }
        #popin-customization .popin-customization__step .step__part .path-list__type li {
          display: inline-block;
          padding-right: 20px; }
          #popin-customization .popin-customization__step .step__part .path-list__type li > * {
            display: block; }
          #popin-customization .popin-customization__step .step__part .path-list__type li label,
          #popin-customization .popin-customization__step .step__part .path-list__type li .label {
            width: 100%;
            text-align: center; }
            #popin-customization .popin-customization__step .step__part .path-list__type li label img,
            #popin-customization .popin-customization__step .step__part .path-list__type li .label img {
              display: block;
              margin-bottom: 10px;
              pointer-events: none;
              position: relative; }
        #popin-customization .popin-customization__step .step__part .path-list__type.logo li:nth-of-type(1), #popin-customization .popin-customization__step .step__part .path-list__type.text li:nth-of-type(1) {
          padding-left: 35px; }
        #popin-customization .popin-customization__step .step__part .path-list__type.logo li:nth-last-of-type(1), #popin-customization .popin-customization__step .step__part .path-list__type.text li:nth-last-of-type(1) {
          padding-right: 35px; }
        #popin-customization .popin-customization__step .step__part .path-list__type.logo li:nth-last-of-type(1), #popin-customization .popin-customization__step .step__part .path-list__type.text li:nth-last-of-type(1) {
          border-right: 1px solid #b6b6b6; }
          @media screen and (max-width: 620px) {
            #popin-customization .popin-customization__step .step__part .path-list__type.logo li:nth-last-of-type(1), #popin-customization .popin-customization__step .step__part .path-list__type.text li:nth-last-of-type(1) {
              border: none; } }
        #popin-customization .popin-customization__step .step__part .path-list__type.logo:nth-last-child(1) li:nth-last-of-type(1), #popin-customization .popin-customization__step .step__part .path-list__type.text:nth-last-child(1) li:nth-last-of-type(1) {
          padding-right: 0;
          border: none; }
        #popin-customization .popin-customization__step .step__part .path-list__type.logo:nth-child(1) li:nth-of-type(1), #popin-customization .popin-customization__step .step__part .path-list__type.text:nth-child(1) li:nth-of-type(1) {
          padding-left: 0; }
        #popin-customization .popin-customization__step .step__part .path-list__type.bracelets li label {
          margin-bottom: 35px; }
        #popin-customization .popin-customization__step .step__part .path-list__type.rings {
          text-align: left;
          margin-top: 0; }
          @media screen and (max-width: 430px) {
            #popin-customization .popin-customization__step .step__part .path-list__type.rings {
              text-align: center; } }
          #popin-customization .popin-customization__step .step__part .path-list__type.rings li {
            padding-right: 0;
            padding-left: 40px; }
            #popin-customization .popin-customization__step .step__part .path-list__type.rings li label {
              margin-top: 25px;
              margin-bottom: 0; }
        @media screen and (max-width: 620px) {
          #popin-customization .popin-customization__step .step__part .path-list__type {
            display: block;
            padding-top: 20px;
            margin: 0 5%; }
            #popin-customization .popin-customization__step .step__part .path-list__type:nth-child(2n) {
              margin-top: 5px;
              border-top: 1px solid #b6b6b6; }
            #popin-customization .popin-customization__step .step__part .path-list__type li {
              padding: 0 15px !important; } }
    #popin-customization .popin-customization__step .step__part label,
    #popin-customization .popin-customization__step .step__part .label,
    #popin-customization .popin-customization__step .step__part input[type="radio"],
    #popin-customization .popin-customization__step .step__part input[type="checkbox"],
    #popin-customization .popin-customization__step .step__part input[type="button"],
    #popin-customization .popin-customization__step .step__part input[type="submit"],
    #popin-customization .popin-customization__step .step__part select,
    #popin-customization .popin-customization__step .step__part button {
      cursor: pointer; }
  #popin-customization .popin-customization__step.steps-resume .verso {
    display: none; }
  #popin-customization .popin-customization__step.steps-resume .resume-list li {
    display: none;
    margin: 12px 0;
    margin-right: 15px;
    width: auto; }
    @media screen and (max-width: 500px) {
      #popin-customization .popin-customization__step.steps-resume .resume-list li {
        width: 100% !important; } }
    #popin-customization .popin-customization__step.steps-resume .resume-list li.text_front, #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front, #popin-customization .popin-customization__step.steps-resume .resume-list li.date, #popin-customization .popin-customization__step.steps-resume .resume-list li.initial_one, #popin-customization .popin-customization__step.steps-resume .resume-list li.initial_two, #popin-customization .popin-customization__step.steps-resume .resume-list li.text_back {
      width: 100%; }
    #popin-customization .popin-customization__step.steps-resume .resume-list li .label,
    #popin-customization .popin-customization__step.steps-resume .resume-list li .choice {
      display: inline-block;
      vertical-align: middle; }
    #popin-customization .popin-customization__step.steps-resume .resume-list li .label {
      text-align: right;
      font-size: 16px;
      color: #464646;
      font-weight: 500;
      white-space: nowrap; }
      @media screen and (max-width: 500px) {
        #popin-customization .popin-customization__step.steps-resume .resume-list li .label {
          width: 142px; } }
      @media screen and (max-width: 450px) {
        #popin-customization .popin-customization__step.steps-resume .resume-list li .label {
          width: auto; } }
    #popin-customization .popin-customization__step.steps-resume .resume-list li .choice {
      text-align: center; }
      #popin-customization .popin-customization__step.steps-resume .resume-list li .choice img {
        max-width: 9vw; }
        @media screen and (max-width: 450px) {
          #popin-customization .popin-customization__step.steps-resume .resume-list li .choice img {
            max-width: 60vw; } }
    #popin-customization .popin-customization__step.steps-resume .resume-list li.marg-left .label {
      width: 142px; }
      @media screen and (max-width: 450px) {
        #popin-customization .popin-customization__step.steps-resume .resume-list li.marg-left .label {
          width: auto; } }
      #popin-customization .popin-customization__step.steps-resume .resume-list li.marg-left .label.width-auto {
        width: auto; }
    #popin-customization .popin-customization__step.steps-resume .resume-list li.customization-path, #popin-customization .popin-customization__step.steps-resume .resume-list li.logo, #popin-customization .popin-customization__step.steps-resume .resume-list li.color {
      padding-bottom: 18px; }
      @media screen and (max-width: 450px) {
        #popin-customization .popin-customization__step.steps-resume .resume-list li.customization-path, #popin-customization .popin-customization__step.steps-resume .resume-list li.logo, #popin-customization .popin-customization__step.steps-resume .resume-list li.color {
          padding-bottom: 0; } }
      #popin-customization .popin-customization__step.steps-resume .resume-list li.customization-path .choice, #popin-customization .popin-customization__step.steps-resume .resume-list li.logo .choice, #popin-customization .popin-customization__step.steps-resume .resume-list li.color .choice {
        position: relative; }
        #popin-customization .popin-customization__step.steps-resume .resume-list li.customization-path .choice .label-bottom, #popin-customization .popin-customization__step.steps-resume .resume-list li.logo .choice .label-bottom, #popin-customization .popin-customization__step.steps-resume .resume-list li.color .choice .label-bottom {
          position: absolute;
          width: 100%; }
          @media screen and (max-width: 500px) {
            #popin-customization .popin-customization__step.steps-resume .resume-list li.customization-path .choice .label-bottom, #popin-customization .popin-customization__step.steps-resume .resume-list li.logo .choice .label-bottom, #popin-customization .popin-customization__step.steps-resume .resume-list li.color .choice .label-bottom {
              position: static;
              width: auto; } }
    #popin-customization .popin-customization__step.steps-resume .resume-list li.text_front .text-choice, #popin-customization .popin-customization__step.steps-resume .resume-list li.date .text-choice, #popin-customization .popin-customization__step.steps-resume .resume-list li.initial_one .text-choice, #popin-customization .popin-customization__step.steps-resume .resume-list li.initial_two .text-choice, #popin-customization .popin-customization__step.steps-resume .resume-list li.text_back .text-choice {
      font-weight: 500;
      font-size: 16px;
      color: #464646; }
    @media screen and (max-width: 450px) {
      #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front {
        position: relative;
        margin-bottom: 15vw; } }
    #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front > * {
      vertical-align: top; }
    #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front .choice {
      width: calc(100% - 170px);
      text-align: left; }
      #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front .choice .value {
        margin-bottom: 10px;
        font-size: 16px;
        color: #464646;
        font-weight: 500; }
      #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front .choice .img-container {
        width: 100%;
        margin-bottom: 10px; }
        #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front .choice .img-container img {
          max-width: 100%; }
          @media screen and (max-width: 450px) {
            #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front .choice .img-container img {
              max-height: 7vw; } }
      @media screen and (max-width: 450px) {
        #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front .choice .label-bottom {
          margin-top: 15vw; } }
      @media screen and (max-width: 450px) {
        #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front .choice .img-container,
        #popin-customization .popin-customization__step.steps-resume .resume-list li.font_front .choice .label-bottom {
          position: absolute;
          left: 0; } }
    #popin-customization .popin-customization__step.steps-resume .resume-list li.text_back > * {
      vertical-align: top; }
    #popin-customization .popin-customization__step.steps-resume .resume-list li.text_back .choice {
      text-align: left;
      width: calc(100% - (142px + 5px)); }
      @media screen and (max-width: 450px) {
        #popin-customization .popin-customization__step.steps-resume .resume-list li.text_back .choice {
          width: calc(100% - (142px - 75px)); } }
      #popin-customization .popin-customization__step.steps-resume .resume-list li.text_back .choice .text-choice {
        margin-bottom: 10px; }
  #popin-customization .popin-customization__step.steps-resume .resume-list.bracelet {
    padding-top: 15px; }
    #popin-customization .popin-customization__step.steps-resume .resume-list.bracelet li.customization-path {
      margin-right: 15px; }
      #popin-customization .popin-customization__step.steps-resume .resume-list.bracelet li.customization-path .choice {
        width: auto;
        max-width: none; }
        #popin-customization .popin-customization__step.steps-resume .resume-list.bracelet li.customization-path .choice img {
          max-width: 60vw; }
  #popin-customization .popin-customization__step.confirmation-customization .confirmation-customization__container {
    padding: 15px 75px 25px 55px; }
    @media screen and (max-width: 500px) {
      #popin-customization .popin-customization__step.confirmation-customization .confirmation-customization__container {
        padding: 0; } }
    #popin-customization .popin-customization__step.confirmation-customization .confirmation-customization__container p {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.2;
      color: #464646; }
      #popin-customization .popin-customization__step.confirmation-customization .confirmation-customization__container p.step__name {
        font-weight: 600;
        margin-bottom: 15px;
        color: #a18c6f; }
      #popin-customization .popin-customization__step.confirmation-customization .confirmation-customization__container p br {
        line-height: 2; }
  #popin-customization .popin-customization__step .code {
    color: #929292;
    font-size: 12px;
    text-transform: uppercase; }
  #popin-customization .popin-customization__step#ask-customization {
    display: block; }
    #popin-customization .popin-customization__step#ask-customization .title {
      margin-bottom: 27px;
      text-transform: none; }
    #popin-customization .popin-customization__step#ask-customization .ask-customization__content {
      text-align: center;
      width: 100%;
      margin-bottom: 10px; }
      #popin-customization .popin-customization__step#ask-customization .ask-customization__content > * {
        float: none !important;
        display: inline-block;
        text-align: left;
        vertical-align: top; }
      #popin-customization .popin-customization__step#ask-customization .ask-customization__content .product-image-container img {
        width: 100%;
        height: auto; }
      #popin-customization .popin-customization__step#ask-customization .ask-customization__content .layer_cart_product_info {
        width: 150px; }
        #popin-customization .popin-customization__step#ask-customization .ask-customization__content .layer_cart_product_info p {
          line-height: 1;
          color: #7e7e7e;
          font-weight: 700; }
          #popin-customization .popin-customization__step#ask-customization .ask-customization__content .layer_cart_product_info p.product-name {
            color: #a18c6f;
            font-size: 16px;
            line-height: 1.3; }
          #popin-customization .popin-customization__step#ask-customization .ask-customization__content .layer_cart_product_info p.product-size {
            font-size: 12px;
            line-height: 2; }
          #popin-customization .popin-customization__step#ask-customization .ask-customization__content .layer_cart_product_info p.product-price {
            font-size: 14px; }
    #popin-customization .popin-customization__step#ask-customization .button-container .button.button-medium,
    #popin-customization .popin-customization__step#ask-customization .button-container .exclusive-medium {
      width: 48%; }
      @media screen and (max-width: 500px) {
        #popin-customization .popin-customization__step#ask-customization .button-container .button.button-medium,
        #popin-customization .popin-customization__step#ask-customization .button-container .exclusive-medium {
          width: 100%;
          margin-bottom: 10px; } }
#popin-customization .notCompleteError,
#popin-customization .yearFormatError,
#popin-customization .textFrontError,
#popin-customization .textFront2Error,
#popin-customization .textBackError,
#popin-customization .popin-error {
  display: none;
  text-align: center;
  margin-top: 10px; }
  #popin-customization .notCompleteError p,
  #popin-customization .yearFormatError p,
  #popin-customization .textFrontError p,
  #popin-customization .textFront2Error p,
  #popin-customization .textBackError p,
  #popin-customization .popin-error p {
    font-size: 16px;
    color: #ca1919;
    max-width: 350px;
    display: inline-block; }
#popin-customization .notCompleteError,
#popin-customization .yearFormatError,
#popin-customization .textFrontError,
#popin-customization .textFront2Error,
#popin-customization .textBackError {
  margin-top: 30px; }
#popin-customization .initial-one-empty-error,
#popin-customization .initial-both-empty-error {
  clear: both; }
#popin-customization .textBackError,
#popin-customization .text-back-empty-error {
  text-align: left; }
#popin-customization .button-container .exclusive-medium span {
  font-weight: 600 !important; }
#popin-customization .product-customization_cointainer {
  display: none; }
#popin-customization .avertissement-gravure-wrapper {
  margin-top: 10px; }
  #popin-customization .avertissement-gravure-wrapper .avertissement-image {
    float: left; }
  #popin-customization .avertissement-gravure-wrapper .avertissement-gravure {
    float: left;
    line-height: 15px;
    margin-left: 10px;
    width: 85%; }

/**
* order
*/
#history #order-detail-content .table tr th,
#order #order-detail-content .table tr th {
  border-color: #a18c6f !important;
  background: none;
  padding-left: 0;
  text-align: left; }
  #history #order-detail-content .table tr th.first_item,
  #order #order-detail-content .table tr th.first_item {
    text-align: left;
    color: #a18c6f;
    text-transform: uppercase;
    font-size: 26px; }
  #history #order-detail-content .table tr th.cart_quantity,
  #order #order-detail-content .table tr th.cart_quantity {
    text-align: center; }
#history .table tfoot tr,
#order .table tfoot tr {
  background: none; }
#history #cart_title,
#order #cart_title {
  border: none;
  color: #252525;
  font-size: 29px;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 32px; }
  #history #cart_title h1,
  #order #cart_title h1 {
    margin: 0; }
  #history #cart_title .heading-counter,
  #order #cart_title .heading-counter {
    color: #777;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 32px; }
#history #order-detail-content .product-name,
#history #order-detail-content .product-name a,
#order #order-detail-content .product-name,
#order #order-detail-content .product-name a {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #a18c6f; }
#history #order-detail-content small,
#history #order-detail-content small a,
#order #order-detail-content small,
#order #order-detail-content small a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #252525; }
#history #order-detail-content .cart_ref,
#order #order-detail-content .cart_ref {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #777; }
#history #order-detail-content .table tr td.cart_product,
#order #order-detail-content .table tr td.cart_product {
  padding-top: 19px;
  padding-bottom: 19px;
  width: 144px;
  padding-left: 10px;
  text-align: left; }
#history #order-detail-content .table tr td.cart_unit,
#order #order-detail-content .table tr td.cart_unit {
  width: 174px;
  text-align: left;
  padding-left: 0;
  padding-right: 0; }
  #history #order-detail-content .table tr td.cart_unit .price,
  #order #order-detail-content .table tr td.cart_unit .price {
    text-align: left; }
/*#history #order-detail-content .table tr:not(.totalprice):not(.port).line-ecrin td, #history #order-detail-content .table tr:not(.totalprice):not(.port).cart_item td, #history #order-detail-content .table tr:not(.totalprice):not(.port).cart_item:nth-last-child(1) td,
#order #order-detail-content .table tr:not(.totalprice):not(.port).line-ecrin td,
#order #order-detail-content .table tr:not(.totalprice):not(.port).cart_item td,
#order #order-detail-content .table tr:not(.totalprice):not(.port).cart_item:nth-last-child(1) td {
  border-top: 1px solid #a18c6f !important; }*/
/*#history #order-detail-content .table tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port),
#order #order-detail-content .table tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port) {
  border-bottom: 1px solid #a18c6f !important; }*/
#history #order-detail-content .table tr.cart_item .wrap-qty span, #history #order-detail-content .table tr.is-customized .wrap-qty span,
#order #order-detail-content .table tr.cart_item .wrap-qty span,
#order #order-detail-content .table tr.is-customized .wrap-qty span {
  font-size: 20px;
  font-weight: bold;
  color: #777;
  font-family: "Roboto", sans-serif; }
#history #order-detail-content .table tr.customization td,
#order #order-detail-content .table tr.customization td {
  border-top: 1px solid #d6d6d6 !important;
  padding: 11px 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    #history #order-detail-content .table tr.customization td,
    #order #order-detail-content .table tr.customization td {
      border-width: 0 !important;
      /*&:nth-child(2){
          border-width: 1px !important;
      }*/ } }
  @media screen and (max-width: 991px) {
    #history #order-detail-content .table tr.customization td:nth-child(1),
    #order #order-detail-content .table tr.customization td:nth-child(1) {
      display: none; } }
  @media screen and (max-width: 767px) {
    #history #order-detail-content .table tr.customization td:nth-child(2),
    #order #order-detail-content .table tr.customization td:nth-child(2) {
      width: calc(100% - 50px);
      padding-left: 15px;
      position: static;
      padding-bottom: 0; } }
  #history #order-detail-content .table tr.customization td .resume-customization,
  #order #order-detail-content .table tr.customization td .resume-customization {
    margin: 0;
    line-height: 1.4; }
    #history #order-detail-content .table tr.customization td .resume-customization .btn-update,
    #order #order-detail-content .table tr.customization td .resume-customization .btn-update {
      margin: 5px 0 5px 15px; }
      @media screen and (max-width: 767px) {
        #history #order-detail-content .table tr.customization td .resume-customization .btn-update,
        #order #order-detail-content .table tr.customization td .resume-customization .btn-update {
          margin: 0;
          position: absolute;
          bottom: 19px;
          right: 15px; } }
  @media screen and (max-width: 767px) {
    #history #order-detail-content .table tr.customization td.cart_quantity,
    #order #order-detail-content .table tr.customization td.cart_quantity {
      text-align: left;
      padding-left: 15px;
      padding-bottom: 0; } }
  #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button,
  #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button {
    font-size: 0;
    margin: 0; }
    @media screen and (max-width: 767px) {
      #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button,
      #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button {
        position: absolute;
        bottom: 13px; } }
    #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_down,
    #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_down {
      line-height: 12px; }
    #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_down,
    #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_up,
    #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_down,
    #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_up {
      float: none;
      font-size: 20px; }
    #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_input,
    #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_input {
      display: inline-block;
      width: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 14px; }
    #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_down,
    #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_up,
    #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_input,
    #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_down,
    #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_up,
    #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_input {
      margin: 0 2px;
      border: 1px solid #d6d6d6; }
      #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_down,
      #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_down *,
      #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_up,
      #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_up *,
      #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_input,
      #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_input *,
      #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_down,
      #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_down *,
      #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_up,
      #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_up *,
      #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_input,
      #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_input * {
        color: #767676; }
    #history #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_input,
    #order #order-detail-content .table tr.customization td.cart_quantity .cart_quantity_button .cart_quantity_input {
      font-weight: 600; }
  @media screen and (max-width: 767px) {
    #history #order-detail-content .table tr.customization td.cart_delete,
    #order #order-detail-content .table tr.customization td.cart_delete {
      width: 26px;
      position: absolute;
      top: 0;
      right: 15px; } }
#history #order-detail-content .table tr td,
#order #order-detail-content .table tr td {
  border-bottom: none !important; }
  #history #order-detail-content .table tr td.cart_quantity,
  #order #order-detail-content .table tr td.cart_quantity {
    width: 158px;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  #history #order-detail-content .table tr td.cart_description,
  #order #order-detail-content .table tr td.cart_description {
    padding-left: 0;
    padding-right: 0; }
  #history #order-detail-content .table tr td.cart_total,
  #order #order-detail-content .table tr td.cart_total {
    padding-left: 0;
    padding-right: 0;
    /*text-align: left;*/ }
    #history #order-detail-content .table tr td.cart_total .price,
    #order #order-detail-content .table tr td.cart_total .price {
      text-align: left; }
  #history #order-detail-content .table tr td.cart_description .label,
  #order #order-detail-content .table tr td.cart_description .label {
    background: none !important;
    border: none !important;
    color: #777;
    font-size: 14px;
    font-style: "Roboto", sans-serif;
    font-weight: normal;
    padding: 0; }
  #history #order-detail-content .table tr td.cart_avail,
  #order #order-detail-content .table tr td.cart_avail {
    color: #777;
    font-size: 14px;
    font-style: "Roboto", sans-serif;
    font-weight: normal;
    width: 198px;
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    #history #order-detail-content .table tr td.cart_avail .label,
    #order #order-detail-content .table tr td.cart_avail .label {
      background: none !important;
      border: none !important;
      color: #777;
      font-size: 14px;
      font-style: "Roboto", sans-serif;
      font-weight: normal;
      padding: 0; }
  #history #order-detail-content .table tr td.cart_total .price,
  #order #order-detail-content .table tr td.cart_total .price {
    color: #a18c6f; }
#history #order-detail-content .cart_quantity_delete,
#order #order-detail-content .cart_quantity_delete {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 23px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  background-color: #a18c6f;
  text-align: center; }
  #history #order-detail-content .cart_quantity_delete i,
  #order #order-detail-content .cart_quantity_delete i {
    vertical-align: middle;
    font-size: 14px;
    color: #fff; }
#history #order-detail-content .wrap-qty,
#order #order-detail-content .wrap-qty {
  position: relative;
  padding: 0 31px;
  width: 102px;
  margin: 0 auto; }
  #history #order-detail-content .wrap-qty .cart_quantity_input,
  #order #order-detail-content .wrap-qty .cart_quantity_input {
    width: 40px;
    border: 1px solid #d6d6d6;
    color: #777;
    font-size: 14px;
    font-weight: 600; }
  #history #order-detail-content .wrap-qty .cart_quantity_down,
  #order #order-detail-content .wrap-qty .cart_quantity_down {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d6d6d6; }
  #history #order-detail-content .wrap-qty .cart_quantity_up,
  #order #order-detail-content .wrap-qty .cart_quantity_up {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #d6d6d6; }
  #history #order-detail-content .wrap-qty .btn.button-plus span, #history #order-detail-content .wrap-qty .btn.button-minus span,
  #order #order-detail-content .wrap-qty .btn.button-plus span,
  #order #order-detail-content .wrap-qty .btn.button-minus span {
    background: none;
    font-size: 25px;
    color: #777;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
    padding: 0;
    border: none; }
  #history #order-detail-content .wrap-qty .btn.button-plus:hover, #history #order-detail-content .wrap-qty .btn.button-minus:hover,
  #order #order-detail-content .wrap-qty .btn.button-plus:hover,
  #order #order-detail-content .wrap-qty .btn.button-minus:hover {
    background: none; }
    #history #order-detail-content .wrap-qty .btn.button-plus:hover span, #history #order-detail-content .wrap-qty .btn.button-minus:hover span,
    #order #order-detail-content .wrap-qty .btn.button-plus:hover span,
    #order #order-detail-content .wrap-qty .btn.button-minus:hover span {
      background: none; }
  #history #order-detail-content .wrap-qty .btn.button-plus span,
  #order #order-detail-content .wrap-qty .btn.button-plus span {
    font-size: 18px;
    line-height: 24px; }
#history [name="processAddress"],
#history .standard-checkout.button-medium,
#history .button-exclusive.btn-default,
#order [name="processAddress"],
#order .standard-checkout.button-medium,
#order .button-exclusive.btn-default {
  border: 2px solid #a18c6f;
  color: #a18c6f;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
  display: block;
  text-transform: uppercase;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  height: 49px;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  #history [name="processAddress"] span,
  #history .standard-checkout.button-medium span,
  #history .button-exclusive.btn-default span,
  #order [name="processAddress"] span,
  #order .standard-checkout.button-medium span,
  #order .button-exclusive.btn-default span {
    background: none;
    padding: 0;
    border: none;
    line-height: 16px;
    display: inline-block;
    white-space: normal; }
  #history [name="processAddress"]:focus, #history [name="processAddress"]:hover,
  #history .standard-checkout.button-medium:focus,
  #history .standard-checkout.button-medium:hover,
  #history .button-exclusive.btn-default:focus,
  #history .button-exclusive.btn-default:hover,
  #order [name="processAddress"]:focus,
  #order [name="processAddress"]:hover,
  #order .standard-checkout.button-medium:focus,
  #order .standard-checkout.button-medium:hover,
  #order .button-exclusive.btn-default:focus,
  #order .button-exclusive.btn-default:hover {
    background: #fff;
    color: #a18c6f; }
#history .button-exclusive.btn-default:hover, #history .button-exclusive.btn-default:focus,
#order .button-exclusive.btn-default:hover,
#order .button-exclusive.btn-default:focus {
  background: #a18c6f; }
  #history .button-exclusive.btn-default:hover span, #history .button-exclusive.btn-default:focus span,
  #order .button-exclusive.btn-default:hover span,
  #order .button-exclusive.btn-default:focus span {
    color: #fff; }
#history [name="processAddress"],
#history .standard-checkout.button-medium,
#order [name="processAddress"],
#order .standard-checkout.button-medium {
  background: #a18c6f;
  color: #fff;
  max-width: 999em;
  float: none;
  display: block;
  width: 100%; 
}
#history .button-exclusive.btn-clearbg,
#order .button-exclusive.btn-clearbg {
  background: none;
  color: #a18c6f; }
  #history .button-exclusive.btn-clearbg:hover,
  #order .button-exclusive.btn-clearbg:hover {
    border-color: #a18c6f; }
#history .order--footer,
#order .order--footer {
  width: 100%; }
  #history .order--footer tr td,
  #order .order--footer tr td {
    padding: 0;
    text-align: left;
    color: #777;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 15px; }
  #history .order--footer tr.cart_total_price td,
  #order .order--footer tr.cart_total_price td {
    color: #a18c6f;
    font-size: 17px;
    font-weight: bold;
    padding: 6px 0; }
#history .text-paiement,
#order .text-paiement {
  color: #777;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 15px; }
#history .price-percent-reduction.small,
#order .price-percent-reduction.small {
  display: none !important; }

#order .delivery_options .question-mark {
  border-color: #777; }
#order #header {
  z-index: 101 !important; }
#order #center_column .alert.alert-warning {
  background: #ebebe8;
  color: #333; }
#order #address_delivery {
  border: none;
  padding: 10px 0;
  padding-left: 75px; }
  #order #address_delivery .page-subheading {
    color: #a18c6f;
    padding-bottom: 5px; }
  #order #address_delivery .so-prez-libelle {
    color: #777; }
  #order #address_delivery .soflexibiliteStar {
    vertical-align: middle; }
  #order #address_delivery #custMail,
  #order #address_delivery #sf_phone {
    border: 1px solid #d6d4d4; }
#order .paylineSpecificBlock {
  border: none;
  border-radius: 6px;
  background: #a18c6f;
  padding: 0;
  width: 295px;
  margin: 0 auto;
  height: 50px;
  position: relative; }
  #order .paylineSpecificBlock img {
    display: none; }
  #order .paylineSpecificBlock .col-xs-12 {
    position: static; }
  #order .paylineSpecificBlock .payline_payment {
    border: none;
    border-radius: 6px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    pointer: cursor; }
#order #order-detail-content #cart_summary tr.line-ecrin td {
  border-top-color: #252525 !important;
  border-bottom-color: #252525 !important; }

#history .col-step-by-step {
  clear: both; }
#history .table_block .detail_step_by_step {
  width: 99%; }
#history .col-carriers .footable {
  width: 99%; }
#history .col-carriers .item td {
  border-bottom: 1px solid #d6d4d4; }
  #history .col-carriers .item td:last-child {
    border-right: 1px solid #d6d4d4; }
  #history .col-carriers .item td:first-child {
    border-left: 1px solid #d6d4d4; }
#history #order-detail-content .table tr th {
  border-color: #252525 !important; }
#history #order-detail-content .product-name {
  color: #252525 !important; }
#history #order-detail-content .table tbody tr td {
  border-color: #252525 !important; }
#history #cart_summary tr:not(.totalprice):not(.port).line-ecrin td, #history #cart_summary tr:not(.totalprice):not(.port).item td, #history #cart_summary tr:not(.totalprice):not(.port).item:nth-last-child(1) td {
  border-top: 1px solid #252525 !important; }
/*#history #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port) {
  border-bottom: 1px solid #a18c6f !important; }*/
#history #cart_summary tr .qtty,
#history #cart_summary tr .return_quantity,
#history #cart_summary tr .returned_quantity {
  text-align: center; }
#history #cart_summary tr.is-customized td.cart_description + td .price {
  color: #252525; }
#history #cart_summary tr.is-customized td.return_quantity + td {
  padding-right: 0;
  text-align: right; }
  #history #cart_summary tr.is-customized td.return_quantity + td .price {
    color: #252525; }
#history #cart_summary tr.alternate_item.customization td.qtty + td {
  text-align: right; }
#history #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port) {
  border-bottom: 1px solid #252525 !important; }
#history #order-detail-content #cart_summary tr th.quantity-col {
  text-align: center; }
#history #order-detail-content #cart_summary tr td.return_quantity,
#history #order-detail-content #cart_summary tr td.quantity-col {
  width: 150px; }

/*#history #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td, #history #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td,
#order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td,
#order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td {
  /*border-top-color: #252525 !important;}*/ 

#order .paiement_block #order-detail-content #cart_summary tr.line-ecrin:not(.totalprice):not(.port) td,
#order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td,
#order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td {
  border-color: #ececec !important; }
#order .paiement_block #order-detail-content #cart_summary tr.customization:not(.totalprice):not(.port) td:first-child {
  border-top-color: transparent !important; }
#order .paiement_block #order-detail-content #cart_summary tr.customization:not(.totalprice):not(.port) td.cart_quantity,
#order .paiement_block #order-detail-content #cart_summary tr.customization:not(.totalprice):not(.port) td.cart_total,
#order .paiement_block #order-detail-content #cart_summary tr.customization:not(.totalprice):not(.port) td[colspan="3"] {
  border-top-color: #ececec !important; }

.btn-help, .btn-update {
  height: 64px;
  text-align: center;
  width: 100%;
  color: #101010;
  border: 2px solid #101010;
  border-radius: 6px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block; }

.btn-update {
  background: #fff;
  width: inherit;
  height: auto;
  padding: 2px 10px;
  display: inline-block;
  vertical-align: middle;
  border-color: #a18c6f;
  color: #a18c6f; }

/**
* paiement
*/
.cheque-box {
  padding-bottom: 15px; }
  .cheque-box .page-subheading {
    font-size: 20px;
    text-transform: none;
    color: #252525;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 4px;
    margin-bottom: 6px;
    font-weight: bold; }

.cheque-indent {
  padding-top: 15px; }

.box.order-confirmation .page-subheading {
  font-size: 20px;
  text-transform: none;
  color: #252525;
  font-family: "Roboto", sans-serif;
  border-bottom: none;
  padding-bottom: 4px;
  margin-bottom: 6px;
  font-weight: bold;
  margin-top: 0; }

#order-confirmation .btn-default.button-medium,
#order-confirmation .standard-checkout.button-medium,
#order-confirmation .button-exclusive.btn-default,
#module-bankwire-payment .btn-default.button-medium,
#module-bankwire-payment .standard-checkout.button-medium,
#module-bankwire-payment .button-exclusive.btn-default,
#module-cheque-payment .btn-default.button-medium,
#module-cheque-payment .standard-checkout.button-medium,
#module-cheque-payment .button-exclusive.btn-default {
  color: #fff;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
  display: block;
  text-transform: uppercase;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #101010;
  text-align: center;
  border: none;
  height: 49px;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  #order-confirmation .btn-default.button-medium span,
  #order-confirmation .standard-checkout.button-medium span,
  #order-confirmation .button-exclusive.btn-default span,
  #module-bankwire-payment .btn-default.button-medium span,
  #module-bankwire-payment .standard-checkout.button-medium span,
  #module-bankwire-payment .button-exclusive.btn-default span,
  #module-cheque-payment .btn-default.button-medium span,
  #module-cheque-payment .standard-checkout.button-medium span,
  #module-cheque-payment .button-exclusive.btn-default span {
    background: none;
    padding: 0;
    border: none;
    line-height: 16px;
    display: inline-block;
    white-space: normal; }
  #order-confirmation .btn-default.button-medium:focus, #order-confirmation .btn-default.button-medium:hover,
  #order-confirmation .standard-checkout.button-medium:focus,
  #order-confirmation .standard-checkout.button-medium:hover,
  #order-confirmation .button-exclusive.btn-default:focus,
  #order-confirmation .button-exclusive.btn-default:hover,
  #module-bankwire-payment .btn-default.button-medium:focus,
  #module-bankwire-payment .btn-default.button-medium:hover,
  #module-bankwire-payment .standard-checkout.button-medium:focus,
  #module-bankwire-payment .standard-checkout.button-medium:hover,
  #module-bankwire-payment .button-exclusive.btn-default:focus,
  #module-bankwire-payment .button-exclusive.btn-default:hover,
  #module-cheque-payment .btn-default.button-medium:focus,
  #module-cheque-payment .btn-default.button-medium:hover,
  #module-cheque-payment .standard-checkout.button-medium:focus,
  #module-cheque-payment .standard-checkout.button-medium:hover,
  #module-cheque-payment .button-exclusive.btn-default:focus,
  #module-cheque-payment .button-exclusive.btn-default:hover {
    background: #ebebe8;
    color: #a18c6f !important; }
#order-confirmation .btn-default.button-medium,
#order-confirmation .standard-checkout.button-medium,
#module-bankwire-payment .btn-default.button-medium,
#module-bankwire-payment .standard-checkout.button-medium,
#module-cheque-payment .btn-default.button-medium,
#module-cheque-payment .standard-checkout.button-medium {
  background: #a18c6f;
  border-radius: 6px;
  max-width: 999em;
  float: none;
  display: block;
  width: 100%; }
#order-confirmation .button-exclusive.btn-clearbg,
#module-bankwire-payment .button-exclusive.btn-clearbg,
#module-cheque-payment .button-exclusive.btn-clearbg {
  background: none;
  border: 1px solid #101010;
  color: #101010; }
  #order-confirmation .button-exclusive.btn-clearbg:hover,
  #module-bankwire-payment .button-exclusive.btn-clearbg:hover,
  #module-cheque-payment .button-exclusive.btn-clearbg:hover {
    border-color: #ebebe8; }

/**
adresse panier
*/
#order .text-top-address {
  color: #777;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 10px 0 40px;
  margin: 0; }
  #order .text-top-address .subtext {
    color: #a18c6f;
    font-size: 15px; }
#order .addresses .checkbox.addressesAreEquals {
  float: none;
  clear: none;
  margin: 0;
  line-height: 35px;
  padding-bottom: 20px;
  color: #777;
  font-size: 17px;
  font-family: "Roboto", sans-serif; }
#order .addresses .address_title {
  display: none; }
#order .addresses .page-subheading.ttl--niv2 {
  color: #a18c6f; }
#order .addresses .select.form-group {
  margin: 0; }
  #order .addresses .select.form-group label {
    float: left;
    font-size: 14px;
    color: #414042;
    width: 75px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 27px;
    margin: 0; }
  #order .addresses .select.form-group .selector {
    clear: none; }
#order .addresses .address.alternate_item,
#order .addresses .address.item {
  clear: left;
  padding-left: 76px;
  padding-top: 6px; }
#order .addresses .address.box {
  padding-bottom: 80px;
  position: relative; }
  #order .addresses .address.box > ul {
    margin-bottom: 0; }
  #order .addresses .address.box .address_update {
    position: absolute;
    bottom: 20px;
    left: 95px; }
#order .addresses .address_phone {
  margin-top: 20px; }
#order .addresses .address_mail + .address_phone,
#order .addresses .address_email + .address_phone {
  margin-top: 0 !important; }
#order .addresses .address_update .button-small.btn-default {
  border: 1px solid #a18c6f;
  border-radius: 6px;
  background: none;
  padding: 0;
  line-height: 15px;
  height: 35px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  display: block;
  max-width: 210px; }
  #order .addresses .address_update .button-small.btn-default span {
    padding: 0 10px;
    display: inline-block;
    border: none;
    background: none;
    color: #a18c6f;
    line-height: 15px;
    font-size: 15px;
    white-space: nowrap; }
    #order .addresses .address_update .button-small.btn-default span i {
      display: none; }
#order .address_add.submit {
  margin: 0; }
  #order .address_add.submit a {
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    border: none;
    border-radius: 6px; }
    #order .address_add.submit a span {
      font-weight: 600;
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      padding: 0;
      border: none; }
    #order .address_add.submit a:hover, #order .address_add.submit a:hover span {
      background: #ebebe8;
      color: #a18c6f !important; }
#order .checkbox.addressesAreEquals #uniform-addressesAreEquals {
  top: 9px;
  margin-right: 12px; }
#order .delivery_options .table-bordered > tbody > tr > td {
  border: none;
  font-family: "Roboto", sans-serif;
  color: #777;
  font-size: 14px; }
  #order .delivery_options .table-bordered > tbody > tr > td strong {
    font-family: "Roboto", sans-serif;
    color: #414042 !important;
    font-size: 18px; }
#order .delivery_options .table-bordered .delivery_option_logo {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }
#order .delivery_options .table-bordered .delivery_option_price {
  font-family: "Roboto", sans-serif;
  color: #414042;
  font-size: 18px; }
#order #ordermsg .form-error:after {
  float: right;
  margin-top: -30px; }
#order #ordermsg .wrap-textarea {
  padding-left: 35px; }
  #order #ordermsg .wrap-textarea .txt {
    color: #777;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px; }
    #order #ordermsg .wrap-textarea .txt .question-mark {
      border-color: #777;
      margin-left: 5px; }
#order #form {
  margin-top: 25px; }
  #order #form #ordermsg, #order #form #orderbag {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 146px; }
    #order #form #ordermsg label, #order #form #orderbag label {
      position: relative;
      width: 100%; }
      #order #form #ordermsg label:before, #order #form #orderbag label:before {
        content: '';
        height: 43px;
        left: -60px;
        position: absolute;
        top: -4px;
        width: 43px; }
      #order #form #ordermsg label .checkbox, #order #form #orderbag label .checkbox {
        float: left;
        margin-right: 15px; }
    #order #form #ordermsg .option-label, #order #form #orderbag .option-label {
      color: #777;
      font-size: 14px;
      font-style: italic;
      font-weight: normal;
      display: block; }
      #order #form #ordermsg .option-label.highlighted, #order #form #orderbag .option-label.highlighted {
        color: #a18c6f;
        font-style: normal;
        font-weight: bold; }
  #order #form #orderbag label:before, #order #form #ccbag label:before {
    background: #FFF url(../img/bag-icon.png) center center no-repeat; }
  #order #form #ordermsg label:before {
    background: #FFF url(../img/gift-message-icon.png) center center no-repeat; }
  #order #form #ordermsg label .option-label {
    padding-top: 8px; }
#order #orderAdressForm .form-error:after {
  margin-top: -26px; }
#order .cgv-box .checkbox {
  padding-left: 38px;
  position: relative; }
  #order .cgv-box .checkbox a,
  #order .cgv-box .checkbox label {
    color: #414042;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 24px; }
  #order .cgv-box .checkbox .checker {
    position: absolute;
    top: 5px;
    left: 0; }
#order .addresses .select.form-group label + span {
  line-height: 27px;
  display: inline-block; }
#order .addresses--recap .page-subheading.ttl--niv2 {
  color: #252525 !important; }
#order .addresses--recap .address.box {
  padding-bottom: 0 !important; }
#order #order-detail-content .table--recap tr th.first_item {
  color: #000; }
#order #order-detail-content .table--recap tr th {
  border-color: #000 !important; }
#order #order-detail-content .table--recap .product-name,
#order #order-detail-content .table--recap .product-name a {
  color: #000; }
#order #order-detail-content .table--recap tr td.cart_total .price {
  color: #252525; }
#order #order-detail-content .table--recap tbody tr td {
  border-color: #ececec !important; }
#order .order--footer__resume tr > td {
  color: #101010 !important;
  font-size: 20px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold !important;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }
  #order .order--footer__resume tr > td + td {
    text-align: right; }
#order .order--footer__resume .cart_total_price.final > td {
  color: #101010 !important;
  font-size: 24px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold !important;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  border-top: 1px solid #ececec;
  text-transform: uppercase; }
#order .cart_navigation--resume {
  padding-top: 48px; }
#order .cgv-box {
  padding: 40px 0; }
#order .blocpayment {
  text-align: center; }
  #order .blocpayment--ttl {
    color: #a18c6f;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding-bottom: 12px;}
  #order .blocpayment--secure {
    font-size: 20px;
    color: #777;
    font-family: "Roboto", sans-serif;
    padding-top: 5px; }
  #order .blocpayment .payment_module a, #order .blocpayment .payment_module .payline_payment, #order .blocpayment .payment_module.payline_payment {
    background: #a18c6f;
    border: 2px solid #a18c6f;
    color: #fff;
    max-width: 294px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
    #order .blocpayment .payment_module a:hover, #order .blocpayment .payment_module .payline_payment:hover, #order .blocpayment .payment_module.payline_payment:hover {
      background: #fff;
      color: #a18c6f; }
    #order .blocpayment .payment_module a:after, #order .blocpayment .payment_module .payline_payment:after, #order .blocpayment .payment_module.payline_payment:after {
      display: none; }
  #order .blocpayment .payment_module a span {
    display: none; }

/**
tips
*/
.tips {
  position: relative;
  z-index: 99;
  cursor: help; 
}
  .tips:before {
    content: '';
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -7px;
    border-top: 10px solid #dfdfdf;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 100; }
  .tips:after {
    content: '';
    display: none;
    position: absolute;
    bottom: 21px;
    left: 50%;
    margin-left: -7px;
    border-top: 10px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 100; }
  .tips--content {
    display: none;
    width: 300px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -150px;
    background: #fff;
    padding: 13px 15px;
    border: 1px solid #dfdfdf;
    font-weight: 400;
    text-align: left;
    z-index: 100;
    font-size: 14px;
    color: #4f4e4e;
    font-family: "Roboto", sans-serif; 
  }
  #old_price_display .tips--content {
    width: 300px;
  }
  .product-mark{
    margin-left: 12px !important;
    color: #a18c6f !important;
  }
  .price-barre-help {
    text-align: justify !important;
    line-height: 20px !important;
  }
  .tips.visible {
    z-index: 101; }
  .tips.visible .tips--content, .tips:hover .tips--content {
    display: block !important; }
  .tips.visible:after, .tips.visible:before, .tips:hover:after, .tips:hover:before {
    display: block; }

.mobile-device .tips {
  cursor: pointer; }
  .mobile-device .tips:hover {
    cursor: pointer; }
    .mobile-device .tips:hover .tips--content {
      display: none !important; }
    .mobile-device .tips:hover:after, .mobile-device .tips:hover:before {
      display: none !important; }
  .mobile-device .tips.visible .tips--content {
    display: block !important; }
  .mobile-device .tips.visible:after, .mobile-device .tips.visible:before {
    display: block  !important; }

/**
* page cms
*/
#cms #slider_row {
  border-top: 2px solid #d6d6d6;
  margin-left: 0;
  margin-right: 0; }

.cms-row .rte p :not(.alert) {
  font-size: 14px;
  color: #777;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding-bottom: 22px; }
.cms-row .rte p a,
.cms-row .rte li a {
  color: #a18c6f;
  text-decoration: underline; }
.cms-row .rte table {
  margin-bottom: 20px; }
  .cms-row .rte table tr td {
    font-size: 14px;
    color: #777;
    font-family: "Roboto", sans-serif;
    line-height: 19px !important;
    border: 1px solid #d6d6d6; }
  .cms-row .rte table tr th {
    background: #d6d6d6;
    font-size: 14px;
    color: #777;
    font-family: "Roboto", sans-serif;
    line-height: 19px !important;
    font-weight: bold;
    border: 1px solid #aaaaaa; }
  .cms-row .rte table.no-border tr td {
    border: none; }
.cms-row .rte ul {
  margin: 0;
  padding-bottom: 2px;
  padding-left: 86px; }
  .cms-row .rte ul li {
    font-size: 14px;
    color: #777;
    font-family: "Roboto", sans-serif;
    padding-bottom: 19px;
    padding-left: 13px;
    position: relative;
    list-style: none;
    line-height: 19px; }
    .cms-row .rte ul li:before {
      content: "";
      background: #777;
      width: 6px;
      height: 6px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      display: block;
      position: absolute;
      top: 6px;
      left: 0; }
.cms-row .rte h1,
.cms-row .rte h2 {
  color: #252525 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 !important; }
.cms-row .rte h1 {
  font-size: 29px;
  padding-bottom: 17px; }
.cms-row .rte h2 {
  font-size: 24px;
  padding-bottom: 17px; }
.cms-row .rte h3 {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #252525;
  font-weight: 800; }
.cms-row .rte .img-wrapper {
  display: inline-block;
  position: relative;
  margin-left: 15px; }
  .cms-row .rte .img-wrapper img {
    margin: 0 !important;
    padding: 0;
    display: inline-block; }
  .cms-row .rte .img-wrapper > .v-align-wrap {
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 13px;
    background-color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    color: #777;
    font-family: "Roboto", sans-serif;
    text-align: center; }
.cms-row .rte blockquote {
  padding: 9px 40px;
  margin: 0 0 10px;
  border-left: none;
  text-align: center; }
  .cms-row .rte blockquote p {
    font-size: 19px;
    color: #777;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    line-height: 22px !important;
    font-weight: 500; }
.cms-row .rte .linkmabr {
  text-decoration: underline; }
.cms-row .signature {
  font-size: 14px;
  color: #777;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding-bottom: 24px;
  line-height: 19px;
  text-align: right;
  padding-right: 70px;
  padding-top: 20px; }
.cms-row .cms-ttl-bottom {
  display: none; }
.cms-row .blochead-column-left .blocheadimg {
  height: 257px; }
.cms-row .block-localisation .blocheadimg {
  background: #a18c6f;
  height: 185px; }
.cms-row .block-localisation .v-align {
  padding-left: 20px;
  padding-right: 20px; }
.cms-row .block-localisation--ttl {
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  padding-bottom: 6px;
  line-height: 28px !important;
  margin: 0 !important; }
.cms-row .block-localisation--subttl {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding-bottom: 30px;
  margin: 0 !important; }
.cms-row .block-localisation .form-control {
  height: 41px;
  line-height: 41px;
  background-color: #fff;
  border: none;
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #727070; }
  .cms-row .block-localisation .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase; }
  .cms-row .block-localisation .form-control::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase; }
  .cms-row .block-localisation .form-control:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: uppercase; }
  .cms-row .block-localisation .form-control:-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase; }
  .cms-row .block-localisation .form-control:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .cms-row .block-localisation .form-control:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .cms-row .block-localisation .form-control:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .cms-row .block-localisation .form-control:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
.cms-row .block-localisation .input-group-addon {
  padding: 0;
  border: none;
  height: 41px;
  background: #101010; }
  .cms-row .block-localisation .input-group-addon:hover {
    background: #ebebe8;
    color: #a18c6f !important; }
  .cms-row .block-localisation .input-group-addon button {
    height: 41px;
    background: #101010;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: "Roboto", sans-serif;
    outline: 0;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%; }
    .cms-row .block-localisation .input-group-addon button:hover {
      background: #ebebe8;
      color: #a18c6f !important; }
.cms-row .block-localisation .wrapper.btns {
  text-align: center;
  padding-top: 15px; }
  .cms-row .block-localisation .wrapper.btns .btn-clearbg {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: "Roboto", sans-serif;
    outline: 0;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: none; }
    .cms-row .block-localisation .wrapper.btns .btn-clearbg:hover {
      border-color: #ebebe8;
      background: #ebebe8;
      color: #a18c6f !important; }

/**
* catalog list
*/
.catalog-row .catalog--ttl {
  color: #252525 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 !important;
  font-size: 29px;
  padding-bottom: 17px; }
.catalog-row .catalog--desc {
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding-bottom: 40px; }
.catalog-row .rte .bloccatalog {
  height: 560px; }
  .catalog-row .rte .bloccatalog-ttl {
    font-size: 25px !important;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #a18c6f !important;
    padding: 12px 0 15px;
    text-transform: uppercase; }
    .catalog-row .rte .bloccatalog-ttl a {
      color: #a18c6f !important;
      font-size: 18px;
      text-decoration: none !important; }
  .catalog-row .rte .bloccatalog .wrap-img {
    border: 1px solid #d6d6d6; }
    .catalog-row .rte .bloccatalog .wrap-img img {
      margin: 0 !important;
      width: 100% !important; }
  .catalog-row .rte .bloccatalog .wrap-btns {
    text-align: center;
    padding: 14px 0; }
    .catalog-row .rte .bloccatalog .wrap-btns a,
    .catalog-row .rte .bloccatalog .wrap-btns button {
      padding: 0;
      display: inline-block;
      border: 2px solid transparent;
      border-radius: 6px;
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      color: #a18c6f;
      text-transform: uppercase;
      background: none;
      font-size: 16px;
      height: 40px;
      line-height: 38px;
      width: 47%;
      margin: 0 1px; }
    .catalog-row .rte .bloccatalog .wrap-btns .btn-consult {
      background: #a18c6f;
      color: #fff; }
      .catalog-row .rte .bloccatalog .wrap-btns .btn-consult:hover {
        color: #a18c6f;
        background: #fff;
        border-color: #a18c6f; }
    .catalog-row .rte .bloccatalog .wrap-btns .btn-dl {
      color: #a18c6f;
      border-color: #a18c6f; }
.catalog-row.cms-row .rte .img-wrapper {
  margin: 0; }
  .catalog-row.cms-row .rte .img-wrapper span {
    text-overflow: ellipsis;
    overflow: hidden; }

/**
* order confirm
*/
.valid-order .ref-confirm {
  border: 1px solid #252525;
  margin: 20px auto;
  max-width: 80%;
  min-width: 290px;
  padding: 15px 0;
  text-align: center; }
.valid-order .ref {
  font-size: 18px;
  color: #252525;
  margin: 0; }
.valid-order .order-id a {
  font-weight: bold;
  font-size: 22px;
  color: #252525; }
.valid-order .content-confirm > p > a {
  text-decoration: underline;
  color: #a18c6f; }

.content-confirm a {
  text-decoration: underline;
  color: #a18c6f; }

/**
* contact
*/
body .contact-form-box {
  background: none;
  box-shadow: none;
  padding: 0; }
  body .contact-form-box fieldset {
    background: none;
    padding: 0; }
  body .contact-form-box .page-subheading {
    border-bottom: 1px solid #b5b6b6; }

#contact .form-message {
  margin-bottom: 15px; }
#contact #uniform-id_contact {
  width: 100% !important; }
#contact .form-group.form-error select.form-control {
  padding-right: 0; }
#contact .form-group.form-error .selector {
  border-color: #ca1919; }
  #contact .form-group.form-error .selector > span {
    color: #ca1919; }
#contact .buttons {
  text-align: center;
  margin: 20px 0; }
  #contact .buttons .button-medium {
    text-transform: uppercase; }

#login_form .form-group.form-error + .alert-danger {
  display: block !important; }

#contact .account_creation > .required {
  position: absolute;
  padding-bottom: 0;
  margin: 9px 0 16px 0; }
#contact .account_creation form {
  padding-top: 20px; }
  #contact .account_creation form .form-group {
    padding-bottom: 0; }
    #contact .account_creation form .form-group.form-error label, #contact .account_creation form .form-group.form-ok label {
      display: inline-block; }
    #contact .account_creation form .form-group.form-error + .alert-danger {
      display: block !important; }
  #contact .account_creation form .desc_contact {
    padding-left: 35%; }
  #contact .account_creation form .form-control {
    line-height: 37px;
    height: 37px;
    background: #fff;
    padding-bottom: 0px; }
  #contact .account_creation form .selector {
    line-height: 37px;
    height: 37px;
    width: 418px !important; }
    #contact .account_creation form .selector > span {
      line-height: 37px;
      height: 37px; }
  #contact .account_creation form label {
    font-weight: 400;
    color: #414042;
    font-size: 13px;
    font-family: "Roboto", sans-serif; }
  #contact .account_creation form .uploader {
    display: inline-block;
    max-width: 418px !important;
    line-height: 37px;
    height: 37px; }
  #contact .account_creation form div.uploader span.filename {
    line-height: 37px;
    height: 37px; }
  #contact .account_creation form textarea.form-control {
    height: 160px; }
  #contact .account_creation form #submitMessage {
    background: #252525;
    border-color: #252525; }
    #contact .account_creation form #submitMessage span {
      background: #252525;
      border-color: #252525; }
    #contact .account_creation form #submitMessage:hover {
      background: #ebebe8;
      border-color: #ebebe8;
      color: #a18c6f !important; }
      #contact .account_creation form #submitMessage:hover span {
        background: #ebebe8;
        border-color: #ebebe8;
        color: #a18c6f !important; }

#contact .alert.alert-success {
  text-shadow: none;
  color: #fff;
  padding-bottom: 15px; }
#contact .footer_links li {
  padding-left: 0; }
  #contact .footer_links li:before {
    display: none; }
  #contact .footer_links li .icon-chevron-left {
    display: none; }

/**
* .ac_results
*/
body .ac_results {
  border: none; }
  body .ac_results li {
    font-size: 14px;
    padding: 5px 7px; }
    body .ac_results li.ac_over {
      background: #a18c6f;
      color: #fff; }

/**
* popin cms
*/
.mab-popin-cms .cross {
  display: none; }
.mab-popin-cms .v-align {
  position: relative; }
  .mab-popin-cms .v-align .cms-cont-pop {
    overflow: hidden; }
    .mab-popin-cms .v-align .cms-cont-pop .rte {
      padding: 10px 60px 20px 20px;
      overflow-y: scroll;
      max-height: 600px;
      margin-right: -25px; }
      .mab-popin-cms .v-align .cms-cont-pop .rte h1 {
        color: #a18c6f;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 26px; }

/**
* order-detail
*/
#order-detail #right_column {
  display: none; }
#order-detail #center_column {
  width: 100%; }

#block-order-detail > .row > .col-xs-12:first-child {
  display: none; }
  #block-order-detail > .row > .col-xs-12:first-child + .col-xs-12 {
    width: 100%; }

/**
* fix share link
*/
.selection-speciale .socialsharing_product {
  letter-spacing: -0.31em;
  /* Corriger le problème avec les polices non web-safe */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  text-align: right; }

.opera:-o-prefocus, .selection-speciale .socialsharing_product {
  word-spacing: -0.43em;
  /* Fix for Opera */ }

.selection-speciale .socialsharing_product li {
  letter-spacing: normal;
  word-spacing: normal;
  font-family: "Roboto", sans-serif; }
  .selection-speciale .socialsharing_product li + li {
    margin-left: 10px; }

/**
404
*/
#pagenotfound .pagenotfound {
  margin-top: 20px; }
  #pagenotfound .pagenotfound h1 {
    text-transform: none;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    font-size: 29px; }
  #pagenotfound .pagenotfound p {
    border: none;
    text-transform: none;
    font-weight: 400; }
  #pagenotfound .pagenotfound .button.button-medium {
    text-transform: uppercase; }
  #pagenotfound .pagenotfound .buttons {
    padding-top: 0; }

/**
* so flexi correction
*/
body #so_box_hors #super-selector {
  -webkit-appearance: none; }

@media only screen and (min-width: 1280px) {
  #form_wishlist .inputTxt.form-control,
  #form_wishlist .inputTxt.form-control:focus {
    width: 59%; } }
@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 !important;
    padding-left: 15px !important; }

  ul.product_list .functional-buttons div.wishlist a.wishlist_button_list:before {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px;
    color: #a18c6f;
    display: inline-block !important;
    font-family: "FontAwesome";
    content: "\f08a"; }

  ul.product_list .functional-buttons div.wishlist a.product_in_wishlist:before {
    display: none !important; }

  #identity #uniform-days {
    margin-right: 4px; }

  .header-container #header .container #header_logo {
    padding: 23px 15px 20px;
    text-align: center;
  }
    .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 .action-header-link {
      padding: 0 2px; }
    .header-container #header .container .action-header-label {
      font-size: 12px; }
  .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; }

  .btn-link {
    font-size: 13px; } }
@media only screen and (max-width: 1140px) {
  .address li.address_update a {
    width: 49%;
    display: inline-block;
    margin: 0 !important; }
    .address li.address_update a span {
      padding-left: 0 !important;
      padding-right: 0 !important;
      text-align: center;
      width: 100%; }
  .address li.address_update a + a {
    float: right; }

  #order .address li.address_update a {
    width: auto; }

  #form_wishlist .inputTxt.form-control,
  #form_wishlist .inputTxt.form-control:focus {
    width: 45%; }
  #form_wishlist #submitWishlist {
    width: 200px; }

  #header #search_block_top #searchbox {
    width: 170px; }

  .access.user-logged .logout {
    right: 0; }

  .newsletterbloc--ttl {
    font-size: 20px; }

  .home-col--access .padd {
    padding-left: 0;
    text-align: center; }

  .blocslider--creator > span:first-child + span {
    width: 41%; }

  #newsletter_block_left .home-col--sub {
    letter-spacing: -0.02em; } }
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 1200px; }

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

  #columns #newsletter_block_left .form-group .form-control {
    margin-bottom: 0 !important; }

  .footer-container #footer #social_block {
    margin-right: 0; }

  .newsletterbloc--sub {
    font-size: 14px; }

  .newsletterbloc--ttl {
    font-size: 20px;
    margin-bottom: 6px; }

  #columns #newsletter_block_left .form-group .form-control {
    width: 300px; }

  #reinsurance_block ul li {
    width: 19%; }

  .blocslider--creator > span:first-child + span {
    width: 41%; }

  .blocslider--creator > span a {
    width: 120px;
    font-size: 12px; }

  .bloc-mea--product .blocslider--creator {
    height: 210px;
    line-height: 210px; }

  .bloc-mea--product .bloc-mea--product__place {
    padding-top: 0; }

  .header-container .sf-menu .rich-menu--columns.second-col {
    width: 260px; }

  .selection-speciale .socialsharing_product {
    padding-top: 0; }

  .footer-container #footer #social_block {
    margin-right: 0; } }
/** 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: 1024px) and (max-width: 1025px) {
  .blocslider--creator > span a.lnk_img {
    width: 123px;
    font-size: 12px; } }
@media only screen and (max-width: 1025px) and (min-width: 768px) {
  .columns-container + .bloc-mea-services {
    padding-left: 15px;
    padding-right: 15px; }

  #identity .label-phone {
    line-height: 15px;
    padding-top: 7px;
    padding-bottom: 8px; } }
@media only screen and (min-width: 1025px) {
  ul.product_list.grid > li .product-container .product-image-container img {
    height: 100%;
    width: auto;
    max-width: 194px;
    height: auto; }

  #manufacturers_list .description {
    position: absolute;
    bottom: 47px;
    left: 7.5px;
    right: 7.5px;
    max-height: 50px; }
  #manufacturers_list .creator-line .blocslider--creator {
    position: absolute;
    bottom: 95px;
    left: 7.5px;
    right: 7.5px; }
    #manufacturers_list .creator-line .blocslider--creator > span {
      vertical-align: bottom; }
      #manufacturers_list .creator-line .blocslider--creator > span span a {
        display: block;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #252525;
        text-transform: uppercase; } }
@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; }

  .account-col .ico-arrowTB {
    display: none; } }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .hidden-sm-down {
    display: none; }

  .bloc-mea--product .bloc-mea--product__place {
    padding-top: 0; }

  .bloc-mea--product .bloc-mea--product__place .blocheadimg {
    float: left;
    width: 50%;
    height: 170px;
    padding-right: 7.5px; }
    .bloc-mea--product .bloc-mea--product__place .blocheadimg .blocheadimg--img {
      position: relative; }
    .bloc-mea--product .bloc-mea--product__place .blocheadimg + .blocheadimg {
      padding-right: 0;
      padding-left: 7.5px;
      margin-top: 0; }

  .bloc-mea--product .blocslider--creator {
    line-height: 161px;
    height: 161px; }

  .bloc-mea--product .blocslider--creator__txt {
    height: 59px; }

  .bloc-mea--product .blocslider--creator > span span {
    padding-top: 0;
    height: auto; }

  .header-container .sf-menu .rich-menu--columns.third-col,
  .header-container .sf-menu .rich-menu--columns.second-col,
  .header-container .sf-menu .rich-menu--columns.first-col {
    width: 33%; }

  .selection-speciale .cat_desc .socialsharing_product {
    padding-top: 0; }

  #order-detail #order-detail-content #cart_summary thead tr th.cart_availability,
  #order-detail #order-detail-content #cart_summary thead tr th.cart_avail,
  #order-detail #order-detail-content #cart_summary tbody tr td.cart_avail,
  #history #order-detail-content #cart_summary thead tr th.cart_availability,
  #history #order-detail-content #cart_summary thead tr th.cart_avail,
  #history #order-detail-content #cart_summary tbody tr td.cart_avail,
  #order #order-detail-content #cart_summary thead tr th.cart_availability,
  #order #order-detail-content #cart_summary thead tr th.cart_avail,
  #order #order-detail-content #cart_summary tbody tr td.cart_avail {
    display: none; }
  #order-detail #order-detail-content .table tr td.cart_unit,
  #history #order-detail-content .table tr td.cart_unit,
  #order #order-detail-content .table tr td.cart_unit {
    width: 130px; }

  .menu-fixed .btn-toplink i {
    margin-right: 0 !important; }

  .header-creators--social .socialsharing_product {
    padding-top: 0;
    white-space: nowrap;
    text-align: right;
    position: absolute;
    top: 0;
    right: 7.5px; }

  .header-creators--img {
    padding-top: 64px;
    margin-left: 71px; }

  .header-creators--imgpage {
    padding-top: 64px; }

  .top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination {
    float: none; }

  .btn-help, .btn-update {
    font-size: 16px; }

  #order .addresses .address.box {
    min-height: 10px;
    position: relative;
    padding: 8px 20px 80px 20px; }
    #order .addresses .address.box #address_delivery {
      margin-bottom: 0; }
    #order .addresses .address.box .page-subheading.ttl--niv2 {
      border-bottom: 1px solid #d6d4d4;
      padding-bottom: 4px;
      margin-bottom: 6px; }
    #order .addresses .address.box .address_update {
      position: absolute;
      bottom: 20px;
      left: 95px; }

  #product .bloc-mea-services > .col-xs-12.col-sm-12 > .row .col-xs-12.col-sm-4, #product header .bloc-mea-services > .col-xs-12.col-sm-12 > .row .col-xs-12#header_logo, header #product .bloc-mea-services > .col-xs-12.col-sm-12 > .row .col-xs-12#header_logo {
    float: right; }

  /**
  * cms
  */
  .cms-row {
    position: relative; }
    .cms-row .pull-right {
      float: none !important; }
    .cms-row .socialshare {
      position: static !important; }
    .cms-row .social-share-mob .socialsharing_product {
      position: absolute;
      top: -5px;
      right: 0;
      padding-top: 0; }
    .cms-row .cms-ttl-bottom {
      display: block; }
    .cms-row .clearleft {
      clear: left; }
    .cms-row .blochead-column-left .blocheadimg {
      height: 220px; }
    .cms-row .block-localisation .bloc-mea-services--ttl {
      height: auto;
      color: #252525;
      border-color: #252525;
      top: -55px;
      position: relative; }
    .cms-row .block-localisation .blocheadimg {
      height: 220px;
      top: -55px; }
    .cms-row .block-localisation .block-localisation--ttl {
      font-size: 23px; }
    .cms-row .block-localisation .block-localisation--subttl {
      padding-bottom: 12px; }

  #module-blockwishlist-mywishlist ul.product_list.grid > li .product-container .content_price {
    padding-bottom: 10px !important; }

  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    padding: 0 13px; }

  body ul.step li.first,
  body ul.step li {
    padding: 0 !important; }
    body ul.step li.first a,
    body ul.step li.first span,
    body ul.step li a,
    body ul.step li span {
      font-size: 17px !important;
      padding: 0 !important; }
      body ul.step li.first a em:first-child,
      body ul.step li.first span em:first-child,
      body ul.step li a em:first-child,
      body ul.step li span em:first-child {
        display: inline-block !important;
        font-size: 17px !important; }

  .history .table thead tr > th,
  .history .table tbody tr > td {
    padding-left: 4px;
    padding-right: 4px; }

  .account-col {
    max-width: 100%;
    position: relative;
    margin-bottom: 25px;
    z-index: 10;
    background: none; }
    .account-col--ttl {
      float: right;
      width: 50%;
      cursor: pointer;
      margin: 0 !important; }
      .account-col--ttl i {
        float: right;
        position: relative;
        top: 6px;
        right: 10px; }
      .account-col--ttl.open i {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .account-col--name {
      padding: 0;
      padding-left: 12px;
      line-height: 35px;
      height: 35px;
      text-align: right; }
      .account-col--name span {
        display: inline-block;
        line-height: 35px; }
      .account-col--name .lastname {
        padding-right: 10px; }
      .account-col--name br {
        display: none; }
      .account-col--name .center {
        display: none; }
    .account-col--links {
      position: absolute;
      top: 35px;
      right: 0;
      width: 50%;
      display: none; }
    .account-col--links .logout a {
      background: #ccccc9 !important;
      text-align: center;
      font-weight: bold;
      text-transform: none;
      color: #525252 !important; } }
@media only screen and (max-width: 1025px) and (min-width: 992px) {
  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    padding: 0 13px; }

  .header-category .page-heading {
    letter-spacing: -0.03em; }

  ul.product_list.grid > li .product-container .product-image-container .product_img_link {
    display: block;
    line-height: 196px;
    height: 196px; }
  ul.product_list.grid > li .product-container .product-image-container img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%; }

  .bloc-mea--product .blocslider--creator {
    height: 120px;
    line-height: 120px; }

  .bloc-mea--product .blocslider--creator__txt {
    height: 100px; }

  ul.product_list.grid > li .product-container .product-image-container .product_img_link {
    height: auto;
    line-height: 100%; }

  ul.product_list.grid > li .product-container .product-image-container {
    height: auto !important;
    min-height: 10px !important; }

  .bloc-mea--product .blocslider--creator > span:first-child + span,
  .bloc-mea--product .blocslider--creator > span span,
  .bloc-mea--product .blocslider--creator > span:first-child img {
    vertical-align: top; }

  .bloc-mea--product .blocslider--creator > span span {
    height: auto; }

  .catalog-btn .button.button-big span {
    font-size: 19px; }

  /**
  identity
  */
  #identity .label-phone {
    max-width: 450px; }

  .menu-fixed .btn-toplink i {
    margin-right: 0 !important; }

  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    max-width: 200px; }

  #module-blockwishlist-mywishlist ul.product_list.grid > li .product-container .desk-only {
    display: none; }

  #module-blockwishlist-mywishlist ul.product_list.grid > li .product-container .mob-only {
    display: inline-block !important; }

  .history .table thead tr > th,
  .history .table tbody tr > td {
    padding-left: 4px;
    padding-right: 4px; } }
@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: 100%;
    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;
    left: 50%;
    top: 75px;
    transform: translateX(-50%);
    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; }

  #columns #newsletter_block_left .form-group .form-control {
    width: 300px;
    max-width: 300px; }

  .login.btn-toplink {
    position: relative;
    z-index: 1001;
    text-align: right; }
    .login.btn-toplink .text-login {
      display: none; }

  /**
  * category
  */
  .PM_ASBlockOutputVertical {
    padding-right: 0; }

  /**
  * price
  */
  .product_list .right-block {
    padding-top: 0; }

  ul.product_list.grid > li .product-container .functional-buttons {
    padding: 0 !important; }

  .product_list .right-block [itemprop="name"] .product-name {
    max-height: 21px;
    white-space: nowrap; }

  ul.product_list.grid > li .product-container .functional-buttons div.wishlist {
    bottom: 77px; }

  .product_list .right-block .content_price,
  .product_list .right-block [itemprop="name"] {
    position: static;
    text-align: center; }

  ul.product_list.grid > li .product-container .product-image-container {
    padding: 20px !important; }

  /**
  * product page
  */
  .pb-center-column + .col-xs-12 {
    clear: both; }

  .socialsharing_product {
    text-align: center; }
    .socialsharing_product li {
      display: inline-block;
      text-align: center;
      margin: 0 2px; }

  #product #image-block {
    margin-left: 0 !important; }
  #product #usefull_link_block,
  #product #usefull_link_block li a {
    padding-left: 0;
    margin-bottom: 0; }
  #product .logos-bijou {
    top: auto;
    bottom: 60px;
    left: 7.5px;
    height: 70px;
    width: auto; }
    #product .logos-bijou img {
      display: inline-block;
      height: 70px;
      vertical-align: bottom;
      margin-right: 3px; }
  #product .box-info-product .exclusive span {
    text-align: center; }
  #product #attributes .attribute_list {
    min-width: 150px; }
  #product #attributes .attribute_list .form-control {
    width: 150px; }
  #product .box-info-product .exclusive {
    width: 163px; }
  #product .box-cart-bottom .wishlist_button_list,
  #product .box-cart-bottom #wishlist_button_nopop,
  #product .box-cart-bottom #wishlist_button {
    width: 173px; }

  #form_wishlist label {
    display: block;
    width: 100%; }

  .socialsharing_product {
    padding-top: 20px; }

  #product .socialsharing_product:before {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 0;
    padding-right: 15px; }

  .bloc-mea--product .blocslider--creator > span:first-child + span,
  .bloc-mea--product .blocslider--creator > span span,
  .bloc-mea--product .blocslider--creator > span:first-child img {
    vertical-align: top; }

  .bloc-mea--product .blocslider--creator > span span {
    height: auto; }

  #product .box-info-product .wishlist_button_list,
  #product .box-info-product #wishlist_button_nopop,
  #product .box-info-product #wishlist_button {
    width: 173px; }

  #product #attributes {
    width: 50%; }
    #product #attributes .selector {
      width: 100% !important; }
      #product #attributes .selector span {
        width: 100% !important; }

  #product #attributes .attribute_list .form-control {
    width: 100%; }

  #product #attributes fieldset {
    width: 100% !important;
    position: relative; }

  #product #attributes .attribute_list {
    min-width: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }

  #identity .label-phone {
    max-width: 450px; }

  #form_wishlist label {
    display: block;
    width: 19%;
    float: left;
    margin: 0; }

  #module-blockwishlist-mywishlist ul.product_list.grid > li .product-container .desk-only {
    display: none; }

  #module-blockwishlist-mywishlist ul.product_list.grid > li .product-container .mob-only {
    display: inline-block !important; }

  #module-blockwishlist-mywishlist .wishlist--tools .wishlist_change_button span {
    padding: 0; }

  #module-blockwishlist-mywishlist #block-history .table > tbody > tr > td,
  #module-blockwishlist-mywishlist #block-history .table > thead > tr > th {
    padding: 9px 8px 11px 8px; }

  #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist--name {
    border-left: 0; }

  #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_delete {
    border-right: 0; }

  #module-blockwishlist-mywishlist #block-history .table {
    border-bottom: 0; }

  #identity .avantages-bijou {
    display: none; }

  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list li:first-child a {
    width: 33%;
    float: left;
    margin-right: 0.5% !important; }
  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list li:first-child + li a {
    width: 33%;
    float: left;
    margin-right: 0; }
  #module-blockwishlist-mywishlist .wishlistLinkTop #showSendWishlist {
    float: right !important;
    width: 33%; }

  .center_column #mabGuaranteeDeliveryCart #mabGuaranteeDelivery {
    position: relative;
    max-height: inherit;
    text-align: center;
    padding-top: 15px; }
  .center_column #mabGuaranteeDeliveryCarrier {
    margin-bottom: 20px; }
    .center_column #mabGuaranteeDeliveryCarrier #mabGuaranteeDelivery {
      text-align: center; }
      .center_column #mabGuaranteeDeliveryCarrier #mabGuaranteeDelivery > img {
        float: none; }
      .center_column #mabGuaranteeDeliveryCarrier #mabGuaranteeDelivery > span {
        text-align: left; } }
@media only screen and (max-width: 900px) {
  /**
  account
  */
  .account_creation .form-group .row {
    display: inline-block; }

  .account_creation .clearfix > label.required:before,
  .account_creation .form-group > label.required:before {
    display: none; }
  .account_creation .clearfix > label.required:after,
  .account_creation .form-group > label.required:after {
    content: '*';
    display: inline-block; }

  .address .submit2,
  .account_creation .btn-add-children,
  .account_creation .form-submit {
    padding-left: 0 !important;
    text-align: center; }

  .address .submit2 {
    padding-top: 20px; }

  .address li.address_update a span {
    font-size: 14px !important; }

  #identity .label-phone {
    line-height: 15px; }

  #identity .account_creation .btn-add-children {
    padding-top: 20px; } }
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .menu-fixed .sf-menu > li.manege {
    display: none; }

  .home-col--access .link i,
  .home-col--access .padd i,
  .home-col--access a i {
    font-size: 18px;
    left: 9px; }

  .home-col--access .link,
  .home-col--access .padd,
  .home-col--access a {
    padding: 25px 0 20px 37px; }

  .home-col--top {
    font-size: 18px !important; }

  .home-col--ttl {
    font-size: 16px; }

  .home-col--cat li a {
    padding-left: 14px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (max-width: 1200px) and (min-width: 768px), only screen and (max-width: 576px) and (min-width: 391px) {
  /**
  * MabEarPercing
  * 767px < Device < 1201px
  * 390px < Device < 577px
  **/
  #module-mabearpercing-display #ear-percing .bg-fun {
    min-height: 215px; }
    #module-mabearpercing-display #ear-percing .bg-fun .question {
      font-size: 13.5px;
      line-height: 16px; } }
@media only screen and (max-width: 825px) and (min-width: 768px) {
  .blocslider--creator {
    line-height: 235px;
    height: 235px; }

  .home-col .social a {
    margin: 0 0px 17px 0px; } }
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .container {
    max-width: 1200px; }

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

  .blocslider--ttl {
    width: 25%; }

  .blocslider--creator > span:first-child {
    width: 80px; }

  .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 .sf-menu > li.special-event > a > .text-menu {
    min-width: 95%;
    padding: 12px 5px; }

 /**
* header home
*/
  .blocheadimg.main {
    margin-bottom: 20px; }

  /**
  * footer
  */
  .footer-container #footer #social_block {
    float: none !important;
    clear: both;
    margin: 0px 15px 50px 0;
    display: block; }

  #htmlcontent_footer > ul {
    padding: 0; }
    #htmlcontent_footer > ul li {
      text-align: center; }

  .footer-container #footer .center-logos {
    padding-right: 20px;
    padding-left: 20px; }
    .footer-container #footer .center-logos img {
      margin-bottom: 12px; }

  /**
  * blocslider
  */
  .blocslider--slider ul.product_list.grid > li:nth-child(3) {
    display: none !important; }

  .home-col--top {
    font-size: 21px; }

  .home-col--sub {
    font-size: 10px; }

  .home-col--cat li a {
    padding-left: 14px; }

  #newsletter_block_left .home-col--access {
    display: none; }

  #reinsurance_block {
    padding: 0; }

  #mabproductsbottom .last-in-line {
    display: none !important; }

  /**
  * category
  */
  #center_column .header-category {
    padding-top: 40px;
    position: relative; }
    #center_column .header-category .page-heading {
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }

  #order-list .footable-last-column .button.button-small {
    display: block !important;
    width: 60px !important;
    text-align: center !important;
    margin-top: 8px;
    float: none !important; }

  #header .btn-toplink .ico-france {
    display: none; }

  /**
  wishlist
  */
  #form_wishlist .inputTxt.form-control, #form_wishlist .inputTxt.form-control:focus {
    width: 47%; }

  #form_wishlist #submitWishlist {
    text-align: center;
    width: 150px; }
    #form_wishlist #submitWishlist span {
      padding: 0;
      text-align: center; }

  #module-blockwishlist-mywishlist .wishlistLinkTop {
    margin: 0 auto; }
    #module-blockwishlist-mywishlist .wishlistLinkTop .display_list {
      margin-bottom: 0 !important;
      float: none; }
      #module-blockwishlist-mywishlist .wishlistLinkTop .display_list li {
        float: none; }
        #module-blockwishlist-mywishlist .wishlistLinkTop .display_list li a {
          width: 100%;
          padding-right: 0;
          padding-left: 0;
          text-align: center; }
    #module-blockwishlist-mywishlist .wishlistLinkTop #showSendWishlist .button.button-small {
      width: 100%;
      float: none !important;
      text-align: center;
      margin-bottom: 20px; }

  .address li.address_update a {
    width: 49%;
    display: inline-block;
    margin: 0 !important; }
    .address li.address_update a span {
      padding-left: 0 !important;
      padding-right: 0 !important;
      text-align: center;
      width: 100%; }
  .address li.address_update a + a {
    float: right; }

  #order .addresses .address_update .button-small.btn-default {
    width: auto; }

  /**
  * footer
  */
  #htmlcontent_footer {
    display: none !important; }

  .footer-container #footer #social_block {
    float: none !important;
    clear: both;
    margin: 0 auto 50px;
    display: block;
    position: absolute;
    right: 0;
    width: 287px;
    text-align: center; }

  .header-creators--img img {
    width: 120px;
    height: 120px; }

  #order-detail #order-detail-content .table tr th.cart_description,
  #order-detail #order-detail-content .table tr td.cart_description,
  #order #order-detail-content .table tr th.cart_description,
  #order #order-detail-content .table tr td.cart_description,
  #history #order-detail-content .table tr th.cart_description,
  #history #order-detail-content .table tr td.cart_description {
    width: 200px;
    padding-right: 10px; }

  .cms-row .col-xs-12:first-child + .col-xs-12 > .row > .col-xs-12 {
    display: none; }
    .cms-row .col-xs-12:first-child + .col-xs-12 > .row > .col-xs-12.block-localisation, .cms-row .col-xs-12:first-child + .col-xs-12 > .row > .col-xs-12:nth-child(1), .cms-row .col-xs-12:first-child + .col-xs-12 > .row > .col-xs-12:nth-child(2), .cms-row .col-xs-12:first-child + .col-xs-12 > .row > .col-xs-12:nth-child(3) {
      display: block; }

  .cart_avail-place {
    padding-top: 8px;
    display: block !important; }

  .block-localisation {
    padding-top: 55px; }

  /**
  * MabEarPercing
  * 767px < Device < 993px
  **/
  #module-mabearpercing-display #ear-percing .collection-item .btn-link {
    font-size: 0.9em; } }
@media only screen and (max-width: 796px) {
  #search_block_top + .col-sm-3 .btn-toplink {
    font-size: 11px !important; } }
/**
* pour tous les écrans plus grands que la phablette
*/
@media only screen and (min-width: 767px) {
  .mob-only {
    display: none !important; }

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

  .menu-fixed #header #search_block_top {
    position: static; }
    .menu-fixed #header #search_block_top #searchbox {
      display: none; }
      .menu-fixed #header #search_block_top #searchbox + .pull-left {
        display: none; }
  .menu-fixed .btn-open-search {
    display: block;
    height: 66px;
    line-height: 66px;
    width: 93px;
    color: #fff;
    border: none;
    padding: 0;
    background: none;
    outline: 0;
    position: relative;
    z-index: 1001; }
    .menu-fixed .btn-open-search i {
      font-size: 24px;
      vertical-align: middle;
      margin-left: 20px; }
  .menu-fixed #block_top_menu {
    position: absolute;
    z-index: 1000;
    top: 0;
    padding: 0;
    left: 7.5px;
    right: 7.5px;
    display: block !important;
    width: auto; }
  .menu-fixed .sf-menu {
    position: static;
    float: left;
    height: 66px;
    width: auto;
    display: block;
    border-bottom: none;
    background: none; }
    .menu-fixed .sf-menu > li {
      display: block;
      float: left;
      margin: 0;
      padding: 0; }
      .menu-fixed .sf-menu > li > a {
        background: #101010;
        padding: 0 10px;
        color: #fff;
        width: auto;
        height: 66px;
        border-bottom: none !important;
        font-size: 13px;
        font-weight: bold;
        margin: 0; }
        .menu-fixed .sf-menu > li > a[title="Home"], .menu-fixed .sf-menu > li > a[title="Accueil"] {
          display: none; }
  .menu-fixed.open-search .btn-open-search.open {
    background: #101010;
    position: absolute;
    top: 0;
    right: -66px;
    width: 66px; }
    .menu-fixed.open-search .btn-open-search.open i {
      margin-left: 0; }
  .menu-fixed.open-search #header #search_block_top #searchbox {
    display: block;
    width: 256px; 
    margin-top: 9px;
  }
    .menu-fixed.open-search #header #search_block_top #searchbox + .pull-left {
      display: block; }
  .menu-fixed .access.user-logged .account.btn-toplink {
    text-align: right;
    position: relative;
    z-index: 1001; }
  .menu-fixed .access.user-logged .logout {
    display: none; }

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

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

  /**
  * blocheadimg
  */
  .blocheadimg--img .img-mobile {
    display: none; } }
@media only screen and (min-width: 767px) {
  .hidden-sm-up {
    display: none; }

  .blockcategories_footer .icon-plus {
    display: none; } }
/** Mobile & Phablet **/
@media only screen and (max-width: 767px) {
  /**
  * global
  */
  .hidden-xs-down {
    display: none; }

  hr {
    margin-left: 8px;
    margin-right: 8px; }

  .desk-only {
    display: none; }

  #page {
    overflow-x: hidden; }

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

  .hide_on_mobile {
    display: none; }

  /**
  forms error
  */
  body .form-group.form-ok:after,
  body .form-group.form-error:after {
    position: absolute;
    bottom: 4px;
    right: 5px;
    top: auto; }

  #address #add_address .alert,
  #contact .account_creation .alert,
  #authentication #account-creation_form .alert,
  #identity #form-identity .alert,
  #identity #form-change-password .alert {
    margin-left: 0 !important;
    top: 0;
    height: auto;
    margin-bottom: 0;
    max-width: 9999em !important;
    width: 100%; }

  #identity #form-change-password .alert,
  #identity #form-identity .alert {
    margin-left: 0 !important; }

  #authentication .wrap-fields-phones, #identity .wrap-fields-phones {
    padding-left: 0; }

  #authentication .wrap-fields-phones .form-group .form-control,
  #identity .wrap-fields-phones .form-group .form-control {
    width: 100%; }

  #authentication .account_creation .form_info {
    margin-left: 0;
    top: 0;
    padding-left: 0; }

  #authentication .account_creation .form-group.form-ok:after,
  #authentication .account_creation .form-group.form-error:after,
  #identity .form-group.form-ok:after,
  #identity .form-group.form-error:after,
  #address .form-group.form-ok:after,
  #address .form-group.form-error:after {
    bottom: 9px; }

  /**
  * home
  */
  #slider_row .seo-ttl {
    top: 0;
    padding-bottom: 15px; }

  .blochomecentral .ttl--sub,
  .blochomecentral--bottom .ttl--sub {
    padding-top: 6px; }

  .blochomecentral .ttl--h2 {
    letter-spacing: -0.02em; }

  /**
  * 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;
          -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: unset;
        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: 60px;
    z-index: 4001;
    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: unset; }
      #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;
    -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;
      -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 {
    -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; 
        width: auto;
      }
        .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, 
          .menu-fixed .header-container #header .container #search_block_top.open .btn-open-search.open {
            background: #8d785c; 
            float: right;
            height: 60px;
            width: 60px;
          }
        .header-container #header .container #search_block_top.open #searchbox {
          display: block; 
          margin-left: 20px;
          margin-top: 8px;
        }
        .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 {
        position: fixed;
        height: 50px;
        width: 50px; 
        margin-left: 54px;
        margin-top: 5px;
      }
        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; }

  /**
  * popup home
  */
  body .mabpopup {
    position: fixed;
    top: 0;
    margin: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
    padding: 20px;
    max-width: 100%;
    height: auto;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  body #iqitpopup {
    overflow-y: scroll; }

  body #iqitpopup .iqitpopup-close,
  body .mabpopup .mabpopup-close {
    top: 20px;
    right: 20px; }

  #mabproductstop li:nth-last-child(-n+2) {
    display: none; }

  /**
  * footer
  */
  .blockcategories_footer {
    padding-left: 33%; }

  .footer-container #footer .footer-block {
    padding-top: 0px;
    padding-bottom: 0px; }
    .footer-container #footer .footer-block.first {
      padding-top: 90px; }

  .blockcategories_footer .list {
    display: none; }

  .footer-container #footer .ttl-h4 {
    padding-bottom: 7px;
    padding-top: 7px;
    cursor: pointer;
    display: block; }

  .blockcategories_footer i {
    display: inline-block;
    padding-left: 5px; }

  .footer-container #footer #static_content_wrapper .footer-block {
    padding-left: 20px; }

  .footer-container #footer #social_block {
    float: none !important;
    margin: 0 auto 50px;
    display: block; }
    .footer-container #footer #social_block h4 {
      display: block;
      text-align: center; }

  .blockcategories_footer.col-xs-12 {
    float: none;
    width: 100%;
    padding-left: 40%; }
    .blockcategories_footer.col-xs-12.footer-block-contact {
      width: 100%; }

  #htmlcontent_footer > ul {
    padding: 0; }
    #htmlcontent_footer > ul li {
      text-align: center; }

  .footer-container #footer .center-logos {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }
    .footer-container #footer .center-logos img {
      margin: 0 5px;
      margin-bottom: 12px; }
    .footer-container #footer .center-logos i {
      margin: -20px; }

  .footer-container #footer #footer_html_content {
    clear: both;
    padding-bottom: 0;
    margin-bottom: 0; }
    .footer-container #footer #footer_html_content .last-text .toggle-footer {
      display: block !important; }

  #columns #newsletter_block_left .form-group .form-control {
    font-size: 13px;
    padding-left: 10px; }

  #reinsurance_block {
    height: 305px;
    padding-top: 25px; }

  #backtoptop {
    height: 54px; }

  #reinsurance_block ul li {
    width: 32%;
    /** Satisfied picto override **/ }
    #reinsurance_block ul li:before {
      width: 50px;
      height: 50px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      border-radius: 25px; }
    #reinsurance_block ul li [class^="ico-"],
    #reinsurance_block ul li [class*="ico-"] {
      line-height: 50px; }
      #reinsurance_block ul li [class^="ico-"]:before,
      #reinsurance_block ul li [class*="ico-"]:before {
        font-size: 26px; }
    #reinsurance_block ul li > div {
      font-size: 11px;
      display: block;
      text-align: center;
      padding-top: 6px;
      padding-bottom: 20px;
      line-height: 15px; }
      #reinsurance_block ul li > div::first-line,
      #reinsurance_block ul li > div p::first-line, #reinsurance_block ul li > div .first-line {
        color: #252525;
        font-size: 15px;
        line-height: 20px; }
    #reinsurance_block ul li:last-child:after {
      height: 40px;
      top: 5px;
      width: 58px; }
    #reinsurance_block ul li:last-child i {
      display: none; }

  #reinsurance_block .ico-rea_garantie {
    line-height: 50px !important; }
    #reinsurance_block .ico-rea_garantie:before {
      font-size: 19px !important; }

  #footer {
    position: relative; }
    #footer #htmlcontent_footer {
      height: 280px; }
      #footer #htmlcontent_footer ul {
        display: none !important; }
    #footer #social_block {
      position: absolute;
      top: 359px;
      left: 50%;
      margin-left: -150px !important; }

  .footer-container #footer .row {
    position: static; }

  .header-category .nbrItemPage {
    display: none !important; }

  /**
  * newsletter block
  */
  #social_block .newsletterbloc form {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0; }

  .newsletterbloc {
    height: auto;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative; }
    .newsletterbloc form {
      padding-top: 25px;
      padding-bottom: 10px; }
    .newsletterbloc--ttl {
      padding-top: 20px;
      line-height: 26px;
      padding-bottom: 4px; }
    .newsletterbloc .block_content {
      float: none !important; }
      .newsletterbloc .block_content + div {
        position: absolute;
        top: 0;
        left: 36px;
        right: 36px; }

  #newsletter_block_left .home-col--access .padd {
    padding-left: 0;
    text-align: center; }

  #columns #newsletter_block_left .form-group .form-control {
    width: 80%; }

  #newsletter_block_left .col-md-3 {
    display: none; }
  #newsletter_block_left .blochomecentral {
    margin: 0; }

  .blochomecentral {
    position: relative;
    padding-top: 210px;
    margin-top: 45px; }
    .blochomecentral .col-md-3 {
      position: static; }
      .blochomecentral .col-md-3 .home-col .home-col--access {
        position: relative; }
    .blochomecentral #links_block_left {
      position: absolute;
      top: 58px;
      left: 0;
      right: 0; }
    .blochomecentral .home-col--top {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 15px 18px;
      font-size: 18px; }
      .blochomecentral .home-col--top br {
        display: none; }
    .blochomecentral .home-col--cat {
      overflow: hidden;
      border-right: 1px solid #ebebe8;
      border-left: none !important; }
      .blochomecentral .home-col--cat li {
        width: 50%;
        float: left; }
        .blochomecentral .home-col--cat li a {
          padding-left: 8px;
          font-size: 13px;
          height: 43px;
          line-height: 12px;
          padding-top: 17px;
          border-left: 1px solid #ebebe8; }
    .blochomecentral .home-col--access {
      clear: both;
      overflow: hidden; }
    .blochomecentral .home-col--access__elem {
      width: 50%;
      float: left;
      height: 65px; }
      .blochomecentral .home-col--access__elem:nth-child(2n) {
        border-left: 2px solid #fff; }
      .blochomecentral .home-col--access__elem.first a {
        height: 65px; }
      .blochomecentral .home-col--access__elem.first .home-col--ttl {
        position: relative;
        top: -10px; }
      .blochomecentral .home-col--access__elem.first .home-col--sub {
        font-size: 13px;
        position: relative;
        top: -10px; }
        .blochomecentral .home-col--access__elem.first .home-col--sub br {
          display: none; }
      .blochomecentral .home-col--access__elem.app {
        display: none; }
      .blochomecentral .home-col--access__elem.fb {
        height: 125px;
        width: 100%; }

  .blochomecentral--bottom {
    padding-top: 0 !important; }

  #social_block #newsletter_block_left {
    top: 0;
    height: auto; }

  #newsletter_block_left {
    position: relative;
    top: -546px;
    height: 0; }

  .newsletter_cms {
    position: static !important;
    height: auto !important; }

  /**
  * list products
  */
  .first-item-of-mobile-line {
    clear: left; }

  .product-image-container {
    height: auto !important;
    min-height: auto !important; }

  .product_list .right-block [itemprop="name"] .product-name {
    max-height: 36px; }

  ul.product_list.grid > li {
    clear: none !important; }
    ul.product_list.grid > li:nth-child(2n+1) {
      clear: left !important; }

  #product #reduction_amount, #product #reduction_percent, .sale-label, .new-label {
    font-size: 11px !important;
    top: 17px;
    line-height: 26px;
    height: 26px;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0;
    border-radius: 0 8px 8px 0; }

  .sale-label {
    top: 0; }

  .selection-category-box,
  .sale-box, .price-percent-reduction {
    top: 17px; }

  .selection-category-box,
  .price-percent-reduction {
    font-size: 11px;
    line-height: 16px;
    height: 16px;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0;
    border-radius: 0 8px 8px 0; }

  ul.product_list.grid > li .product-container .product-image-container {
    margin-bottom: 6px !important; }

  .product_list .right-block [itemprop="name"] .product-name {
    font-size: 12px !important; }

  ul.product_list.grid > li .product-container .price.product-price {
    padding-right: 6px; }

  ul.product_list.grid > li .product-container .content_price {
    padding-right: 0 !important;
    padding-bottom: 10px !important; }

  /**
  * bloc créateur
  */
  .blocslider .bx-pager.bx-default-pager {
    width: 100%;
    bottom: -20px; }
  .blocslider--ttl {
    position: static;
    width: 100%; }
  .blocslider--creator {
    height: auto;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 20px; }
    .blocslider--creator > span span {
      word-spacing: normal; }
  .blocslider--slider ul.product_list.grid > li:nth-child(3) {
    display: none !important; }

  /**
  * blocheader
  */
  .blocheadimg.main {
    height: 320px;
    margin-bottom: 20px; }
  .blocheadimg--placettl {
    top: 30px;
    left: 24px;
    right: 24px; }
  .blocheadimg--ttl {
    font-size: 25px;
    line-height: 28px; }
  .blocheadimg--sub {
    font-size: 22px;
    padding-top: 0;
    font-weight: 600; }

  /**
  pop up push
  */
  body #iqitpopup .iqitpopup-newsletter-form .newsletter-input {
    max-width: 800px; }

  body #iqitpopup .iqitpopup-newsletter-form form .form-control {
    width: 100%;
    font-size: 14px; }
  body #iqitpopup .iqitpopup-newsletter-form form button {
    width: 35%; }
    body #iqitpopup .iqitpopup-newsletter-form form button span {
      font-size: 15px; }

  /**
  * cart
  */
  body #header .cart_block {
    top: 50px; }

  /**
  * listing
  */
  ul.product_list .product-image-container .quick-view-wrapper-mobile {
    display: none !important; }

  .block .title_block:after, .block h4:after {
    top: 2px; }

  .top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination {
    float: none; }

  .top-pagination-content ul.pagination li.pagination_previous > span,
  .top-pagination-content ul.pagination li.pagination_previous > a,
  .bottom-pagination-content ul.pagination li.pagination_previous > span,
  .bottom-pagination-content ul.pagination li.pagination_previous > a,
  .top-pagination-content ul.pagination li.pagination_next > span,
  .top-pagination-content ul.pagination li.pagination_next > a,
  .bottom-pagination-content ul.pagination li.pagination_next > span,
  .bottom-pagination-content ul.pagination li.pagination_next > a {
    width: 37px; }
    .top-pagination-content ul.pagination li.pagination_previous > span i,
    .top-pagination-content ul.pagination li.pagination_previous > a i,
    .bottom-pagination-content ul.pagination li.pagination_previous > span i,
    .bottom-pagination-content ul.pagination li.pagination_previous > a i,
    .top-pagination-content ul.pagination li.pagination_next > span i,
    .top-pagination-content ul.pagination li.pagination_next > a i,
    .bottom-pagination-content ul.pagination li.pagination_next > span i,
    .bottom-pagination-content ul.pagination li.pagination_next > a i {
      display: inline-block !important; }

  /** New pagination **/
  .top-pagination-content div.pagination, .bottom-pagination-content div.pagination {
    text-align: center; }
    .top-pagination-content div.pagination ul.pagination, .bottom-pagination-content div.pagination ul.pagination {
      text-align: left;
      width: 290px; }
      .top-pagination-content div.pagination ul.pagination > li, .bottom-pagination-content div.pagination ul.pagination > li {
        margin: 5px;
        text-align: center; }
        .top-pagination-content div.pagination ul.pagination > li > a, .top-pagination-content div.pagination ul.pagination > li > span, .bottom-pagination-content div.pagination ul.pagination > li > a, .bottom-pagination-content div.pagination ul.pagination > li > span {
          font-size: 18px;
          height: 42px;
          line-height: 39px;
          width: 44px; }
          .top-pagination-content div.pagination ul.pagination > li > a > span, .top-pagination-content div.pagination ul.pagination > li > span > span, .bottom-pagination-content div.pagination ul.pagination > li > a > span, .bottom-pagination-content div.pagination ul.pagination > li > span > span {
            line-height: 40px; }

  .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li {
    width: 50%;
    float: left; }
  .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox + .PM_ASCriterionHideToogleClick {
    clear: both;
    padding-top: 10px; }

  #center_column .content_scene_cat_bg {
    padding-top: 20px; }

  #center_column .selection-speciale .content_scene_cat_bg {
    padding-top: 0; }

  #left_column .content_scene_cat {
    margin-bottom: 16px;
    border: none; }
  #left_column #subcategories {
    padding-bottom: 0; }
  #left_column .content_scene_cat_bg {
    padding: 0;
    padding-bottom: 20px;
    background: none !important; }
    #left_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; }
    #left_column .content_scene_cat_bg p {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      color: #777; }
    #left_column .content_scene_cat_bg a {
      color: #a18c6f; }
      #left_column .content_scene_cat_bg a.lnk_more {
        color: #777;
        font-size: 12px;
        text-decoration: underline; }

  #center_column .header-containeregory {
    padding-top: 40px;
    position: relative; }
    #center_column .header-containeregory .page-heading {
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }
      #center_column .header-containeregory .page-heading.no-product {
        position: static; }
    #center_column .header-containeregory .sortPagiBar {
      float: none !important;
      white-space: normal; }
    #center_column .header-containeregory #productsSortForm {
      width: 100%;
      text-align: right; }
    #center_column .header-containeregory .productsSortForm .selector,
    #center_column .header-containeregory .productsSortForm label {
      float: none;
      display: inline-block; }

  .nbrItemPage,
  .sortPagiBar .nbrItemPage {
    float: none !important;
    display: block;
    white-space: nowrap;
    padding-right: 0;
    text-align: center; }

  .product_list .right-block [itemprop="name"] {
    bottom: 13px; }
    .product_list .right-block [itemprop="name"] .product-name {
      font-size: 14px; }

  ul.product_list.grid > li .product-container .old-price {
    white-space: nowrap; }

  body #slider_row {
    border-top: none !important;
    padding-bottom: 10px !important; }

  body .breadcrumb {
    flex-wrap: wrap;
    height: auto;
    line-height: 15px;
    padding: 0;
    top: 0; }
    body .breadcrumb .navigation-pipe {
      padding: 0;
      width: auto; }
    body .breadcrumb a.home {
      display: inline-block;
      height: auto;
      margin: 0;
      /* Home icon in breadcrumb */
      /*&:before{
        content:"\1f3db";
        font-family: "mab";
        display: inline-block;
        width:25px;
        height: 25px;
        font-size: 16px;
        text-indent: 0;
        position: relative;
        @include transform(rotate(0deg));
        top: 1px;
        left: 0;
      }*/ }

  .blocslider--slider > li {
    z-index: 1002 !important; }

  ul.product_list .functional-buttons div.wishlist a.wishlist_button_list:before {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px;
    color: #a18c6f;
    display: inline-block !important;
    font-family: "FontAwesome";
    content: "\f08a"; }

  ul.product_list .functional-buttons div.wishlist a.product_in_wishlist:before {
    display: none !important; }

  #index ul.product_list.grid > li .product-container .functional-buttons div.wishlist {
    bottom: 58px; }

  ul.product_list.grid > li .product-container .product-image-container + .createur {
    width: 40px;
    height: 40px; }
    ul.product_list.grid > li .product-container .product-image-container + .createur img {
      width: 40px;
      height: 40px; }

  .catalog-btn .button.button-big {
    position: relative;
    display: block;
    width: 100%;
    top: auto; }
    .catalog-btn .button.button-big span {
      padding: 0 20px 0 50px;
      line-height: 21px;
      text-align: left;
      position: static; }
      .catalog-btn .button.button-big span i {
        position: absolute;
        left: 10px;
        top: 16px; }

  /**
  * footer category
  */
  .bloc-mea-services {
    padding-right: 15px !important;
    padding-left: 15px !important; }
    .bloc-mea-services .col-sm-6 + .col-sm-6 {
      padding-top: 15px; }
    .bloc-mea-services .product_list .col-sm-6 + .col-sm-6 {
      padding-top: 0; }

  #order-confirmation .bloc-mea-services .col-sm-8 > .row > .col-sm-6,
  #module-blockwishlist-mywishlist .bloc-mea-services .col-sm-8 > .row > .col-sm-6,
  #history .bloc-mea-services .col-sm-8 > .row > .col-sm-6,
  #addresses .bloc-mea-services .col-sm-8 > .row > .col-sm-6 {
    display: none; }
    #order-confirmation .bloc-mea-services .col-sm-8 > .row > .col-sm-6:nth-child(1),
    #module-blockwishlist-mywishlist .bloc-mea-services .col-sm-8 > .row > .col-sm-6:nth-child(1),
    #history .bloc-mea-services .col-sm-8 > .row > .col-sm-6:nth-child(1),
    #addresses .bloc-mea-services .col-sm-8 > .row > .col-sm-6:nth-child(1) {
      display: block; }

  /**
  * product
  */
  .bloc-mea--product .blocslider--creator > span:first-child img {
    max-width: 120px;
    width: auto; }

  .bloc-mea--product .blocslider--creator {
    height: auto !important;
    line-height: 20px !important; }

  #product .pb-left-column,
  #product #image-block {
    padding: 0;
    width: 100%; }
  #product .nav-tabs li {
    width: 100%; }
    #product .nav-tabs li a {
      text-align: left; }
  #product .box-info-product .exclusive,
  #product .box-cart-bottom .wishlist_button_list,
  #product .box-cart-bottom #wishlist_button_nopop,
  #product .box-cart-bottom #wishlist_button {
    width: 360px;
    line-height: 21px;
  }
  #product #center_column .logos-bijou {
    bottom: 65px;
    left: 10px;
    position: absolute;
    top: auto; }
    #product #center_column .logos-bijou img {
      height: 45px;
      display: inline-block; }
    #product #center_column .logos-bijou.without-thumb {
      bottom: -15px; }
  #product #center_column #usefull_link_block {
    display: none; }

  .bloc-mea--product .blocslider--creator {
    padding-bottom: 0; }
    .bloc-mea--product .blocslider--creator > span:first-child {
      max-width: 120px;
      width: 120px; }
    .bloc-mea--product .blocslider--creator span span {
      height: auto;
      line-height: 18px; }
  .bloc-mea--product .lnk_img {
    margin-bottom: 15px; }

  #subcategories ul li {
    width: 33.333%; }

  #center_column #subcategories .block_content, #left_column #subcategories .block_content {
    background: #f7f7f7;
    padding: 16px 10px;
    display: none; }
    #center_column #subcategories .block_content > ul li, #left_column #subcategories .block_content > ul li {
      height: 30px; }
  #center_column #subcategories .subcategory-heading, #left_column #subcategories .subcategory-heading {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    position: relative;
    border: none;
    background: #101010;
    line-height: 35px;
    padding: 0;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 22px;
    text-transform: none; }
    #center_column #subcategories .subcategory-heading .no-mob, #left_column #subcategories .subcategory-heading .no-mob {
      display: none; }
    #center_column #subcategories .subcategory-heading:after, #left_column #subcategories .subcategory-heading:after {
      display: block;
      font-family: "FontAwesome";
      content: "\f067";
      position: absolute;
      right: 0;
      top: 0px;
      height: 36px;
      width: 36px;
      font-size: 26px;
      font-weight: normal; }
    #center_column #subcategories .subcategory-heading.active:after, #left_column #subcategories .subcategory-heading.active:after {
      content: "\f068"; }
  #center_column #subcategories ul li, #left_column #subcategories ul li {
    width: 50%;
    margin: 5px 0;
    padding: 0 5px;
    border: none; }
    #center_column #subcategories ul li .ttl-h5, #left_column #subcategories ul li .ttl-h5 {
      margin: 0;
      height: 100%;
      background: #ebebe8; }
      #center_column #subcategories ul li .ttl-h5 a, #left_column #subcategories ul li .ttl-h5 a {
        display: block;
        height: 30px;
        font-size: 18px;
        color: #555454;
        vertical-align: middle;
        text-transform: none; }
        #center_column #subcategories ul li .ttl-h5 a .v-align, #left_column #subcategories ul li .ttl-h5 a .v-align {
          line-height: 18px;
          white-space: normal;
          font-size: 14px; }
  #center_column .selection-speciale #subcategories .block_content, #left_column .selection-speciale #subcategories .block_content {
    padding: 20px 10px; }
  #center_column .selection-speciale #subcategories ul li .ttl-h5 .v-align, #left_column .selection-speciale #subcategories ul li .ttl-h5 .v-align {
    font-size: 13px; }

  #product .pb-center-column h1 {
    padding-top: 15px; }

  .btn-social i {
    top: 0 !important; }

  .avantages-bijou--txt {
    z-index: 0;
    position: static; }

  .avantages-bijou--txt .question-mark {
    display: block;
    margin: 4px auto 0; }

  #product .box-info-product .exclusive span {
    font-size: 13px; }

  #product .box-cart-bottom .wishlist_button_list {
    font-size: 13px;
    line-height: 32px; }

  .avantages-bijou {
    padding-top: 0; }

  #product .product--manufacturer a, #product .product--manufacturer b {
    font-size: 15px; }

  #product .bloc-mea-services {
    padding: 0 !important; }

  .mobile-device#product .logos-bijou {
    bottom: 0; }

  .avantages-bijou--bloc {
    padding-bottom: 15px; }

  #product .wishlist.open .popover-content {
    right: 0 !important;
    left: auto !important;
    z-index: 999; }

  #product .box-info-product .wishlist_button_list {
    width: 165px !important;
    /*margin-right: 7px;*/
  }
    #product .box-info-product .wishlist_button_list span {
      font-size: 13px; }

  .bloc-mea--product .blocslider--creator > span:first-child + span {
    vertical-align: top; }

  .bloc-mea-services--ttl + .row.createur .col-sm-4, header .bloc-mea-services--ttl + .row.createur #header_logo {
    position: relative;
    padding-bottom: 15px; }
    .bloc-mea-services--ttl + .row.createur .col-sm-4 .lnk_img, header .bloc-mea-services--ttl + .row.createur #header_logo .lnk_img {
      position: absolute;
      right: 7.5px;
      bottom: 15px;
      left: 143px;
      width: auto;
      margin: 0; }

  .blocslider--creator__txt {
    display: none; }

  .bloc-mea--product .blocslider--creator__txt {
    display: none !important; }

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

  .social-share-mob {
    display: block !important;
    visibility: visible !important; }
    .social-share-mob .socialsharing_product:before {
      display: inline-block;
      text-align: center;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      padding-bottom: 0;
      padding-right: 15px; }

  .selection-speciale + .social-share-mob .socialsharing_product {
    padding-top: 15px; }
    .selection-speciale + .social-share-mob .socialsharing_product:before {
      padding-right: 0; }

  .cms-row .social-share-mob .socialsharing_product,
  #manufacturer .social-share-mob .socialsharing_product,
  .page--manufacturer .social-share-mob .socialsharing_product {
    padding-top: 15px; }
    .cms-row .social-share-mob .socialsharing_product:before,
    #manufacturer .social-share-mob .socialsharing_product:before,
    .page--manufacturer .social-share-mob .socialsharing_product:before {
      padding-right: 0; }

  #product .bloc-mea-services .bloc-services {
    display: none; }

  /**
  * popup
  */
  body #iqitpopup-overlay.showed-iqitpopupo,
  body .mabpopup-overlay.showed-popup-overlay {
    z-index: 100000; }

  body #iqitpopup.showed-iqitpopup,
  body .mabpopup.showed-popup {
    z-index: 100001; }

  #product .top-hr {
    display: none; }

  /**
  * forms
  */
  .account_creation .clearfix > label,
  .account_creation .form-group > label {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 8px; }

  .ttl--niv2 {
    font-size: 21px !important; }

  .account_creation p.required {
    top: 33px;
    font-size: 10px; }

  .account_creation .checkbox {
    padding-left: 0; }

  #address .form-group .form-control, #identity .form-group .form-control, #account-creation_form .form-group .form-control, #new_account_form .form-group .form-control, #opc_account_form .form-group .form-control, #authentication .form-group .form-control {
    width: 100%;
    max-width: 100% !important; }

  #order-list .footable-last-column .button.button-small {
    display: block !important;
    width: 60px !important;
    text-align: center !important;
    margin-top: 8px;
    float: none !important; }

  .history .table tbody tr > td, .history .table > thead > tr > th {
    padding-left: 4px;
    padding-right: 4px; }

  .account-col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px; }

  /**
  page wishist
  */
  #form_wishlist .inputTxt.form-control {
    width: 50%; }
    #form_wishlist .inputTxt.form-control + .submit {
      width: 48%;
      padding: 0 !important; }
  #form_wishlist #submitWishlist {
    width: 100%; }

  #module-blockwishlist-mywishlist .wishlistLinkTop {
    margin: 0 auto; }
    #module-blockwishlist-mywishlist .wishlistLinkTop .display_list {
      margin-bottom: 0 !important;
      float: none; }
      #module-blockwishlist-mywishlist .wishlistLinkTop .display_list li {
        float: none; }
        #module-blockwishlist-mywishlist .wishlistLinkTop .display_list li a {
          width: 100%;
          padding-right: 0;
          padding-left: 0;
          text-align: center; }
    #module-blockwishlist-mywishlist .wishlistLinkTop #showSendWishlist {
      float: none !important; }
      #module-blockwishlist-mywishlist .wishlistLinkTop #showSendWishlist .button.button-small {
        width: 100%;
        float: none !important;
        text-align: center;
        margin-bottom: 20px; }
  #module-blockwishlist-mywishlist .wl_send .submit {
    padding-left: 0;
    text-align: center; }
  #module-blockwishlist-mywishlist .wishlist--tools .lnkdel {
    margin-right: 0; }
  #module-blockwishlist-mywishlist ul.product_list.grid > li {
    width: 100%; }

  /**
  * selection speciale
  */
  .selection-speciale .category-top-img {
    height: auto;
    min-height: 10px !important; }
    .selection-speciale .category-top-img--ttl {
      font-size: 21px; }
    .selection-speciale .category-top-img--subttl {
      font-size: 18px; }
    .selection-speciale .category-top-img--wrap p {
      line-height: 29px; }

  /**
  * créateur
  */
  .header-creators {
    position: relative; }
    .header-creators > div:nth-child(2) {
      position: static;
      height: 0;
      padding: 0; }

  .header-creators--imgpage img {
    margin-right: auto;
    margin-left: auto; }

  .header-creators--social {
    padding-top: 20px; }

  .header-creators--intro:before {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    float: right;
    margin: 0 0 5px 5px; }

  .header-creators--img {
    position: absolute;
    top: 50px;
    right: 7.5px;
    width: 120px;
    height: 120px;
    padding: 0; }
    .header-creators--img img {
      width: 105px;
      height: 105px; }

  #manufacturer .header-creators--social {
    display: none !important; }
  #manufacturer .blocslider--slider ul.product_list.grid > li:nth-child(3) {
    display: block !important; }
  #manufacturer .creator-line .blocslider--creator {
    height: auto;
    line-height: 20px;
    padding: 0; }
    #manufacturer .creator-line .blocslider--creator > span:first-child {
      width: 50px; }
      #manufacturer .creator-line .blocslider--creator > span:first-child + span {
        padding-left: 5px;
        vertical-align: top; }
        #manufacturer .creator-line .blocslider--creator > span:first-child + span span {
          font-size: 13px; }
    #manufacturer .creator-line .blocslider--creator + .description {
      height: 43px !important;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-top: 5px; }
  #manufacturer .creator-line {
    padding: 30px 0 0; }
    #manufacturer .creator-line .lnk_img {
      font-size: 12px;
      line-height: 13px;
      white-space: inherit; }
    #manufacturer .creator-line .blocslider--cont {
      min-height: 200px; }
    #manufacturer .creator-line .center.no-prod {
      margin-left: 50%; }
    #manufacturer .creator-line .blocslider--slider > li > .col-xs-6 {
      position: absolute;
      top: 0;
      left: 0;
      right: 50%; }
    #manufacturer .creator-line .col-xs-12 .product_list > li:first-child {
      margin-left: 50%; }
    #manufacturer .creator-line .blocslider--slider ul.product_list.grid > li:nth-child(2n+1) {
      clear: none !important; }

  .header-creators + .ttl--niv2 {
    margin-bottom: 0; }

  .page--manufacturer .header-creators--intro:before {
    display: none; }
  .page--manufacturer .header-category .productsSortForm label {
    display: none; }
  .page--manufacturer .header-creators--intro.hide-mob {
    display: none; }
  .page--manufacturer .header-creators--intro.show-mob {
    display: block !important;
    clear: left; }
  .page--manufacturer .header-creators > div:nth-child(2) {
    height: auto;
    position: relative; }
  .page--manufacturer #selectProductSort {
    width: 100px !important; }
  .page--manufacturer .header-creators + .header-category {
    padding-top: 0; }

  /**
  * tunnel
  */
  body ul.step li.step_done a {
    border-right: 1px solid #b5b5b5 !important; }

  /**
  * tunnel
  */
  #order #center_column {
    position: relative; }

  body #order_step {
    border: none;
    position: absolute;
    top: 0;
    right: 0; }
    body #order_step li {
      border: none;
      display: none; }
    body #order_step li.step_current {
      display: block;
      border: none;
      background: none; }
      body #order_step li.step_current span {
        font-size: 0;
        background: none;
        border: none; }
        body #order_step li.step_current span em {
          display: none; }
        body #order_step li.step_current span .mob {
          display: inline-block;
          font-size: 18px;
          color: #000;
          line-height: 32px; }
          body #order_step li.step_current span .mob:after {
            content: "/5"; }

  #order .addresses .address_update .button-small.btn-default {
    width: auto; }

  #order #cart_title {
    padding-right: 45px; }

  #order #cart_title .heading-counter {
    display: block;
    text-align: left;
    float: none; }

  #order #order-detail-content {
    margin: 20px 0 20px 0; 
  }

  #order-detail #order-detail-content .table tr td.cart_product,
  #history #order-detail-content .table tr td.cart_product,
  #order #order-detail-content .table tr td.cart_product {
    width: 33%;
    min-height: 136px;
    border-top: 1px solid #d6d4d4 !important;
    border-left: 1px solid #d6d4d4 !important;
    padding-right: 10px; }

  #order-detail #order-detail-content .table tr td.cart_description,
  #history #order-detail-content .table tr td.cart_description,
  #order #order-detail-content .table tr td.cart_description {
    width: 67%;
    border-top: 1px solid #d6d4d4 !important;
    border-right: 1px solid #d6d4d4 !important; }

  #order-detail #order-detail-content .table tr td.cart_unit,
  #history #order-detail-content .table tr td.cart_unit,
  #order #order-detail-content .table tr td.cart_unit {
    display: none; }

  #cart_summary tbody td.cart_product img {
    max-width: 100%;
    height: auto; }

  #order-detail #order-detail-content .table tr td.cart_total,
  #history #order-detail-content .table tr td.cart_total,
  #order #order-detail-content .table tr td.cart_total {
    height: 50px;
    min-height: 50px;
    width: 40%;
    border-bottom: 1px solid #d6d4d4 !important;
    padding-top: 11px;
    text-align: right; }
    #order-detail #order-detail-content .table tr td.cart_total:before,
    #history #order-detail-content .table tr td.cart_total:before,
    #order #order-detail-content .table tr td.cart_total:before {
      display: none; }

  #order-detail #order-detail-content .table tr td.cart_quantity,
  #history #order-detail-content .table tr td.cart_quantity,
  #order #order-detail-content .table tr td.cart_quantity {
    width: 43%;
    text-align: left;
    padding-left: 10px;
    padding-top: 11px;
    height: 50px;
    min-height: 50px;
    border-left: 1px solid #d6d4d4 !important;
    border-bottom: 1px solid #d6d4d4 !important; }
    #order-detail #order-detail-content .table tr td.cart_quantity .wrap-qty,
    #history #order-detail-content .table tr td.cart_quantity .wrap-qty,
    #order #order-detail-content .table tr td.cart_quantity .wrap-qty {
      margin: 0; }
    #order-detail #order-detail-content .table tr td.cart_quantity:before,
    #history #order-detail-content .table tr td.cart_quantity:before,
    #order #order-detail-content .table tr td.cart_quantity:before {
      display: none; }

  #order-detail #order-detail-content .table tbody tr td.cart_delete,
  #history #order-detail-content .table tbody tr td.cart_delete,
  #order #order-detail-content .table tbody tr td.cart_delete {
    position: static;
    width: 17%;
    height: 50px;
    min-height: 50px;
    border-right: 1px solid #d6d4d4 !important;
    border-bottom: 1px solid #d6d4d4 !important;
    padding-top: 11px;
    padding-left: 12px; }

  #order-detail-content #cart_summary {
    border: none !important; }

  /*#order-detail-content.table-responsive {
    border: none !important; }*/

  #order-detail-content #cart_summary tr {
    border-bottom: 8px solid #fff; }

  #order-detail #order-detail-content .table .product-cart-bloc img,
  #history #order-detail-content .table .product-cart-bloc img,
  #order #order-detail-content .table .product-cart-bloc img {
    max-width: 100%; }
  #order-detail #order-detail-content .table tr.line-ecrin [colspan="3"],
  #order-detail #order-detail-content .table tr.line-ecrin [colspan="4"],
  #history #order-detail-content .table tr.line-ecrin [colspan="3"],
  #history #order-detail-content .table tr.line-ecrin [colspan="4"],
  #order #order-detail-content .table tr.line-ecrin [colspan="3"],
  #order #order-detail-content .table tr.line-ecrin [colspan="4"] {
    width: 67%;
    height: 136px;
    border-right: 1px solid #d6d4d4 !important;
    border-top: 1px solid #d6d4d4 !important; }
    #order-detail #order-detail-content .table tr.line-ecrin [colspan="3"] small,
    #order-detail #order-detail-content .table tr.line-ecrin [colspan="4"] small,
    #history #order-detail-content .table tr.line-ecrin [colspan="3"] small,
    #history #order-detail-content .table tr.line-ecrin [colspan="4"] small,
    #order #order-detail-content .table tr.line-ecrin [colspan="3"] small,
    #order #order-detail-content .table tr.line-ecrin [colspan="4"] small {
      font-size: 13px; }
  #order-detail #order-detail-content .table tr.line-ecrin .cart_total,
  #history #order-detail-content .table tr.line-ecrin .cart_total,
  #order #order-detail-content .table tr.line-ecrin .cart_total {
    border-right: 1px solid #d6d4d4 !important;
    border-left: 1px solid #d6d4d4 !important;
    border-bottom: 1px solid #d6d4d4 !important;
    width: 100%;
    text-align: center; }

  #order-detail .account_creation label,
  #history .account_creation label {
    padding-top: 0; }
  #order-detail .account_creation .submit,
  #order-detail .account_creation .form-submit,
  #history .account_creation .submit,
  #history .account_creation .form-submit {
    text-align: left;
    padding: 15px 0 0 0; }
  #order-detail label[for="msgText"],
  #history label[for="msgText"] {
    padding-top: 0 !important; }
  #order-detail #submitReorder,
  #history #submitReorder {
    display: none; }
  #order-detail #order-detail-content .table tr td.cart_description + .price,
  #history #order-detail-content .table tr td.cart_description + .price {
    display: none; }
  #order-detail #order-detail-content .table tr td.return_quantity,
  #history #order-detail-content .table tr td.return_quantity {
    width: 43%;
    border-left: 1px solid #d6d4d4 !important;
    border-bottom: 1px solid #d6d4d4 !important;
    text-align: left;
    padding: 7px 10px 6px; }
    #order-detail #order-detail-content .table tr td.return_quantity label,
    #order-detail #order-detail-content .table tr td.return_quantity span,
    #history #order-detail-content .table tr td.return_quantity label,
    #history #order-detail-content .table tr td.return_quantity span {
      display: inline-block;
      width: auto;
      font-weight: 400 !important;
      font-size: 18px;
      color: #333;
      font-family: "Roboto", sans-serif;
      border: none; }
    #order-detail #order-detail-content .table tr td.return_quantity .return_quantity_buttons,
    #history #order-detail-content .table tr td.return_quantity .return_quantity_buttons {
      display: none; }
    #order-detail #order-detail-content .table tr td.return_quantity + td.price,
    #history #order-detail-content .table tr td.return_quantity + td.price {
      width: 57%;
      border-right: 1px solid #d6d4d4 !important;
      border-bottom: 1px solid #d6d4d4 !important; }
  #order-detail #order-detail-content .table-footer,
  #history #order-detail-content .table-footer {
    border: 1px solid #d6d4d4 !important;
    width: 100%;
    max-width: 100%; }
  #order-detail #order-detail-content .table-footer tfoot tr:first-child td,
  #history #order-detail-content .table-footer tfoot tr:first-child td {
    padding-top: 12px !important; }
  #order-detail #order-detail-content .table-footer tfoot tr td + td,
  #history #order-detail-content .table-footer tfoot tr td + td {
    padding-right: 10px; }
  #order-detail #order-detail-content #cart_summary tr.item:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port),
  #history #order-detail-content #cart_summary tr.item:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port) {
    border-bottom-color: 1px solid #d6d4d4 !important; }

  #order-detail #order-detail-content #cart_summary tr.is-customized,
  #order #order-detail-content #cart_summary tr.is-customized,
  #history #order-detail-content #cart_summary tr.is-customized {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    #order-detail #order-detail-content #cart_summary tr.is-customized .cart_delete,
    #order-detail #order-detail-content #cart_summary tr.is-customized .cart_quantity,
    #order #order-detail-content #cart_summary tr.is-customized .cart_delete,
    #order #order-detail-content #cart_summary tr.is-customized .cart_quantity,
    #history #order-detail-content #cart_summary tr.is-customized .cart_delete,
    #history #order-detail-content #cart_summary tr.is-customized .cart_quantity {
      display: none; }
    #order-detail #order-detail-content #cart_summary tr.is-customized .cart_total,
    #order #order-detail-content #cart_summary tr.is-customized .cart_total,
    #history #order-detail-content #cart_summary tr.is-customized .cart_total {
      display: none; }
  #order-detail #order-detail-content #cart_summary tr.item .cart_product,
  #order-detail #order-detail-content #cart_summary tr.item .cart_description,
  #order-detail #order-detail-content #cart_summary tr.cart_item .cart_product,
  #order-detail #order-detail-content #cart_summary tr.cart_item .cart_description,
  #order #order-detail-content #cart_summary tr.item .cart_product,
  #order #order-detail-content #cart_summary tr.item .cart_description,
  #order #order-detail-content #cart_summary tr.cart_item .cart_product,
  #order #order-detail-content #cart_summary tr.cart_item .cart_description,
  #history #order-detail-content #cart_summary tr.item .cart_product,
  #history #order-detail-content #cart_summary tr.item .cart_description,
  #history #order-detail-content #cart_summary tr.cart_item .cart_product,
  #history #order-detail-content #cart_summary tr.cart_item .cart_description {
    min-height: 137px; }
  #order-detail #order-detail-content #cart_summary tr.customization,
  #order #order-detail-content #cart_summary tr.customization,
  #history #order-detail-content #cart_summary tr.customization {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    #order-detail #order-detail-content #cart_summary tr.customization.last-custom,
    #order #order-detail-content #cart_summary tr.customization.last-custom,
    #history #order-detail-content #cart_summary tr.customization.last-custom {
      border-bottom: 8px solid #fff;
      padding-bottom: 7px; }
      #order-detail #order-detail-content #cart_summary tr.customization.last-custom td.cart_quantity,
      #order #order-detail-content #cart_summary tr.customization.last-custom td.cart_quantity,
      #history #order-detail-content #cart_summary tr.customization.last-custom td.cart_quantity {
        border-bottom: 1px solid #d6d4d4 !important; }
        #order-detail #order-detail-content #cart_summary tr.customization.last-custom td.cart_quantity + td,
        #order #order-detail-content #cart_summary tr.customization.last-custom td.cart_quantity + td,
        #history #order-detail-content #cart_summary tr.customization.last-custom td.cart_quantity + td {
          border-bottom: 1px solid #d6d4d4 !important; }
      #order-detail #order-detail-content #cart_summary tr.customization.last-custom td.cart_delete,
      #order #order-detail-content #cart_summary tr.customization.last-custom td.cart_delete,
      #history #order-detail-content #cart_summary tr.customization.last-custom td.cart_delete {
        border-bottom: 1px solid #d6d4d4 !important; }
    #order-detail #order-detail-content #cart_summary tr.customization td[colspan="3"],
    #order #order-detail-content #cart_summary tr.customization td[colspan="3"],
    #history #order-detail-content #cart_summary tr.customization td[colspan="3"] {
      width: 100%;
      border-top: 1px solid #a18c6f !important;
      border-left: 1px solid #d6d4d4 !important;
      border-right: 1px solid #d6d4d4 !important; }
      #order-detail #order-detail-content #cart_summary tr.customization td[colspan="3"] .resume-customization,
      #order #order-detail-content #cart_summary tr.customization td[colspan="3"] .resume-customization,
      #history #order-detail-content #cart_summary tr.customization td[colspan="3"] .resume-customization {
        padding-right: 40%;
        padding-left: 0;
        position: relative;
        padding-bottom: 10px; }
      #order-detail #order-detail-content #cart_summary tr.customization td[colspan="3"] .update-customization,
      #order #order-detail-content #cart_summary tr.customization td[colspan="3"] .update-customization,
      #history #order-detail-content #cart_summary tr.customization td[colspan="3"] .update-customization {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: 8px;
        bottom: auto; }
    #order-detail #order-detail-content #cart_summary tr.customization td.cart_quantity,
    #order #order-detail-content #cart_summary tr.customization td.cart_quantity,
    #history #order-detail-content #cart_summary tr.customization td.cart_quantity {
      padding-left: 10px;
      padding-top: 11px;
      width: 43%;
      border-bottom: none !important; }
      #order-detail #order-detail-content #cart_summary tr.customization td.cart_quantity + td,
      #order #order-detail-content #cart_summary tr.customization td.cart_quantity + td,
      #history #order-detail-content #cart_summary tr.customization td.cart_quantity + td {
        width: 40%;
        height: 50px;
        border-bottom: none !important; }
        #order-detail #order-detail-content #cart_summary tr.customization td.cart_quantity + td .price,
        #order #order-detail-content #cart_summary tr.customization td.cart_quantity + td .price,
        #history #order-detail-content #cart_summary tr.customization td.cart_quantity + td .price {
          color: #a18c6f;
          text-align: center; }
        #order-detail #order-detail-content #cart_summary tr.customization td.cart_quantity + td .old-price,
        #order #order-detail-content #cart_summary tr.customization td.cart_quantity + td .old-price,
        #history #order-detail-content #cart_summary tr.customization td.cart_quantity + td .old-price {
          font-size: 12px;
          position: relative;
          top: -7px;
          text-align: center; }
    #order-detail #order-detail-content #cart_summary tr.customization td.cart_delete,
    #order #order-detail-content #cart_summary tr.customization td.cart_delete,
    #history #order-detail-content #cart_summary tr.customization td.cart_delete {
      position: static;
      width: 17%;
      text-align: left;
      border-bottom: none !important; }
  #order-detail #order-detail-content #cart_summary tr > .cart_description,
  #order-detail #order-detail-content #cart_summary tr > .cart_product,
  #order #order-detail-content #cart_summary tr > .cart_description,
  #order #order-detail-content #cart_summary tr > .cart_product,
  #history #order-detail-content #cart_summary tr > .cart_description,
  #history #order-detail-content #cart_summary tr > .cart_product {
    border-top-color: #d6d4d4 !important; }
  #order-detail #order-detail-content #cart_summary tr.line-ecrin > .cart_product,
  #order #order-detail-content #cart_summary tr.line-ecrin > .cart_product,
  #history #order-detail-content #cart_summary tr.line-ecrin > .cart_product {
    border-top-color: #d6d4d4 !important; }
    #order-detail #order-detail-content #cart_summary tr.line-ecrin > .cart_product + td,
    #order #order-detail-content #cart_summary tr.line-ecrin > .cart_product + td,
    #history #order-detail-content #cart_summary tr.line-ecrin > .cart_product + td {
      border-top-color: #d6d4d4 !important; }
  #order-detail #order-detail-content #cart_summary tr.line-ecrin > .cart_total,
  #order #order-detail-content #cart_summary tr.line-ecrin > .cart_total,
  #history #order-detail-content #cart_summary tr.line-ecrin > .cart_total {
    border-top: none !important;
    border-bottom-color: #d6d4d4 !important; }

  #order-detail #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td, #order-detail #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td,
  #history #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td,
  #history #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td,
  #order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td,
  #order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td {
    border-top-color: #252525 !important; }
    #order-detail #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td.cart_description, #order-detail #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td.cart_product, #order-detail #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td.cart_description, #order-detail #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td.cart_product,
    #history #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td.cart_description,
    #history #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td.cart_product,
    #history #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td.cart_description,
    #history #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td.cart_product,
    #order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td.cart_description,
    #order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td.cart_product,
    #order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td.cart_description,
    #order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td.cart_product {
      border-top-color: #d6d4d4 !important;
      min-height: 137px; }
    #order-detail #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td.cart_product, #order-detail #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td.cart_product,
    #history #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td.cart_product,
    #history #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td.cart_product,
    #order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port) td.cart_product,
    #order .paiement_block #order-detail-content #cart_summary tr.cart_item:not(.totalprice):not(.port):nth-last-child(1) td.cart_product {
      padding-top: 10px;
      padding-bottom: 10px; }
  #order-detail #order-detail-content #cart_summary tr.customization td[colspan="3"] .resume-customization,
  #history #order-detail-content #cart_summary tr.customization td[colspan="3"] .resume-customization,
  #order .paiement_block #order-detail-content #cart_summary tr.customization td[colspan="3"] .resume-customization {
    padding-right: 10px; }
  #order-detail #order-detail-content #cart_summary tr.customization td.cart_quantity,
  #history #order-detail-content #cart_summary tr.customization td.cart_quantity,
  #order .paiement_block #order-detail-content #cart_summary tr.customization td.cart_quantity {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 40px; }
  #order-detail #order-detail-content #cart_summary tr.customization td.cart_total,
  #history #order-detail-content #cart_summary tr.customization td.cart_total,
  #order .paiement_block #order-detail-content #cart_summary tr.customization td.cart_total {
    width: 57%; }
    #order-detail #order-detail-content #cart_summary tr.customization td.cart_total .price,
    #history #order-detail-content #cart_summary tr.customization td.cart_total .price,
    #order .paiement_block #order-detail-content #cart_summary tr.customization td.cart_total .price {
      color: #252525; }

  #order-detail #order-detail-content #cart_summary tr.cart_item td,
  #history #order-detail-content #cart_summary tr.cart_item td {
    border-top: 1px solid #252525; }
    #order-detail #order-detail-content #cart_summary tr.cart_item td.cart_product,
    #history #order-detail-content #cart_summary tr.cart_item td.cart_product {
      display: block !important; }
    #order-detail #order-detail-content #cart_summary tr.cart_item td.cart_description + td,
    #history #order-detail-content #cart_summary tr.cart_item td.cart_description + td {
      display: none; }
    #order-detail #order-detail-content #cart_summary tr.cart_item td.return_quantity + td,
    #history #order-detail-content #cart_summary tr.cart_item td.return_quantity + td {
      width: 57%; }
  #order-detail #order-detail-content #cart_summary tr.last-custom td.qtty,
  #history #order-detail-content #cart_summary tr.last-custom td.qtty {
    border-bottom: 1px solid #d6d4d4  !important; }
    #order-detail #order-detail-content #cart_summary tr.last-custom td.qtty + td,
    #history #order-detail-content #cart_summary tr.last-custom td.qtty + td {
      border-bottom: 1px solid #d6d4d4  !important; }

  #order-detail #order-list,
  #history #order-list {
    border-bottom: none !important; }
  #order-detail form #order-detail-content #cart_summary tr.is-customized .return_quantity,
  #history form #order-detail-content #cart_summary tr.is-customized .return_quantity {
    border-bottom: none !important;
    display: none; }
    #order-detail form #order-detail-content #cart_summary tr.is-customized .return_quantity + td,
    #history form #order-detail-content #cart_summary tr.is-customized .return_quantity + td {
      display: none;
      text-align: right;
      border-right: 1px solid #d6d4d4 !important; }
      #order-detail form #order-detail-content #cart_summary tr.is-customized .return_quantity + td .price,
      #history form #order-detail-content #cart_summary tr.is-customized .return_quantity + td .price {
        text-align: right; }
  #order-detail form #order-detail-content #cart_summary tr.alternate_item.customization td:not(.totalprice):not(.port).custo,
  #history form #order-detail-content #cart_summary tr.alternate_item.customization td:not(.totalprice):not(.port).custo {
    width: 100%;
    border-left: 1px solid #d6d4d4 !important;
    border-right: 1px solid #d6d4d4 !important;
    border-top: 1px solid #252525 !important;
    border-bottom: none !important; }
  #order-detail form #order-detail-content #cart_summary tr.alternate_item.customization td.qtty,
  #history form #order-detail-content #cart_summary tr.alternate_item.customization td.qtty {
    width: 43%;
    text-align: center;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #777;
    height: 50px;
    border-left: 1px solid #d6d4d4 !important;
    border-top: none !important;
    text-align: left;
    padding: 11px 10px 0; }
    #order-detail form #order-detail-content #cart_summary tr.alternate_item.customization td.qtty label,
    #order-detail form #order-detail-content #cart_summary tr.alternate_item.customization td.qtty span,
    #history form #order-detail-content #cart_summary tr.alternate_item.customization td.qtty label,
    #history form #order-detail-content #cart_summary tr.alternate_item.customization td.qtty span {
      display: inline-block;
      width: auto;
      font-weight: 400 !important;
      font-size: 18px;
      color: #333;
      font-family: "Roboto", sans-serif;
      border: none; }
    #order-detail form #order-detail-content #cart_summary tr.alternate_item.customization td.qtty .return_quantity_buttons,
    #history form #order-detail-content #cart_summary tr.alternate_item.customization td.qtty .return_quantity_buttons {
      display: none; }
    #order-detail form #order-detail-content #cart_summary tr.alternate_item.customization td.qtty + td,
    #history form #order-detail-content #cart_summary tr.alternate_item.customization td.qtty + td {
      width: 57%;
      height: 50px;
      color: #333;
      font-weight: 400;
      padding-right: 20px;
      text-align: right;
      border-right: 1px solid #d6d4d4 !important;
      border-top: none !important;
      font-size: 20px;
      font-family: "Roboto", sans-serif;
      color: #777; }

  #order .paiement_block #cart_summary .cart_item .cart_quantity.text-center, #order .paiement_block #cart_summary .cart_item thead th.cart_quantity.cart_product, #order .paiement_block #cart_summary thead .cart_item th.cart_quantity.cart_product, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_product, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_product, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_avail, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_avail, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_delete, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_delete,
  #order .paiement_block #cart_summary .customization .cart_quantity.text-center,
  #order .paiement_block #cart_summary .customization thead th.cart_quantity.cart_product,
  #order .paiement_block #cart_summary thead .customization th.cart_quantity.cart_product,
  #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_product,
  #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_product,
  #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_avail,
  #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_avail,
  #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_delete,
  #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_delete {
    padding-left: 10px !important; }
    #order .paiement_block #cart_summary .cart_item .cart_quantity.text-center span, #order .paiement_block #cart_summary .cart_item thead th.cart_quantity.cart_product span, #order .paiement_block #cart_summary thead .cart_item th.cart_quantity.cart_product span, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_product span, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_product span, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_avail span, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_avail span, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_delete span, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_delete span,
    #order .paiement_block #cart_summary .customization .cart_quantity.text-center span,
    #order .paiement_block #cart_summary .customization thead th.cart_quantity.cart_product span,
    #order .paiement_block #cart_summary thead .customization th.cart_quantity.cart_product span,
    #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_product span,
    #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_product span,
    #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_avail span,
    #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_avail span,
    #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_delete span,
    #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_delete span {
      display: inline-block;
      width: auto;
      font-weight: 400 !important;
      font-size: 18px;
      color: #333;
      font-family: "Roboto", sans-serif;
      border: none; }
    #order .paiement_block #cart_summary .cart_item .cart_quantity.text-center .wrap-qty, #order .paiement_block #cart_summary .cart_item thead th.cart_quantity.cart_product .wrap-qty, #order .paiement_block #cart_summary thead .cart_item th.cart_quantity.cart_product .wrap-qty, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_product .wrap-qty, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_product .wrap-qty, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_avail .wrap-qty, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_avail .wrap-qty, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_delete .wrap-qty, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_delete .wrap-qty,
    #order .paiement_block #cart_summary .customization .cart_quantity.text-center .wrap-qty,
    #order .paiement_block #cart_summary .customization thead th.cart_quantity.cart_product .wrap-qty,
    #order .paiement_block #cart_summary thead .customization th.cart_quantity.cart_product .wrap-qty,
    #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_product .wrap-qty,
    #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_product .wrap-qty,
    #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_avail .wrap-qty,
    #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_avail .wrap-qty,
    #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_delete .wrap-qty,
    #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_delete .wrap-qty {
      padding: 0;
      width: 100%; }
      #order .paiement_block #cart_summary .cart_item .cart_quantity.text-center .wrap-qty label, #order .paiement_block #cart_summary .cart_item thead th.cart_quantity.cart_product .wrap-qty label, #order .paiement_block #cart_summary thead .cart_item th.cart_quantity.cart_product .wrap-qty label, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_product .wrap-qty label, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_product .wrap-qty label, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_avail .wrap-qty label, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_avail .wrap-qty label, #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_delete .wrap-qty label, #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_delete .wrap-qty label,
      #order .paiement_block #cart_summary .cart_item .cart_quantity.text-center .wrap-qty span,
      #order .paiement_block #cart_summary .cart_item thead th.cart_quantity.cart_product .wrap-qty span,
      #order .paiement_block #cart_summary thead .cart_item th.cart_quantity.cart_product .wrap-qty span,
      #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_product .wrap-qty span,
      #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_product .wrap-qty span,
      #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_avail .wrap-qty span,
      #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_avail .wrap-qty span,
      #order .paiement_block #cart_summary .cart_item tbody td.cart_quantity.cart_delete .wrap-qty span,
      #order .paiement_block #cart_summary tbody .cart_item td.cart_quantity.cart_delete .wrap-qty span,
      #order .paiement_block #cart_summary .customization .cart_quantity.text-center .wrap-qty label,
      #order .paiement_block #cart_summary .customization thead th.cart_quantity.cart_product .wrap-qty label,
      #order .paiement_block #cart_summary thead .customization th.cart_quantity.cart_product .wrap-qty label,
      #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_product .wrap-qty label,
      #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_product .wrap-qty label,
      #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_avail .wrap-qty label,
      #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_avail .wrap-qty label,
      #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_delete .wrap-qty label,
      #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_delete .wrap-qty label,
      #order .paiement_block #cart_summary .customization .cart_quantity.text-center .wrap-qty span,
      #order .paiement_block #cart_summary .customization thead th.cart_quantity.cart_product .wrap-qty span,
      #order .paiement_block #cart_summary thead .customization th.cart_quantity.cart_product .wrap-qty span,
      #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_product .wrap-qty span,
      #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_product .wrap-qty span,
      #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_avail .wrap-qty span,
      #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_avail .wrap-qty span,
      #order .paiement_block #cart_summary .customization tbody td.cart_quantity.cart_delete .wrap-qty span,
      #order .paiement_block #cart_summary tbody .customization td.cart_quantity.cart_delete .wrap-qty span {
        display: inline-block;
        width: auto;
        font-weight: 400 !important;
        font-size: 18px;
        color: #333;
        font-family: "Roboto", sans-serif;
        border: none; }

  #order-detail #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).cart_product, #order-detail #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).cart_description,
  #history #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).cart_product,
  #history #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).cart_description {
    border-bottom: none !important;
    min-height: 139px; }
  #order-detail #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).return_quantity, #order-detail #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).price,
  #history #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).return_quantity,
  #history #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).price {
    border-bottom: 1px solid #d6d4d4  !important; }
  #order-detail #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).qtty,
  #history #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).qtty {
    border-bottom: 1px solid #d6d4d4  !important; }
    #order-detail #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).qtty + td,
    #history #order-detail-content #cart_summary tr:not(.totalprice):not(.port):nth-last-child(1) td:not(.totalprice):not(.port).qtty + td {
      border-bottom: 1px solid #d6d4d4  !important; }

  #order-detail #order-detail-content .table-footer,
  #history #order-detail-content .table-footer {
    float: none !important;
    display: table; }
    #order-detail #order-detail-content .table-footer tr.item td,
    #history #order-detail-content .table-footer tr.item td {
      white-space: normal; }
      #order-detail #order-detail-content .table-footer tr.item td strong,
      #history #order-detail-content .table-footer tr.item td strong {
        font-size: 17px !important; }
    #order-detail #order-detail-content .table-footer tr.totalprice td,
    #history #order-detail-content .table-footer tr.totalprice td {
      white-space: normal; }
      #order-detail #order-detail-content .table-footer tr.totalprice td strong,
      #history #order-detail-content .table-footer tr.totalprice td strong {
        font-size: 20px !important; }
      #order-detail #order-detail-content .table-footer tr.totalprice td .price,
      #history #order-detail-content .table-footer tr.totalprice td .price {
        font-size: 22px; }

  .table-responsive {
    overflow-x: hidden; }

  .order-detail-content__footer {
    padding-top: 0;
    padding-bottom: 0; }

  .wrap-order--footer {
    border: 1px solid #d6d4d4 !important;
    border-bottom: none !important;
    padding: 8px 10px 0;
    margin-top: 12px; }

  .wrap-order--end {
    border: 1px solid #d6d4d4 !important;
    border-top: none !important;
    padding: 8px 10px 0;
    margin-bottom: 10px; }

  #order .addresses .checkbox.addressesAreEquals {
    padding-bottom: 5px;
    position: relative;
    padding-left: 30px; }
    #order .addresses .checkbox.addressesAreEquals label {
      line-height: 18px;
      display: inline-block; }

  #order .checkbox.addressesAreEquals #uniform-addressesAreEquals {
    position: absolute;
    left: 0;
    top: 1px; }

  #order .address_add.submit {
    padding-bottom: 20px;
    text-align: right; }

  [name="processAddress"] span,
  .standard-checkout.button-medium span,
  .button-exclusive.btn-default span {
    font-size: 17px !important; }

  #id_address_invoice.form-control, #id_address_delivery.form-control {
    width: 170px; }

  #order .addresses .page-subheading.ttl--niv2 {
    font-size: 20px; }

  #order #ordermsg {
    padding-left: 0; }

  #order .delivery_option > div > table.resume td.delivery_option_radio {
    vertical-align: middle;
    width: 44px; }
  #order .delivery_option > div > table.resume td.delivery_option_price {
    width: 80px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 500;
    text-align: center; }
    #order .delivery_option > div > table.resume td.delivery_option_price .delivery_option_price {
      font-size: 14px; }
    #order .delivery_option > div > table.resume td.delivery_option_logo + td {
      padding-right: 5px;
      padding-left: 5px;
      font-size: 12px; }
      #order .delivery_option > div > table.resume td.delivery_option_logo + td strong {
        font-size: 14px; }

  #order .delivery_option.item table {
    display: table; }

  #order .addresses .address.box {
    min-height: 10px;
    border: none;
    padding: 0;
    padding-bottom: 60px; }
    #order .addresses .address.box .address_update {
      left: 75px;
      bottom: 5px; }
      #order .addresses .address.box .address_update .button-small.btn-default {
        height: 30px; }
        #order .addresses .address.box .address_update .button-small.btn-default span {
          font-size: 11px !important;
          padding: 0 10px !important; }
    #order .addresses .address.box .page-subheading.ttl--niv2 {
      border-bottom: 1px solid #d6d4d4;
      padding-bottom: 4px;
      margin-bottom: 6px; }

  #order #order-detail-content .table--recap tr td.cart_total {
    width: 57%;
    border-right: 1px solid #d6d4d4 !important; }

  #order #order-detail-content .table--recap tr td.cart_quantity .wrap-qty {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px; }

  #order .cart_navigation--mob {
    padding-top: 20px;
    width: 50%; }

  #order .wrap-total-table {
    border: 1px solid #d6d4d4;
    padding: 10px;
    margin-bottom: 20px; 
  }

  #address .group-address-comp [for="floor"],
  #address .group-address-comp [for="building"] {
    padding-left: 0; }

  /**
  * cms
  */
  .cms-row .pull-right {
    float: none !important; }
  .cms-row .cms-ttl-bottom {
    display: block;
    padding-top: 15px; }
  .cms-row .blochead-column-left {
    display: none; }
  .cms-row .bloccms-ttl + .blochead-column-left {
    display: block; }
  .cms-row .block-localisation {
    display: block;
    padding-top: 53px; }
    .cms-row .block-localisation .bloc-mea-services--ttl {
      height: auto;
      color: #252525;
      border-color: #252525;
      position: relative; }
  .cms-row .rte ul {
    padding-left: 15px; }
  .cms-row .rte [style*="float:right"] {
    max-width: 50%; }
  .cms-row .block-localisation--ttl {
    font-size: 24px; }

  /**
  * catalog
  */
  .catalog-row .bloccatalog .wrap-btns a,
  .catalog-row .bloccatalog .wrap-btns button {
    width: 49%;
    margin: 0; }
  .catalog-row .bloccatalog .wrap-btns a:first-child {
    float: left; }
    .catalog-row .bloccatalog .wrap-btns a:first-child + button {
      float: right; }

  #form_wishlist label {
    float: left;
    width: 30%;
    padding-top: 0;
    margin-top: 0;
    padding-right: 6px;
    line-height: 14px;
    height: 39px; }

  #form_wishlist #submitWishlist span {
    padding: 0;
    font-size: 12px;
    white-space: normal; }

  #form_wishlist .inputTxt.form-control + .submit {
    width: 20%; }

  #form_wishlist .inputTxt.form-control {
    width: 48%; }

  #module-blockwishlist-mywishlist #block-history .table > thead > tr > th {
    background: none !important;
    color: #777 !important;
    font-size: 10px !important;
    padding: 4px 2px;
    text-align: center; }

  #module-blockwishlist-mywishlist #block-history .table tbody > tr > td {
    background: none !important;
    color: #777 !important;
    font-size: 11px;
    padding: 6px 4px;
    text-align: center; }
    #module-blockwishlist-mywishlist #block-history .table tbody > tr > td .is_wish_list_default {
      margin: 0; }

  #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist--name {
    border-left: none; }

  #module-blockwishlist-mywishlist ul.product_list.grid > li {
    width: 50%; }

  #module-blockwishlist-mywishlist ul.product_list.grid > li .product-container .hidden-xs-down {
    display: none; }

  #module-blockwishlist-mywishlist ul.product_list.grid > li .product-container .content_price {
    padding-bottom: 10px; }

  .history #block-history #order-list thead tr > th {
    display: none !important; }
    .history #block-history #order-list thead tr > th.date, .history #block-history #order-list thead tr > th.status, .history #block-history #order-list thead tr > th.first_item {
      display: block !important;
      float: left;
      font-weight: bold;
      height: 60px;
      border: none; }
    .history #block-history #order-list thead tr > th.first_item {
      width: 46%; }
    .history #block-history #order-list thead tr > th.date {
      width: 24%; }
    .history #block-history #order-list thead tr > th.status {
      width: 30%; }

  .history #block-history #order-list tbody tr {
    border-bottom: 10px solid #fff !important;
    position: relative;
    display: block;
    overflow: hidden; }

  .history #block-history #order-list tbody tr > td {
    letter-spacing: -0.31em;
    /* Corriger le problème avec les polices non web-safe */
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; }

  .opera:-o-prefocus, .history .table tbody tr > td {
    word-spacing: -0.43em;
    /* Fix for Opera */ }

  .history #block-history #order-list tbody tr > td:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .history #block-history #order-list tbody tr > td > span.cell {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    max-width: 99%; }

  .history #block-history #order-list tbody tr > td {
    display: block;
    float: left; }
    .history #block-history #order-list tbody tr > td .label {
      font-size: 12px; }
    .history #block-history #order-list tbody tr > td.history_state {
      width: 30%;
      height: 80px;
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: 1px solid #d6d4d4; }
    .history #block-history #order-list tbody tr > td.history_link {
      width: 46%;
      height: 80px;
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: 1px solid #d6d4d4; }
      .history #block-history #order-list tbody tr > td.history_link .color-myaccount {
        font-size: 12px; }
      .history #block-history #order-list tbody tr > td.history_link button.open-details {
        background: #252525;
        border: none;
        height: 28px;
        line-height: 28px;
        width: 28px;
        text-align: center;
        color: #fff;
        padding: 0;
        font-size: 17px;
        margin-right: 4px;
        font-weight: bold;
        outline: 0;
        cursor: pointer; }
    .history #block-history #order-list tbody tr > td.history_date {
      width: 24%;
      height: 80px;
      text-align: center;
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: 1px solid #d6d4d4; }
      .history #block-history #order-list tbody tr > td.history_date .cell {
        font-size: 11px; }
    .history #block-history #order-list tbody tr > td.history_state {
      border-right: 1px solid #d6d4d4;
      text-align: center; }
    .history #block-history #order-list tbody tr > td.history_method, .history #block-history #order-list tbody tr > td.history_price {
      display: block !important;
      position: absolute;
      bottom: 0;
      border: none; }
    .history #block-history #order-list tbody tr > td.history_invoice {
      width: 67%;
      border-bottom: 1px solid #d6d4d4;
      border-left: 1px solid #d6d4d4;
      height: 76px;
      padding-top: 49px; }
      .history #block-history #order-list tbody tr > td.history_invoice .cell {
        display: none; }
      .history #block-history #order-list tbody tr > td.history_invoice + td {
        width: 33%;
        border-bottom: 1px solid #d6d4d4;
        border-right: 1px solid #d6d4d4;
        height: 76px;
        text-align: right; }
    .history #block-history #order-list tbody tr > td.history_price {
      width: 66%;
      bottom: 29px; }
      .history #block-history #order-list tbody tr > td.history_price .cell {
        white-space: nowrap; }
      .history #block-history #order-list tbody tr > td.history_price .cell:before {
        content: "Total : "; }
    .history #block-history #order-list tbody tr > td.history_method {
      width: 66%;
      bottom: 6px; }
      .history #block-history #order-list tbody tr > td.history_method .cell {
        white-space: nowrap; }
      .history #block-history #order-list tbody tr > td.history_method .cell:before {
        content: "Paiement : "; }
    .history #block-history #order-list tbody tr > td.footable-last-column {
      display: none !important; }
    .history #block-history #order-list tbody tr > td.history_method, .history #block-history #order-list tbody tr > td.history_price, .history #block-history #order-list tbody tr > td.history_invoice {
      display: none !important;
      border-top: none !important; }
    .history #block-history #order-list tbody tr > td.history_invoice + td {
      display: none !important;
      border-top: none !important; }

  .history #block-history #order-list tbody tr.open > td.history_method, .history #block-history #order-list tbody tr.open > td.history_price, .history #block-history #order-list tbody tr.open > td.history_invoice {
    display: block !important;
    border-top: none !important; }
  .history #block-history #order-list tbody tr.open > td.history_invoice + td {
    display: block !important;
    border-top: none !important; }

  .mobile-device .tips.visible .tips--content {
    left: 15px;
    right: 15px;
    width: auto;
    margin: 0; }

  .account_creation .form-group .row {
    width: 90%; }

  #authentication #center_column form.std .row .col-xs-4,
  #identity #center_column form.std .row .col-xs-4 {
    max-width: 100%; }

  #identity .label-phone {
    line-height: 15px; }

  #identity .avantages-bijou {
    display: none; }

  #addresses .main-page-indent .button.button-medium {
    display: block;
    padding: 0; }
    #addresses .main-page-indent .button.button-medium span {
      font-size: 17px;
      padding: 0; }

  #identity .account_creation .form_info {
    top: 0; }

  #identity .account_creation .form_info,
  #identity .wrap-fields-phones,
  .address .inline-infos.required,
  .account_creation .checkbox {
    padding-left: 0; }

  #identity #form-identity .alert,
  #identity #form-change-password .alert {
    margin-left: 0;
    height: auto;
    top: 0; }

  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list li:first-child a {
    width: 48%;
    float: left;
    margin-right: 0; }
    #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list li:first-child a span {
      font-size: 12px; }
  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list li:first-child + li a {
    width: 48%;
    float: right;
    margin-right: 0; }
    #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list li:first-child + li a span {
      font-size: 12px; }
  #module-blockwishlist-mywishlist .wishlistLinkTop #showSendWishlist {
    float: none !important;
    width: 100%; }

  #order #soflexibilite_carrierList ul {
    padding-left: 0; }
  #order #order-detail-content #cart_summary thead tr {
    position: static; }
    #order #order-detail-content #cart_summary thead tr th {
      display: none; }
    #order #order-detail-content #cart_summary thead tr th.cart_product {
      display: block; }

  #order-detail .button.button-small span,
  #history .button.button-small span {
    font-size: 11px;
    line-height: 18px;
    padding: 0 4px; }
  #order-detail #center_column #order-detail-content #cart_summary thead tr,
  #order-detail #block-order-detail #order-detail-content #cart_summary thead tr,
  #history #center_column #order-detail-content #cart_summary thead tr,
  #history #block-order-detail #order-detail-content #cart_summary thead tr {
    position: static; }
    #order-detail #center_column #order-detail-content #cart_summary thead tr th,
    #order-detail #block-order-detail #order-detail-content #cart_summary thead tr th,
    #history #center_column #order-detail-content #cart_summary thead tr th,
    #history #block-order-detail #order-detail-content #cart_summary thead tr th {
      display: none; }
    #order-detail #center_column #order-detail-content #cart_summary thead tr th.item.prod,
    #order-detail #block-order-detail #order-detail-content #cart_summary thead tr th.item.prod,
    #history #center_column #order-detail-content #cart_summary thead tr th.item.prod,
    #history #block-order-detail #order-detail-content #cart_summary thead tr th.item.prod {
      display: block; }
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.item td.cart_description,
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.item td.cart_product,
  #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.item td.cart_description,
  #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.item td.cart_product,
  #history #center_column #order-detail-content #cart_summary tbody tr.item td.cart_description,
  #history #center_column #order-detail-content #cart_summary tbody tr.item td.cart_product,
  #history #block-order-detail #order-detail-content #cart_summary tbody tr.item td.cart_description,
  #history #block-order-detail #order-detail-content #cart_summary tbody tr.item td.cart_product {
    border-bottom: 1px solid #252525 !important; }
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.item td.return_quantity,
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.item td.price,
  #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.item td.return_quantity,
  #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.item td.price,
  #history #center_column #order-detail-content #cart_summary tbody tr.item td.return_quantity,
  #history #center_column #order-detail-content #cart_summary tbody tr.item td.price,
  #history #block-order-detail #order-detail-content #cart_summary tbody tr.item td.return_quantity,
  #history #block-order-detail #order-detail-content #cart_summary tbody tr.item td.price {
    border-bottom-color: #d6d4d4 !important; }
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.cart_item td.order_cb,
  #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.cart_item td.order_cb,
  #history #center_column #order-detail-content #cart_summary tbody tr.cart_item td.order_cb,
  #history #block-order-detail #order-detail-content #cart_summary tbody tr.cart_item td.order_cb {
    position: absolute;
    bottom: 16px;
    padding: 0;
    left: 43%;
    border-bottom: none !important;
    border-top: none !important;
    z-index: 99; }
    #order-detail #center_column #order-detail-content #cart_summary tbody tr.cart_item td.order_cb .checker,
    #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.cart_item td.order_cb .checker,
    #history #center_column #order-detail-content #cart_summary tbody tr.cart_item td.order_cb .checker,
    #history #block-order-detail #order-detail-content #cart_summary tbody tr.cart_item td.order_cb .checker {
      display: inline-block;
      margin-left: 5px; }
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.is-customized td.order_cb,
  #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.is-customized td.order_cb,
  #history #center_column #order-detail-content #cart_summary tbody tr.is-customized td.order_cb,
  #history #block-order-detail #order-detail-content #cart_summary tbody tr.is-customized td.order_cb {
    display: none !important; }
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.customization,
  #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.customization,
  #history #center_column #order-detail-content #cart_summary tbody tr.customization,
  #history #block-order-detail #order-detail-content #cart_summary tbody tr.customization {
    position: relative; }
    #order-detail #center_column #order-detail-content #cart_summary tbody tr.customization .resume-customization,
    #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.customization .resume-customization,
    #history #center_column #order-detail-content #cart_summary tbody tr.customization .resume-customization,
    #history #block-order-detail #order-detail-content #cart_summary tbody tr.customization .resume-customization {
      padding-left: 8px;
      padding-right: 8px; }
    #order-detail #center_column #order-detail-content #cart_summary tbody tr.customization td.order_cb,
    #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.customization td.order_cb,
    #history #center_column #order-detail-content #cart_summary tbody tr.customization td.order_cb,
    #history #block-order-detail #order-detail-content #cart_summary tbody tr.customization td.order_cb {
      position: absolute;
      bottom: 18px;
      padding: 0;
      left: 43%;
      border-bottom: none !important;
      border-top: none !important;
      z-index: 99;
      display: block; }
      #order-detail #center_column #order-detail-content #cart_summary tbody tr.customization td.order_cb .checker,
      #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.customization td.order_cb .checker,
      #history #center_column #order-detail-content #cart_summary tbody tr.customization td.order_cb .checker,
      #history #block-order-detail #order-detail-content #cart_summary tbody tr.customization td.order_cb .checker {
        display: inline-block;
        margin-left: 5px; }
      #order-detail #center_column #order-detail-content #cart_summary tbody tr.customization td.order_cb + td,
      #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.customization td.order_cb + td,
      #history #center_column #order-detail-content #cart_summary tbody tr.customization td.order_cb + td,
      #history #block-order-detail #order-detail-content #cart_summary tbody tr.customization td.order_cb + td {
        display: none !important; }
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.customization.last-custom td.order_cb,
  #order-detail #block-order-detail #order-detail-content #cart_summary tbody tr.customization.last-custom td.order_cb,
  #history #center_column #order-detail-content #cart_summary tbody tr.customization.last-custom td.order_cb,
  #history #block-order-detail #order-detail-content #cart_summary tbody tr.customization.last-custom td.order_cb {
    bottom: 24px; }

  #order-detail #center_column #order-detail-content #cart_summary tbody tr.cart_item td.price,
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.cart_item td.return_quantity,
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.item td.price,
  #order-detail #center_column #order-detail-content #cart_summary tbody tr.item td.return_quantity {
    height: 49px; }

  #addresses .address .button.button-small span {
    line-height: 34px; }

  #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_delete .icon, #module-blockwishlist-mywishlist #block-history .table tbody > tr > td.wishlist_delete [class^="icon-"] {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }

  #authentication #login_form .form-group.form-ok:after,
  #authentication #login_form .form-group.form-error:after,
  #authentication #create-account_form .form-group.form-ok:after,
  #authentication #create-account_form .form-group.form-error:after {
    top: auto !important; }

  /**
  * popin cms
  */
  .mab-popin-cms .v-align {
    width: 100%;
    height: 100%; }
    .mab-popin-cms .v-align .cms-cont-pop .rte {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff; }

  .mab-popin-cms .cross {
    position: fixed !important; }

  #order-detail #order-detail-content #cart_summary tr td.return_quantity,
  #order-detail #order-detail-content #cart_summary tr td.quantity-col,
  #history #order-detail-content #cart_summary tr td.return_quantity,
  #history #order-detail-content #cart_summary tr td.quantity-col {
    width: 43%; }

  #contact .account_creation form .form-control,
  #contact .account_creation form .selector {
    width: 100% !important; }
  #contact .contact-form-box .submit {
    padding-left: 0;
    text-align: center; }

  #contact .account_creation form .desc_contact {
    padding-left: 0; }

  #authentication .label-phone, #identity .label-phone {
    line-height: 16px; }

  .avantages-bijou--ttl {
    padding-top: 30px; 
  }

  @media only screen and (max-width: 767px) {
    .avantages-bijou--ttl {
      margin-top: 50px;
    }
  }

  #order .standard-checkout.button-medium .v-align {
    width: 99%; }

  #order-detail .col-carriers .footable,
  #history .col-carriers .footable {
    width: 99%;
    display: block;
    overflow: hidden; }
  #order-detail .col-carriers thead,
  #history .col-carriers thead {
    display: block; }
    #order-detail .col-carriers thead tr,
    #history .col-carriers thead tr {
      display: block; }
      #order-detail .col-carriers thead tr th,
      #history .col-carriers thead tr th {
        display: block;
        float: left; }
      #order-detail .col-carriers thead tr [data-hide="phone"],
      #history .col-carriers thead tr [data-hide="phone"] {
        display: none; }
      #order-detail .col-carriers thead tr .first_item,
      #history .col-carriers thead tr .first_item {
        width: 45%; }
        #order-detail .col-carriers thead tr .first_item + th,
        #history .col-carriers thead tr .first_item + th {
          width: 55%; }
  #order-detail .col-carriers tbody,
  #history .col-carriers tbody {
    display: block; }
  #order-detail .col-carriers .item,
  #history .col-carriers .item {
    display: block; }
    #order-detail .col-carriers .item td,
    #history .col-carriers .item td {
      width: 100%;
      float: left;
      display: block;
      border: none; }
      #order-detail .col-carriers .item td:first-child,
      #history .col-carriers .item td:first-child {
        width: 45%;
        height: 57px;
        border-bottom: 1px solid #d6d4d4; }
        #order-detail .col-carriers .item td:first-child + td,
        #history .col-carriers .item td:first-child + td {
          width: 55%;
          height: 57px;
          border-right: 1px solid #d6d4d4;
          border-bottom: 1px solid #d6d4d4; }
      #order-detail .col-carriers .item td.unit-weight,
      #history .col-carriers .item td.unit-weight {
        display: none; }
      #order-detail .col-carriers .item td.show-number, #order-detail .col-carriers .item td.price,
      #history .col-carriers .item td.show-number,
      #history .col-carriers .item td.price {
        border-right: 1px solid #d6d4d4;
        border-left: 1px solid #d6d4d4;
        padding-top: 3px;
        padding-bottom: 3px; }
        #order-detail .col-carriers .item td.show-number:before, #order-detail .col-carriers .item td.price:before,
        #history .col-carriers .item td.show-number:before,
        #history .col-carriers .item td.price:before {
          display: inline-block;
          font-weight: 600;
          margin-right: 10px; }
      #order-detail .col-carriers .item td.show-number,
      #history .col-carriers .item td.show-number {
        border-bottom: 1px solid #d6d4d4;
        padding-bottom: 8px; }
        #order-detail .col-carriers .item td.show-number:before,
        #history .col-carriers .item td.show-number:before {
          content: "Numéro de suivi :"; }
      #order-detail .col-carriers .item td.price:before,
      #history .col-carriers .item td.price:before {
        content: "Frais d'expédition :"; }

  .cart_avail-place {
    padding-top: 8px;
    display: block !important; }

  #contact .form-message.form-ok:after,
  #contact .form-message.form-error:after {
    bottom: auto;
    top: 47px; }

  .bottom-pagination-content .nbrItemPage {
    display: none; }

  .header-category .page-heading.no-product {
    position: static; }

  /**
  * MabEarPercing
  * Device < 768px
  **/
  #module-mabearpercing-display #ear-percing .content_scene_cat_bg {
    padding-top: 0; }
  #module-mabearpercing-display #ear-percing .collection-wrapper {
    margin-bottom: 25px; }
    #module-mabearpercing-display #ear-percing .collection-wrapper .collection-item {
      margin-bottom: 30px; }
  #module-mabearpercing-display #ear-percing .text-phone {
    font-size: 24px;
    line-height: 32px; }

  /**
  * Eicaptcha
  * Device < 768px
  **/
  #contact #captcha-box {
    padding-left: 0; } }
@media screen and (max-width: 640px) {
  .ttl--h2 {
    font-size: 18px; } }
@media only screen and (max-width: 576px) {
  .blochomecentral .home-col--access__elem a {
    padding-top: 23px; }

  .home-col--ttl {
    font-size: 15px; }

  .blochomecentral .home-col--access__elem.first .home-col--sub {
    font-size: 10px !important;
    line-height: 9px;
    top: -14px; }
    .blochomecentral .home-col--access__elem.first .home-col--sub br {
      display: block; }

  .home-col--access .padd, .home-col--access a {
    padding-left: 36px; }
    .home-col--access .padd i, .home-col--access a i {
      font-size: 18px;
      top: 24px;
      left: 8px; }

  ul.product_list.grid > li .product-container .functional-buttons div.wishlist {
    left: 0;
    width: auto; }
    ul.product_list.grid > li .product-container .functional-buttons div.wishlist > a {
      float: right; }

  ul.product_list.grid > li:nth-child(2n-1) .popover-content {
    left: 0;
    right: auto; }

  .header-category {
    position: relative;
    padding-top: 27px; }
    .header-category .page-heading {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }

  .address li.address_update a {
    width: 49%;
    display: inline-block;
    margin: 0 !important; }
    .address li.address_update a span {
      padding-left: 0 !important;
      padding-right: 0 !important;
      text-align: center;
      width: 100%; }
  .address li.address_update a + a {
    float: right; }

  /**
  listing
  */
  ul.product_list.grid > li .product-container .product-image-container {
    padding: 10px !important; }

  #columns #newsletter_block_left .form-group.form-ok:after,
  #columns #newsletter_block_left .form-group.form-error:after {
    left: 70%; }

  .catalog-btn .button.button-big {
    position: relative; }
    .catalog-btn .button.button-big span {
      font-size: 17px; }

  /**
  * add product
  */
  body #layer_cart,
  body .mab-popin {
    left: 0 !important;
    right: 0 !important; }
    body #layer_cart .layer_cart_product .product-image-container,
    body .mab-popin .layer_cart_product .product-image-container {
      float: left !important; }
    body #layer_cart .layer_cart_cart,
    body .mab-popin .layer_cart_cart {
      padding-bottom: 90px; }
  body #layer_cart .layer_cart_product {
    padding-top: 15px !important;
    padding-bottom: 15px; }
    body #layer_cart .layer_cart_product .title {
      line-height: 27px; }
    body #layer_cart .layer_cart_product .product-image-container {
      max-width: 100px; }
  body #layer_cart .layer_cart_cart {
    padding-top: 15px !important; }

  body ul.step li.step_todo a, body ul.step li.step_todo span, body ul.step li a, body ul.step li span {
    border-left: 1px solid #b5b5b5; }

  body #layer_cart .layer_cart_cart {
    padding-bottom: 90px; }

  .page--manufacturer .page-heading.product-listing {
    position: relative;
    height: 48px; }
    .page--manufacturer .page-heading.product-listing .cat-name {
      position: absolute;
      bottom: 2px;
      right: 0;
      left: 0;
      font-size: 18px;
      line-height: 18px; }

  #manufacturer .header-creators--ttl {
    font-size: 22px;
    line-height: 23px; }
  #manufacturer .header-creators--subttl {
    font-size: 14px; }

  #manufacturer .creator-line .blocslider--creator + .description {
    font-size: 11px;
    line-height: 13px; }

  #order .order--footer__resume tr > td {
    font-size: 14px !important; }

  /**
  * catalog
  */
  .catalog-row .bloccatalog .wrap-btns a,
  .catalog-row .bloccatalog .wrap-btns button {
    font-size: 11px; }

  #module-blockwishlist-mywishlist .wishlist--tools .wishlist_change_button {
    max-width: 102px; }
    #module-blockwishlist-mywishlist .wishlist--tools .wishlist_change_button span {
      padding: 0 10px; }

  ul.product_list.grid > li .product-container .old-price.hidden-xs-down {
    display: none; }

  #module-blockwishlist-mywishlist .wishlist--tools .wishlist_change_button {
    max-width: 107px;
    min-width: 107px; }
    #module-blockwishlist-mywishlist .wishlist--tools .wishlist_change_button span {
      padding: 0;
      font-size: 12px; }

  body .soflexibilite_addr_sumup .form-group.form-ok:after,
  body .soflexibilite_addr_sumup .form-group.form-error:after {
    position: absolute;
    bottom: 10px;
    right: -5px;
    top: auto; }

  .header-category .page-heading.no-product {
    position: static; } }
@media only screen and (max-width: 410px) {
  .bloc-mea--product .blocslider--creator > span:first-child {
    max-width: 90px;
    width: 90px; }

  .bloc-mea--product .blocslider--creator > span:first-child img {
    max-width: 90px; }

  .bloc-mea-services--ttl + .row.createur .col-sm-4 .lnk_img, header .bloc-mea-services--ttl + .row.createur #header_logo .lnk_img {
    left: 113px; }

  #product #attributes {
    width: 100%;
    height: 41px; }

  #product .find-size {
    clear: left;
    padding-left: 0; }

  /**
  * catalog
  */
  .catalog-row .bloccatalog .wrap-btns a,
  .catalog-row .bloccatalog .wrap-btns button {
    font-size: 10px;
    letter-spacing: -0.02em; } }
@media only screen and (max-width: 390px) {
  .blochomecentral .ttl--h2 {
    letter-spacing: -0.02em;
    padding-right: 45px; }

  body ul.product_list.grid > li .product-container .product-image-container {
    min-height: 135px !important; }

  #columns #newsletter_block_left .form-group .form-control {
    width: 73%; }

  .newsletterbloc {
    padding-left: 20px;
    padding-right: 20px; }
    .newsletterbloc .block_content + div {
      left: 20px;
      right: 20px; }

  .newsletterbloc {
    padding-top: 105px; }

  .newsletterbloc--ttl {
    font-size: 18px;
    margin-bottom: 0; }

  .newsletterbloc--sub {
    font-size: 13px; }

  #reinsurance_block ul li > div {
    font-size: 9px; }
    #reinsurance_block ul li > div::first-line,
    #reinsurance_block ul li > div p::first-line, #reinsurance_block ul li > div .first-line {
      font-size: 12px; }

  .blochomecentral .home-col--cat li:nth-child(4) a {
    padding-top: 10px; }

  .home-col--ttl {
    font-size: 11px;
    line-height: 12px; }

  .home-col--access a i {
    font-size: 18px;
    top: 21px;
    left: 6px; }

  .home-col--access a {
    padding-left: 30px; }

  .blochomecentral .home-col--access__elem.first .home-col--sub {
    font-size: 10px !important; }

  .blochomecentral .home-col--access__elem.engagements a {
    padding-right: 20px;
    padding-top: 10px; }

  /**
  * product list
  */
  .product_list .right-block [itemprop="name"] {
    right: 40%; }

  .product_list .right-block .content_price {
    left: 60%; }

  ul.product_list.grid > li .product-container .old-price {
    font-size: 13px !important;
    text-align: right; }
    ul.product_list.grid > li .product-container .old-price .small {
      font-size: 11px; }

  .price.product-price {
    font-size: 16px !important;
    text-align: right; }
    .price.product-price .small {
      font-size: 13px; }

  .top-pagination-content ul.pagination,
  .bottom-pagination-content ul.pagination {
    white-space: normal; }

  #product .socialsharing_product:before {
    display: block;
    text-align: center;
    padding-bottom: 8px; }

  .social-share-mob .socialsharing_product:before {
    display: block;
    text-align: center;
    padding-bottom: 8px; }

  .bloc-mea-services--ttl + .row.createur .col-sm-4 .lnk_img, header .bloc-mea-services--ttl + .row.createur #header_logo .lnk_img {
    font-size: 11px; }

  .catalog-btn .button.button-big {
    position: relative; }
    .catalog-btn .button.button-big span {
      padding: 0 0 0 10px;
      font-size: 16px; }
      .catalog-btn .button.button-big span i {
        display: none; }

  /**
  * MabEarPercing
  * Phone < 390px
  **/
  #module-mabearpercing-display #ear-percing .col-xs-6 {
    padding: 0; }
  #module-mabearpercing-display #ear-percing .bg-fun {
    min-height: 155px; }
    #module-mabearpercing-display #ear-percing .bg-fun .question {
      font-size: 12px;
      line-height: 14px; } }
@media only screen and (max-width: 340px) {
  .blochomecentral .home-col--access__elem.first .home-col--sub {
    font-size: 9px !important; } }
@media only screen and (max-height: 400px) {
  /**
  * popin cms
  */
  .mab-popin-cms .v-align .cms-cont-pop .rte {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    background: #fff; }

  .mab-popin-cms .cross {
    position: fixed !important; } }
@media only screen and (max-height: 335px) {
  body #iqitpopup, body #iqitpopup-overlay,
  body .mabpopup, body .mabpopup-overlay {
    display: block !important; } }
/* Special case for my-account on mobile */
body#my-account.mobile-device .breadcrumb, body#my-account.mobile-device .avantages-bijou, body#my-account.mobile-device .footer-container, body#my-account.mobile-device .columns-container + hr {
  display: none; }

/*$screen-lg:                  1200px !default;
$screen-lg-desktop:          $screen-lg !default;

// So media queries don't overlap when required, provide a maximum
$screen-xs-max:              ($screen-sm - 1) !default;
$screen-sm-max:              ($screen-md - 1) !default;
$screen-md-max:              ($screen-lg - 1) !default;*/
@media only screen and (max-width: 1199px) {
  .catalog-row .rte .bloccatalog {
    height: 510px; }
    .catalog-row .rte .bloccatalog .bloccatalog-ttl a {
      font-size: 15px; }
    .catalog-row .rte .bloccatalog .wrap-btns a {
      font-size: 14px; } }
@media only screen and (max-width: 991px) {
  .catalog-row .rte .bloccatalog {
    height: 560px; } }
@media only screen and (max-width: 767px) {
  .catalog-row .rte .bloccatalog {
    height: auto; }
    .catalog-row .rte .bloccatalog .bloccatalog-ttl a {
      font-size: 17px; }

  #order #form #ordermsg, #order #form #orderbag {
    padding-left: 60px; }
  }
/**
* 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;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

#carrier_area #so-flexibility-info-commande {
  display: none; }

/**
* Encart délai garanti
**/
#order .etiquette_delay {
  display: inline-block;
  background-color: #a18c6f;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px;
  margin-top: 5px; }

/**
* Module mabGuaranteeDelivery
**/
#mabGuaranteeDelivery {
  color: #777;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }
  #mabGuaranteeDelivery img {
    vertical-align: middle;
    max-height: 75px; }
  #mabGuaranteeDelivery span {
    margin-left: 4px; }

/**
* mabGuaranteeDelivery on cart page
 */
#mabGuaranteeDeliveryCart #mabGuaranteeDelivery {
  max-height: 130px;
  width: 100%;
  overflow: hidden;
  text-align: center; }
  #mabGuaranteeDeliveryCart #mabGuaranteeDelivery span {
    display: block; }

/**
* mabGuaranteeDelivery on carrier page
 */
#mabGuaranteeDeliveryCarrier #mabGuaranteeDelivery {
  display: table;
  margin: auto;
  max-height: 128px;
  text-align: left;
  overflow: hidden; }
  #mabGuaranteeDeliveryCarrier #mabGuaranteeDelivery img {
    float: left; }
  #mabGuaranteeDeliveryCarrier #mabGuaranteeDelivery span {
    display: block;
    float: left; }

/**
* Chronopost
**/
#chronorelais_container input[type=radio] {
  -webkit-appearance: radio; }

/**
* mabFreeShipping
 */
#freeShippingHeader {
  background-color: #a18c6f;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 6px 10px 1px 10px; }
  #freeShippingHeader .helper-freeshipping {
    display: table;
    margin: auto;
    padding-left: 58px;
    position: relative; }
    #freeShippingHeader .helper-freeshipping .picto-camion {
      left: 0;
      margin-top: -5px;
      position: absolute;
      top: 50%;
      transform: translateY(-51%); }

#freeShippingExclusvieCart {
  padding: 10px 20px 22px 20px;
  position: relative; }
  #freeShippingExclusvieCart img {
    width: 100%; }

#freeShippingWrapper .mabpopup {
  height: auto;
  top: 50%;
  transform: translateY(-50%); }
  #freeShippingWrapper .mabpopup .mabpopup-content {
    color: #333;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    padding: 20px 35px; }
    #freeShippingWrapper .mabpopup .mabpopup-content:before {
      left: auto;
      width: 0; }
    #freeShippingWrapper .mabpopup .mabpopup-content .ttl--niv1.page-heading {
      color: #a18c6f;
      font-size: 20px;
      padding-bottom: 10px;
      text-transform: uppercase; }
    #freeShippingWrapper .mabpopup .mabpopup-content a {
      text-decoration: underline; }
    #freeShippingWrapper .mabpopup .mabpopup-content img {
      height: auto;
      max-width: 100%; }

/**
* Eicaptcha
**/
#captcha-box {
  text-align: center;
  padding-left: 15px; }
  #captcha-box > div {
    display: inline-block; }

#captcha-box + .alert {
  margin-top: 15px; }

.mabpopup #send_friend_form {
  width: 100%;
  overflow: auto;
  padding: 0 30px;
  height: 100%; }

/**
* Mabjewelrycreation
 */
.creation-bijoux {
  border-top: 1px solid #999;
  padding-top: 16px; }
  .creation-bijoux .socialsharing_product {
    white-space: nowrap; }
    .creation-bijoux .socialsharing_product li {
      display: inline-block;
      margin: 0 2px; }
  .creation-bijoux .category-top-img {
    width: 90%;
    margin: 0 auto; }
    .creation-bijoux .category-top-img img {
      margin: 0 auto; }
    .creation-bijoux .category-top-img .img-global {
      display: block; }
    .creation-bijoux .category-top-img .img-xs {
      display: none; }
    @media (max-width: 767px) {
      .creation-bijoux .category-top-img .img-global {
        display: none; }
      .creation-bijoux .category-top-img .img-xs {
        display: block; } }
  .creation-bijoux .center-block {
    width: 90%;
    margin-top: 40px; }
    .creation-bijoux .center-block:not(.form) {
      text-align: center; }
    .creation-bijoux .center-block .content_scene_cat_bg category-top-img {
      width: 90%;
      margin: 0 auto; }
    .creation-bijoux .center-block .ttl--niv1 {
      line-height: initial;
      display: inline-block;
      color: #a18c6f;
      margin-bottom: 10px;
      font-size: 33px;
      font-weight: 400; }
    .creation-bijoux .center-block .ttl--niv2 {
      line-height: initial;
      display: inline-block;
      margin-top: 30px;
      font-size: 28px;
      font-weight: 400; }
    @media (max-width: 767px) {
      .creation-bijoux .center-block .ttl--niv1 {
        font-size: 19px; }
      .creation-bijoux .center-block .ttl--niv2 {
        font-size: 19px !important; } }
    .creation-bijoux .center-block .btn-link {
      margin-top: 20px; }
    .creation-bijoux .center-block .social-share-mob {
      margin-top: 30px; }
      .creation-bijoux .center-block .social-share-mob .ttl-h4 {
        color: #2d2c2b;
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block; }
      .creation-bijoux .center-block .social-share-mob .socialsharing_product {
        padding-top: 10px; }
  .creation-bijoux #jewelrycreationform #form_jewel_idea {
    width: 100%;
    height: 90px; }
  .creation-bijoux #jewelrycreationform .rules {
    font-size: 11px; }
    .creation-bijoux #jewelrycreationform .rules.description-rules {
      color: #a18c6f;
      margin-top: 5px; }
    .creation-bijoux #jewelrycreationform .rules.draw-rules {
      margin-top: 15px; }
  .creation-bijoux #jewelrycreationform .add_address_row {
    height: 50px; }
  .creation-bijoux #jewelrycreationform .add_address {
    margin-top: 10px; }
    .creation-bijoux #jewelrycreationform .add_address .button {
      border-radius: 6px;
      line-height: 30px; }
      .creation-bijoux #jewelrycreationform .add_address .button span {
        background: #fff;
        border-radius: 6px;
        color: #a18c6f; }
  .creation-bijoux #jewelrycreationform .button.button-small span i {
    font-size: 12px;
    margin-right: 0; }
  .creation-bijoux #jewelrycreationform .upload .btn-file {
    margin-top: 30px;
    position: relative;
    display: block;
    width: 100%; }
    .creation-bijoux #jewelrycreationform .upload .btn-file #form_jewel_file {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 200; }
    .creation-bijoux #jewelrycreationform .upload .btn-file .btn {
      border-radius: 6px;
      position: relative;
      z-index: 100;
      color: #a18c6f;
      border: 2px solid #a18c6f; }
      .creation-bijoux #jewelrycreationform .upload .btn-file .btn:hover, .creation-bijoux #jewelrycreationform .upload .btn-file .btn:active, .creation-bijoux #jewelrycreationform .upload .btn-file .btn:focus {
        background-color: #fff;
        cursor: pointer; }
      .creation-bijoux #jewelrycreationform .upload .btn-file .btn .text {
        font-size: 14px;
        font-weight: 600; }
  .creation-bijoux #jewelrycreationform .upload .name-file {
    padding: 12px 20px;
    margin-top: 10px;
    display: block;
    width: 100%;
    background-color: #ebebe8; }
    .creation-bijoux #jewelrycreationform .upload .name-file .filename {
      font-size: 14px;
      font-weight: bold; }
    .creation-bijoux #jewelrycreationform .upload .name-file .resetFile {
      float: right;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      background-color: #a18c6f;
      border-radius: 12px;
      font-size: 17px;
      display: inline-block;
      color: #fff; }
      .creation-bijoux #jewelrycreationform .upload .name-file .resetFile:hover {
        cursor: pointer; }
  .creation-bijoux #jewelrycreationform .address_select {
    display: inline-block !important;
    width: 100%;
    border: 1px solid #d6d6d6; }
  .creation-bijoux #jewelrycreationform .checkbox checker span.checked {
    content: "\2713";
    display: inline-block;
    font-family: "mab";
    color: #a18c6f;
    font-size: 17px;
    top: -2px;
    position: absolute;
    left: -3px;
    line-height: 15px; }
  .creation-bijoux #jewelrycreationform .submitjewelrycreationform {
    margin-top: 50px; }
    .creation-bijoux #jewelrycreationform .submitjewelrycreationform span {
      display: inline-block; }
  .creation-bijoux #jewelrycreationform .col-sm-6:nth-child(even) {
    padding-left: 13px; }
  .creation-bijoux #jewelrycreationform .col-sm-6:nth-child(odd) {
    padding-right: 13px; }
  .creation-bijoux #jewelrycreationform .ttl--niv2 {
    font-size: 22px;
    font-weight: bold; }
  .creation-bijoux #jewelrycreationform .cgv a {
    text-decoration: underline; }
    .creation-bijoux #jewelrycreationform .cgv a:hover {
      text-decoration: none; }

/**
* MabEarPercing
**/
#module-mabearpercing-display #slider_row {
  padding: 0; }

#ear-percing {
  border-top: 2px solid #d6d6d6;
  padding-top: 15px; }
  #ear-percing .socialsharing_product li {
    display: inline-block; }
  #ear-percing .main-img {
    margin: 20px 0 15px;
    text-align: center; }
    #ear-percing .main-img img {
      display: inline-block; }
  #ear-percing .bg-fun {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 15px;
    min-height: 315px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%; }
    #ear-percing .bg-fun.bg-fun-yellow {
      background-image: url("/modules/mabearpercing/views/img/questions-bg/FD-01.svg"); }
      #ear-percing .bg-fun.bg-fun-yellow .question {
        width: 84%;
        /* In order to preload hover background SVG */
        background: url("/modules/mabearpercing/views/img/questions-bg/rollover-01.svg") no-repeat -9999px -9999px; }
      #ear-percing .bg-fun.bg-fun-yellow:hover, #ear-percing .bg-fun.bg-fun-yellow:active, #ear-percing .bg-fun.bg-fun-yellow:focus {
        background-image: url("/modules/mabearpercing/views/img/questions-bg/rollover-01.svg"); }
        #ear-percing .bg-fun.bg-fun-yellow:hover .question, #ear-percing .bg-fun.bg-fun-yellow:active .question, #ear-percing .bg-fun.bg-fun-yellow:focus .question {
          color: #f8af00; }
    #ear-percing .bg-fun.bg-fun-pink {
      background-image: url("/modules/mabearpercing/views/img/questions-bg/FD-02.svg"); }
      #ear-percing .bg-fun.bg-fun-pink .question {
        width: 70%;
        /* In order to preload hover background SVG */
        background: url("/modules/mabearpercing/views/img/questions-bg/rollover-02.svg") no-repeat -9999px -9999px; }
      #ear-percing .bg-fun.bg-fun-pink:hover, #ear-percing .bg-fun.bg-fun-pink:active, #ear-percing .bg-fun.bg-fun-pink:focus {
        background-image: url("/modules/mabearpercing/views/img/questions-bg/rollover-02.svg"); }
        #ear-percing .bg-fun.bg-fun-pink:hover .question, #ear-percing .bg-fun.bg-fun-pink:active .question, #ear-percing .bg-fun.bg-fun-pink:focus .question {
          color: #e25092; }
    #ear-percing .bg-fun.bg-fun-grey {
      background-image: url("/modules/mabearpercing/views/img/questions-bg/FD-03.svg"); }
      #ear-percing .bg-fun.bg-fun-grey .question {
        width: 60%;
        /* In order to preload hover background SVG */
        background: url("/modules/mabearpercing/views/img/questions-bg/rollover-03.svg") no-repeat -9999px -9999px; }
      #ear-percing .bg-fun.bg-fun-grey:hover, #ear-percing .bg-fun.bg-fun-grey:active, #ear-percing .bg-fun.bg-fun-grey:focus {
        background-image: url("/modules/mabearpercing/views/img/questions-bg/rollover-03.svg"); }
        #ear-percing .bg-fun.bg-fun-grey:hover .question, #ear-percing .bg-fun.bg-fun-grey:active .question, #ear-percing .bg-fun.bg-fun-grey:focus .question {
          color: #657e8e; }
    #ear-percing .bg-fun.bg-fun-green1 {
      background-image: url("/modules/mabearpercing/views/img/questions-bg/FD-04.svg"); }
      #ear-percing .bg-fun.bg-fun-green1 .question {
        width: 70%;
        /* In order to preload hover background SVG */
        background: url("/modules/mabearpercing/views/img/questions-bg/rollover-04.svg") no-repeat -9999px -9999px; }
      #ear-percing .bg-fun.bg-fun-green1:hover, #ear-percing .bg-fun.bg-fun-green1:active, #ear-percing .bg-fun.bg-fun-green1:focus {
        background-image: url("/modules/mabearpercing/views/img/questions-bg/rollover-04.svg"); }
        #ear-percing .bg-fun.bg-fun-green1:hover .question, #ear-percing .bg-fun.bg-fun-green1:active .question, #ear-percing .bg-fun.bg-fun-green1:focus .question {
          color: #328d66; }
    #ear-percing .bg-fun.bg-fun-green2 {
      background-image: url("/modules/mabearpercing/views/img/questions-bg/FD-08.svg"); }
      #ear-percing .bg-fun.bg-fun-green2 .question {
        /* In order to preload hover background SVG */
        background: url("/modules/mabearpercing/views/img/questions-bg/rollover-08.svg") no-repeat -9999px -9999px; }
      #ear-percing .bg-fun.bg-fun-green2:hover, #ear-percing .bg-fun.bg-fun-green2:active, #ear-percing .bg-fun.bg-fun-green2:focus {
        background-image: url("/modules/mabearpercing/views/img/questions-bg/rollover-08.svg"); }
        #ear-percing .bg-fun.bg-fun-green2:hover .question, #ear-percing .bg-fun.bg-fun-green2:active .question, #ear-percing .bg-fun.bg-fun-green2:focus .question {
          color: #7ba718; }
    #ear-percing .bg-fun.bg-fun-blue {
      background-image: url("/modules/mabearpercing/views/img/questions-bg/FD-07.svg"); }
      #ear-percing .bg-fun.bg-fun-blue .question {
        width: 65%;
        /* In order to preload hover background SVG */
        background: url("/modules/mabearpercing/views/img/questions-bg/rollover-07.svg") no-repeat -9999px -9999px; }
      #ear-percing .bg-fun.bg-fun-blue:hover, #ear-percing .bg-fun.bg-fun-blue:active, #ear-percing .bg-fun.bg-fun-blue:focus {
        background-image: url("/modules/mabearpercing/views/img/questions-bg/rollover-07.svg"); }
        #ear-percing .bg-fun.bg-fun-blue:hover .question, #ear-percing .bg-fun.bg-fun-blue:active .question, #ear-percing .bg-fun.bg-fun-blue:focus .question {
          color: #5684c1; }
    #ear-percing .bg-fun.bg-fun-green3 {
      background-image: url("/modules/mabearpercing/views/img/questions-bg/FD-06.svg"); }
      #ear-percing .bg-fun.bg-fun-green3 .question {
        /* In order to preload hover background SVG */
        background: url("/modules/mabearpercing/views/img/questions-bg/rollover-06.svg") no-repeat -9999px -9999px; }
      #ear-percing .bg-fun.bg-fun-green3:hover, #ear-percing .bg-fun.bg-fun-green3:active, #ear-percing .bg-fun.bg-fun-green3:focus {
        background-image: url("/modules/mabearpercing/views/img/questions-bg/rollover-06.svg"); }
        #ear-percing .bg-fun.bg-fun-green3:hover .question, #ear-percing .bg-fun.bg-fun-green3:active .question, #ear-percing .bg-fun.bg-fun-green3:focus .question {
          color: #479c8c; }
    #ear-percing .bg-fun.bg-fun-purple {
      background-image: url("/modules/mabearpercing/views/img/questions-bg/FD-05.svg"); }
      #ear-percing .bg-fun.bg-fun-purple .question {
        /* In order to preload hover background SVG */
        background: url("/modules/mabearpercing/views/img/questions-bg/rollover-05.svg") no-repeat -9999px -9999px; }
      #ear-percing .bg-fun.bg-fun-purple:hover, #ear-percing .bg-fun.bg-fun-purple:active, #ear-percing .bg-fun.bg-fun-purple:focus {
        background-image: url("/modules/mabearpercing/views/img/questions-bg/rollover-05.svg"); }
        #ear-percing .bg-fun.bg-fun-purple:hover .question, #ear-percing .bg-fun.bg-fun-purple:active .question, #ear-percing .bg-fun.bg-fun-purple:focus .question {
          color: #a66ab1; }
    #ear-percing .bg-fun .question {
      color: #FFF;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 23px;
      font-weight: bold;
      left: 50%;
      line-height: 25px;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      width: 75%; }
  #ear-percing .collection-wrapper {
    margin: 35px 0 70px; }
    #ear-percing .collection-wrapper .collection-item {
      display: inline-block;
      margin-bottom: 15px;
      position: relative; }
      #ear-percing .collection-wrapper .collection-item:hover .btn-link, #ear-percing .collection-wrapper .collection-item:active .btn-link, #ear-percing .collection-wrapper .collection-item:focus .btn-link {
        background-color: #fff;
        border: 2px solid #a18c6f;
        color: #a18c6f;
        text-decoration: none; }
      #ear-percing .collection-wrapper .collection-item .btn-link {
        bottom: -20px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
  #ear-percing .text-phone {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
    text-transform: uppercase; }
    #ear-percing .text-phone .phone {
      display: inline-block; }
  #ear-percing .text-rules {
    color: #777777;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px; }
    #ear-percing .text-rules a {
      text-decoration: underline; }
  #ear-percing .social-share-mob {
    font-size: 18px;
    margin-top: 40px;
    text-align: center; }
  #ear-percing .information {
    color: #4f4e4e;
    font-size: 16px;
    margin-bottom: 25px; }
    #ear-percing .information em {
      font-style: italic; }
  #ear-percing .participating-btn-wrapper {
    margin-bottom: 25px;
    text-align: center; }

.fancybox-inner {
  font-family: "Roboto", sans-serif; }
  .fancybox-inner .carousels {
    color: #4f4e4e;
    font-size: 17px;
    text-align: center; }
  .fancybox-inner .carousel-logo-wrapper {
    background: #a18c6f;
    display: inline-block;
    padding: 15px; }
  .fancybox-inner .carousel-earpercing-logo-wrapper {
    margin: 20px 0 40px;
    text-align: center; }
  .fancybox-inner .carousel-earpercing-title {
    color: black;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .fancybox-inner .carousel-logo-wrapper {
    display: block;
    text-align: center; } }
body .fancybox-wrap .fancybox-skin {
  border-radius: 0;
  padding: 0 !important; }
 /* body .fancybox-wrap .fancybox-skin .fancybox-close {
    right: 25px;
    top: 15px; } */
    body .fancybox-wrap .fancybox-skin .fancybox-close:active, body .fancybox-wrap .fancybox-skin .fancybox-close:focus {
      text-decoration: none; }
    body .fancybox-wrap .fancybox-skin .fancybox-close:after {
      font-family: "mab";
      content: "\2613";
      color: #fff; }

.linkmabr {
  cursor: pointer; }

#form-identity .rgpd_mention {
  clear: both;
  font-size: 10px;
  line-height: 13px;
  margin-left: 33%;
  max-width: 420px; }
  #form-identity .rgpd_mention a {
    color: #777;
    text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    #form-identity .rgpd_mention {
      margin-left: 0; } }

#cms #center_column #newsletter_block_left .rgpd_mention {
  color: white;
  font-size: 11px;
  line-height: 14px; }
  #cms #center_column #newsletter_block_left .rgpd_mention a {
    color: white;
    font-size: 11px;
    text-decoration: underline; }

#iqitpopup .rgpd_mention {
  font-size: 11px;
  line-height: 14px;
  margin-top: 20px; }
  #iqitpopup .rgpd_mention a {
    color: #777;
    text-decoration: underline; }

#footer .rgpd_mention {
  margin-top: 15px;
  font-size: 11px;
  line-height: 12px;
  text-align: justify; }
  #footer .rgpd_mention a {
    color: #777;
    text-decoration: underline; }

.header-selections--ttl {
  font-size: 29px;
  color: #252525;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-top: 0;
  border: none;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 4px; }
.header-selections--intro {
  padding-top: 12px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px; }
  .header-selections--intro p {
    font-family: "Roboto", sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 19px; }
.header-selections--social {
  padding-top: 20px; }
  .header-selections--social .socialsharing_product {
    padding-top: 0;
    white-space: nowrap;
    text-align: right;
    position: absolute;
    top: 0;
    right: 7.5px; }
.header-selections--subttl {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #252525;
  margin: 0; }

.module-mabselectionspecial-selectionspecial .ttl--niv2 {
  margin-top: 90px;
  padding-bottom: 6px;
  border-bottom: 2px solid #d6d6d6; }
.module-mabselectionspecial-selectionspecial #slider_row {
  border-top: 2px solid #d6d6d6;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 15px; }

#selections_list > .row {
  display: flex;
  flex-wrap: wrap; }
#selections_list .selection {
  position: relative;
  display: flex;
  flex-direction: column-reverse; }
  #selections_list .selection.selection-line {
    border-top: 2px solid #d6d6d6;
    padding: 40px 0; }
    #selections_list .selection.selection-line:first-child {
      border-top: none;
      padding-top: 15px; }
  #selections_list .selection > .container {
    width: 100%; }
  #selections_list .selection--img {
    margin: 10px auto 0 auto;
    max-width: 310px;
    position: relative; }
    #selections_list .selection--img img {
      width: 100%; }
  #selections_list .selection--name {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #252525;
    text-transform: uppercase;
    margin: 0;
    text-align: center; }
  #selections_list .selection--button {
    background: #a18c6f;
    border: 2px solid transparent;
    border-radius: 6px;
    bottom: 0;
    color: #fff;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
    left: 50%;
    margin-top: 12px;
    min-height: 40px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, 0);
    width: 95%; }
    #selections_list .selection--button:hover {
      background: #fff;
      color: #a18c6f;
      border: 2px solid #a18c6f; }
    #selections_list .selection--button.disabled {
      background: #a18c6f;
      opacity: 0.5; }
      #selections_list .selection--button.disabled:hover {
        background: #a18c6f;
        color: white; }
  #selections_list .selection .selection-info-wrapper {
    min-height: 100px; }

/* Mobile */
@media only screen and (max-width: 767px) {
  #selections_list .selection.selection-line .selection-info-wrapper {
    position: absolute;
    z-index: 1; }
    #selections_list .selection.selection-line .selection-info-wrapper.no-product {
      top: 15px; }
  #selections_list .selection.selection-line .product_list.grid > li:first-child {
    margin-left: 50%; }
  #selections_list .selection.selection-line .product_list.grid > li:nth-child(2n+1) {
    clear: none !important; } }
#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; }

#module-mabresetpassword-resetpassword #slider_row {
  display: none; }
#module-mabresetpassword-resetpassword #form-change-password .form-group > label {
  color: #414042;
  display: inline-block;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 12px;
  padding-right: 15px;
  text-align: right;
  width: 33%; }
#module-mabresetpassword-resetpassword #form-change-password .form-group .form-control {
  border: 1px solid #d6d6d6;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  max-width: 418px; }
#module-mabresetpassword-resetpassword #form-change-password .form-group.form-error + .alert {
  display: block !important; }
#module-mabresetpassword-resetpassword #form-change-password .form-group + .alert {
  border: none;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  margin-left: 33.5%;
  max-width: 417px;
  padding: 10px;
  position: relative;
  text-shadow: none;
  top: -10px; }
#module-mabresetpassword-resetpassword #form-change-password .form_info {
  display: block;
  padding-left: 35%;
  position: relative;
  top: -7px; }
#module-mabresetpassword-resetpassword #form-change-password .form-submit {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  #module-mabresetpassword-resetpassword #form-change-password .form-submit button span {
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase; }

@media only screen and (max-width: 991px) {
  #module-mabresetpassword-resetpassword #form-change-password .form-group > label {
    width: 35%; }
  #module-mabresetpassword-resetpassword #form-change-password .form-group + .alert {
    margin-left: 35.5%; } }
@media only screen and (max-width: 767px) {
  #module-mabresetpassword-resetpassword #form-change-password .form-group > label {
    margin-bottom: 0;
    padding-top: 8px;
    text-align: left;
    width: 100%; }
  #module-mabresetpassword-resetpassword #form-change-password .form-group.form-error:after {
    bottom: 8px; }
  #module-mabresetpassword-resetpassword #form-change-password .form-group + .alert {
    margin-left: 0; }
  #module-mabresetpassword-resetpassword #form-change-password .form-control {
    max-width: 100%;
    width: 100%; }
  #module-mabresetpassword-resetpassword #form-change-password .form_info {
    padding-left: 0;
    top: 0; } }
#order-follow #return-form-wrapper, #order-follow #order-list, #order-follow #block-order-detail {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
#order-follow #return-form-wrapper .return-info {
  margin-bottom: 20px; }
#order-follow #return-form-wrapper .order-return-selector {
  margin-bottom: 20px; }
  #order-follow #return-form-wrapper .order-return-selector .selector {
    border: 1px solid #d6d4d4;
    color: #333;
    font-size: 14px; }
#order-follow #return-form-wrapper .order-return-action {
  margin-bottom: 30px; }
  #order-follow #return-form-wrapper .order-return-action-button {
    background: white;
    border: 1px solid #d6d4d4;
    color: #333;
    padding: 20px 110px;
    width: 100%; }
    #order-follow #return-form-wrapper .order-return-action-button .request-title, #order-follow #return-form-wrapper .order-return-action-button .resquest-info {
      display: block; }
    #order-follow #return-form-wrapper .order-return-action-button .request-title {
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 20px;
      text-transform: uppercase; }
    #order-follow #return-form-wrapper .order-return-action-button:focus {
      outline: none; }
    #order-follow #return-form-wrapper .order-return-action-button.active, #order-follow #return-form-wrapper .order-return-action-button:hover {
      background: #ebebe8; }
    #order-follow #return-form-wrapper .order-return-action-button:disabled {
      color: #333; }
#order-follow #return-form-wrapper .order-return-sav-title {
  color: #a18c6f;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px; }
#order-follow #return-form-wrapper .order-return-sav-info {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 30px; }
#order-follow #return-form-wrapper .order-return-sav-subtitle {
  font-weight: bold; }
#order-follow #return-form-wrapper .order-return-sav-content a {
  text-decoration: underline; }
#order-follow #return-form-wrapper .order-return-sav-content em {
  font-style: italic; }
#order-follow #return-form-wrapper .order-return-request-steps {
  margin-bottom: 30px; }
  #order-follow #return-form-wrapper .order-return-request-steps-title {
    color: #a18c6f;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }
#order-follow #return-form-wrapper .order-return-request-step-content {
  min-height: 114px;
  padding: 10px 15px;
  text-align: center; }
  #order-follow #return-form-wrapper .order-return-request-step-content .step-badge {
    background: #d6d4d4;
    border-radius: 100%;
    color: white;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px 8px; }
  #order-follow #return-form-wrapper .order-return-request-step-content .step-content {
    display: block;
    color: #333; }
#order-follow #return-form-wrapper .order-return-request-step + .order-return-request-step {
  border-left: 1px solid #d6d4d4; }
#order-follow #return-form-wrapper .order-return-request-title {
  color: #a18c6f;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px; }
#order-follow #return-form-wrapper .order-return-request-form-info {
  margin-bottom: 20px; }
#order-follow #return-form-wrapper .order-return-request #order-detail-content #cart_summary {
  margin-bottom: 30px; }
  #order-follow #return-form-wrapper .order-return-request #order-detail-content #cart_summary .cart-product-info-name {
    color: #333;
    font-weight: bold; }
  #order-follow #return-form-wrapper .order-return-request #order-detail-content #cart_summary .cart-product-info-reference, #order-follow #return-form-wrapper .order-return-request #order-detail-content #cart_summary .cart-product-info-state {
    font-size: 12px; }
  #order-follow #return-form-wrapper .order-return-request #order-detail-content #cart_summary .cart-product-info-state {
    font-weight: bold; }
  #order-follow #return-form-wrapper .order-return-request #order-detail-content #cart_summary .has-error .selector {
    border: 1px solid red; }
#order-follow #return-form-wrapper .order-return-request-action {
  float: right; }
  #order-follow #return-form-wrapper .order-return-request-action-button {
    background: #ebebe8;
    border: none;
    color: #333;
    font-weight: bold;
    padding: 10px 25px;
    text-transform: uppercase; }
    #order-follow #return-form-wrapper .order-return-request-action-button:focus {
      outline: none; }
    #order-follow #return-form-wrapper .order-return-request-action-button:hover, #order-follow #return-form-wrapper .order-return-request-action-button:active, #order-follow #return-form-wrapper .order-return-request-action-button:focus {
      background: #a18c6f;
      color: white; }
#order-follow #order-list .history_method .button {
  float: right; }
#order-follow #block-order-detail {
  border: 1px solid #d6d4d4;
  padding: 20px; }
  #order-follow #block-order-detail .download-btn-wrapper {
    margin-top: 15px;
    text-align: center; }
    #order-follow #block-order-detail .download-btn-wrapper .download-btn:active, #order-follow #block-order-detail .download-btn-wrapper .download-btn:focus {
      text-decoration: none; }
  #order-follow #block-order-detail p {
    margin-bottom: 9px; }
  #order-follow #block-order-detail #order-detail-content {
    margin-bottom: 30px; }
  #order-follow #block-order-detail .bloc-2-reminder-wrapper {
    margin-bottom: 0; }
    #order-follow #block-order-detail .bloc-2-reminder-wrapper .condition {
      color: #ababa9;
      font-size: 10px;
      line-height: 15px; }

@media (max-width: 1199px) {
  #order-follow #return-form-wrapper .order-return-action-button {
    padding: 20px 10px; } }
@media (max-width: 767px) {
  #order-follow #return-form-wrapper .order-return-action-button {
    min-height: 116px; }
    #order-follow #return-form-wrapper .order-return-action-button-wrapper + .order-return-action-button-wrapper {
      margin-top: 15px; }
  #order-follow #return-form-wrapper .order-return-request-step-content {
    min-height: 60px;
    text-align: left; }
    #order-follow #return-form-wrapper .order-return-request-step-content .step-badge {
      float: left;
      margin-right: 15px; }
    #order-follow #return-form-wrapper .order-return-request-step-content .step-content {
      display: inline; }
  #order-follow #return-form-wrapper .order-return-request-step + .order-return-request-step {
    border: none; }
  #order-follow #return-form-wrapper .order-return-request-action {
    float: none;
    text-align: center; }
  #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row {
    border: 1px solid #d6d4d4;
    padding: 8px; }
    #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row .cart-product-img {
      border: 1px solid #d6d4d4;
      padding: 0;
      width: 25%; }
    #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row .cart-product-info {
      padding-left: 15px;
      width: 75%; }
    #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row .cart-product-selector {
      padding: 20px 15px 10px;
      width: 100%; }
      #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row .cart-product-selector .checker {
        display: inline-block; }
      #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row .cart-product-selector-label {
        border: 1px solid #d6d4d4;
        display: inline-block;
        font-weight: normal;
        margin-left: 5px;
        padding: 5px;
        text-align: center;
        width: 85%; }
        #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row .cart-product-selector-label.active {
          color: #a18c6f;
          font-weight: bold; }
    #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row .cart-product-reason-selector {
      padding: 0 15px;
      width: 100%; }
    #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row td {
      border: none; }
      #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row td div {
        display: inherit; }
    #order-follow #return-form-wrapper #order-detail-content #cart_summary tbody .cart-product-row + .cart-product-row {
      margin-top: 15px; }
  #order-follow #order-list {
    font-size: 12px; }
    #order-follow #order-list .return-cell {
      width: 35%; }
    #order-follow #order-list td, #order-follow #order-list th {
      padding: 5px; }
    #order-follow #order-list .history_method .show-order-return-wrapper {
      display: block; }
      #order-follow #order-list .history_method .show-order-return-wrapper .button {
        float: left;
        margin-top: 5px; }
        #order-follow #order-list .history_method .show-order-return-wrapper .button span {
          font-size: 12px; }
  #order-follow #block-order-detail {
    padding: 10px; }
    #order-follow #block-order-detail .box {
      padding: 14px 10px 20px; }
      #order-follow #block-order-detail .box .download-btn {
        font-size: 11px;
        padding: 8px 30px 8px 10px; } }
#module-faqs-display #search_faqs #search_faqs_container {
  background-color: #a18c6f; }
#module-faqs-display #search_faqs #search_faqs_input, #module-faqs-display #search_faqs #search_faqs_submit_button {
  float: left; }
#module-faqs-display #faqs_display_wrapper .more_faq_cat, #module-faqs-display #faqs_display_wrapper .icon_fag {
  color: #a18c6f; }
#module-faqs-display #faqs_display_wrapper .icon_fag .m-link-2 {
  color: #a18c6f; }

.promo-web {
  border: 1px solid #a18c6f;
  margin-top: 15px;
  position: relative;
  text-align: center;
  width: 100%; }
  .promo-web .promo-image {
    width: 100%; }
    .promo-web .promo-image .img-desktop {
      display: inline-block; }
    .promo-web .promo-image .img-mobile {
      display: none; }
  .promo-web .promo-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%; }
    .promo-web .promo-button .btn-link {
      font-size: 20px; }
  .promo-web .promo-link {
    display: inline-block; }

.left-promo-web-wrapper {
  padding-right: 44px; }

#left-promo-web.promo-web {
  display: block;
  text-align: center; }
  #left-promo-web.promo-web .promo-image, #left-promo-web.promo-web .promo-button {
    display: block;
    width: 100%; }
  #left-promo-web.promo-web .promo-button {
    bottom: 0;
    margin: 30px 0;
    top: auto;
    transform: initial; }

@media only screen and (max-width: 992px) {
  .left-promo-web-wrapper {
    padding-right: 0; } }
@media only screen and (max-width: 767px) {

  .promo-web {
    display: block;
    margin-top: 40px; }
    .promo-web .promo-image, .promo-web .promo-button {
      display: block;
      width: 100%; }
    .promo-web .promo-image .img-desktop {
      display: none; }
    .promo-web .promo-image .img-mobile {
      display: inline-block; }
    .promo-web .promo-button {
      bottom: 0;
      margin: 10px 0;
      top: auto;
      transform: initial; }

  .left-promo-web-wrapper {
    display: none; 
  }

  .block-modale h2.text-center, .block-modale-2 h2.text-center, .block-modale-3 h2.text-center, .block-modale-4 h2.text-center, 
  .block-modale-5 h2.text-center, .block-modale-6 h2.text-center, .block-modale-7 h2.text-center, .block-modale-8 h2.text-center {
    font-size: 32px;
  }
  
  .container-modal h2 {
    text-align: left;
  }

  body .fancybox-wrap .fancybox-skin .fancybox-close {
      right: 20px;
      top: 2px;
  }

  .fancybox-skin .fancybox-close {
      width: 13px;
  }

}

    /* Décrire l'animation */
@keyframes slideDownFadeIN {
  from {top:-100px;opacity: 0;}
  to {top:0px;opacity:1;}
}

/* Décrire l'animation */
@keyframes slideDownFadeIN {
    from {top:-100px;opacity: 0;}
    to {top:0px;opacity:1;}
}

/**Modal **/

.fancybox-inner{
  max-width: 1200px!important;
}

.block-modale, .block-modale-2, .block-modale-3, .block-modale-4, .block-modale-5, .block-modale-6, .block-modale-7, .block-modale-8 {
  padding: 20px;
}

.block-modale h2, .block-modale-2 h2, .block-modale-3 h2, .block-modale-4 h2, .block-modale-5 h2, .block-modale-6 h2, .block-modale-7 h2, .block-modale-8 h2 {
  color: #a18c6f;
  padding-bottom: 15px;
  font-weight: bold;
}

.block-modale h2.text-center, .block-modale-2 h2.text-center, .block-modale-3 h2.text-center, .block-modale-4 h2.text-center, 
.block-modale-5 h2.text-center, .block-modale-6 h2.text-center, .block-modale-7 h2.text-center, .block-modale-8 h2.text-center {
  font-size: 34px;
}

    .history-onglet {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
    .history-onglet .wrap-btns {
      text-align: center;
      padding: 10px;}
    .history-onglet .wrap-btns a, 
    .history-onglet .wrap-btns span,
    .history-onglet .wrap-btns button {
        padding: 0;
        display: inline-block;
        border: 2px solid transparent;
        border-radius: 6px;
        text-align: center;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        color: #a18c6f;
        text-transform: uppercase;
        background: none;
        font-size: 16px;
        min-width: 150px;
        height: 40px;
        line-height: 38px;
        margin: 0 1px; }
    .history-onglet .wrap-btns .btn-consult {
        background: #a18c6f;
        color: #fff; }
    .history-onglet .wrap-btns .btn-consult:hover {
          color: #a18c6f;
          background: #fff;
          border-color: #a18c6f; }
    .history-onglet .wrap-btns .btn-dl {
        color: #a18c6f;
        border-color: #a18c6f; }
    .creation-title {
      color: #a18c6f;
      font-size: 24px;
      font-weight: 600;
      display: block;
      width: 100%;
      text-align: center;
      padding-top: 30px;
      line-height: 1.4em !important;
    }
    .history-content {
      display: flex;
      flex-wrap: wrap;
      margin: 30px 15px 0px 15px;
    }
    .history-img-year {
      width: 42%;
    }
    .history-img {
      width: 100%;
    }
    .history-img img {
      margin: 0 !important;
    }
    .history-year {
      position: relative;
      width: 100%;
      height: 11vh;
    }
    .history-year span {
      width: 100%;
      color: #a18c6f;
      font-size: 5.5vw;
      font-weight: bold;
      text-align: right;
      font-family: Tahoma, Segoe UI, Geneva, Verdana, sans-serif;
      text-align:bottom;
      position:absolute;
      right:0px;
      bottom: 1.6vw;
    }
    .history-desc {
      width: 58%;
      padding-left: 15px;
    }
    .history-desc p {
      font: inherit;
      font-size: 20px;
      color: #000;
      line-height: 1.4em !important;
      text-align: justify;
    }
    .history-desc p span {
      color: #a18c6f !important;
      font-size: 20px !important;
      font-weight: 600 !important;
    }
    .history-desc h4 {
      font-size: 26px;
      color: #000;
      font-weight: bold;
    }
    @media (max-width: 767px) {
      .history-img-year {
        width: 100%;
      }
      .history-desc {
        width: 100%;
        margin-top: 20px;
        padding-left: 0px;
      }
      .history-year {
        position: relative;
        width: 100%;
        height: 11vh;
      }
      .history-year span {
        width: 100%;
        color: #a18c6f;
        font-size: 15.5vw;
        font-weight: bold;
        text-align: right;
        font-family: Tahoma, Segoe UI, Geneva, Verdana, sans-serif;
        text-align:bottom;
        position:absolute;
        right:0px;
        bottom: 3.6vw;
      }
    }
    .value-content {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 20px;
    }
    .value-cube {
      width: 30%;
      margin-left: 25px;
    }
    .value-cube .container {
      position: relative;
      width: 100%;
    }
    .value-cube .image {
      display: block;
      width: 100%;
      height: 115px !important;
      opacity: 0.6;
    }
    .value-cube .overlay {
      position: absolute; 
      bottom: 35%;
      width: 100%;
      transition: .5s ease;
      color: white;
      text-shadow: black 0.1em 0.1em 0.2em;
      font-size: 20px;
      font-weight: 600;
      padding: 20px;
      text-align: center;
    }
    .value-cube .desc p {
      font: inherit;
      font-size: 16px;
      color: #000;
      line-height: 1.4em !important;
      text-align: justify;
    }
    @media (max-width: 767px) {
      .value-cube {
        width: 45%;
        margin-left: 15px;
        margin-left: auto;
        margin-right: auto;
      }
    }
    @media (max-width: 567px) {
      .value-cube {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
      }
      .value-cube .image {
        display: block;
        width: 100%;
        height: 135px !important;
        opacity: 0.6;
      }
    }
    .concept-resume {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
    }
    .concept-resume p {
      font: inherit;
      font-size: 18px !important;
      color: #000;
      line-height: 1.4em !important;
      text-align: center;
    }
    .concept-resume p span {
      color: #a18c6f !important;
      font-size: inherit !important;
      font-weight: 600 !important;
    }
    .concept-content {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 20px;
    }
    .concept-cube {
      width: 45%;
      margin-left: 25px;
      max-height: 315px;
      margin-bottom: 25px;
    }
    .concept-cube .content {
      position: relative;
      width: 100%;
    }
    .concept-cube .image {
      width: 100%;
    }
    .concept-cube .overlay {
      position: relative !important; 
      background-color: #a18c6f;
      width: 100%;
      height: 57px;
      color: white;
      padding-left: 15px;
      text-align: left;
      bottom: 68px !important;
    }
    .concept-cube .overlay .year {
      position:absolute;
      font-family: Tahoma, Segoe UI, Geneva, Verdana, sans-serif;
      font-size: 35px;
      font-weight: bold;
      bottom: 25px;
      margin-bottom: 3px;
    }
    .concept-cube .overlay .gene {
      position:absolute;
      font-size: 14px;
      bottom: 0.2vw;
    }
    @media (max-width: 567px) {
      .concept-cube {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-height: 315px;
        margin-bottom: 25px;
      }
    }
    .engagement-content {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 20px;
    }
    .engagement-cube {
      width: 22%;
      margin-left: 25px;
    }
    .engagement-cube .container {
      position: relative;
      width: 100%;
    }
    .engagement-cube .image {
      display: block;
      width: 100%;
      height: 115px !important;
      opacity: 0.6;
    }
    .engagement-cube .overlay {
      position: absolute; 
      bottom: 25%;
      width: 100%;
      transition: .5s ease;
      color: white;
      text-shadow: black 0.1em 0.1em 0.2em;
      font-size: 17px;
      font-weight: 600;
      padding: 20px;
      text-align: center;
    }
    .engagement-cube .desc p {
      font: inherit;
      font-size: 16px;
      color: #000;
      line-height: 1.4em !important;
      text-align: justify;
    }
    @media (max-width: 767px) {
      .engagement-cube {
        width: 45%;
        margin-left: 15px;
        margin-left: auto;
        margin-right: auto;
      }
    }
    @media (max-width: 567px) {
      .engagement-cube {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
      }
      .engagement-cube .image {
        display: block;
        width: 100%;
        height: 135px !important;
        opacity: 0.6;
      }
    }
    .service-content {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 20px;
    }
    .service-content-left, .service-content-right {
      width: 45%;
      margin-left: 25px;
    }
    .service-cube {
      width: 100%;
      margin-bottom: 10px;
    }
    .service-cube .container {
      background-color: #a18c6f;
      opacity: 0.6;
      padding: auto;
      color: white;
      text-shadow: black 0.1em 0.1em 0.2em;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .service-cube .desc p {
      font: inherit;
      font-size: 16px;
      color: #000;
      line-height: 1.4em !important;
      text-align: justify;
    }
    .service-cube p span {
      color: black !important;
      font-size: inherit !important;
      font-weight: 600 !important;
    }
    @media (max-width: 567px) {
      .service-content-left, .service-content-right {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
      }
      /**On enlève le padding sur mobile pour éviter que le nombre de bijoux dans les catégories soit barrer par la bordure**/
      #category #category-product-list .page-heading.product-listing {
        padding-top: 0;
      }

      #PM_ASearchResults .header-category .page-heading {
        padding-top: 0; 
      }
    }

/***On annule les modification sur la fermeture de la modale pour la page perçage oreilles***/
#module-mabearpercing-display .fancybox-close {
right: 25px;
top: 15px; 
}

#module-mabearpercing-display .fancybox-skin .fancybox-close {
background: white;
font-size: 28px;
}

#module-mabearpercing-display .fancybox-close:after {
  font-family: "mab";
  content: "\2613";
  color: #a18c6f; 
}

/***page magasins fidélités***/

.cms-programmes-de-fidelite .title-fidelity {
  text-align: center;
  padding-bottom: 30px;
}

.cms-programmes-de-fidelite .cms-left-block {
  display: none;
}

.cms-programmes-de-fidelite .fidelity-mab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/******************* 
NOUVEAU HEADER
*********************/
header #entete {
  display: grid;
  grid-template: 1.25fr 1fr / 1fr 20fr repeat(4, 1fr);
  align-items: center;
  justify-content: center;
  column-gap: 15px; }
  .header-container #header .container #entete #header_logo {
    padding: 0; }
  .header-container #header .container #entete #header_logo h1{
    margin: 0;
  }
  .header-container #header .container #entete #header_logo h1 a img.desktop{
    margin: auto;
  }
  header #entete #search_block_top{
    padding: 0;
    min-width: 50%;
    align-self: center;
    justify-self: center; 
  }
    header #entete #search_block_top #searchbox{
      width: 100%; 
    }
  header #entete .header-button{
    padding: 0;
    min-width: max-content;
    width: 100%;
    height: 25px; 
  }
    header #entete .header-button .ico-location{
      font-size: 25px;
      top: 0; 
    }
    header #entete .header-button .shopping_cart{
      padding: 0;
      width: auto;
      height: auto;
      margin-right: 20px; 
    }
    header #entete .header-button .shopping_cart .cart-amount{
      position: absolute;
      background-color: #ebebe8;
      border-radius: 22px;
      color: #a18c6f;
      right: 0;
      bottom: 0px;
      padding: 0 5px; 
    }
    header #entete .header-button .shopping_cart .cart_block{
      top: 42px;
      right: -5px;
    }
  header #entete #block_top_menu{
    grid-column: 1 / 7; 
    padding: 0;
  }
/************** HEADER FIXE *****************/
body.menu-fixed #entete {
  grid-template: 1fr / 2fr 20fr repeat(5, 1fr);
  position: relative;
}
.menu-fixed #header #entete #header_logo {
  display: block;
  grid-column: 1/1;
  max-width: fit-content;
  margin: auto;
  z-index: 1;
}
.menu-fixed #header #entete #header_logo img.logo.desktop {
  display: none;
}
.menu-fixed #header #entete #header_logo img.logo.mobile {
  display: block;
  margin: 0;
}
.menu-fixed #header #entete #search_block_top{
  position: absolute;
  grid-column: 3/3 ;
  padding: 0;
  /*margin-left: 84vw;*/
}
.menu-fixed #header #entete .geo-wrapper{
  grid-column: 4/4;
  z-index: 1;
  margin-left: 15px;
}
.menu-fixed #header #entete .geo-wrapper .btn-toplink{
  height: 100%;
}
.menu-fixed #header #entete .geo-wrapper .manege-text{
  display: none;
}
.menu-fixed #header #entete .account-wrapper{
  grid-column: 5/5;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /*z-index: 4002;*/
  padding-left: 20px;
  padding-right: 20px;
  /*z-index: 3500;*/
}
.menu-fixed #header #entete .account-wrapper .firstname {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.menu-fixed #header #entete .wishlist-wrapper{
grid-column: 6/6;
justify-content: center;
padding: 0;
display: flex;
align-items: center;
}
.menu-fixed #header #entete .cart-wrapper{
grid-column: 7/7;
}
.menu-fixed #header #entete .cart-wrapper .action-header-link{
  position: relative;
}
.menu-fixed #header #entete #block_top_menu{
  width: 146%;
  margin-left: -110px;
  padding-left: 110px;
  grid-column: 2/2;
  position: relative;
  grid-row: 1/1;
}
/****************** TOOLTIP *******************************/
.header-tooltip {
min-width: max-content;
top: 45px;
right: 0px;
padding: 10px;
color: #a18c6f;
background-color: #ebebe7;
font-weight: normal;
font-size: 13px;
position: absolute;
box-sizing: border-box;
z-index: 100;
display: none;
}
.menu-fixed .header-tooltip{
top: 66px;
}
.mobile-device .header-tooltip{
top: 55px;
}
.header-tooltip:after {
content: "";
display: block;
width: 1px;
background: transparent;
border-bottom: 8px solid #ebebe7;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: none;
position: absolute;
top: -8px;
right: 0;
transform: translateX(-50%);
}
.user_block a.btn-link{
display: block;
text-align: center;
}
p.user-tooltip-text {
text-align: center;
font-weight: bold;
}
.user_block div:first-of-type {
margin-bottom: 25px;
}
/******************** RESPONSIVE *************************/
header #entete .geo-wrapper .manege-text {
margin-top: 2px;
padding-right: 6px;
}
@media only screen and (max-width: 767px){
  .menu-fixed #header #entete #header_logo {
    max-width: 100%;
  }
  .menu-fixed #entete {
    grid-template: 1fr / 28fr 20fr repeat(5, 1fr);
  }
  .header-container #header .container #search_block_top {
    margin-left: 32px;
    margin-top: 3px;
  }
  .menu-fixed #header #entete #search_block_top {
    /*grid-column: 0 / 0 !important;
    display: inline-flex;*/
    position: fixed;
    display: inline-flex;
    width: auto !important;
    /*margin-left: -198px;*/
    margin-top: 4px;
    /*z-index: 4001;*/
    background-color: #a18c6f;
    z-index: 0;
  }
  .menu-fixed #header #entete #search_block_top.open #searchbox {
    display: block;
    margin-left: 14px;
    margin-top: 3px;
  }
  .menu-fixed #header #entete #search_block_top #search_query_top {
    height: 47px;
    width: 300px;
  }
  .ico-location:before {
    margin-right: 10px;
  }
  .mobile-device.menu-fixed header #sfiBandeau{
    display: none;
  }
  .mobile-device #entete{
    padding: 5px 0;
  }
  .menu-mobile-open .geo-wrapper{
    display: none;
  }
  .mobile-device header #entete {
    /*grid-template: 2fr / repeat(3, 1fr) 2fr repeat(3, 1fr);
    column-gap: 0px;*/
    height: 62px;
    background: #a18c6f;
  }
  .mobile-device.menu-fixed #header #entete .account-wrapper{
    display: block;
    padding: 0;
  }
  .mobile-device #block_top_menu .cat-title{
    display: flex;
    position: unset;
    justify-content: center;
    align-items: center;
  }
  
  .header-container #header .container #entete #header_logo {
    grid-column: 4 / 4;
    position: unset;
    justify-self: center;
    transform: none;
  }
  header #entete #header_logo h1 {
    margin: 0;
  }
  /*.menu-fixed #header #entete #search_block_top {
    grid-column: 0 / 0;
    grid-row : 1;
    position: unset;
    margin-left: -91px !important;
    margin-top: -8px;
  }*/
  header #entete #search_block_top {
    grid-column: 0 / 0;
    grid-row : 1;
    /*min-width: max-content;*/
    position: unset;
    margin-top: -8px;
  }
  .menu-fixed #header #entete #search_block_top .btn-open-search.open .ico-close {
    width: 60px;
  }
  .menu-fixed #header #entete #search_block_top .btn-open-search.open {
    position: absolute;
    float: right;
    margin-top: -4px;
    margin-left: 31px;
  }
  header #entete #search_block_top .btn-open-search{
    position: unset;
  }
  .mobile-device header #entete .geo-wrapper, .menu-fixed #header #entete .geo-wrapper{
    grid-column: 3 / 3;
    grid-row : 1;
    /*z-index: 4001;*/
  }
  /*.mobile-device header #entete #header_logo, .menu-fixed #header #entete #header_logo{
    z-index: 4002;
  }*/
  header #entete .geo-wrapper .manege-text{
    display: none;
  }
  header #entete .geo-wrapper .btn-toplink{
    width: 100%;
    height: 100%;
  }
  header #entete .geo-wrapper .btn-toplink .ico-location{
    margin: 0;
  }
  header #entete .account-wrapper{
    grid-column: 5 / 5;
  }
  header #entete .account-wrapper .firstname{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .header-container #header .container #entete .wishlist-wrapper{
    grid-column: 6 / 6;
    display: block;
    align-items: center;
  }
  header #entete .cart-wrapper{
    grid-column: 7 / 7;
  }
  .header-container header #entete .header-button .action-header-link, .header-container #header .container #entete .header-button.action-header.account-wrapper .access .account{
    display: flex;
    position: relative;
    height: 100%;
    padding: 0;
  }
  header #entete .header-button .shopping_cart{
    margin-right: 0;
  }
  .header-container #header .container #entete .header-button .shopping_cart a {
    line-height: inherit;
    position: relative;
    background: inherit;
  }
  header #entete .header-button .shopping_cart .cart-amount{
    right: 8px;
    bottom: 12px;
  }
  header #entete #block_top_menu, .menu-fixed #header #entete #block_top_menu{
    grid-column: 1 / 1;
    position: unset;
    grid-row: 1/1;
  }
  .header-container #header .container #block_top_menu .cat-title{
    background: inherit;
  }
  .header-container #header .container #entete i {
    font-size: 23px;
    margin: auto;
  }
  /****trier par****/
  /*.sortPagiBar.pull-right{
    float: none!important;
  }*/

  .header-category {
    border-bottom: none!important;
  }

  #category #center_column .header-category .productsSortForm .selector{
    border-bottom: 2px solid #d6d6d6;
  }

  .header-category {
    padding-top: 0; 
  }
  
  .header-category .page-heading {
      position: relative;
  }

  .header-category .productsSortForm{
    padding-top: 0!important;
  }

}
  .header-tooltip-user {
    visibility: hidden;
    z-index: 1;
    opacity: .40;
    min-width: max-content;
    padding: 10px;
    color: #a18c6f;
    background-color: #ebebe7;
    position: absolute;
    top:15px;
    left: -170px;
    font: normal;
    transform: translateY(9px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
  }
  .menu-fixed #header #entete .header-tooltip-user {
    margin-top: 3vh;
    margin-left: 16px;
  }

  .header-tooltip-user:after {
    content: "";
    display: block;
    width: 1px;
    background: transparent;
    border-bottom: 8px solid #ebebe7;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: none;
    position: absolute;
    top: -8px;
    right: 0;
    transform: translateX(-50%);
  }
    
.user_btn:hover + .header-tooltip-user {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/*.header-tooltip-user:hover + .header-tooltip-user {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}*/

.user_btn:hover .user-tooltip{
  visibility: visible;
  transform: translateY(30px);
  opacity: 1;
    transition: .3s linear;
  animation: odsoky 1s ease-in-out infinite  alternate;

}

@media (max-width: 1200px) {
  #header .container #block_top_menu .sf-menu > li > .rich-menu {
    width: 100%;
    margin-left: 11px;
  }
}

#case-33{
  width: 45px;
}

p.format-tel {
  margin-left: 125px;
  width: 50%;
}

/*Cacher Prix barrés doofinder*/
.dfd-card-pricing span:nth-child(2) {
  display: none;
}

/**trier par page produits(catégories...)**/

#productsSortForm #uniform-selectProductSort, #productsSortForm #uniform-selectProductSort option{
  font-size: 15px;
}

/*New style mini panier*/
.cart_type {
  margin-top: 5px;
}

/**visibilité disponibilité bijoux **/
#availability_delay_number
{
  font-size: 16px;
}
.stock-mark {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: #ff7f00;
  border: 1px solid #ff7f00;
  line-height: 16px;
  display: inline-block;
}
div#availability_delay {
  margin-top: 10px;
}
.uniq-style {
  margin-top: -10px !important;
}
div#dispo-stock {
  display: inline-flex;
  justify-content: center !important;
}
.relay-point {
  position: absolute;
  font-size: 15px;
  margin-bottom: 70px;
}
.relay-point .type-point:before {
  content: '';
  height: 35px;
  left: 0px;
  position: absolute;
  top: -9px;
  width: 35px;
  background: #FFF url(/modules/mabclickandcollect/views/img/shop-icon.png) center center no-repeat;
  background-size: 35px;
}
.type-point {
  padding-left: 39px;
}
.adr-point {
  padding-left: 39px;
}
.retrait-info {
  display: inline-block;
  margin-top: 70px;
  margin-bottom: 30px;
  width: 100%;
}
.retrait-info .btn-carousel-adr {
  border: 2px solid #a18c6f;
  color: #ffffff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
  display: block;
  text-transform: uppercase;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #a18c6f;
  text-align: center;
  height: 49px;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 30px;
}
.retrait-info .btn-carousel-adr .v-align {
  margin-top: 6px;
  font-weight: bold;
  color: #ffffff;
}
.retrait-info .statut-msg {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.retrait-info .precision-msg {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  margin-top: 10px;
}
.retrait-msg {
  padding-right: 20px;
}
div#link-return-cc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #252525;
  text-decoration: underline;
  padding-left: 28vh;
}
div#link-return-cc span {
  cursor: pointer;
}
.block-modal-cc {
  max-width: 600px;
  font-size: 14px;
  padding: 10px;
  text-align: justify;
}
.block-modal-cc span {
  font-weight: bold;
}
.list-rcc-product {
  margin-top: 70px;
}
.vcc-history-icon {
  content: '';
  height: 24px;
  width: 24px;
  background: #FFF url(../../../modules/mabclickandcollect/views/img/shop-icon.png) right center no-repeat !important;
  background-size: 24px !important;
}
.ref-cc {
  min-width: 160px !important;
  font-size: 12px !important;
  padding-left: 7px !important;
}

/*********************custom scroll**************************/
.shopping_cart .block_content {
  max-height: 90vh;
  overflow-y: auto;
}
.shopping_cart .block_content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.shopping_cart .block_content::-webkit-scrollbar
{
	width: 9px;
  height: 50px;
	background-color: #F5F5F5;
}
.shopping_cart .block_content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a18c6f;
}
/*********************fin custom scroll********************/

.btn-order-return .button-exclusive {
  border: 2px solid #a18c6f !important;
  color: #a18c6f !important;
  font-size: 15px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
  display: block;
  text-transform: uppercase !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  background: #fff !important;
  text-align: center;
  height: 49px !important;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-order-return {
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin-top: 55px !important;
}
.confirm-box {
  display: flex;
  flex-direction: column;
}
.des-product-modal {
  display: flex;
  margin-top: 8px;
  margin-bottom: 75px;
  padding: 0px 30px 0px 30px;
}
.layer_cart_cart_bis {
  position: relative !important;
  /*padding-top: 10px;*/
}

@media only screen and (max-width: 767px){
  .avantages-bijou--ttl {
      padding-top: 2px;
  }
}
@media only screen and (max-width: 576px){
  #modal-container .avantages-bijou {
    padding-top: 15px; 
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #modal-container .avantages-bijou {
    margin-top: 0px;
  }
}
.des-product-modal .layer_cart_product_info #layer_cart_product_attributes {
  display: block;
}
.checked-title::before {
  background: #FFF url(../../../img/check-cart.png) center center no-repeat;
  background-size: 40px;
  content: '';
  height: 39px;
  position: absolute;
  width: 43px;
  margin-top: -7px;
}
span.checked-title {
  margin-right: 50px;
}


@media only screen and (max-width: 767px) {
  #identity .account_creation > .required {
    margin-top: -30px;
  }
  .account_creation .ttl--niv2 {
    font-size: 18px !important;
  }
  
}

.modale-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(77, 77, 77, .7);
  display: flex;
  justify-content: center;
  z-index: 10000;
}

.modale-wrapper:target {
  visibility: visible;
  opacity: 1;
}

.block-modale {
  background-color: #fff;
  padding: 1.5em 2em;
  max-width: 90%;
  max-height: 50%;
  height: fit-content;
  overflow-y: scroll;
  border-radius: 4px;
  position: relative;
}

.block-modale::-webkit-scrollbar {
  width: 8px; 
}

.block-modale::-webkit-scrollbar-thumb {
  background-color: #c5ccd3;
  border-radius: 20px;
  border: 3px solid #c5ccd3;
}

.modal_close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 35px;
  text-decoration: none;
  color: grey;
}

.block-modale .carousel-logo-wrapper {
  background: #a18c6f;
  display: inline-block;
  padding: 15px;
}

.block-modale .carousel-earpercing-logo-wrapper {
  margin: 20px 0 40px;
  text-align: center;
}

.block-modale .carousel-earpercing-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.block-modale .carousels {
  font-size: 17px;
  text-align: center;
}

#modal-1 .block-modale {
  border : 20px solid rgb(248, 175, 0, 0.7);
}

#modal-2 .block-modale {
  border : 20px solid rgb(226, 80, 146, 0.7);
}

#modal-3 .block-modale {
  border : 20px solid rgb(101, 126, 142, 0.7);
}

#modal-4 .block-modale {
  border : 20px solid rgb(50, 141, 102, 0.7);
}

#modal-5 .block-modale {
  border : 20px solid rgb(123, 167, 24, 0.7);
}

#modal-6 .block-modale {
  border : 20px solid rgb(86, 132, 193, 0.7);
}

#modal-7 .block-modale {
  border : 20px solid rgb(71, 156, 140, 0.7);
}

#modal-8 .block-modale {
  border : 20px solid rgb(166, 106, 177, 0.7);
}

/**************Page Adresse*************/

#orderAdressForm .address.box {
  border: 1px solid #d6d4d4;
}

/*****************Page Paiement**************/

.blocpayment p{
  /*display: flex;*/
  font-size: 14px;
  align-items: center;
}
.cb-payment-choice p {
  display: flex;
  font-size: 14px;
  align-items: center;
}
p.radio-floa {
  display: flex;
}

.title-block-panier {
  text-align: center;
}

.group-address {
  display: none;
}

#template-form {
  display: none;
}

#template-form-nfois {
  display: none;
}

#cart_summary::-webkit-scrollbar {
  width: 8px; 
}

#cart_summary::-webkit-scrollbar-thumb {
  background-color: #c5ccd3;
  border-radius: 20px;
  border: 3px solid #c5ccd3;
}

.group-address .address.box {
  border: none;
}

#order-detail-content {
  border-bottom: 1px solid #d6d4d4 ;
  margin: 0px 0 18px 0;
}

.page-paiement #order-detail-content {
  border: 1px solid #d6d4d4 ;
}

#order-detail-content h4 {
  text-align: center;
}

.addresses.addresses--recap.clearfix h4 {
  text-align: center;
}

.info-shopping, .info-shipping {
  cursor: pointer;
  font-size: 19px;
}

#payline-payment .icon-chevron-down, .icon-chevron-up {
  border: 2px solid;
  border-radius: 50px;
  float: right;
  margin-right: 10px;
  padding: 2px;
  margin-top: -2px;
}

#order .right-block .cgv-box .checkbox .checker {
  left: 11px;
}

.cb-payment-choice {
  border: 1px solid #cecece;
  padding: 10px;
  margin-bottom: 20px;
  text-align: initial;
}

.new_step_cart .group-address {
  overflow: visible;
  height: auto;
}

.new_step_cart #order-detail-content {
  overflow: visible;
  height: auto;
}

.stock-management-on {
  overflow-y: hidden!important;
  max-height: none!important;
}

#order-detail-content .table tr th {
  border-bottom: 7px solid #000 !important;
}

#cart_summary tbody tr {
  border-bottom: 1px solid #d6d4d4;
}

#cart_summary tbody tr:last-child {
  border-bottom: none;
}

.cb-payment-flex {
  display: flex;
  gap: 20px;
}

.n-fois-payment-choice {
  border: 1px solid #cecece;
  padding: 0px 10px;
  text-align: initial;
  width: 49%;
  height: min-content;
}

.n-fois-payment-choice-3x {
  border: 1px solid #cecece;
  padding: 0px 10px;
  text-align: initial;
  width: 100%;
  height: min-content;
}

.n-fois-payment-flex {
  display: flex;
  gap: 20px;
}

.group-address .tab-registers {
  display: flex;
  justify-content: center;
  background-color: RGB(255, 255, 255);
  border-bottom: 1px solid #d6d4d4;
  border-top: 1px solid #d6d4d4;
}

.group-address button {
  padding: 0.5em;
  background-color: RGB(255, 255, 255);
  border: none;
  font: inherit;
  font-size: 1.4rem;
}

.group-address .tab-registers button:hover {
  cursor: pointer;
}

.group-address .tab-bodies {
  padding: 0.5em;
  flex-grow: 1;
  overflow-y: auto;
}

.group-address button.active-tab {
  background-color: rgb(235, 235, 235);
}

.address .box {
  border: none!important;
}

.tab-bodies #address_delivery {
  text-align: center;
}

.order--footer.order--footer__resume {
  margin-top: 25px;
}

.address_delivery.select.form-group.selector1.clearfix p {
  font-size: 15px;
}

#address_delivery {
  font-size: 15px;
}

.button-paiement {
  background: #a18c6f;
  border: 2px solid #a18c6f!important;
  color: #fff!important;
  max-width: 294px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 17px!important;
  font-family: "Roboto", sans-serif;
  font-weight: 600!important;
  padding: 0!important;
  height: 50px;
  line-height: 50px!important;
  text-align: center;
  letter-spacing: 0!important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px!important;
}

.button-paiement:hover {
  background: #fff!important;
  color: #a18c6f!important;
}

.button-paiement:after {
  display: none!important;
}


@media screen and (max-width: 767px) {

  .paiement_block {
    margin-top: 20px;
  }

  #order .cgv-box .checkbox {
    padding-left: 8px;
  }

  #order .cgv-box .checkbox .checker {
    position: relative;
  }

  #order-detail-content #cart_summary {
    max-height: 240px;
  }

  #order .right-block .cgv-box .checkbox .checker {
    left: 0;
  }

}
#btn-sendTo {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

@media (min-width: 767px) {
  #identity .newlettersGlobLabbel, #identity .optin-galec {
    margin-left: 33%;
  }
}

#identity .newlettersGlobLabbel, #identity .optin-galec {
  margin-top: 20px;
}

@media (min-width: 767px) {
  #auth-newsletter {
    padding-left: 33%;
    margin-top: 15px;
  }
}

#auth-newsletter {
  margin-top: 15px;
}
#auth-newsletter .newlettersGlobLabbel {
  float: left;
}

#account-creation_form .label-phone {
  width: 100%;
}

/***Modification affichage texte quantité panier***/
.text-cart {
  display: flex;
  justify-content: space-between;
}

/***responsive panier - page commande***/

@media (max-width: 767px) {
  #order #cart_title {
    padding-right: 0; 
  }

  .text-cart {
    display: block;
  }
}

/***Landing Page Click & Collect***/

.first-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-block p {
  text-align: center;
}

.p-conditions {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.cms-click-and-collect .rte h1 {
  display: none;
}

.cms-click-and-collect .btn-participation {
  font-size: 18px;
  padding: 15px 15px 45px 15px;
}

.img-etapes {
  text-align: center;
}

.block-maneges-container {
  display: flex;
  justify-content: space-around;
  text-transform: capitalize;
}

.cms-click-and-collect .modale-wrapper {
  background: none;
} 

#manege-cc .block-modale {
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 180px;
  background-color: rgba(161, 140, 111, 0.95);
  color: #fff;
  font-size: 14px;
}

.cms-click-and-collect .modal_close {
  color: #fff;
} 

@media (max-width: 767px) {

  .first-block {
      display: flex;
      justify-content: initial;
      align-items: center;
  }

  .cms-click-and-collect .btn-participation {
    font-size: 13px;
  }
  
  .img-etapes img {
    max-width: 70%!important;
  }

  .p-conditions {
    margin-bottom: 35px;
  }

  .block-maneges-container {
    text-transform: capitalize;
  }

}

#cart_summary tbody td.cart_product img {
  border: 0px solid #d6d4d4;
}

#payline-payment .addresses {
  border: 1px solid #d6d4d4;
}

#payline-payment .product-name a {
  font-weight: bold;
}

#payline-payment #cart_summary tbody td.cart_total {
  font-weight: bold;
  vertical-align: bottom;
}

#payline-payment #cart_summary tbody td.cart_description small {
  font-size: 14px;
}

#page-payment-payline .cart_total_price td,
#page-payment-payline .cart_total_voucher td,
#page-payment-payline .cart_total_delivery td {
  font-size: 17px;
  line-height: 23px;
  color: #3a3939;
  font-weight: bold !important;
}

#payline-footer-floa .order--footer.order--footer__resume {
  margin-top: 5px;
  width: 100%;
}
#payline-footer-floa #order-detail-content #cart_summary {
  border-top: 1px solid #d6d4d4!important;
  overflow-y: scroll;
  max-height: 275px;
}
.payline-blocpayment--secure {
  font-size: 20px !important;
  color: #777;
  font-family: "Roboto", sans-serif;
  padding-top: 5px;
}
.return-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.return-btn .pay-btn{
  margin-top: 20px;
  width: 100%;
}
.return-btn .pay-btn:active, .return-btn .pay-btn:hover{
  border: 2px solid #a18c6f !important;
}
.return-btn .pay-btn span {
  display: inline-block;
}
.return-btn .blocpayment--secure {
  font-size: 20px;
  color: #777;
  font-family: "Roboto", sans-serif;
  padding-top: 15px;
}
.return-btn .cgv-box .checkbox {
  padding-left: 25px;
  position: relative; 
}
.return-btn .cgv-box .checkbox a,
.return-btn .cgv-box .checkbox label {
  color: #414042;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 24px; 
}
.return-btn .cgv-box .checkbox .checker {
  position: absolute;
  top: 5px;
  left: 0; 
}
.PaylineWidget.pl-layout-column .pl-pmContainer .pl-card-logos-container {
  display: none !important;
}
.PaylineWidget .pl-pay-btn, .PaylineWidget .pl-collect-btn {
  display: none !important;
  background-color: #a18c6f !important;
}
.floa-payment-choice {
    display: flex;
    padding: 10px;
    margin-bottom: 20px;
}
.floa-payment-choice div:last-child { 
  margin-left: auto;
}

@media (max-width: 767px) {
  .floa-payment-choice { 
    display: flex;
    flex-direction: column;
  }
  .floa-payment-choice div { 
    width: 100%;
  }
  .n-fois-payment-choice:first-child { 
    margin-bottom: 30px;
  }
  #payline-payment #cart_summary tbody td.cart_total {
    width: 100%;
  }
}
.n-fois-payment-flex p img {
  max-width: 220px;
}
#div-cb-payment .pl-paymentMethod-view div:nth-child(4) {
  display: flex;
  justify-content: center;
}
#div-cb-payment .pl-paymentMethod-view div:nth-child(4) p i.ico-locked {
  margin-left: 5px;
}
#div-cb-payment .pl-paymentMethod-view .pl-fees-legal {
  display: inline-block !important;
  margin-top: 20px;
}
.pl-form-container div:nth-child(5) p.checkbox {
  position: relative !important;
  display: block !important;
  width: 65% !important;
  margin: 20px auto;
}
.pl-form-container div:nth-child(5) p.checkbox a {
    color: #414042 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 24px !important;
    text-decoration: underline;
}
.pl-form-container div:nth-child(5) p.checkbox .checker span {
  top: 5px;
}
.PaylineWidget .pl-form-container .pl-schedule-block .pl-schedule {
  color: #a18c6f !important;
}
.PaylineWidget .pl-fees-label {
  display: block;
  text-align: center !important;
}
.PaylineWidget .pl-collect-btn {
  background-color: #a18c6f !important;
}

/*** Icone paiment secure fiche produit ***/

.info-3x {
  background-color: #a18c6f;
  padding: 7px;
  margin-left: 15px;
}

.info-3x .info-payment-3-fois {
  color: #fff;
  font-weight: bold;
}

.info-3x .info-payment-3-fois i {
  font-size: 15px;
}

.rea-box {
  display: grid;
  grid-template-columns: 108px 108px 108px 108px;
  margin-top: 25px;
  align-items: baseline;
}

.ico-paiement-secure:before {
  content: "\1f4b3";
  font-size: 35px;
  color: #a18c6f;
}

.rea-box .title-rea-fp {
  text-align: center;
}

.first-jewel, .payment-3x, .rea-30-jours {
  font-size: 35px;
  color: #a18c6f; 
}

.first-jewel sup {
  font-size: 55%;
}

.rea-30-jours small {
  font-size: 80%;
}

.title-rea-fp {
  font-size: 11px;
}

/*.block-modale-3x {
  padding: 5px;
}*/

/**Modal paiement en n fois**/

.flex-modal {
  display: flex;
}

.logo-column {
  padding: 10px;
}

.block-modale-3x .flex-modal .logo-column .blue-floa {
  color: #009FFF;
  font-size: 25px;
  font-weight: bold;
  margin-top: 30px;
}

.blue-floa.blue-floa-bis {
  margin-top: 15px!important;
}

.block-modale-3x .flex-modal .logo-column .q-fonctionnement {
  margin: 30px 0 30px;
  font-size: 25px;
  font-weight: bold;
}

.word-p {
  padding-left: 27px;
}

.cgv-phrase {
  width: 75%;
  margin: 50px auto 0;
}

.small-phrase-floa {
  font-size: 1rem;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.small-phrase-floa a {
  color: #000;
  text-decoration: underline;
}

.gauge-column {
  background-color: rgba(161, 140, 111, 0.7);
  padding: 15px 50px 10px;
}

.gauge-column p {
  color: #444;
}

.img-payment-4x {
  display: none;
}

.actual-payment {
  margin-top: -60px;
}

.actual-payment #today-payment, .actual-payment #today-paymentBis {
  font-weight: bold;
}

.actual-payment #today-paymentBis {
  display: none;
}

.min-total-amount {
  display: flex;
  justify-content: space-between;
}

.choice-payment {
  display: flex;
  justify-content: space-around;
}

.choice-payment li a{
  background-color: #fff;
	color: #009FFF;
  font-weight: bold;
  padding: 8px 20px;
  border-color: #009FFF;
  font-size: 17px;
}

.echeance {
  margin-top: 35px;
  display: flex;
  justify-content: space-around;
}

.tabs-echeance {
  margin-top: 15px;
}

.tabs-echeance .choice-payment a:hover {
  cursor: pointer;
}

.tabs-echeance .is-active a {
  background-color: #009FFF;
  color: #fff;
  text-decoration: none;
}

.echeance-left .fa-solid.fa-circle {
  font-size: 20px;
}

.fa-blue, .fa-droite-blue {
  color: #009FFF;
}

.echeance-left .fa-solid.fa-window-minimize.fa-rotate-90 {
  font-size: 40px;
  margin-left: 4px;
}

.fa-white {
  color: #fff;
}

.echeance-right {
    display: flex;
    flex-direction: column;
    gap: 37px;
}

.p-floa {
  text-align: center;
  padding-top: 20px;
}

.p-floa .fa-solid.fa-gift {
  padding-right: 5px;
}

@media (max-width: 1039px) {

  .rea-box {
    grid-template-columns: 175px 175px;
    gap: 20px;
  }

  .ico-paiement-secure:before {
    font-size: 40px;
  }

  .first-jewel, .payment-3x, .rea-30-jours {
    font-size: 40px;
  }

  .title-rea-fp {
    font-size: 14px;
  }

}

@media (max-width: 400px) {

  .rea-box {
    grid-template-columns: 150px 150px;
  }
}

@media (max-width: 767px) {
  #product .fancybox-wrap .fancybox-skin .fancybox-close {
    right: -18px;
    top: -16px;
    width: 30px;
  }

  .flex-modal {
    flex-direction: column-reverse;
  }

  .gauge-column p:first-of-type {
    text-align: center;
  }

  .min-total-amount {
    justify-content: space-around;
    gap: 150px;
  }

  .cgv-phrase {
    width: 100%;
    margin: 0;
  }
  
  .small-phrase-floa {
    font-size: 1rem;
    position: relative;
  }

  .word-p {
    padding-left: 0;
  }

}
@media (max-width: 992px) {
  #page-payment-payline .addresses {
    margin-bottom: 30px;
  }
}
#page-payment-payline #order-detail-content .table {
  display: none;
  border-top: 1px solid #d6d4d4 !important;
}
#page-payment-payline .cart_description .price {
  float: right;
  margin-top: -22px;
  font-size: 16px !important;
}
#page-payment-payline .address.box {
  margin: 0 !important;
}
@media (max-width: 767px){
  #page-payment-payline #order-detail-content #cart_summary tbody td.cart_description {
    width: 100%;
  }
}

#layer_cart {
  z-index: 4000 !important;
}

.loader-payment {
  border: 7px solid #a18c6f;
  border-radius: 50%;
  border-top: 7px solid #b5b5b5;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 30px auto 30px auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.maj-preference .button.button-medium {
  margin-top: 20px;
}
.maj-preference .button.button-medium span {
  padding: 0 50px;
  line-height: 50px;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .optin-galec .form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.form-group.auth-phone-ok {
  width: 34%;
  margin: auto;
}

@media (max-width: 767px){ 
  .form-group.auth-phone-ok {
    width: auto;
  }
}


@media screen and (max-width: 767px) {
  #category .category-top-img .img-responsive.hidden-sm-up{
    display: none;
  }

  #category .category-top-img .img-responsive.hidden-xs-down{
    display: inline-block;
  }

  .selection-speciale--desc .rte p {
    text-align: justify;
  }

  .catalog-btn .button.button-big span i {
    top: 11px;
  }

  .catalog-btn .button.button-big {
    height: 50px;
  }

  #center_column #subcategories .subcategory-heading {
    background: #a18c6f;
  }

}

/**Modification affichage panier**/

#classic_order #form {
  display: flex;
  justify-content: space-between;
}

.total-panier {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #classic_order #form {
    display: flex;
    flex-direction: column;
  }

  .total-panier {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #page-payment-payline #opc_payment_methods-content {
    margin-top: 20px;
  }
  #payline-footer-floa .order--footer.order--footer__resume {
    margin-bottom: 15px;
  }
}

#note_galec{
  margin-top: 40px;
}
#note_galec .card-body {
  margin: 10px 20px 30px 20px;
  text-align: justify;
}
#note_galec .title_desc {
  background-color: transparent;
  margin-bottom: 15px;
}
#note_galec .title_desc i {
  margin-left: 15px;
}
#note_galec .title_desc a {
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer;
}
#note_galec ul {
  padding: 0px 15px;
  list-style-type:disc;
  list-style: inside;
}
#note_galec [data-toggle="collapse"] .fa:before {  
  content: "\f139";
}
#note_galec [data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}

/*** On iverse la MEA 2 et la MEA 3 au format mobile seulement ***/

@media screen and (max-width: 767px) {

  .blochead-column-left {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }

}
@media screen and (max-width: 767px) {
/*** Modification affichage fiche produit ***/

    #product .pb-center-column h1 {
      font-size: 28px;
    } 

    #product .box-cart-bottom > div:first-child + .wishlist {
      margin-left: 0; 
    }

    #product .box-info-product .exclusive {
      padding: 6px 0 40px;
    }

    #product .box-info-product .exclusive span {
      font-size: 18px;
    }

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

    .add-to-cart-group, .add-to-cart-group #add_to_cart, .add-to-cart-group #add_to_cart .exclusive{
      width: 100%;
    }

    #product .box-info-product .wishlist_button_list {
      height: 43px;
      padding-top: 4px;
    }

    #product .box-info-product .wishlist_button_list:before {
      top: 3px;
    }
    
    #product .wishlist.ajax_wishlist {
      margin-top: 8px;
    }

    /*** modal ajout au panier ***/

    body #layer_cart .button-container .button.button-medium,
    body #layer_cart .button-container .exclusive-medium {
      float: none;
      width: 100%;
      margin-bottom: 10px;
    }

    .des-product-modal {
      margin-bottom: 40px;
    }

    body #layer_cart .button-container .exclusive-medium span {
      font-size: 16px;
      padding: 10px;
    }

    .btn.btn-default.button.button-medium {
      font-size: 16px;
      padding: 5px;
    }

    #order #cart_title {
      padding: 0 0 5px 0;
    }

    /*** on rajoute un espace entre les boutons pour valider les adresses et retourner à l'étape précédente ***/
    #order .button.btn.btn-default.button-medium.v-align-wrap{
      margin-bottom: 20px;
    }

    /*** on rajoute un espace entre les boutons pour valider le mode de livraison et retourner à l'étape précédente ***/
    #order .standard-checkout.button-medium {
      margin-bottom: 20px;
    }

    /*** On diminue la taille des icones dans le choix des livraisons ***/

    #order .delivery_option > div > table.resume td.delivery_option_logo, 
    #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
      width: 55px;
      padding-left: 0;
    }

    .order_carrier_logo {
      max-width: 55px;
      max-height: 55px;
    }
}

/*** On ajoute un padding au text de la livraison garantie dans le choix des livraisons ***/

#mabGuaranteeDeliveryCarrier #mabGuaranteeDelivery span {
  padding-top: 18px;
}

@media screen and (max-width: 767px) {

  .block-carrer {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .order_carrier_content + div {
    padding-bottom: 0;
  }

  .center_column #mabGuaranteeDeliveryCarrier {
    margin-bottom: 0;
  }

  #mabGuaranteeDeliveryCart #mabGuaranteeDelivery {
    max-height: none;
  }

}