@charset "UTF-8";
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^=icon-],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^=icon-].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^=icon-].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-], .nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^=icon-], .nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].pull-left.icon-2x, .btn [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x, .btn.btn-small [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

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

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

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* 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: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

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

.icon-th:before {
  content: "\f00a";
}

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

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

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

.icon-signal:before {
  content: "\f012";
}

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

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

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

.icon-refresh:before {
  content: "\f021";
}

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

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

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

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

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

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

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

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

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

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

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

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

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

.icon-eject:before {
  content: "\f052";
}

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

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

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

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

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

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

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

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

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

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

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

.icon-retweet:before {
  content: "\f079";
}

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

.icon-folder-close:before {
  content: "\f07b";
}

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

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

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

.icon-key:before {
  content: "\f084";
}

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

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

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

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

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

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

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

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

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

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

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

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

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

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

.icon-money:before {
  content: "\f0d6";
}

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

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

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

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

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

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

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

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

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

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

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

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

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

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

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

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

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

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

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

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

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

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

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

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

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

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

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

.icon-crop:before {
  content: "\f125";
}

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

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

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

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

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

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

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

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

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

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

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

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

.icon-gbp:before {
  content: "\f154";
}

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

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

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

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

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

.icon-file:before {
  content: "\f15b";
}

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

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

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

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

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

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

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

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

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

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

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

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

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 {
  content: "";
  content: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, article, aside, details, figcaption, figure, footer, header, hgroup, main, 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 */
audio, canvas, video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

a:focus, a:active, a:hover {
  outline: none;
}

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: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  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] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*: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: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  background-color: white;
}

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

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

a {
  color: #777777;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  text-decoration: underline;
  outline: none;
}

img {
  vertical-align: middle;
}

.buttonRed {
  font-family: "Roboto", serif;
  color: #81191f;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
}
.buttonRed:hover {
  text-decoration: underline;
  color: #81191f !important;
}

.img-responsive {
  display: block;
  height: auto;
  margin: 5px auto 10px;
}

@media screen and (min-width: 481px) and (max-width: 600px) {
  .container-order .alert.alert-warning {
    width: 50%;
    margin: 25px auto;
  }
}
@media screen and (max-width: 480px) {
  .dropdown-menu-inner .img-responsive {
    display: none !important;
  }
  .container-order .alert.alert-warning {
    width: 60% !important;
  }
  .container-order #center_column .alert.alert-danger {
    padding-top: 40px;
  }
}
.img-rounded {
  border-radius: 6px;
}

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  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;
  font-size: 12px;
}

.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, .text-danger, .text-success, .text-info {
  color: white;
}

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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", 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: 16px;
}

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 {
  margin-bottom: 0;
}

ol ul, ol ol {
  margin-bottom: 0;
}

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

.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 {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    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: "— ";
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p {
  text-align: right;
}
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}

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

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: whitesmoke;
  border: 1px solid #cccccc;
  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: 15px;
  padding-right: 15px;
}
.container:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

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

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

.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: 780px;
  }
  /*
    .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 {
    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) {
  .breadcrumb a:after {
    background-color: #f8f8f8 !important;
  }
  body.product .center_column .container {
    max-width: 1170px;
    padding: 0 2rem;
  }
  body.product .center_column .page-product-box .title-description {
    padding: 15px 1rem;
  }
  .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%;
  }
  .img-menu-carre {
    width: 23% !important;
  }
  .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%;
  }
}
/*************************************
= EGGS
************************************/
#barre_langue {
  background: black;
  color: white;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  z-index: 8007;
  border-bottom: 1px solid lightgrey;
}
#barre_langue a {
  color: white;
}
#barre_langue a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#barre_langue span#close_barre {
  margin-left: 10px;
}

@media (max-width: 480px) {
  #header div.topBanner ul.links {
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #header div.topBanner ul.links .blog {
    display: none !important;
  }
  #header div.topBanner ul.links .icon {
    font-size: 20px;
  }
}
#header div.topBanner {
  background: #333333;
  color: #ccc;
}
#header div.topBanner .header-text {
  padding-left: 10px;
}
#header div.topBanner p {
  max-width: 745px;
  margin: 8px 0 4px 0;
  float: left;
  font-size: 12px;
}
#header div.topBanner ul.links {
  margin-top: 8px;
  margin-bottom: 8px;
  float: right;
}
#header div.topBanner ul.links li {
  font-size: 12px;
  float: left;
  line-height: 18px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}
#header div.topBanner ul.links li a {
  color: #ccc;
}
#header div.topBanner ul.links li.first {
  border-left: none;
}
#header div.topBanner ul.links li.logout span:before, #header div.topBanner ul.links li.logout a:before {
  font-family: "FontAwesome";
  color: #d4d4d4;
  margin-right: 3px;
  content: "\f011";
}
#header div.topBanner ul.links li.last {
  border-left: none;
  padding: 0 0;
}
#header div.topBanner ul.links.obfc li.first > span:before, #header div.topBanner ul.links.obfc li.first > a:before {
  font-family: "FontAwesome";
  color: #d4d4d4;
  margin-right: 3px;
  content: "\f095";
}
#header div.topBanner ul.links.obfc li.webcam > span:before, #header div.topBanner ul.links.obfc li.webcam > a:before {
  font-family: "FontAwesome";
  color: #d4d4d4;
  margin-right: 3px;
  content: "\f03d";
}
#header div.topBanner ul.links.obfc li.blog > span:before, #header div.topBanner ul.links.obfc li.blog > a:before {
  font-family: "FontAwesome";
  color: #d4d4d4;
  margin-right: 3px;
  content: "\f143";
}
#header div.topBanner ul.links.obfc li.account > span:before, #header div.topBanner ul.links.obfc li.account > a:before {
  font-family: "FontAwesome";
  color: #d4d4d4;
  margin-right: 3px;
  content: "\f007";
}
#header div.nav {
  padding: 0;
  background: url("../img/bg-header.jpg") repeat-x;
}
#header .top {
  clear: both;
}
#header .container {
  position: relative;
}

@media screen and (max-width: 1200px) {
  #header_logo {
    margin: 0 !important;
  }
  .topBanner .container {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1137px) {
  .nav .container {
    max-width: 100% !important;
  }
}
@media (max-width: 345px) {
  #header ul.links .webcam {
    display: none;
  }
}
#bx-pager {
  display: block;
  height: 10px;
  position: relative;
  width: 100%;
}

.link-slide {
  display: block;
  float: left;
  margin-right: 10px;
  height: 10px;
  width: 30px;
  position: relative;
  background: red;
}

.headerBottom {
  background: #F2F2F2;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
}

#contentMenu {
  height: 38px;
  z-index: 500;
  margin: 0 auto;
  max-width: 1170px;
}
#contentMenu .container_24 {
  float: left;
  width: 100%;
  background: white;
  z-index: 500;
}
#contentMenu .col-sm-3 {
  float: left;
}

#greyMenuRight {
  background-color: white;
  height: 46px;
  position: absolute;
  z-index: 300;
  width: 30%;
}

#greyMenuLeft {
  background-color: #d0d0d0;
  height: 46px;
  z-index: 200;
  width: 100%;
  position: absolute;
}

#block_top_menu {
  z-index: 500;
  position: static;
}

#contentMenu .col-sm-4 {
  z-index: 200;
}

.top {
  position: relative;
  z-index: 1;
}

/* EGGS - Message de promotion dans le header */
#alertejf {
  background-color: #82191f;
  color: white;
  font-family: Verdana, Roboto, sans-serif;
  font-size: 11px;
  margin: 0 auto;
  padding-bottom: 7px;
  padding-top: 7px;
  position: relative;
  text-align: center;
}
#alertejf p {
  margin: 0 0 9px;
}

/* EGGS - homeslider */
#homepage-slider .bx-wrapper {
  max-width: 100% !important;
}
#homepage-slider .homeslider-container {
  width: 1170px !important;
}

/* EGGS - END homeslider */
/*homefeatured*/
.product-image-container, .right-block {
  text-align: center;
}

#homefeatured li {
  border-bottom: 1px solid #d6d4d4;
  height: 385px;
}

.content_price {
  color: black;
}
.content_price p {
  display: inline-block;
  font-size: 12px;
  padding-right: 3px;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  font-family: "Roboto", serif;
  color: black;
}

ul.homefeatured > li .content_price a.product-name-price:hover {
  color: black;
}
ul.product_list.grid > li .content_price a.product-name-price:hover p, ul.product_list.grid > li .content_price a.product-name-price:hover .price {
  color: black;
}

/*cmsinfo_block */
#cmsinfo_block {
  text-align: center;
}
#cmsinfo_block .col-xs-4 {
  padding: 0;
  width: 33.333%;
}
#cmsinfo_block .col-xs-4 img {
  height: auto;
  width: 100%;
}
#cmsinfo_block h3 {
  color: #000;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 40px 0 16px;
}
#cmsinfo_block h3 a {
  color: #000;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 40px 0 16px;
}
#cmsinfo_block p a {
  padding-top: 0;
  display: block;
  font-family: "Roboto", serif;
  color: #81191f;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
}
#cmsinfo_block p a:hover {
  text-decoration: underline;
  color: #81191f !important;
}
#cmsinfo_block p {
  margin-bottom: 0;
}

/*footer*/
.footer-block {
  float: left;
}

#realisation {
  float: right;
}
#realisation a:hover {
  text-decoration: none;
}

.footInfo {
  text-decoration: none;
  list-style-type: none;
}

.avantageMarque {
  background: url("../img/bg-footer.jpg") repeat;
  padding: 4rem 0;
}
.avantageMarque div {
  margin: 0 auto;
  max-width: 15rem;
}
.avantageMarque img {
  display: inline-block;
}
.avantageMarque span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.8rem;
  margin-top: 1rem;
}

.footInfos .avantageMarque ul li {
  float: right;
  width: 25%;
}
.footInfos ul li {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.footInfos ul li a strong {
  font-weight: bold;
  color: #81191f;
}

.avantageMarque ul {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: white;
  margin: 0 auto;
}

.footInfos ul.foootTop {
  margin-bottom: 2px;
  text-align: center;
}
.footInfos ul.foootBot {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
}
.footInfos ul.foootTop li {
  padding: 0 14px;
  display: inline-block;
  height: 37px;
  text-align: center;
  font-size: 12px;
}
.footInfos ul.foootBot li {
  float: right;
  width: 33.3333%;
  text-align: center;
}
.footInfos ul.foootTop li, .footInfos ul.foootBot li {
  border-left: 1px solid #eaeaea;
}
.footInfos ul.foootTop li:first-child, .footInfos ul.foootBot li:first-child {
  border-left: none;
}

.footer-container #footer .footInfos ul li a, .footer-container #footer .footInfos .footli div {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 37px;
  font-weight: 600;
  color: #7d7d7d;
}
.footer-container #footer .footInfos .avantageMarque ul li {
  text-align: center;
  font-weight: 600;
}

.footInfos .avantageMarque ul {
  width: 80%;
  max-width: 1170px;
}

.footerBottom {
  max-width: 100%;
  margin: 0 auto;
  background: #e9e9e9;
}
.footerBottom .row {
  max-width: 100%;
  margin: 0;
  height: 0px;
}
.footerBottom .row .bottom-footer {
  padding: 0;
}
.footerBottom .bottomRow {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  padding: 5rem;
}
.footerBottom .bottomRow > * {
  flex: 1;
}
.footerBottom .bottomRow .payment-footer {
  display: flex;
  align-items: center;
  padding: 3.5rem 0;
  flex-wrap: wrap;
}
.footerBottom .bottomRow .payment-footer img {
  width: 20%;
  max-height: 35px;
  padding: 0.2rem;
}
.footerBottom .bottomRow .footerRight {
  display: flex;
  flex-direction: column;
}
.footerBottom .bottomRow .credits {
  color: #3e3e3e;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5rem;
  padding-bottom: 1rem;
}

.footer-container #footer .footer-block a:hover {
  text-decoration: underline;
}

/*bandeau toute la largeur*/
#footer.container {
  max-width: 100%;
}

.footli {
  max-width: 1170px;
  margin: 0 auto;
}

.footInfos ul {
  height: inherit;
  display: flex;
}

/* ORDER */
/**********************************************
= EGGS - shopping-cart
**********************************************/
.empty-cart {
  text-align: center;
}
.empty-cart p {
  text-transform: uppercase;
  color: black;
  margin: 40px 0;
}
.empty-cart a {
  margin-bottom: 25px;
}

.titleTunnel {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 25px 0;
  text-align: center;
}

ul.step {
  background: none repeat scroll 0 0 #f2f2f2;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 16%;
  padding-right: 16%;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .titleTunnel {
    padding-top: 45px;
  }
  .step .step_done {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  ul.step {
    position: absolute;
    left: -75px;
    width: 767px;
    top: -25px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  ul.step {
    position: absolute;
    width: 100%;
    top: -25px;
  }
}
@media (max-width: 480px) {
  ul.step {
    position: absolute;
    left: -50px;
    width: 480px;
    top: -25px;
  }
}
#cart_summary {
  border-left-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  width: 100%;
  margin-bottom: 0;
}
#cart_summary .cart_total_price, #cart_summary .cart_total_delivery, #cart_summary .cart_total_voucher {
  text-transform: uppercase;
}
#cart_summary tbody #cart_voucher, #cart_summary tfoot #cart_voucher {
  border-right: 1px solid #d0d0d0;
}
#cart_summary .cart_product {
  border-left: 1px solid #fff;
  border-right: 1px solid #d0d0d0;
}
#cart_summary tbody td.cart_product img {
  width: 100%;
  height: auto;
}

.cart_item {
  width: 100%;
}
.cart_item .price {
  padding-top: 20px;
}

#cart_summary .price {
  color: #000;
  float: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
#cart_summary .left-side-cart .price {
  font-weight: 600;
}
#cart_summary .cart_total_delivery td {
  border-bottom: 0.0625rem solid #e5e5e5 !important;
}
#cart_summary .cart_total_price td {
  border-bottom: 0.0625rem solid #e5e5e5 !important;
}
#cart_summary .cart_total_price .total_price_container span {
  border: medium none;
  text-transform: capitalize;
  color: #000;
  font-family: Roboto, sans-serif;
  text-align: right;
}
#cart_summary .cart_total_price #total_price_container span {
  border: medium none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: none;
}

#cart_summary tbody td.cart_description p, #order-detail-content .product-name a {
  color: black;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5em;
}

#order-detail-content .product-name {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#cart_summary .cart_delete a {
  color: #000;
  font-size: 14px;
}
#cart_summary .cart_delete a i {
  margin-right: 5px;
}

#cart_voucher p.privileges {
  color: #777777;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  text-align: left;
}

.table tbody > tr .cart_description {
  width: auto;
}
.table tbody > tr .descptPerso {
  border-top: 0 none;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  min-width: 450px;
}
.table tbody > tr .cart_total {
  text-align: right;
}
.table tbody > tr .descptPerso .cart_desc {
  color: #888888;
  font-size: 11px;
}

#cart_summary tbody td.cart_description p.cart_desc {
  color: #888888;
  font-size: 11px;
}

.table tbody > tr td.cart_quantity.cart_quantity_customization {
  position: relative;
  width: 100px;
}
.table tbody > tr .cart_quantity .cart_delete {
  float: right;
  margin-top: 18px;
}
.table tbody > tr .cart_quantity .qty {
  float: left;
}

.cart_avail, .cart_unit {
  display: none;
}

.container #cart_summary .custom_delete {
  position: relative;
  top: -215px;
}

#cart_summary .cart_delete.bottom_delete {
  background: none repeat scroll 0 0 #f2f2f2;
  padding: 10px 30px;
  text-align: right;
}

td .precommande, #cart_summary .precommande {
  color: #81191f;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

/* shopping-cart END */
/* order-adress */
#order .addresses .rightBlock, #order .addresses .leftBlock {
  float: left;
  padding: 15px;
}

.address .box .page-subheading {
  border: medium none;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: none;
  padding: 0;
}
.address > ul > li {
  color: #000;
}
.address .titlePage {
  color: #000;
  font-family: Roboto, serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 25px 0;
  text-align: center;
}

.addresses .box {
  background: none repeat scroll 0 0 #f2f2f2;
  border: 1px solid #000000;
  margin-bottom: 0;
  padding: 20px 35px;
}
.addresses .btnRed {
  font-family: "Roboto", serif;
  color: #81191f;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
}
.addresses .btnRed:hover {
  text-decoration: underline;
  color: #81191f !important;
}

.adressCart .blockAdress.blockComment {
  margin-bottom: 0;
}

.blockAdress.blockComment .wrapAdrs {
  background: none repeat scroll 0 0 #b1b1b1;
  padding: 10px 15px;
}

#order .chooseAdress {
  float: left;
  text-align: left;
}

#address_invoice_form label {
  width: 100%;
}

/* order-adress END */
/* order-payment */
#order-detail-content {
  padding-right: 10px;
}
#order-detail-content .title3, #order-detail-content h3 {
  border: medium none;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 20px 19px;
}

.order .titleTunnel {
  margin: 2em 0 1.5em;
}

#payment .paiement_block {
  display: flex;
}
#payment .paiement_block #HOOK_PAYMENT {
  width: 60%;
}
#payment .paiement_block .order-detail-content-payment {
  width: 40%;
}
#payment .cart_product, #payment #cart_summary tbody td.cart_description small {
  display: none;
}
#payment .table tbody > tr > td.cart_quantity {
  color: #000;
  padding: 0;
}
#payment .table tbody > tr > td.cart_quantity > span {
  font-size: 14px;
  font-weight: bold;
}
#payment .table tbody > tr > td.cart_total {
  border: none;
  position: relative;
}
#payment #cart_summary tbody td.cart_description p {
  color: #777777;
  font-size: 12px;
  line-height: 16px;
}
#payment .cart_item .cart_total {
  text-align: right;
}
#payment #cart_summary tfoot {
  padding-top: 5px;
  background: #f2f2f2;
}
#payment #cart_summary tfoot tr {
  font-size: 14px;
  background: #f2f2f2;
}
#payment #cart_summary tfoot tr td {
  font-size: 14px;
  text-transform: none;
}
#payment #cart_summary .cart_total_price td.total_price_container {
  border-bottom: 0 !important;
}
#payment #cart_summary .cart_total_price td#total_price_container {
  border-bottom: 0 !important;
}
#payment #cart_summary .cart_total_price .total_price_container span {
  font-size: 14px;
  text-transform: none;
}
#payment #cart_summary .cart_total_price .total_price_container span:first-letter {
  text-transform: uppercase;
}
#payment #cart_summary .price {
  font-size: 14px;
  padding-left: 5px;
}
#payment .product-name {
  font-style: normal;
}
#payment #cart_summary tbody td.cart_description p.product-name {
  margin-bottom: 0;
}

.payment-loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid black;
  width: 45px;
  height: 45px;
  animation: spin 0.8s linear infinite;
}

#HOOK_PAYMENT {
  color: #000;
  text-align: left;
  padding-left: 10px;
  position: relative;
}
#HOOK_PAYMENT #block-overlay {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
#HOOK_PAYMENT .title2 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  border: none;
  color: #000;
  font-weight: 600;
  width: 70%;
  margin: 10px auto 14px auto;
}
#HOOK_PAYMENT > p {
  margin: 0 auto 12px auto;
  width: 70%;
}
#HOOK_PAYMENT .title3 {
  border: medium none;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
#HOOK_PAYMENT .title6, #HOOK_PAYMENT h6 {
  display: block;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  padding: 0 0 24px 0;
}
#HOOK_PAYMENT .payment_module {
  transition: all 0.2s ease-in-out 0s;
  display: flex;
}
#HOOK_PAYMENT .payment_module *:hover {
  cursor: pointer;
}
#HOOK_PAYMENT .payment_module.paypal img {
  width: 260px;
}
#HOOK_PAYMENT .payment_module > div {
  flex: 1;
}
#HOOK_PAYMENT .payment_module .payment-image {
  flex: 3;
  text-align: right;
}
#HOOK_PAYMENT .payment_module .payment-image span {
  max-height: 20px;
  max-width: 30px;
}
#HOOK_PAYMENT .payment_module .payment-image img {
  max-height: 28px;
  max-width: 35px;
  padding: 1px;
}
#HOOK_PAYMENT .payment_module .payment-image .payment-image-table {
  height: 28px;
  width: 40px;
  display: table;
  margin-right: 0;
  margin-left: auto;
  border: 1px solid lightgrey;
  border-radius: 2px;
}
#HOOK_PAYMENT .payment_module .payment-image .payment-image-table div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#HOOK_PAYMENT .payment_module .payment-text {
  display: flex;
  align-items: center;
  flex: 4;
}
#HOOK_PAYMENT .payment_module .payment-text label {
  font-size: 16px;
  margin-left: 1em;
  margin-bottom: -2px !important;
}
#HOOK_PAYMENT span.other-payment {
  margin-top: 5%;
}
#HOOK_PAYMENT > .row {
  width: 100%;
  text-align: center;
}
#HOOK_PAYMENT > .row.hipay-payment {
  padding-bottom: 6%;
}
#HOOK_PAYMENT > .row > .col-md-6 {
  width: 70%;
  float: none;
  display: inline-block;
}

#hipaypayment_alt .title6, #hipaypayment_alt h6 {
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 0;
}

@media screen and (max-width: 480px) {
  .payment_module.paypal img {
    width: 100%;
  }
  body.order #HOOK_PAYMENT {
    border: none;
    padding: 10px 50px 0px;
  }
  body.order #HOOK_PAYMENT .payment-row .option_payment {
    padding: 0 0.8em;
  }
  body.order #HOOK_PAYMENT .payment-row #group-without-token {
    padding: 0 1em;
  }
  body.order #HOOK_PAYMENT .payment-row .block-pay {
    padding: 0 1em;
  }
  body.order #HOOK_PAYMENT .payment-row a.standard-checkout {
    margin-left: 0.8em;
  }
  body.order #HOOK_PAYMENT .payment-row .checkbox.one-click span {
    display: flex;
    align-items: center;
  }
  body.order #HOOK_PAYMENT .payment-row .checkbox.one-click span label {
    display: flex;
  }
  body.order #HOOK_PAYMENT .savedCard-line {
    font-size: 10px;
    padding: 0.2em 1.1em;
  }
  body.order .container {
    max-width: 480px;
  }
}
.hipay-payment #hipaypayment_alt {
  margin-bottom: -2%;
}

#hipaypayment p.payment_module {
  border: none;
}
#hipaypayment .title6, #hipaypayment h6 {
  font-size: 17px;
  font-weight: bold;
  padding: 24px 0;
}

#uniform-cartMemorizeToken {
  display: inline-block;
}

#hipaypayment .cart_navigation .exclusive {
  border: none;
  color: #fff;
  background: #000;
  padding: 10px 25px;
  margin-top: 10px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#hipaypayment tr td {
  padding: 0 10px;
}

ul.cartlocal li {
  float: left;
  padding: 10px;
  text-align: center;
  width: 33%;
}

#payment .cart_navigation {
  background: none;
  border: none;
  padding: 0;
}

/* end order-payment */
p.payment_module {
  margin-bottom: 10px;
}
p.payment_module a {
  color: black;
  display: block;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
p.payment_module a.cash {
  background: url(../img/cash.png) 15px 15px no-repeat #fbfbfb;
}
p.payment_module a span {
  font-weight: bold;
  color: #777777;
}

.payment_module.box {
  margin-top: 20px;
}

.sepa-title {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 25px 0;
  text-align: center;
}

.hipay-payment-form .subtitle {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  border: 0;
  color: #000;
  font-weight: 600;
  margin: 10px auto 14px;
}
.hipay-payment-form p {
  color: #000;
  text-align: left;
}
.hipay-payment-form .button.standard-checkout {
  width: 300px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  td.cart_total {
    padding-bottom: 10px !important;
  }
  .order .titleTunnel {
    padding-top: 0;
    margin: 2em 0 1.5em;
  }
  .order .step {
    display: none;
  }
  #HOOK_PAYMENT > p {
    width: 100%;
    padding: 0 10px;
  }
  #HOOK_PAYMENT > .title2 {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  #HOOK_PAYMENT > .row > .col-md-6 {
    width: 100%;
    padding: 0 10px;
  }
  #HOOK_PAYMENT .payment_module {
    flex-direction: column;
    text-align: center;
  }
  #HOOK_PAYMENT .payment_module .payment-image {
    text-align: center;
    margin-top: 5px;
  }
  #HOOK_PAYMENT .payment_module .payment-image .payment-image-table {
    margin-right: auto;
  }
}
#HOOK_PAYMENT .title2 {
  width: 100%;
}
#HOOK_PAYMENT p {
  width: 100%;
}
#HOOK_PAYMENT .row {
  text-align: left;
}
#HOOK_PAYMENT .row #hipaypayment, #HOOK_PAYMENT .row #hipay_payment_button {
  background: none;
  border: none;
}
#HOOK_PAYMENT .row #hipaypayment .title6, #HOOK_PAYMENT .row #hipay_payment_button .title6 {
  padding: 0;
}
#HOOK_PAYMENT .payment-row {
  padding: 40px 30px;
}
#HOOK_PAYMENT .payment-row a {
  text-decoration: none;
}
#HOOK_PAYMENT .payment-row a.standard-checkout {
  margin-left: 2.1em;
  border-radius: 50px;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
#HOOK_PAYMENT .payment-row a.standard-checkout span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px;
  text-transform: none !important;
  background: none;
  border: none;
  line-height: 21px;
  color: #fff;
}
#HOOK_PAYMENT .payment-row a.standard-checkout:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
}
#HOOK_PAYMENT .payment-row .standard-checkout {
  border-radius: 50px;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.5s ease, border-color 0.5s ease;
  overflow: hidden;
}
#HOOK_PAYMENT .payment-row .standard-checkout span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px;
  text-transform: none !important;
  background: none;
  border: none;
  line-height: 21px;
  color: #fff;
}
#HOOK_PAYMENT .payment-row .standard-checkout:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
}
#HOOK_PAYMENT .payment-row #hipaypayment .title6, #HOOK_PAYMENT .payment-row #hipay_payment_button .title6 {
  margin-bottom: 3%;
}
#HOOK_PAYMENT .payment-row .paypal #paypal_process_payment {
  display: contents;
}
#HOOK_PAYMENT .payment-row .paypal img {
  margin-left: 3%;
}
#HOOK_PAYMENT .payment-row .title6 {
  text-transform: uppercase;
}
#HOOK_PAYMENT .payment-row .hipay-payment a {
  display: inline-block;
}
#HOOK_PAYMENT .payment-row-last .title6 {
  padding-bottom: 14px !important;
}
#HOOK_PAYMENT .title6 {
  font-size: 14px !important;
}
#HOOK_PAYMENT div.radio span {
  top: 1px;
}

#order-detail-content.order-detail-content-payment {
  padding-left: 20px;
}
#order-detail-content.order-detail-content-payment table {
  background: none repeat scroll 0 0 #f2f2f2;
}
#order-detail-content.order-detail-content-payment .right-side-title-tr td {
  border-bottom: 0 !important;
}
#order-detail-content.order-detail-content-payment .right-side-title-tr td h4 {
  background: #f2f2f2;
  text-transform: capitalize;
  font-weight: 700 !important;
  font-size: 20px;
  padding: 0 6%;
  color: #000;
  text-align: center;
}
#order-detail-content.order-detail-content-payment .link-options-payment {
  color: #81191f;
  text-decoration: underline;
}
#order-detail-content.order-detail-content-payment .collapse-options-payment {
  padding-left: 3%;
}
#order-detail-content.order-detail-content-payment #cart_summary {
  border: 1px solid #000;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 0;
}
#order-detail-content.order-detail-content-payment #cart_summary tbody tr td {
  border-top: 0;
  padding: 3% 4%;
  border-bottom: 0.0625rem solid #e5e5e5;
}
#order-detail-content.order-detail-content-payment #cart_summary tbody tr td:first-child {
  width: 65%;
}
#order-detail-content.order-detail-content-payment #cart_summary tfoot td {
  border-top: 0;
}
#order-detail-content.order-detail-content-payment #cart_summary tfoot td:not(.cart_quantity) {
  padding: 3% 4%;
}

.sepa-subtitle {
  padding: 25px 0;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 10px auto 14px;
}

.sepa-section {
  margin: 0 0 30px 0;
  line-height: 23px;
}
.sepa-section .amount-to-pay {
  margin: 20px 0;
  font-size: 14px;
}
.sepa-section input {
  min-height: 30px;
}
.sepa-section label {
  font-size: 12px;
}

.checkbox.one-click {
  margin-bottom: 20px;
}

.savedCard-line {
  font-size: 12px;
  font-style: italic;
  padding: 0.2em 3em;
  margin-bottom: 0;
  display: flex;
}
.savedCard-line label {
  font-weight: 400;
  font-size: 10px;
  margin-left: 1em;
  display: flex;
  align-items: center;
}
.savedCard-line label span {
  margin-left: 1.5em;
  color: rgb(51, 51, 51);
  font-weight: 400;
}

.block-pay {
  margin-top: 15px;
  padding: 0 2.8em;
}

.payment-row-button {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .order .titleTunnel {
    margin: 2em 0 1.5em 0;
  }
  #payment .paiement_block {
    flex-direction: column;
    max-width: 95%;
    margin: auto;
  }
  #payment .paiement_block #HOOK_PAYMENT {
    width: 100%;
    padding: 0;
  }
  #payment .paiement_block #HOOK_PAYMENT .payment-row-button {
    text-align: left;
  }
  #payment .paiement_block #HOOK_PAYMENT .row {
    margin: 5px 0;
  }
  #payment .paiement_block #HOOK_PAYMENT .row .payment-image {
    display: none;
  }
  #payment .paiement_block #HOOK_PAYMENT .row .payment-row .checkbox.one-click {
    margin: initial;
    padding: 15px 0;
  }
  #payment .paiement_block #HOOK_PAYMENT .row .payment-row .payment-text {
    font-size: 18px;
    text-align: left;
  }
  #payment .paiement_block #HOOK_PAYMENT .row .payment-row .button.button-medium span {
    padding: 10px 25px 10px 30px;
  }
  #payment .paiement_block #HOOK_PAYMENT .row .payment-row a {
    text-decoration: none;
    text-align: left;
  }
  #payment .paiement_block .order-detail-content-payment {
    margin-top: 20px;
    width: 100%;
    padding: 0 !important;
  }
  #payment .paiement_block .order-detail-content-payment table .cart_item {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
  }
  #payment .paiement_block .order-detail-content-payment table .cart_item td {
    margin: inherit !important;
  }
  #payment .paiement_block .order-detail-content-payment table .cart_item td:first-child {
    width: 70% !important;
    text-align: left !important;
  }
  #payment .paiement_block .order-detail-content-payment table .cart_item td.cart_total {
    width: 30% !important;
    text-align: right !important;
  }
  #payment .paiement_block .order-detail-content-payment table .cart_item .cart_total {
    display: flex !important;
    justify-content: end;
    align-items: center;
  }
  #payment .paiement_block .order-detail-content-payment table tr.right-side-title-tr td {
    width: 100% !important;
  }
  #payment .paiement_block .order-detail-content-payment table tbody tr {
    width: 100%;
  }
  #payment .paiement_block .order-detail-content-payment table tbody tr span.price {
    padding: 0;
  }
  #payment .paiement_block .order-detail-content-payment table tfoot span {
    font-size: 14px !important;
  }
  #payment .paiement_block .order-detail-content-payment table .price {
    font-size: 14px !important;
  }
}
/* Deisgn des "+" pour les toggle */
.toggle-plus {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-position: center;
  background-size: 50% 2px, 2px 48%; /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
  vertical-align: bottom;
}

.payment-row {
  margin: 10px 0;
  border: 1px solid #c7c7c7;
  padding: 40px;
}
.payment-row:first-child {
  margin: 0 0 10px 0;
}
.payment-row .option_payment {
  margin: 20px 0 25px;
  padding: 0 2.8em;
}
.payment-row #group-without-token {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  padding: 0 3em;
}
.payment-row .checkbox.one-click {
  padding: 15px 0;
}

/* end order */
.btnRed {
  color: #81191f;
  cursor: pointer;
  font-size: 14px;
}
.btnRed:hover {
  text-decoration: underline;
}

/* cms */
.finitions-container {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #d0d0d0;
  border-image: none;
  border-style: solid;
  border-width: 1px 0;
  margin: 30px 0;
  width: 100%;
  overflow: hidden;
}

.leftFnts {
  border-right: 1px solid #d0d0d0;
  float: left;
  position: relative;
  width: 32%;
}
.leftFnts .maskLeftFnts {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.rightFnts {
  float: left;
  padding: 30px 0;
  width: 67%;
}
.rightFnts div.finition {
  display: block;
  float: left;
  margin: 0 0 30px;
  text-align: center;
  width: 33%;
}
.rightFnts div.finition .color_name {
  display: block;
  color: black;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 37px;
  font-weight: 400;
}

/**********************************************
= EGGS - Historique des commandes
**********************************************/
#history .page-heading.bottom-indent, #history h1.page-heading.bottom-indent {
  border-bottom: 0 none;
  color: black;
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 30px 0;
  padding: 0 0 5px;
  text-align: center;
}
#history .table-history {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
}
#history th {
  border-right: 1px solid #d6d4d4;
}
#history th.last-item {
  border: none;
}
#history .history_detail .link-button {
  clear: both;
  display: block;
  margin: 10px 0 0;
}
#history .footer_links span {
  font-size: 16px;
  padding: 10px 30px;
}

/*DETAILS*/
#block-order-detail .box {
  background: #f2f2f2;
  border: 1px solid #000000;
  margin-bottom: 0;
  padding: 20px 35px;
}
#block-order-detail .page-heading {
  text-transform: none;
}
#block-order-detail .adresses_bloc .row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
#block-order-detail .adresses_bloc .row .col-sm-6 {
  float: left;
  padding: 0 15px;
  width: 50%;
}

#order-detail-content .return_quantity {
  text-align: center;
}

/**********************************************
= EGGS - Fidelis
**********************************************/
#fidelis #right_column {
  display: none;
}
#fidelis .titlePage {
  border-bottom: 0 none;
  color: black;
  font-family: "Roboto", serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 30px 0;
  padding: 0 0 5px;
  text-align: center;
  text-transform: none;
}
#fidelis .breadcrumb {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 49px;
  line-height: 49px;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0 11px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
#fidelis .fidelis span {
  font-size: 14px;
  line-height: 27px;
}
#fidelis .fidelis strong.red {
  color: #81191f;
}
#fidelis .footer_links {
  display: block;
  float: left;
  margin-top: 50px;
}
#fidelis .footer_links span a {
  background: #000;
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  padding: 10px 25px 10px 30px;
  text-transform: uppercase !important;
}

/**********************************************
= EGGS - NOTIFICATIONS COURRIER ELECTRONIQUE
**********************************************/
#bulletin h3.page-subheading {
  clear: both;
  border-bottom: 0 none;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-transform: none;
  text-align: center;
  padding-bottom: 20px;
}
#bulletin .titlePage {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 0 none;
  color: black;
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 30px 0;
  text-align: center;
  padding-bottom: 0;
}

.bulletin_form .box {
  background: none repeat scroll 0 0 #e9e9e9;
  border: 1px solid #ccc;
  color: #000;
  font-family: "Roboto", sans-serif;
  margin: 0 auto 10px auto;
  padding: 10px 30px;
  width: 70%;
  position: relative;
}
.bulletin_form .simpleBox {
  margin: 0 auto 10px auto;
  padding: 10px 0;
  width: 70%;
  position: relative;
}
.bulletin_form .info-bulletin {
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.bulletin_form .checkbox {
  line-height: 40px;
  margin: 10px 0 10px 0;
}
.bulletin_form .checkbox label {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
}
.bulletin_form .checkbox label span {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
}
.bulletin_form .fright {
  float: right;
}

#bulletin #right_column {
  display: none;
}
#bulletin #columns {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .bulletin_form .simpleBox {
    width: auto;
    margin: 0 10px;
  }
  .bulletin_form .box {
    padding: 5px;
    margin: 0 10px;
    width: auto;
  }
  .bulletin_form .box h3 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .bulletin_form .box div.checkbox {
    line-height: 27px;
  }
  .bulletin_form .box div.checkbox label {
    text-align: left;
    float: none;
    display: block;
    line-height: 27px;
    width: auto;
  }
  .bulletin_form .box div.checkbox label span {
    line-height: 27px;
  }
  .bulletin_form .box div.checkbox input {
    float: left;
    line-height: 27px;
  }
  .bulletin_form .box .enregistrer, .bulletin_form .box .retour {
    margin-top: 15px;
  }
}
/**********************************************
= EGGS - Header Selection de la langues / devises
**********************************************/
.banner {
  display: flex;
  width: 100%;
  padding: 20px 0;
}
.banner #header_logo {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: center;
}
.banner #header_logo img {
  height: 80px;
  width: auto;
  margin: 0 !important;
}
.banner .banner-element {
  flex: 2;
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: end;
}
.banner .banner-element .header-infos-mobile {
  display: flex;
}
.banner .banner-element-lang {
  display: flex;
  flex-direction: row-reverse;
}
.banner .displaySearch {
  flex: 3;
  align-items: end;
  justify-content: center;
  display: flex;
  width: 100%;
  padding: 0 0 0 5%;
}
.banner .displaySearch #search_block_top {
  width: 100%;
}
.banner #languages-block-top .current span, .banner #languages-block-top div.current::after {
  color: #d5dade;
}
.banner #currencies-block-top div.current strong, .banner #currencies-block-top div.current::after {
  color: #d5dade;
}

/*************************************
= EGGS - Home Liste de produits
*************************************/
#index #homefeatured li {
  border-top: 1px solid #d0d0d0;
  border-bottom: none;
}

/*************************************
= EGGS - Home Liste de produits CMS
*************************************/
h4.cms-block-header {
  margin-left: 10px;
  margin-top: 30px;
  text-transform: uppercase;
}

.cms-block {
  border-top: 1px solid #d0d0d0;
  display: block;
  float: left;
  padding-top: 10px;
  position: relative;
  margin: 0 0 10px 0;
  width: 100%;
}
.cms-block li {
  float: left;
  position: relative;
  width: 33.333%;
}
.cms-block li .cms-blockTitle a {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.cms-block li h1 {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.cms-block li h1 a {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.cms-block li .cms-blockTitle, .cms-block li h1 {
  margin-bottom: 20px;
}
.cms-block li p {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 25px;
}
.cms-block li p em {
  font-style: italic;
}
.cms-block li p a {
  font-family: "Roboto", serif;
  font-size: 13px;
}

/*************************************
= EGGS - Mon compte
*************************************/
#my-account .page-heading, #my-account h1.page-heading {
  border-bottom: 0px;
  color: black;
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 30px 0 30px;
  padding: 0 0 5px;
  text-align: center;
}

.history .detail_step_by_step .label {
  color: white;
}

/*************************************
= EGGS - Home Diaporama
*************************************/
#cmsinfo_block.blocPromo {
  margin-top: 30px;
}
#cmsinfo_block .bx-wrapper {
  height: auto;
}

.bx-Promo .textProdPromo {
  opacity: 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  top: 0px;
  left: 0px;
  zoom: 1;
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=0);
}

#cmsinfo_block .col-xs-4:hover .bx-Promo .textProdPromo {
  opacity: 1;
}

.bx-Promo .textProdPromo .heading {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 18px;
  padding-top: 40%;
}

#cmsinfo_block .bx-Promo .textProdPromo p.price {
  color: #81191f;
  float: none;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 4px;
  padding-left: 0;
}
#cmsinfo_block .bx-Promo .textProdPromo p.price span {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: lowercase;
  margin: 0;
  font-family: "Roboto", serif;
  color: #81191f;
}
#cmsinfo_block .col-xs-4:hover .bx-prev, #cmsinfo_block .col-xs-4:hover .bx-next {
  display: block;
  height: 24px;
  width: 12px;
}
#cmsinfo_block .bx-prev {
  background: url("../img/promo-nav.png") no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
#cmsinfo_block .bx-next {
  background: url("../img/promo-nav.png") -12px 0 no-repeat;
  overflow: hidden;
  text-indent: -999px;
}

.blocPromo .outside {
  text-align: center;
  width: 60px;
  position: relative;
  margin: 0 auto;
  z-index: 9999;
  margin: -85px auto 85px;
}

#promo1-prev, #promo2-prev, #promo3-prev {
  float: left;
}

#promo1-next, #promo2-next, #promo3-next {
  float: right;
}

.wrap-contentPromo {
  clear: both;
  padding: 1px 10px 0;
  z-index: 10;
}
.wrap-contentPromo div, .wrap-contentPromo h2 {
  color: #000;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}

#cmsinfo_block .col-xs-4 .couleur_dispo {
  display: block;
  margin: 0 auto;
  position: relative;
  width: auto;
}
#cmsinfo_block .col-xs-4 .couleur_dispo img {
  width: 22px;
}
#cmsinfo_block .col-xs-4 .couleur_dispo li {
  border: 1px solid #d6d4d4;
  display: inline-block;
  margin: 0;
  padding: 1px;
}

/*************************************
= EGGS MON COMPTE/MES ADRESSES
*************************************/
#addresses .page-heading {
  border-bottom: 0 none;
  color: black;
  font-family: "Roboto", serif;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 30px 0;
  padding: 35px 0 10px;
  text-align: center;
  text-transform: none;
}
#addresses .bloc_adresses {
  background: #e9e9e9;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
#addresses .addresses .box {
  background: none;
  border: none;
  text-align: left;
}
#addresses .address_update i {
  margin: -4px 6px 0 0;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#addresses .address_update a {
  color: #81191f;
  background: none;
  font-weight: normal;
}
#addresses .address_update a span {
  padding: 0;
  text-transform: none !important;
  font-size: 14px;
}
#addresses .address_update a span:hover {
  background: none;
  text-decoration: underline;
}
#addresses .address_update a span:hover i {
  text-decoration: none;
}
#addresses ul.footer_links {
  border: none;
  float: left;
  margin-top: 20px;
  width: auto;
}
#addresses .main-page-indent {
  float: right;
  margin-top: 20px;
}
#addresses ul.footer_links a.button,
#addresses .main-page-indent a.button {
  border-radius: 50px;
  width: 100%;
  display: block;
  border: 1px solid #000;
  background-color: #000;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
#addresses ul.footer_links a.button span,
#addresses .main-page-indent a.button span {
  border: none;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px;
  text-transform: none !important;
  background: none;
}
#addresses ul.footer_links a.button span:hover,
#addresses .main-page-indent a.button span:hover {
  background: none;
}
#addresses ul.footer_links a.button:hover,
#addresses .main-page-indent a.button:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

/*************************************
= EGGS TUNNEL DE COMMANDE
*************************************/
#soflexibilite_carrierList .title3 {
  margin-left: 18px !important;
  margin-bottom: 9px;
  margin-top: 18px;
  font-size: 23px;
}

/*************************************
= EGGS CONF. PAIEMENT PAR CHEQUE
*************************************/
#module-cheque-payment .page-heading {
  color: #000;
  font-family: Roboto, serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 25px 0;
  text-align: center;
}
#module-cheque-payment .box {
  background: none;
  border: none;
  margin: 0 0 15px;
  padding: 0;
}
#module-cheque-payment .box .page-subheading {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  text-transform: none;
}
#module-cheque-payment .cheque-box p {
  color: #333333;
  padding-left: 20px;
}
#module-cheque-payment .cheque-box p .price {
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
#module-cheque-payment .cart_navigation {
  margin: 0;
}
#module-cheque-payment .cart_navigation .button-medium span, #module-cheque-payment .cart_navigation .button-exclusive {
  padding: 10px 30px;
}
#module-cheque-payment .button.button-medium span {
  border: 1px solid #000;
  display: block;
  font-size: 16px;
  padding: 10px 25px 10px 25px;
  text-transform: uppercase !important;
}
#module-cheque-payment .cart_navigation .button-exclusive {
  border: 1px solid #000;
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 25px 10px 30px;
  text-transform: uppercase !important;
  background: #000;
  color: #fff;
  float: left;
  margin: 25px 30px !important;
}

/*************************************
= EGGS CONF. PAIEMENT VIREMENT
*************************************/
#module-bankwire-payment .page-heading {
  color: #000;
  font-family: Roboto, serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 25px 0;
  text-align: center;
}
#module-bankwire-payment .box {
  background: none;
  border: none;
  margin: 0 0 15px;
  padding: 0;
}
#module-bankwire-payment .box .page-subheading {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  text-transform: none;
}
#module-bankwire-payment .cheque-box p {
  color: #333333;
  padding-left: 20px;
}
#module-bankwire-payment .cheque-box p .price {
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
#module-bankwire-payment .cart_navigation {
  margin: 0;
}
#module-bankwire-payment .cart_navigation .button-medium span, #module-bankwire-payment .cart_navigation .button-exclusive {
  padding: 10px 30px;
}
#module-bankwire-payment .button.button-medium span {
  border: none;
  display: block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: none !important;
}
#module-bankwire-payment .cart_navigation .button-exclusive {
  border: 1px solid #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: none !important;
  background: #000;
  color: #fff;
  float: left;
  margin: 25px 30px !important;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  border-radius: 50px;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
#module-bankwire-payment .cart_navigation .button-exclusive:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
}

/*************************************
= EGGS CONF. PAIEMENT VIREMENT
*************************************/
#password .page-subheading {
  border-bottom: none;
  color: #000;
  font-family: Roboto, serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 30px 0;
  padding-bottom: 0;
  text-align: center;
}
#password #columns {
  padding: 0;
}
#password #columns .box {
  border: none;
  margin: 0;
  text-align: center;
}
#password .box .form-group .form-control {
  margin: 0 auto;
}

/*************************************
= EGGS FIN
*************************************/
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 {
  border-top: 1px solid #d6d4d4;
  padding: 9px 8px 11px 18px;
  line-height: 1.42857;
  vertical-align: top;
}
.table tbody > tr > th, .table tbody > tr > td {
  border-top: 1px solid #d6d4d4;
  padding: 9px 8px 11px 18px;
  line-height: 1.42857;
  vertical-align: top;
}
.table tfoot > tr > th, .table tfoot > tr > td {
  border-top: 1px solid #d6d4d4;
  padding: 9px 8px 11px 18px;
  line-height: 1.42857;
  vertical-align: top;
}
.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 {
  border-top: 0;
}
.table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td {
  border-top: 0;
}
.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: white;
}

.table-condensed thead > tr > th, .table-condensed thead > tr > td {
  padding: 5px;
}
.table-condensed tbody > tr > th, .table-condensed tbody > tr > td {
  padding: 5px;
}
.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 {
  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: whitesmoke;
}

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 {
  background-color: whitesmoke;
}
.table > thead > tr.active > td, .table > thead > tr.active > th {
  background-color: whitesmoke;
}
.table > tbody > tr > td.active, .table > tbody > tr > th.active {
  background-color: whitesmoke;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th {
  background-color: whitesmoke;
}
.table > tfoot > tr > td.active, .table > tfoot > tr > th.active {
  background-color: whitesmoke;
}
.table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background-color: whitesmoke;
}
.table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #55c65e;
  border-color: #48b151;
}
.table > thead > tr.success > td, .table > thead > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151;
}
.table > tbody > tr > td.success, .table > tbody > tr > th.success {
  background-color: #55c65e;
  border-color: #48b151;
}
.table > tbody > tr.success > td, .table > tbody > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151;
}
.table > tfoot > tr > td.success, .table > tfoot > tr > th.success {
  background-color: #55c65e;
  border-color: #48b151;
}
.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 {
  background-color: #42c04c;
  border-color: #419f49;
}
.table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f3515c;
  border-color: #d4323d;
}
.table > thead > tr.danger > td, .table > thead > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d;
}
.table > tbody > tr > td.danger, .table > tbody > tr > th.danger {
  background-color: #f3515c;
  border-color: #d4323d;
}
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d;
}
.table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger {
  background-color: #f3515c;
  border-color: #d4323d;
}
.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 {
  background-color: #f13946;
  border-color: #c32933;
}
.table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fe9126;
  border-color: #e4752b;
}
.table > thead > tr.warning > td, .table > thead > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b;
}
.table > tbody > tr > td.warning, .table > tbody > tr > th.warning {
  background-color: #fe9126;
  border-color: #e4752b;
}
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b;
}
.table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning {
  background-color: #fe9126;
  border-color: #e4752b;
}
.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 {
  background-color: #fe840d;
  border-color: #da681c;
}
.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 {
    white-space: nowrap;
  }
  .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td {
    white-space: nowrap;
  }
  .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 {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child {
    border-left: 0;
  }
  .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 {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child {
    border-right: 0;
  }
  .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 {
    border-bottom: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td {
    border-bottom: 0;
  }
  .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: none;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
  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:-moz-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control:focus {
  border-color: #66afe9;
  outline: none;
  -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] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

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

.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 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.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 {
  height: 30px;
  line-height: 30px;
}

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

textarea.input-sm {
  height: auto;
}

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

.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}

.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 {
  height: 44px;
  line-height: 44px;
}

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

textarea.input-lg {
  height: auto;
}

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

.has-warning .help-block, .has-warning .control-label {
  color: white;
}
.has-warning .form-control {
  border-color: white;
  -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: white;
  border-color: white;
  background-color: #fe9126;
}

.has-error .help-block, .has-error .control-label {
  color: white;
}
.has-error .form-control {
  border-color: white;
  -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: white;
  border-color: white;
  background-color: #f3515c;
}

.has-success .help-block, .has-success .control-label {
  color: white;
}
.has-success .form-control {
  border-color: white;
  -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: white;
  border-color: white;
  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: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  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: none;
}
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: none;
  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] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.open .btn-default.dropdown-toggle {
  color: #333333;
  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 {
  background-color: white;
  border-color: #cccccc;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default[disabled] {
  background-color: white;
  border-color: #cccccc;
}
.btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active {
  background-color: white;
  border-color: #cccccc;
}

fieldset[disabled] .btn-default {
  background-color: white;
  border-color: #cccccc;
}
fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}

.open .btn-primary.dropdown-toggle {
  color: white;
  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 {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary[disabled] {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active {
  background-color: #428bca;
  border-color: #357ebd;
}

fieldset[disabled] .btn-primary {
  background-color: #428bca;
  border-color: #357ebd;
}
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: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}

.open .btn-warning.dropdown-toggle {
  color: white;
  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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning[disabled] {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

fieldset[disabled] .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}
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: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}

.open .btn-danger.dropdown-toggle {
  color: white;
  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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger[disabled] {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

fieldset[disabled] .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}
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: white;
  background-color: #46a74e;
  border-color: #3e9546;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #3a8a41;
  border-color: #2c6a31;
}

.open .btn-success.dropdown-toggle {
  color: white;
  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 {
  background-color: #46a74e;
  border-color: #3e9546;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active {
  background-color: #46a74e;
  border-color: #3e9546;
}
.btn-success[disabled] {
  background-color: #46a74e;
  border-color: #3e9546;
}
.btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active {
  background-color: #46a74e;
  border-color: #3e9546;
}

fieldset[disabled] .btn-success {
  background-color: #46a74e;
  border-color: #3e9546;
}
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: white;
  background-color: #5192f3;
  border-color: #3983f1;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #2b7af0;
  border-color: #0f62de;
}

.open .btn-info.dropdown-toggle {
  color: white;
  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 {
  background-color: #5192f3;
  border-color: #3983f1;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active {
  background-color: #5192f3;
  border-color: #3983f1;
}
.btn-info[disabled] {
  background-color: #5192f3;
  border-color: #3983f1;
}
.btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active {
  background-color: #5192f3;
  border-color: #3983f1;
}

fieldset[disabled] .btn-info {
  background-color: #5192f3;
  border-color: #3983f1;
}
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: #777777;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
}
.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 {
  color: #999999;
  text-decoration: none;
}

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

.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 black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}

.dropdown {
  position: relative;
}

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

.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 0;
  list-style: none;
  font-size: 13px;
  background-color: white;
  border: 1px solid #cccccc;
  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: white;
  background-color: #428bca;
}
.dropdown-menu > .active > a {
  color: white;
  text-decoration: none;
  outline: none;
  background-color: #428bca;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: none;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a {
  color: #999999;
}
.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: none;
}

.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 black;
  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: #333333;
}

.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: #333333;
}
.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 {
  z-index: 2;
}

.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 {
  margin-left: -1px;
}
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.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) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.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: none;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.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 {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.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 {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}

.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] {
  margin-top: 0;
}
.input-group-addon input[type=checkbox] {
  margin-top: 0;
  margin-top: 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  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 {
  color: white;
  background-color: #428bca;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  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 #dddddd;
  margin-right: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
  border-bottom-color: white;
}

.tabbable:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  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: #777777;
  border-bottom-color: #777777;
}
.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 {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

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

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  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;
  }
}
@media (max-width: 992px) {
  #contentMenu {
    display: none !important;
  }
  .navbar-header {
    float: left;
  }
  .navbar-toggle {
    display: block !important;
  }
  .topBanner .container p {
    display: none;
  }
}
@media (max-width: 1200px) {
  #header .banner {
    margin-top: 0;
  }
  .headerBottom .container {
    max-width: 100%;
  }
  .navbar-nav .menu_item_5 {
    margin-left: 10px !important;
  }
}
.navbar-toggle {
  color: #ccc;
  display: none;
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  text-transform: uppercase;
}
.navbar-toggle span.nav-label {
  float: left;
  display: block;
  color: #ccc;
  line-height: 50px;
  margin-left: 10px;
}
.navbar-toggle .icon-reorder {
  float: left;
  line-height: 50px !important;
  font-size: 28px !important;
}

#cs-top-menu .navbar-nav > li.parent:hover .menu_title {
  position: relative;
}
#cs-top-menu .navbar-nav > li.parent:hover .menu_title:before {
  text-align: center;
  width: 100%;
  position: absolute;
  height: 10px;
  font-size: 18px;
  font-family: "FontAwesome";
  content: "\f0d8";
  color: #d4d4d4;
  bottom: -9px;
}

.navbar-nav {
  width: 100%;
  margin: 8px -15px;
}
.navbar-nav li, .navbar-nav a {
  line-height: 18px;
}
.navbar-nav > li.parent {
  margin-top: 4px;
  line-height: 30px;
  position: relative;
  z-index: 2000;
}
.navbar-nav > li.parent > span, .navbar-nav > li.parent > a {
  text-transform: uppercase;
  margin: 0 10px;
}
.navbar-nav > li.parent > a, .navbar-nav > li.parent > span {
  color: #333333;
  font-weight: 600;
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 14px;
  line-height: 18px;
}
.navbar-nav .menu_item_1,
.navbar-nav .menu_item_2,
.navbar-nav .menu_item_3,
.navbar-nav .menu_item_4,
.navbar-nav .menu_item_5,
.navbar-nav .menu_item_6,
.navbar-nav .menu_item_7,
.navbar-nav .menu_item_8 {
  border-left: 1px solid #e0e0e0;
}
.navbar-nav .menu_item_5,
.navbar-nav .menu_item_6,
.navbar-nav .menu_item_7,
.navbar-nav .menu_item_8,
.navbar-nav .menu_item_9 {
  float: right;
}
.navbar-nav .dropdown-menu-mobile {
  display: none;
}

@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: 1px;
  padding-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: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.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: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.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: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #cccccc;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  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: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a {
  color: white;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a {
  background-color: #090909;
  color: white;
}
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.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: white;
  border-bottom-color: white;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}

@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: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: white;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #444444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
#product .bg-grey {
  background-color: #f8f8f8;
}

.breadcrumb {
  padding: 8px 15px;
  list-style: none;
  background-color: white;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #484848;
}
.breadcrumb > .active {
  color: #333333;
}

.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: white;
  border: 1px solid #fff;
  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 {
  background-color: #f6f6f6;
}
.pagination > li > span:hover, .pagination > li > span:focus {
  background-color: #f6f6f6;
}
.pagination > .active > a {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .active > a:hover, .pagination > .active > a:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .active > span {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination > .disabled > a {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  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 {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  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 {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}
.pager .disabled > a:hover, .pager .disabled > a:focus {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.label[href]:hover, .label[href]:focus {
  color: white;
  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: #81191f;
  border: 1px solid #81191f;
}
.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: white;
  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: white;
  text-decoration: none;
  cursor: pointer;
}

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

a.list-group-item.active > .badge {
  color: #777777;
  background-color: white;
}

.nav-pills > .active > a > .badge {
  color: #777777;
  background-color: white;
}
.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: #777777;
}

.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #777777;
}

.alert {
  padding: 15px;
  margin-bottom: 18px;
  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;
  color: white;
}
.alert-success hr {
  border-top-color: #419f49;
}
.alert-success .alert-link {
  color: #e6e6e6;
}

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

.alert-warning {
  background-color: #b7b7b7;
  color: white;
  text-align: center;
}
.alert-warning hr {
  border-top-color: #da681c;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #f3515c;
  color: white;
}
.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: whitesmoke;
  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: white;
  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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.media {
  margin-top: 15px;
}
.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: white;
  border: 1px solid #dddddd;
}
.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 {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  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: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}

.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: white;
  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 {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  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: whitesmoke;
  border-top: 1px solid #dddddd;
  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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

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

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: white;
  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: white;
  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: white;
  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: white;
  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: white;
  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: whitesmoke;
  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: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: black;
  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;
}

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

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

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

.hide {
  display: none !important;
}

.hide-ease {
  height: 0 !important;
  visibility: hidden !important;
  opacity: 0 !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, tr.visible-xs, th.visible-xs, td.visible-xs, .visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm, .visible-md, tr.visible-md, th.visible-md, td.visible-md, .visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  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;
  }
}
@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;
  }
}
@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;
  }
}
@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, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, 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, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, 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, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, 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, tr.hidden-md.hidden-xs, 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, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, 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, tr.hidden-lg.hidden-xs, 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, tr.hidden-lg.hidden-sm, 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, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important;
  }
}
.visible-print, tr.visible-print, 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, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important;
  }
}
a:hover {
  text-decoration: none;
}

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

textarea {
  resize: none;
}

#header, #header-container {
  z-index: 5003;
  position: relative;
}

.columns-container {
  background: white;
}

#columns {
  position: relative;
  padding-bottom: 5px;
}

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

@media (max-width: 992px) {
  header .row #header_logo {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  header .row #header_logo {
    padding-top: 15px;
    float: left;
  }
  header .col-sm-4 + .col-sm-4 + .col-sm-4 {
    float: right;
  }
  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: "Roboto", 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: #333333;
  margin-bottom: 25px;
}
p.info-account {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  clear: both;
  color: #000;
  font: 600 14px "Roboto", sans-serif;
  font-size: 18px;
  height: 44px;
  line-height: 25px;
  max-width: 100%;
  margin: 0 0 20px 0;
  padding: 11px 0 0 0;
  text-transform: uppercase;
  text-align: center;
}

#my-account p.info-account.title-tropeziens {
  margin: 0;
}
#my-account .addresses-lists, #my-account .VICCard {
  margin-bottom: 30px;
}
#my-account .tropeziens {
  background-color: #e3e3e2;
  display: block;
  margin-bottom: 0;
  width: 100%;
}
#my-account .tropeziens .tr-logo {
  float: left;
  padding: 10px;
}
#my-account .tropeziens p {
  padding-top: 55px;
  height: 100%;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  vertical-align: middle;
}
#my-account .acountNrv {
  clear: both;
  position: relative;
}
#my-account .acountNrv > li {
  margin-bottom: 30px;
}
#my-account .showAllOrd {
  color: #82191f;
  float: right;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
  position: absolute;
  right: 0px;
  text-transform: none;
}
#my-account .showAllOrd::before {
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
}

.acountNrv .title3 {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 25px 0;
  text-align: center;
}
.acountNrv p {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  text-align: center;
  width: 98%;
}
.acountNrv .buttonRed {
  display: block;
  overflow: hidden;
  margin: 0 20px 20px 20px;
  position: relative;
  text-align: center;
  font-family: "Roboto", serif;
  color: #81191f;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
}
.acountNrv .buttonRed:hover {
  text-decoration: underline;
  color: #81191f !important;
}
.acountNrv .buttonRed:hover {
  color: #000;
}

#my-account .fidelis span {
  background: #81191f;
  border-radius: 2px;
  color: #fff;
  margin: 0 1px;
  padding: 1px 2px;
}

.acountNrv.fidelis p {
  margin: 0 auto 40px;
  width: 65%;
}

.info-account.title-vic {
  margin-bottom: 0;
}

.VICCard {
  background: url("../img/carte-vic.jpg") no-repeat #e4e5e0 100px 20px;
  display: block;
  min-height: 194px;
  padding: 45px 0 0 15%;
  position: relative;
  text-align: center;
}
.VICCard h2 {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
}
.VICCard .viewvic {
  color: #81191f;
  display: block;
  font-family: "Roboto", serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  overflow: hidden;
  margin: 20px auto 0;
  position: relative;
  text-align: center;
  text-decoration: underline;
  text-shadow: 0 1px white;
  text-transform: uppercase;
  width: 150px;
}
.VICCard .viewvic:hover {
  color: #000;
}

.dark {
  color: #333333;
}

.main-page-indent {
  margin-bottom: 30px;
}

.alert {
  font-weight: bold;
}
.alert a {
  color: white;
}
.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: #333333;
}
label.required:before {
  content: "*";
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

.unvisible {
  display: none;
}

.checkbox {
  line-height: 16px;
}
.checkbox label {
  color: #000;
}

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

a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large {
  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;
}

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 {
  text-decoration: none;
  background-position: left -50px;
}

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 {
  background-position: left -100px;
}

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 {
  border: 1px solid #cccccc;
  color: #999999;
  background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
  cursor: default;
}

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 {
  background: none repeat scroll 0 0 #000;
  border: medium none;
  border-radius: 0;
  color: white;
  font-family: "Roboto", sans-serif;
  padding: 0;
}
.button.button-small span {
  display: block;
  padding: 10px 16px;
  text-transform: uppercase !important;
}
.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-small span:hover {
  background: #575757;
  border-color: #303030 #303030 #666666 #444444;
}
.button.button-medium {
  background: none repeat scroll 0 0 #000;
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 21px;
  padding: 0;
}
.button.button-medium span {
  border: 1px solid #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px 10px 30px;
  text-transform: uppercase !important;
}
.button.button-medium span i.left {
  font-size: 24px;
  vertical-align: -2px;
  margin: -4px 10px 0 0;
  display: inline-block;
}
.button.button-medium span i.right {
  margin-right: 0;
  margin-left: 9px;
}
.button.button-medium.exclusive {
  border-color: #db8600 #d98305 #c86d26 #d98305;
  background: #fdaa02;
  background: -moz-linear-gradient(top, #fdaa02 0%, #fe9702 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdaa02), color-stop(100%, #fe9702));
  background: -webkit-linear-gradient(top, #fdaa02 0%, #fe9702 100%);
  background: -o-linear-gradient(top, #fdaa02 0%, #fe9702 100%);
  background: -ms-linear-gradient(top, #fdaa02 0%, #fe9702 100%);
  background: linear-gradient(to bottom, #fdaa02 0%, #fe9702 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdaa02", endColorstr="#fe9702", GradientType=0);
}
.button.button-medium.exclusive span {
  border-color: #000;
  background: #000;
}

@media (max-width: 480px) {
  .button.button-medium span {
    font-size: 15px;
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 480px) {
  .button.button-medium span i.left {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .button.button-medium span i.right {
    margin-left: 5px;
  }
}
/*
    .button.button-medium.exclusive span:hover {
      filter: none;
      background: #f89609;
      border-color: #a6550c #ba6708 #db8600 #ba6708; }
      .button.button-medium.exclusive span:hover span {
        border-color: #fec133; }
*/
.link-button {
  font-weight: bold;
}
.link-button i {
  margin-right: 5px;
}
.link-button i.large {
  font-size: 21px;
  line-height: 26px;
  vertical-align: -3px;
  color: silver;
}

.btn.button-plus, .btn.button-minus {
  font-size: 14px;
  line-height: 14px;
  color: silver;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
  padding: 0;
  border: 1px solid;
  border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn.button-plus span, .btn.button-minus span {
  display: block;
  border: 1px solid white;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 4px 0 0 0;
  background: #1e5799;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fbfbfb", GradientType=0);
}
.btn.button-plus:hover, .btn.button-minus:hover {
  color: #333333;
}
.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: #333333;
  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: white;
  display: block;
  padding: 9px 10px 11px 10px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#ededed", GradientType=0);
}
.button.exclusive-medium span:hover {
  border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2;
}
.button.exclusive-medium span:hover span {
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(0%, #e7e7e7));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
  background: -o-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #e7e7e7 0%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7e7e7", endColorstr="#e7e7e7", GradientType=0);
}
.button.ajax_add_to_cart_button {
  font: 700 17px/21px Roboto, Helvetica, sans-serif;
  color: white;
  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: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
  background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009ad0", endColorstr="#007ab7", 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, Helvetica, sans-serif;
  color: #333333;
  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: white;
  padding: 10px 14px;
  display: block;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#ededed", 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;
}

@media (max-width: 480px) {
  .button.exclusive-medium span {
    font-size: 15px;
    padding-right: 7px;
    padding-left: 7px;
  }
}
select.form-control {
  min-height: 0;
  height: auto;
}

.form-control {
  min-height: 40px;
  height: auto;
  padding: 3px 5px;
  -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: white;
  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: #333333;
  vertical-align: middle;
}
.table td a.color-myaccount {
  color: #777777;
  text-decoration: underline;
}
.table td a.color-myaccount:hover {
  text-decoration: none;
}
.table tfoot tr {
  background: #fbfbfb;
}

.product-name {
  font-family: "Roboto", serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  color: black;
  margin-bottom: 0;
}
.product-name a {
  font-size: 16px;
  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: #777777;
  white-space: nowrap;
}

.our_price_display {
  color: #777777;
  float: left;
  font-size: 13px;
  white-space: nowrap;
}

.price.product-price {
  font-size: 12px;
  font-family: "Roboto", serif;
  color: black;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.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 "Roboto", sans-serif;
  color: white;
  padding: 0 5px 0 3px;
  display: inline-block;
}
.price-percent-reduction.small {
  font: 700 14px/17px Roboto, Helvetica, 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, Helvetica, sans-serif;
  color: white;
  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, Helvetica, sans-serif;
  color: white;
  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, .ie8 .new-label:before {
  display: none;
}
.ie8 .sale-label {
  right: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px;
}
.ie8 .sale-label:after, .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 {
  background: white;
  display: block;
  margin-bottom: 11px;
}
.product-box .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#home-page-tabs {
  border: none;
  background: white;
}
#home-page-tabs > li {
  margin-bottom: 0;
}
#home-page-tabs > li a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin: 0;
  padding: 10px;
}
#home-page-tabs > li:first-child {
  border: none;
}
#home-page-tabs > li.active a, #home-page-tabs > li a:hover {
  color: black;
  padding: 10px;
}

@media (min-width: 768px) {
  #home-page-tabs {
    padding: 10px 0;
    margin: 18px 0 0 -18px;
  }
}
@media (min-width: 768px) {
  #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%;
  }
}
@media (min-width: 768px) {
  #home-page-tabs > li a {
    padding: 1px 10px;
  }
}
@media (min-width: 768px) {
  #home-page-tabs > li.active a, #home-page-tabs > li a:hover {
    margin: -9px 0;
  }
}
.block {
  margin-bottom: 30px;
}
.block .title_block, .block h4 {
  font: 600 18px/22px "Roboto", sans-serif;
  color: #555454;
  background: #f6f6f6;
  border-top: 5px solid #333333;
  text-transform: uppercase;
  padding: 14px 5px 17px 20px;
  margin-bottom: 20px;
}
.block .title_block a, .block h4 a {
  color: #555454;
}
.block .title_block a:hover, .block h4 a:hover {
  color: #333333;
}
.block .list-block {
  margin-top: -8px;
}
.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: #333333;
  padding-right: 8px;
}
.block .list-block li a:hover {
  color: #333333;
  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;
}
.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;
}
.block .products-block li .product-content {
  overflow: hidden;
}
.block .products-block li .product-content h5 {
  margin: -3px 0 0 0;
}
.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, Helvetica, sans-serif;
  padding: 1px 6px;
}

@media (max-width: 767px) {
  .block {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .block .block_content {
    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: "\f067";
    position: absolute;
    right: 0;
    top: 15px;
    height: 36px;
    width: 36px;
    font-size: 21px;
    font-weight: normal;
  }
  .block .title_block.active:after, .block h4.active:after {
    content: "\f068";
  }
}
@media (max-width: 767px) {
  .block .list-block {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .block .list-block .form-group select {
    width: 270px;
  }
}
@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;
  }
}
.page-heading {
  font: 600 18px/22px "Roboto", 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, Helvetica, sans-serif;
  float: right;
  color: #333333;
  text-transform: none;
  margin-bottom: 10px;
}
.page-heading span.lighter {
  color: #9c9c9c;
}
.page-heading.bottom-indent {
  margin-bottom: 16px;
}
.page-heading.product-listing {
  border-bottom: none;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .page-heading span.heading-counter {
    float: none;
    display: block;
    padding-top: 5px;
  }
}
.page-subheading {
  font-family: "Roboto", 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 {
  background: none repeat scroll 0 0 #fff;
  color: #81191f;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 20px 0 20px;
  position: relative;
  display: none;
  cursor: pointer;
}

ul.footer_links {
  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;
}
.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: gray;
  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: #333333;
}
.content_sortPagiBar .display li.display-title, .content_sortPagiBar .display_m li.display-title {
  font-weight: bold;
  color: #333333;
  padding: 7px 6px 0 0;
}

@media (max-width: 991px) {
  .content_sortPagiBar .sortPagiBar #productsSortForm select {
    max-width: 160px;
  }
}
.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 auto;
  position: relative;
  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 {
  display: block;
  font-weight: bold;
  margin: 0 1px 0 0;
  padding: 0;
}

.bottom-pagination-content ul.pagination li > a, .bottom-pagination-content ul.pagination li > span {
  display: block;
  font-weight: bold;
  margin: 0 1px 0 0;
  padding: 0;
}

.top-pagination-content ul.pagination li > a span, .top-pagination-content ul.pagination li > span span {
  border: 1px solid white;
  padding: 2px 8px;
  display: block;
  background: url(../img/pagination-li.gif) 0 0 repeat-x #fbfbfb;
}

.bottom-pagination-content ul.pagination li > a span, .bottom-pagination-content ul.pagination li > span span {
  border: 1px solid white;
  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 {
  color: #777676;
  font-weight: bold;
}

.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 {
  border: none;
  background: none;
  display: block;
  padding: 4px 0;
}
.top-pagination-content ul.pagination li.pagination_next > a, .top-pagination-content ul.pagination li.pagination_next > span {
  border: none;
  background: none;
  display: block;
  padding: 4px 0;
}

.bottom-pagination-content ul.pagination li.pagination_previous > a, .bottom-pagination-content ul.pagination li.pagination_previous > span {
  border: none;
  background: none;
  display: block;
  padding: 4px 0;
}
.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 {
    display: none;
  }
  .top-pagination-content ul.pagination li.pagination_next > a b, .top-pagination-content ul.pagination li.pagination_next > span b {
    display: none;
  }
  .bottom-pagination-content ul.pagination li.pagination_previous > a b, .bottom-pagination-content ul.pagination li.pagination_previous > span b {
    display: none;
  }
  .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 {
  border: none;
  padding: 0;
  background: none;
}
.top-pagination-content ul.pagination li.pagination_next > a span, .top-pagination-content ul.pagination li.pagination_next > span span {
  border: none;
  padding: 0;
  background: none;
}

.bottom-pagination-content ul.pagination li.pagination_previous > a span, .bottom-pagination-content ul.pagination li.pagination_previous > span span {
  border: none;
  padding: 0;
  background: none;
}
.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 {
  font-weight: bold;
}
.top-pagination-content ul.pagination li.pagination_next > a span b, .top-pagination-content ul.pagination li.pagination_next > span span b {
  font-weight: bold;
}

.bottom-pagination-content ul.pagination li.pagination_previous > a span b, .bottom-pagination-content ul.pagination li.pagination_previous > span span b {
  font-weight: bold;
}
.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: #333333;
  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;
  }
}
ul.step {
  margin-bottom: 30px;
  overflow: hidden;
  height: 49px;
}
ul.step li {
  float: left;
  text-align: center;
  width: 20%;
}
ul.step li.step_current {
  font-weight: bold;
}
ul.step li.step_todo {
  background: none repeat scroll 0 0 #f2f2f2;
}
ul.step li.step_current span {
  color: #000;
  position: relative;
}
ul.step li.first span, ul.step li.first a {
  z-index: 5;
}
ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
  display: block;
  font-size: 14px;
  line-height: 49px;
}
ul.step li.step_current span {
  color: #000;
}
ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
  font-size: 14px;
  line-height: 49px;
}
ul.step li.step_todo span {
  color: #333333;
  display: block;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  ul.step {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  ul.step li {
    width: 100%;
    border-left-width: 1px;
  }
}
@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 (max-width: 767px) {
  .top-pagination-content ul.pagination li.pagination_previous > a b, .top-pagination-content ul.pagination li.pagination_previous > span b {
    display: none;
  }
  .top-pagination-content ul.pagination li.pagination_next > a b, .top-pagination-content ul.pagination li.pagination_next > span b {
    display: none;
  }
  .bottom-pagination-content ul.pagination li.pagination_previous > a b, .bottom-pagination-content ul.pagination li.pagination_previous > span b {
    display: none;
  }
  .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 {
  border: none;
  padding: 0;
  background: none;
}
.top-pagination-content ul.pagination li.pagination_next > a span, .top-pagination-content ul.pagination li.pagination_next > span span {
  border: none;
  padding: 0;
  background: none;
}

.bottom-pagination-content ul.pagination li.pagination_previous > a span, .bottom-pagination-content ul.pagination li.pagination_previous > span span {
  border: none;
  padding: 0;
  background: none;
}
.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 {
  font-weight: bold;
}
.top-pagination-content ul.pagination li.pagination_next > a span b, .top-pagination-content ul.pagination li.pagination_next > span span b {
  font-weight: bold;
}

.bottom-pagination-content ul.pagination li.pagination_previous > a span b, .bottom-pagination-content ul.pagination li.pagination_previous > span span b {
  font-weight: bold;
}
.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: #333333;
  border-color: #fff;
}

.top-pagination-content ul.pagination li.active > span span, .bottom-pagination-content ul.pagination li.active > span span {
  background: #fff;
}

.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;
  }
}
@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 {
  padding: 0px 5px;
  font-size: 14px;
  line-height: 49px;
}

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

.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: #333333;
}
.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #333333;
}

body#category .header-container,
body#cms .header-container {
  background: white;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8007;
  transition: transform 0.5s ease;
}
body#category .header-container.down,
body#cms .header-container.down {
  transform: translateY(-100%);
}
body#category .header-container.up,
body#cms .header-container.up {
  transition: transform 0.5s ease;
}
body#category #page.has-preheader .columns-container,
body#cms #page.has-preheader .columns-container {
  padding-top: 157px;
}
body#category #page:not(.has-preheader) .columns-container,
body#cms #page:not(.has-preheader) .columns-container {
  padding-top: 126px;
}

.breadcrumb {
  padding: 10px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #757575;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: left;
}
.breadcrumb .navigation-pipe {
  display: inline-block;
  font-weight: 400;
  padding: 0 5px;
}
.breadcrumb a, .breadcrumb span:not(.navigation-pipe):not(.navigation_page) {
  display: inline-block;
  background: white;
  color: #989898;
  padding: 0;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.breadcrumb a.home, .breadcrumb span:not(.navigation-pipe):not(.navigation_page).home {
  font-size: 17px;
  color: #d0d0d0;
  width: 38px;
  text-align: center;
  padding: 0;
  margin: 0 0 0 -10px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 99;
  line-height: 22px;
  display: inline-block;
  height: 25px;
}
.breadcrumb a.home i, .breadcrumb span:not(.navigation-pipe):not(.navigation_page).home i {
  vertical-align: -1px;
}
.breadcrumb a.home:before, .breadcrumb span:not(.navigation-pipe):not(.navigation_page).home:before {
  border: none;
}
.breadcrumb a:hover, .breadcrumb span:not(.navigation-pipe):not(.navigation_page):hover {
  color: #777777;
}

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

#index .footer-container {
  margin-top: 0px;
}

.footer-container {
  margin-top: 20px;
}
.footer-container .container {
  padding: 0;
}
.footer-container #footer {
  color: #777777;
}
.footer-container #footer .row {
  position: relative;
}
.footer-container #footer .footer-block span.new {
  font-size: 12px;
  color: #971e23;
}
.footer-container #footer .footer-block ul li span {
  color: #3e3e3e;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}
.footer-container #footer a:hover {
  text-decoration: none;
}
.footer-container #footer .footerTitle3, .footer-container #footer h3 {
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: black;
  margin: 0 0 13px 0;
}
.footer-container #footer .footerTitle3 a, .footer-container #footer h3 a {
  color: black;
}
.footer-container #footer ul li, .footer-container #footer ul .footli div {
  font-weight: normal;
  line-height: 2rem;
  padding-bottom: 0;
  text-rendering: optimizelegibility;
}
.footer-container #footer ul li a, .footer-container #footer ul .footli div a {
  color: #3e3e3e;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2rem;
}
.footer-container #footer #block_contact_infos {
  border-left: 1px solid #515151;
}
.footer-container #footer #block_contact_infos > div {
  padding: 0 0 0 5px;
}
.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 {
  color: white;
  font-weight: normal;
}
.footer-container #footer #block_contact_infos > div ul li > span a {
  color: white;
  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 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.footer-container #footer #social_block ul li a {
  display: inline-block;
  color: #908f8f;
  font-size: 28px;
}
.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.facebook a:before {
  content: "\f09a";
}
.footer-container #footer #social_block ul li.twitter a:before {
  content: "";
  display: inline-block;
  background: url("../img/twitter-x.png") no-repeat scroll 0 bottom transparent;
  width: 24px;
  height: 25px;
}
.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.instagram a:before {
  content: "\f16d";
}
.footer-container #footer #social_block ul li.linkedin a:before {
  content: "\f0e1";
}
.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;
}
.footer-container #footer .bottom-footer {
  position: absolute;
  bottom: -30px;
  left: 0;
}
.footer-container #footer .bottom-footer div {
  border-top: 1px solid #d0d0d0;
  padding: 6px 15px 0;
  width: 100%;
}
.footer-container #footer .bottom-footer .bottomFooter {
  border-top: none;
  width: 1170px;
  margin: 0 auto;
  text-align: left;
}
.footer-container .pre-footer {
  display: flex;
}
.footer-container .pre-footer .block-contact {
  padding: 6rem;
  gap: 4rem;
  flex: 1;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-container .pre-footer .block-contact .pre-footer-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 18rem;
}
.footer-container .pre-footer .block-contact .pre-footer-icons > div {
  flex-grow: 1;
}
.footer-container .pre-footer .block-contact .pre-footer-icons svg {
  width: 3rem;
  height: 3rem;
}
.footer-container .pre-footer .block-contact .pre-footer-icons a, .footer-container .pre-footer .block-contact .pre-footer-icons .phone-icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-container .pre-footer .block-contact .pre-footer-icons .pre-footer-icon-text {
  margin-top: 0.5rem;
  color: #3e3e3e;
  font-size: 12px;
  text-align: center;
}
.footer-container .pre-footer .block-newsletter {
  padding: 6rem;
  gap: 4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e9e9e9;
}
.footer-container .pre-footer .block-newsletter #newsletter_block_left {
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
.footer-container .pre-footer .block-newsletter #newsletter_block_left .block_content #newsfooter {
  display: flex;
}
.footer-container .pre-footer .block-newsletter #newsletter_block_left .block_content #newsfooter input::placeholder {
  color: #9ca3af;
  font-size: 12px;
}
.footer-container .pre-footer .block-newsletter #newsletter_block_left .block_content button {
  margin-left: 0 !important;
  background-color: #000;
  width: 5rem;
}
.footer-container .pre-footer .block-newsletter #newsletter_block_left .block_content button svg {
  width: 2.5rem;
  color: #fff;
  fill: #fff;
  margin-top: 0.5rem;
}
.footer-container .pre-footer .block-newsletter #newsletter_block_left .block_content .newsletter-input {
  background-color: white;
  border: none;
  color: #9ca3af;
  font-size: 12px;
}
.footer-container .pre-footer .pre-footer-title {
  font-family: Roboto, serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.footer-container .pre-footer .pre-footer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  color: #3e3e3e;
}
.footer-container .pre-footer .pre-footer-text span {
  line-height: 2rem;
  text-align: center;
}
.footer-container .pre-footer p {
  max-width: 30rem;
  text-align: center;
  margin: 0;
  color: #3e3e3e;
  font-size: 12px;
}

@media (max-width: 767px) {
  .footer-container {
    margin-top: 0;
  }
  .footer-container .pre-footer {
    flex-direction: column;
  }
  .footer-container #footer.accordion .bottomRow .footer-block {
    padding: 24px 0;
  }
  .footer-container #footer.accordion .bottomRow .footer-block .footerTitle3 {
    position: relative;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .footer-container #footer.accordion .bottomRow .footer-block .footerTitle3:after {
    display: block;
    content: "+";
    position: absolute;
    right: 15px;
    top: 1px;
    font-size: 16px;
    font-weight: 300;
    -webkit-transform: scale(1.1, 1);
    -moz-transform: scale(1.1, 1);
    -o-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
  .footer-container #footer.accordion .bottomRow .footer-block .footerTitle3.active:after {
    content: "–";
  }
  .footer-container #footer.accordion .bottomRow .footer-block ul.bullet,
  .footer-container #footer.accordion .bottomRow .footer-block ul.toggle-footer {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .footer-container #footer #block_contact_infos {
    border: none;
  }
}
@media (max-width: 767px) {
  .footer-container #footer #block_contact_infos > div {
    padding-left: 0;
  }
}
#reinsurance_block {
  clear: both !important;
}

#short_description_content ul, #short_description_content ol, #short_description_content dl {
  margin-left: 20px;
}

#tinymce ul, #tinymce ol, #tinymce dl {
  margin-left: 20px;
}

.rte ul {
  list-style-type: disc;
}
.rte ol {
  list-style-type: decimal;
}

.block_hidden_only_for_screen {
  display: none;
}

.order .center_column #carrier_area .cart_navigation {
  border-top: none;
}

.cart_navigation {
  background: none repeat scroll 0 0 #f2f2f2;
  border: 1px solid #d0d0d0;
  padding: 15px 30px;
  text-align: center;
}
.cart_navigation .button-medium {
  margin: 25px 30px !important;
  border-radius: 50px;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
.cart_navigation .button-medium span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px;
  text-transform: none !important;
  background: none;
  border: none;
  line-height: 21px;
  color: #fff;
}
.cart_navigation .button-medium:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.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: #333333;
  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: 992px) {
  .cart_navigation .button-medium span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cart_navigation {
    border: none !important;
    background: none !important;
  }
}
@media (max-width: 480px) {
  .cart_navigation > span {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
}
.cart_last_product {
  display: none;
}

.cart_quantity .cart_quantity_input, .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_delete {
  padding: 120px 0 0;
}
.table tbody > tr > td.cart_total {
  position: relative;
}
.table tbody > tr > td.price_discount_del {
  padding: 5px;
}
.table tfoot > tr > td {
  vertical-align: middle;
}

.cart_delete a.cart_quantity_delete:hover, a.price_discount_delete:hover {
  color: silver;
}

#cart_summary tbody td.cart_product {
  height: auto;
  width: 22%;
}
#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;
}

td.cart_description small {
  color: #777777;
  font-size: 13px;
  font-weight: normal;
}

#cart_summary tfoot td.text-right, #cart_summary tfoot td.text-left {
  color: #000;
  font-weight: 400;
  padding-top: 11px;
}
#cart_summary tfoot td.price {
  text-align: right;
  text-transform: capitalize;
}
#cart_summary tfoot td.total_price_container span {
  font: 600 18px/22px "Roboto", sans-serif;
  color: #555454;
  text-transform: uppercase;
}
#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Roboto", sans-serif;
}
#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px;
}

@media screen and (max-width: 991px) {
  #center_column #order-detail-content #cart_summary tbody td {
    text-align: center;
    float: none;
    margin: auto;
  }
  #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 {
    text-align: center;
    overflow: auto;
  }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    width: 50%;
    float: left;
    white-space: normal;
  }
  #order-detail-content #cart_summary td.cart_avail {
    clear: both;
    display: none;
  }
  #order-detail-content #cart_summary td.cart_quantity {
    clear: both;
    padding: 9px 8px 11px 18px;
  }
  #order-detail-content #cart_summary td.cart_delete {
    width: 100%;
    clear: both;
    text-align: right;
  }
  #order-detail-content #cart_summary td.cart_delete:before {
    display: inline-block;
    padding-right: 0.5em;
    position: relative;
    top: -3px;
  }
  #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 .price {
    display: block;
    float: left;
    width: 50%;
  }
  #header ul.links {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 !important;
    height: 50px;
  }
  .footer-container #footer #social_block {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .footer-container #footer #social_block ul {
    align-self: center;
    margin: 0;
  }
  .footer-container #footer #social_block ul li {
    margin: 1rem 0;
    flex: 1 0 33%;
  }
  .footerRight .payment-footer {
    justify-content: center !important;
    width: 100%;
    flex-wrap: wrap;
  }
  .footerRight .payment-footer img {
    margin: 0.2rem;
  }
}
@media (max-width: 767px) {
  .delivery_options_address .delivery_option table {
    position: relative;
  }
  .delivery_options_address .delivery_option table tbody tr {
    position: relative;
    overflow: hidden;
  }
  .delivery_options_address .delivery_option table tbody tr td.delivery_option_radio {
    border-left: none !important;
    padding-top: 0;
    padding-bottom: 0;
    top: 40% !important;
  }
  .delivery_options_address .delivery_option table tbody tr td {
    width: 40px !important;
    left: 0;
    top: 0;
    border-top: none !important;
    border-left: 1px solid #dadada !important;
  }
  .delivery_options_address .delivery_option table tbody tr td + td {
    position: relative;
    display: block;
    width: auto !important;
    border: none;
  }
  .delivery_options_address .delivery_option table tbody tr td + td + td {
    display: block;
    border-top: 1px solid #dadada;
  }
  .delivery_options_address .delivery_option table tbody tr td + td + td + td {
    display: block;
  }
}
@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 .title4, .cart_voucher h4 {
  text-transform: uppercase;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
}
.cart_voucher .title-offers {
  color: #333333;
  font-weight: bold;
  margin-bottom: 6px;
}
.cart_voucher fieldset {
  margin-bottom: 10px;
}
.cart_voucher fieldset #discount_name {
  float: left;
  font-family: Roboto, Helvetica, sans-serif;
  margin-right: 0;
  width: 217px;
}
.cart_voucher #display_cart_vouchers span {
  font-weight: bold;
  cursor: pointer;
  color: #777777;
}
.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: 21px;
  line-height: 26px;
  color: #cfcccc;
}

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: white;
}
#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  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;
  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: #333333;
  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 {
  background: #f3f3f3;
  border: 1px solid #cccccc;
}
#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;
}

#ordermsg {
  margin-bottom: 30px;
}
#ordermsg label {
  margin: 5px 0 15px;
}

.global-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid black;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
  margin: 30vh auto 0 auto;
}

#id_address_invoice.form-control, #id_address_delivery.form-control {
  width: 269px;
}

.addresses .select label, .addresses .selector, .addresses .addresses .address_select {
  clear: both;
}
.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;
}
.addresses .titlePage {
  color: #000;
  font-family: Roboto, serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 25px 0;
  text-align: center;
}

#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: white;
  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%;
  background: #5192f3;
  color: white;
  border: 1px solid #4b80c3;
  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 {
  border-left: 0 none;
  border-right: 0 none;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 16px;
  background: none repeat scroll 0 0 #fff;
  text-align: left;
}
.order_carrier_content .cgv-checkbox {
  line-height: 1.8em;
}

#carrier_area .order_carrier_content.box {
  background: none repeat scroll 0 0 #fff;
  text-align: left;
}

.order_carrier_content .carrier_title {
  color: #333333;
  font: 600 21px/25px "Roboto", sans-serif;
  font-size: 20px;
}
.order_carrier_content .checkbox input {
  margin-top: 2px;
}
.order_carrier_content .read-cgv {
  color: #81191f;
  margin-top: 5px;
  display: inline-block;
}
.order_carrier_content .delivery_options_address .carrier_title {
  margin-bottom: 17px;
}
.order_carrier_content .delivery_option .delivery_option_radio .radio {
  vertical-align: sub;
}
.order_carrier_content .delivery_option .delivery_option_radio .radio span {
  vertical-align: middle;
}
.order_carrier_content + div {
  padding-bottom: 15px;
}

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
}
#carrierTable tbody {
  border-bottom: 1px solid #999999;
}
#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  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;
}

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

#identity p.required, #account-creation_form p.required, #new_account_form p.required, #opc_account_form p.required, #authentication p.required {
  color: #81191f;
  margin: 0 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: #81191f;
}

#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: 90%;
}

#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) {
  #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 .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 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin: 0 auto 30px;
  max-width: 750px;
  position: relative;
}
#password .box .form-group {
  margin-bottom: 20px;
}
#password .box .form-group label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  color: #777;
}
#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, Helvetica, 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: #333333;
}

#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 {
  min-height: 69px;
}

#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 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#pagenotfound .pagenotfound .img-404 img {
  max-width: 100%;
  width: 100%;
}
#pagenotfound .pagenotfound h1 {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 44px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 50px 10px 0;
  text-align: center;
}
#pagenotfound .pagenotfound p {
  color: #000;
  margin-top: 15px;
}
#pagenotfound .pagenotfound h3 {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 50px 10px 0;
  text-align: center;
}
#pagenotfound .pagenotfound label {
  display: block;
  line-height: 37px;
}
#pagenotfound .pagenotfound fieldset div {
  margin: 0 auto;
  width: 354px;
}
#pagenotfound .pagenotfound .form-control {
  box-shadow: none;
  height: 39px;
  padding: 3px 5px;
}
#pagenotfound .pagenotfound input {
  float: left;
  margin: 0 auto;
  width: 300px;
}
#pagenotfound .pagenotfound .button.button-small {
  float: left;
}
#pagenotfound .pagenotfound .buttons {
  padding: 48px 0 20px 0;
}
#pagenotfound .pagenotfound .buttons .button-medium i.left {
  font-size: 17px;
}

@media (max-width: 767px) {
  #pagenotfound .pagenotfound label {
    display: block;
  }
}
@media (max-width: 767px) {
  #pagenotfound .pagenotfound .form-control {
    margin: 0 auto 15px auto;
    display: block;
  }
}
#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 {
  cursor: pointer;
}

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 white;
}
#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;
  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;
  text-align: left;
}

.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: white !important;
}
.fancybox-skin .fancybox-outer {
  display: flex;
}
.fancybox-skin .fancybox-inner iframe {
  height: 100%;
}
.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  background: white;
  -webkit-border-radius: 50px;
  -moz-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;
  min-height: 344px;
}

@media (max-width: 991px) {
  #facebook_block, #cmsinfo_block {
    min-height: 348px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 767px) {
  #facebook_block, #cmsinfo_block {
    margin: 30px auto 0 auto;
    min-height: 1px;
  }
}
@media (min-width: 470px) and (max-width: 767px) {
  #cmsinfo_block {
    width: 70%;
    margin: 30px auto 0 auto;
  }
}
#facebook_block h4 {
  padding: 35px 0 0 0;
  margin: 0 0 12px 0;
  font: 300 21px/25px "Roboto", sans-serif;
  color: #6f6d6d;
}
#facebook_block .facebook-fanbox {
  background: white;
  border: 1px solid #aaaaaa;
  padding-bottom: 10px;
}

@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;
  }
}
#cmsinfo_block {
  clear: both;
}
#cmsinfo_block > div {
  padding: 0 10px 0 0;
}
#cmsinfo_block > div + div {
  min-height: 344px;
}
#cmsinfo_block em {
  float: left;
  width: 60px;
  height: 60px;
  margin: 3px 10px 0 0;
  font-size: 21px;
  color: white;
  line-height: 60px;
  text-align: center;
  background: #6f6d6d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#cmsinfo_block .type-text {
  overflow: hidden;
}
#cmsinfo_block .titreCms, #cmsinfo_block h3 {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 40px 0 16px;
}
#cmsinfo_block p {
  font-size: 14px;
  line-height: 18px;
  color: #777777;
}
#cmsinfo_block ul li {
  padding-bottom: 22px;
}
#cmsinfo_block p em {
  background: none;
  -webkit-border-radius: 0;
  -moz-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;
}

@media (max-width: 767px) {
  #cmsinfo_block {
    border: none;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #cmsinfo_block > div {
    padding-top: 20px;
  }
}
@media (max-width: 479px) {
  #cmsinfo_block > div {
    width: 100%;
  }
  #cmsinfo_block > div.first-item {
    border-top: none;
  }
}
@media (max-width: 479px) {
  #cmsinfo_block > div + div {
    border-left: none;
    padding-left: 10px;
    min-height: 1px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #cmsinfo_block em {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  #cmsinfo_block h3 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  #cmsinfo_block ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #cmsinfo_block ul li {
    padding-bottom: 0;
  }
}
@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;
}

/* IE */
.ie8 #cmsinfo_block .bx-Promo li {
  width: 390px !important;
}
.ie8 #cmsinfo_block .bx-Promo li:hover {
  filter: alpha(opacity=50);
}
.ie8 #cmsinfo_block .col-xs-4:hover .bx-Promo .textProdPromo {
  filter: alpha(opacity=100);
}

.feature_product_list {
  color: black;
  min-height: 18px;
}

/*****************************uniformisation order list**********************************/
#order-detail-content #cart_summary p.product-name {
  display: block;
}
#order-detail-content #cart_summary .descptPerso {
  display: block;
  margin-top: 0;
}
#order-detail-content #cart_summary .typedText {
  display: block;
  line-height: 1.8em;
}

@media (max-width: 980px) {
  #order-detail-content #cart_summary .typedText {
    display: block;
  }
}
@media (max-width: 750px) {
  .fancybox-wrap {
    max-width: 80%;
    margin-left: 10% !important;
  }
}
img.soonImg {
  display: block;
  margin: auto;
  height: 48px;
}

ul.product_list .hoverAvenir a {
  border: none;
}

#order-detail-content #cart_summary .descptPerso, .table tbody > tr td.cart_quantity.cart_quantity_customization {
  top: -290px;
}

.cart_navigation a.vider_panier {
  display: none;
}

@media (max-width: 1200px) {
  #order-detail-content #cart_summary .descptPerso, .table tbody > tr td.cart_quantity.cart_quantity_customization {
    top: -170px;
  }
}
@media (max-width: 1200px) {
  #order-detail-content #cart_summary .descptPerso, .table tbody > tr td.cart_quantity.cart_quantity_customization {
    top: -200px;
  }
}
@media (max-width: 993px) {
  #order-detail-content #cart_summary .descptPerso, .table tbody > tr td.cart_quantity.cart_quantity_customization {
    top: -180px;
  }
}
@media (max-width: 960px) {
  #order-detail-content #cart_summary .descptPerso, .table tbody > tr td.cart_quantity.cart_quantity_customization {
    top: -128px;
  }
}
@media (max-width: 767px) {
  #order-detail-content #cart_summary .descptPerso {
    top: 0;
  }
  .table tbody > tr td.cart_quantity.cart_quantity_customization {
    top: auto;
  }
  .table tbody > tr .cart_quantity .qty {
    float: none;
  }
  #order-detail-content #cart_summary td div.cart_delete {
    display: block;
    text-align: center;
    float: none;
  }
  #order-detail-content #cart_summary td div.cart_delete a {
    display: inline-block;
  }
}
.otherComp {
  z-index: 1001 !important;
}

.fw-overlay {
  position: absolute;
  height: 340px;
  width: 100%;
  overflow: hidden;
  background-image: url(/themes/eggs_noreve/img/bandeau_full_width.jpg);
  background-position: center;
}
.fw-overlay img {
  position: absolute;
  left: 0;
  height: 340px;
  width: auto;
}

.fullwidth-container {
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover;
  color: white;
  text-align: center;
  padding-top: 30px;
  text-shadow: 2px 2px 8px #000;
  -moz-text-shadow: 2px 2px 8px #000;
  -webkit-text-shadow: 2px 2px 8px #000;
}
.fullwidth-container a {
  color: white;
}
.fullwidth-container span.title {
  margin-top: 50px;
  font-family: "Crimson Text", sans-serif;
  line-height: 48px;
  font-size: 48px;
  font-style: italic;
}
.fullwidth-container p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.fullwidth-container .row > div {
  margin-top: 140px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .fullwidth-container p {
    font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .fullwidth-container p {
    font-size: 18px;
  }
}
.extrafooter-container {
  text-align: justify;
  padding: 15px;
  background: #333333;
  color: #999999;
  font-size: 10px;
}
.extrafooter-container p {
  font-size: 10px;
}
.extrafooter-container .bottomFooter {
  padding-top: 12px;
  font-size: 12px;
  color: #8b8b8b;
}

p.header-text:before {
  content: "";
  display: inline-block;
  height: 13px;
  vertical-align: middle;
  width: 35px;
  margin: 0 10px 0 0;
  background-image: url("../img/drapeau_noreve.png?v=1.0");
  background-repeat: no-repeat;
}

.made-in-france {
  position: absolute;
  right: 35px;
  top: 3px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/made_in_france.png?v=1.2");
}

.category .center_column h1 {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 8px;
}

.center_column h1 {
  font-family: "Roboto", Serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 5px;
  color: black;
}

#categories_block_left {
  margin-right: 10px;
  background: #F1F1F1;
  padding: 0;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  margin-top: 10px;
}
#categories_block_left .block_content .tree {
  margin: 0;
  border: none;
}

.delay_notice {
  height: 55px;
  font-weight: bold;
  color: #000000;
  text-align: right;
}

.phone-number img {
  height: 28px;
  width: auto;
}

.mobile_bar {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: white;
  position: fixed;
  background: black;
  z-index: 10000;
  width: 100%;
  height: 40px;
  bottom: 0;
  padding-left: 10px;
}
.mobile_bar a {
  color: white;
}
.mobile_bar span {
  line-height: 40px;
}
.mobile_bar .call-button {
  display: none;
  position: absolute;
  left: 5px;
  top: 2px;
  margin-right: 10px;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}
.mobile_bar .call-button a {
  color: white;
}

#search .product_list {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .phone_number_tel {
    display: none !important;
  }
  .phone_number_contact {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .extrafooter-container {
    margin-bottom: 40px;
  }
  .phone_number_tel {
    display: block !important;
  }
  .phone_number_contact {
    display: none !important;
  }
}
.ribbon {
  width: 150px;
  background: #82191f;
  position: absolute;
  top: 20px;
  right: -40px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 600;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.ribbon2 {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 45px;
  background: #81191f;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

#promotion .product-listing {
  margin-top: 10px;
}
#promotion .description_text {
  margin: 20px 0 5px;
}
#promotion .description_text p {
  background: white;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 9px;
  font-size: 12px;
}
#promotion h1 {
  font-family: Roboto, Serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 5px;
  color: #000;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 8px;
}

/*accessories block*/
.cross_title {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  text-transform: uppercase !important;
  padding: 20px 30px !important;
  text-align: center;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}

#crossselling .title3 {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  text-transform: uppercase !important;
  padding: 16px 30px;
  text-align: center;
  color: black;
}

#crossselling_list {
  padding-top: 20px;
  text-align: center;
}

#crossselling_list_car li {
  display: inline-block;
}
#crossselling_list_car li .exclusive {
  background: black;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 20px;
  outline: medium none;
  padding: 10px 20px;
  text-align: center;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  white-space: normal;
  position: relative;
}
#crossselling_list_car h2 {
  padding-left: 15px;
  padding-right: 15px;
}
#crossselling_list_car .product-box {
  display: inline-block;
  width: 16%;
  float: none;
  vertical-align: top;
}
#crossselling_list_car .product-box img {
  width: 100%;
}
#crossselling_list_car .product_name, #crossselling_list_car .product_name a {
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 5px 5px;
  color: black;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 16px;
}
#crossselling_list_car .price_display p, #crossselling_list_car .cross_price_display p {
  color: #81191f;
  font-family: "Roboto", serif;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  line-height: 10px;
  text-transform: lowercase;
  margin-bottom: 2px;
}
#crossselling_list_car .price_display span, #crossselling_list_car .cross_price_display span {
  color: #81191f;
  display: block;
  float: none;
  font-family: "Roboto", serif;
  font-size: 18px;
  padding-left: 0;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

#crossselling_list #crossselling_items.bx-wrapper {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #crossselling_list_car .product-box {
    width: 48%;
  }
  #crossselling_list_car .product_name {
    padding: 10px 0;
  }
  #crossselling_list_car .no_mobile {
    display: none;
  }
  #crossselling .productscategory_h2 {
    margin-bottom: 40px;
  }
}
/***************************/
/***************************/
.homepage-title-container {
  margin-bottom: 5px;
}
.homepage-title-container h1 {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding-left: 0px;
  text-transform: uppercase;
}

.homepage-subtitle {
  margin: 40px 0px 10px 0px;
}
.homepage-subtitle h3 {
  margin: 30px 0 0 0;
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

/********************************/
/********************************/
@media screen and (max-width: 994px) {
  .slider-trop .slick-list {
    height: 250px;
  }
  .slider, .slider2, .slider3, .slider4, .slider5 {
    width: 85%;
    margin: auto;
  }
  .bx-viewport {
    height: 180px;
  }
  .homepage-title-container {
    text-align: center;
  }
  .homepage-slide-container .slider, .homepage-slide-container .slider2,
  .homepage-slide-container .slider3, .homepage-slide-container .slider4,
  .homepage-slide-container .slider5 {
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 994px) {
  .blocktropezianspirit .homepage-slide-container {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 620px;
  }
  .slider, .slider2, .slider3, .slider4, .slider5 {
    width: 81%;
  }
}
@media screen and (max-width: 600px) {
  .container,
  body.category .container {
    max-width: 500px;
  }
  .slider, .slider2, .slider3, .slider4, .slider5 {
    width: 76%;
  }
  .right-side-cart {
    margin: 20px 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: 380px;
  }
  body.category .container h1,
  body.category .container h2,
  body.category .container h3,
  body.category .container p {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 1rem;
  }
  .responsive-title {
    display: none;
  }
  .homepage-title-left-responsive {
    display: block !important;
  }
  .homepage-title-left-responsive h2 {
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding-left: 0px;
    text-transform: uppercase;
  }
  .blocktropezianspirit {
    text-align: center;
  }
  .slider, .slider2, .slider3, .slider4, .slider5 {
    width: 71%;
  }
  .arrow--right:before, .arrow--right:before, .arrow--right2:before, .arrow--right3:before, .arrow--right4:before, .arrow--right5:before,
  .arrow--left:before, .arrow--left2:before, .arrow--left3:before, .arrow--left4:before, .arrow--left5:before {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 389px) {
  .patch-margin-homepage-subtitle {
    margin: 45px 0px 10px 0px !important;
  }
  .subtitle-second h2 {
    margin: 0px 0 10px 0;
  }
  .slider, .slider2, .slider3, .slider4, .slider5 {
    width: 69%;
    height: 270px;
  }
  .arrow--right, .arrow--right, .arrow--right2, .arrow--right3, .arrow--right4, .arrow--right5,
  .arrow--left, .arrow--left2, .arrow--left3, .arrow--left4, .arrow--left5 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 370px) {
  .slider, .slider2, .slider3, .slider4, .slider5 {
    width: 65%;
  }
}
/**********************************/
/**********************************/
/****************************/
/***************************/
.countdown-container-slider {
  width: 100%;
  float: left;
  flex: 1;
  -webkit-flex: 1;
  justify-content: center;
}

.description-container-slider {
  float: left;
  flex: 4;
  -webkit-flex: 4;
  user-select: text;
}

.homepage-slide-container {
  position: relative;
}

.banner-description {
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  display: -webkit-box;
  display: flex;
}

.slider-summary {
  display: none;
}

.arrow--right, .arrow--right, .arrow--right2, .arrow--right3, .arrow--right4, .arrow--right5,
.arrow--left, .arrow--left2, .arrow--left3, .arrow--left4, .arrow--left5 {
  width: 30px;
  height: 80px;
  opacity: 0.8;
  z-index: 100;
  cursor: pointer;
  color: white;
  background: #ccc;
  margin-top: 45px;
}
.arrow--right:hover, .arrow--right:hover, .arrow--right2:hover, .arrow--right3:hover, .arrow--right4:hover, .arrow--right5:hover,
.arrow--left:hover, .arrow--left2:hover, .arrow--left3:hover, .arrow--left4:hover, .arrow--left5:hover {
  opacity: 1;
}
.arrow--right:before, .arrow--right:before, .arrow--right2:before, .arrow--right3:before, .arrow--right4:before, .arrow--right5:before,
.arrow--left:before, .arrow--left2:before, .arrow--left3:before, .arrow--left4:before, .arrow--left5:before {
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 80px;
  padding-left: 8px;
}

.arrow--right:before, .arrow--right2:before, .arrow--right3:before, .arrow--right4:before, .arrow--right5:before {
  content: "\f054";
}

.arrow--left:before, .arrow--left2:before, .arrow--left3:before, .arrow--left4:before, .arrow--left5:before {
  content: "\f053";
}

.arrow {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.homepage-title-left-responsive {
  display: none;
}

.title-product {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  font-family: Roboto, serif;
  font-style: normal;
  text-align: center;
}

.homepage-product-desc-text-black p {
  color: #000000 !important;
}

.bx-St {
  position: relative;
}

.slide .textSlidePromo:hover {
  opacity: 1;
}

.ie8 .slide img:hover:hover {
  filter: alpha(opacity=100);
}

.textSlidePromo {
  opacity: 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  zoom: 1;
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=0);
}

.textSlidePromo .head {
  color: #000;
  font-family: Roboto, serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 18px;
  padding-top: 40%;
}

.textSlidePromo p.price {
  float: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 7px;
  padding-left: 0;
  color: #81191f;
}

.textSlidePromo p.price span {
  font-weight: 700;
  font-size: 14px;
  text-transform: lowercase;
  margin: 0;
  font-style: normal;
  font-family: Roboto, serif;
  color: #81191f;
}

/******************************/
/******************************/
/****************/
/****************/
.blockhomepagequatre {
  margin-top: 10px;
}

.blockhomepagetrois {
  margin-top: 50px;
}

@media screen and (max-width: 993px) {
  .blockhomepagequatre {
    margin-top: 0px;
  }
}
@media screen and (min-width: 390px) and (max-width: 479px) {
  .blockhomepagetrois {
    margin-top: 20px;
  }
}
@media screen and (max-width: 389px) {
  .blockhomepagequatre {
    margin-top: 15px;
  }
}
/******************************/
/******************************/
.blockfirstbannerhome {
  margin: 25px auto 20px auto;
}
.blockfirstbannerhome img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 994px) {
  .blockfirstbannerhome {
    max-width: 100%;
  }
}
@media screen and (max-width: 994px) and (min-width: 601px) {
  .blockfirstbannerhome img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .blockfirstbannerhome {
    max-width: 1170px;
  }
}
@media screen and (max-width: 768px) {
  .title-slider {
    padding: 5px 0 10px 0;
  }
  .countdown-container-slider {
    text-align: center;
    margin: auto;
  }
  .banner-description {
    height: 100% !important;
    flex-flow: column-reverse;
    text-align: center;
  }
  .description-container-slider {
    flex: 1 !important;
  }
}
@media screen and (max-width: 600px) {
  .headerBottom {
    display: none;
  }
  .blockfirstbannerhome {
    margin-top: 0px;
  }
  .blockfirstbannerhome img {
    object-fit: cover;
    background-position: center;
    max-height: 260px;
  }
  .blockfirstbannerhome .title-slider .icon {
    margin: 0 10px;
    font-size: 18px;
  }
  .banner-description-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow-y: hidden;
  }
  .banner-description {
    padding: 10px 10px 20px 10px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    flex-flow: inherit;
    flex-direction: column-reverse;
    text-align: left;
    height: auto !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .countdown-container-slider {
    display: none !important;
    flex: 1;
    margin: none;
  }
  .banner-description-clicked {
    height: 100% !important;
    transition: all 0.3s ease-out;
  }
  .banner-description-clicked .banner-description-text p {
    display: block;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
  }
  .banner-description-clicked .countdown-container-slider {
    display: block !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
  }
  .banner-description-clicked .slider-summary {
    display: none;
  }
}
/******************************/
/******************************/
/******************************/
/******************************/
@media screen and (max-width: 1199px) {
  .entreprise-slider {
    width: 95% !important;
  }
}
@media screen and (max-width: 500px) {
  .focus-entreprise-desc {
    width: 360px !important;
  }
}
@media screen and (max-width: 389px) {
  .displayfocusentreprise .bx-controls {
    top: 14% !important;
  }
  .displayfocusentreprise .bx-prev-entreprise {
    left: 0 !important;
    margin-top: 50px;
  }
  .displayfocusentreprise .bx-next-entreprise {
    right: 0 !important;
    margin-top: 50px;
  }
  #columns {
    padding-bottom: 40px !important;
  }
  .blockhomepagetrois {
    margin-top: 70px !important;
  }
  .blocktropezianslide .homepage-title-container {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 375px) {
  .focus-entreprise-desc {
    width: 270px !important;
  }
}
/******************************************/
.entreprise-slider-container {
  margin-top: 30px;
  width: 90%;
  margin: auto;
}

.entreprise-slider {
  width: 75%;
  position: relative;
  margin: auto;
}

.focus-entreprise-desc {
  text-align: center;
  margin: auto;
  width: 480px;
}

.bx-prev-entreprise, .bx-next-entreprise {
  height: 32px;
  margin-top: -16px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 32px;
  z-index: 98;
}

.bx-prev-entreprise {
  background: url(/img/controls.png) 0 -32px no-repeat;
  left: 10px;
}

.bx-next-entreprise {
  right: 10px;
  background: url(/img/controls.png) -43px -32px no-repeat;
}

/******************************/
/******************************/
.bx-nexte, .bx-nexte2, .bx-nexte3, .bx-nexte4, .bx-nexte5, .bx-nextbanner,
.bx-preve, .bx-preve2, .bx-preve3, .bx-preve4, .bx-preve5, .bx-prevbanner {
  height: 32px;
  margin-top: -16px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 32px;
  z-index: 98;
}

.bx-nexte, .bx-nexte2, .bx-nexte3, .bx-nexte4, .bx-nexte5, .bx-nextbanner {
  background: url(/img/controls.png) -43px -32px no-repeat;
  right: 10px;
}

.bx-preve, .bx-preve2, .bx-preve3, .bx-preve4, .bx-preve5, .bx-prevbanner {
  background: url(/img/controls.png) 0 -32px no-repeat;
  left: 10px;
}

/***********************************/
/* Block tropezian slide
 ***********************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .blocktropezianslide {
    margin-top: -30px;
  }
}
@media (max-width: 389px) {
  .blocktropezianslide {
    margin-top: 20px;
  }
}
.blocktropezianslide .homepage-title-container {
  margin-top: 30px;
}

.slide-trop-desc {
  text-align: center;
  margin: auto;
  width: 491px;
}

@media screen and (max-width: 768px) {
  .slide-trop-desc {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .slide-trop-desc {
    width: 250px;
  }
  .homepage-slide-container .slider-trop .slick-list {
    height: 300px;
  }
  .blockfirstbannerhome img {
    max-height: 200px;
  }
}
.homepage-title-left h2 {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding-left: 0px;
  text-transform: uppercase;
}

/********************************
* PROBLEME COMPATIBILITE FIREFOX
(SCROLL GAUCHE DROITE, SITE TROP PETIT)
********************************/
html.off-canvas {
  overflow-x: hidden;
}

body.index {
  overflow-x: hidden;
}

/********************************
    PAYPAL EXPRESS CHECKOUT
 ********************************/
@media screen and (max-width: 767px) {
  .paypal-mobile {
    display: block;
    background: #ffc439;
    color: #111;
    padding: 12px 25px 12px 25px;
    text-align: center;
    border: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .paypal-mobile {
    display: none;
  }
}
.smoothLazyload.lazyload,
.smoothLazyload.lazyloading {
  opacity: 0;
}

.smoothLazyload.loading,
.smoothLazyload.lazyload,
.smoothLazyload.lazyloaded {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.container-order {
  margin-left: 8%;
  margin-right: 8%;
}
.container-order .alert.alert-warning {
  width: 30%;
  margin: 25px auto;
  text-align: center;
}
.container-order #order-detail-content {
  padding-right: 0;
}
.container-order #order-detail-content table td {
  vertical-align: top !important;
}
.container-order #order-detail-content td {
  border: none;
}
.container-order #order-detail-content .left-side-cart {
  padding-top: 2%;
  width: 65%;
  padding-right: 6%;
}
.container-order #order-detail-content .left-side-cart .cart_delete {
  margin-left: 3%;
}
.container-order #order-detail-content .left-side-cart .cart_delete a {
  color: #81191f;
  font-size: 13px;
}
.container-order #order-detail-content .left-side-cart .price {
  padding-top: 0;
}
.container-order #order-detail-content .left-side-cart .cart_quantity {
  vertical-align: middle !important;
}
.container-order #order-detail-content .left-side-cart .qty {
  color: #000;
}
.container-order #order-detail-content .left-side-cart .qty #qty-text {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #777777;
  margin: auto;
}
.container-order #order-detail-content .left-side-cart .qty .cart_quantity_button span {
  font-weight: 600;
  font-size: 20px;
}
.container-order #order-detail-content .left-side-cart .qty .cart_quantity_button a {
  font-size: 18px;
}
.container-order #order-detail-content .link-options {
  color: #81191f;
  text-decoration: underline;
}
.container-order #order-detail-content .collapse-options {
  padding-left: 3%;
}
.container-order .right-side-cart {
  padding-top: 2%;
  width: 35%;
  padding-right: 3%;
  line-height: 0;
}
.container-order .right-side-cart table {
  width: 100%;
  background: none repeat scroll 0 0 #f2f2f2;
  border: 1px solid #000;
  border-collapse: separate;
}
.container-order .right-side-cart table .right-side-title-tr {
  background: #333;
  border: medium none;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
  text-transform: none;
  background-color: #f2f2f2;
}
.container-order .right-side-cart table .right-side-title-tr td h4 {
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  margin: 4% auto 4% auto;
  text-align: center;
  font-size: 20px;
}
.container-order .right-side-cart table tr {
  padding-left: 1%;
  padding-right: 1%;
}
.container-order .right-side-cart table td {
  padding: 3% 5%;
}
.container-order .right-side-cart table .cart_total_voucher td {
  color: #000;
  text-transform: none;
  font-size: 15px;
  padding-top: 3%;
}
.container-order .right-side-cart table .cart_total_voucher td a {
  text-decoration: underline;
  font-size: 12px;
  color: #81191f;
}
.container-order .right-side-cart table .cart_total_voucher #total_discount {
  text-align: right;
  font-size: 16px;
}
.container-order .right-side-cart table .cart_total_voucher .discount-shipping {
  text-align: right;
  font-size: 15px;
  padding-top: 3%;
  font-weight: 400;
}
.container-order .right-side-cart table .tr-bottom-cart td {
  text-align: center;
}
.container-order .right-side-cart table .tr-bottom-cart .continue-shopping {
  display: inline-block;
  text-decoration: underline;
  color: #81191f;
  margin: 15px 0 20px;
}
.container-order .right-side-cart table .tr-cart-buttons td {
  text-align: center;
  padding: 3% 5% 2%;
}
.container-order .right-side-cart table .tr-cart-buttons td a {
  width: 100%;
  border-radius: 50px;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
.container-order .right-side-cart table .tr-cart-buttons td a span {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px;
  text-transform: none !important;
  border: none;
}
.container-order .right-side-cart table .tr-cart-buttons td a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.container-order .right-side-cart table .tr-cart-buttons td #or-button {
  display: none;
}
.container-order .right-side-cart table .tr-cart-voucher p {
  text-align: left;
}
.container-order .right-side-cart table .tr-cart-voucher td {
  text-align: center;
}
.container-order .right-side-cart table .tr-cart-voucher td .link-voucher {
  color: #000;
  font-size: 14px;
  margin: 15px 0 5px;
}
.container-order .right-side-cart table .tr-cart-voucher .discount_name {
  font-style: italic;
  min-height: auto !important;
  height: 100%;
}
.container-order .right-side-cart table .tr-cart-voucher .discount_button {
  flex: 2;
  padding: 0 0 0 1em;
}
.container-order .right-side-cart table .tr-cart-voucher .discount_button .btn {
  width: 100%;
  border-radius: 50px;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
.container-order .right-side-cart table .tr-cart-voucher .discount_button .btn span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 25px;
  text-transform: none !important;
  background: none;
  border: none;
  line-height: 21px;
}
.container-order .right-side-cart table .tr-cart-voucher .discount_button .btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.container-order .right-side-cart table .tr-cart-voucher .discount_name::-webkit-input-placeholder {
  color: #b7b7b7;
}
.container-order .right-side-cart table .tr-cart-voucher .discount_name:-ms-input-placeholder {
  color: #b7b7b7;
}
.container-order .right-side-cart table .tr-cart-voucher .discount_name:-moz-placeholder {
  color: #b7b7b7;
}
.container-order .right-side-cart table .tr-cart-voucher .discount_name::placeholder {
  color: #b7b7b7;
}
.container-order .right-side-cart table #total_price_container {
  text-align: right;
}
.container-order .right-side-cart table .first-total td:first-child {
  padding-top: 3%;
  font-size: 16px;
  color: #000;
  text-transform: none;
}
.container-order .right-side-cart table .first-total #total_product {
  text-align: right;
  font-size: 16px;
  padding-top: 3%;
  font-weight: 400;
}
.container-order .right-side-cart table .cart_total_price {
  text-transform: none;
}
.container-order .right-side-cart table .cart_total_price .total_price_container {
  padding-top: 3%;
}
.container-order .right-side-cart table .cart_total_price .total_price_container span {
  font-size: 16px;
  font-weight: 700;
}
.container-order .right-side-cart table .cart_total_price #total_price_container {
  padding-top: 3%;
  color: #000;
}
.container-order .right-side-cart table .cart_total_price #total_price_container span {
  font-size: 16px;
}
.container-order #departure {
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
  margin: 5px 0 20px 0;
}
.container-order #explore {
  text-align: center;
  padding: 10px 0 6px 0;
}
.container-order #explore-hr {
  margin-top: 0;
  width: 6%;
}
.container-order #cartcrossselling .product-image img {
  width: 65%;
}
.container-order #cartcrossselling .product_name {
  width: 75%;
  margin: auto auto 4% auto;
}
.container-order #cartcrossselling .cross_price_display .cross_price {
  margin-top: 4%;
  margin-bottom: 4%;
}
.container-order #cartcrossselling .add-cart-button {
  width: 12%;
  cursor: pointer;
}
.container-order .hide-pc {
  display: none;
}

#header .container {
  max-width: 100%;
  position: static;
}
#header div.topBanner {
  height: 37px;
  background: #000;
}
#header div.topBanner .header-wrap {
  padding: 0 50px;
  background: #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#header div.topBanner .header-wrap ul.links {
  margin: 0;
}
#header div.topBanner .header-wrap ul.links li {
  margin: 0;
  padding: 9px 10px;
  position: relative;
  border: none;
  line-height: 19px;
}
#header div.topBanner .header-wrap ul.links li a {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  position: relative;
}
#header div.topBanner .header-wrap ul.links li a:after {
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  top: 16px;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header div.topBanner .header-wrap ul.links li a:hover {
  text-decoration: none;
}
#header div.topBanner .header-wrap ul.links li a:hover:after {
  animation: none;
  transform: scaleX(1);
  transform-origin: left center;
}
#header div.topBanner .header-wrap ul.links li a:active, #header div.topBanner .header-wrap ul.links li a:focus {
  text-decoration: none;
}
#header div.topBanner .header-wrap ul.links li.first {
  position: relative;
  line-height: 19px;
}
#header div.topBanner .header-wrap ul.links li.first > a {
  text-align: right;
  display: inline-block;
  color: #fff;
}
#header div.topBanner .header-wrap ul.links li.first ul.submenu-help {
  position: absolute;
  margin: 0;
  min-width: 205px;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  left: 50%;
  z-index: -1;
  top: 37px;
  height: 0;
  overflow: hidden;
  transform: translate(-50%, -10px);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  opacity: 0;
}
#header div.topBanner .header-wrap ul.links li.first ul.submenu-help li.subh-item {
  border: none;
  padding: 6px 0;
  float: none;
  display: block;
}
#header div.topBanner .header-wrap ul.links li.first ul.submenu-help li.subh-item a {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
}
#header div.topBanner .header-wrap ul.links li.first ul.submenu-help li.subh-item a:hover {
  font-weight: 500;
}
#header div.topBanner .header-wrap ul.links li.first ul.submenu-help li.subh-item a:after {
  display: none;
}
#header div.topBanner .header-wrap ul.links li.first ul.submenu-help li.subh-item:first-child {
  padding: 10px 0;
  border: none;
}
#header div.topBanner .header-wrap ul.links li.first ul.submenu-help li.subh-item:first-child a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
#header div.topBanner .header-wrap ul.links li.first ul.submenu-help li.subh-item:first-child a:hover {
  font-weight: 700;
}
#header div.topBanner .header-wrap ul.links li.first ul.submenu-help li.subh-item:after {
  display: none;
}
#header div.topBanner .header-wrap ul.links li.first:hover a:after {
  animation: none;
  transform: scaleX(1);
  transform-origin: left center;
}
#header div.topBanner .header-wrap ul.links li.first:hover ul {
  opacity: 1;
  z-index: 2;
  transform: translate(-50%, 0);
  height: auto;
  padding: 15px;
}
#header div.topBanner .header-wrap ul.links li:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-left: 1px solid #ccc;
  right: 0;
  top: 10px;
  bottom: 10px;
}
#header div.topBanner .header-wrap ul.links li:last-child {
  padding-right: 0;
}
#header div.topBanner .header-wrap ul.links li:last-child:after {
  display: none;
}
#header div.topBanner .header-wrap .header-text {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 37px;
  font-family: Roboto, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
#header div.topBanner .header-wrap .header-text::before {
  height: 14px;
  background-position: top center;
}
#header div.topBanner .header-wrap .banner-wrap .banner-container {
  max-width: 343px;
}
#header div.topBanner .header-wrap .banner-wrap .banner-container .banner-items {
  height: 37px;
}
#header div.topBanner .header-wrap .banner-wrap .banner-container .banner-prev,
#header div.topBanner .header-wrap .banner-wrap .banner-container .banner-next {
  height: 37px;
  top: 21px;
}
#header .banner-wrap .banner-container .banner-prev,
#header .banner-wrap .banner-container .banner-next {
  top: 22px;
}
#header div.nav {
  padding: 0;
  background: none;
  border-bottom: 1px solid #E5E5E5;
}
#header div.nav .banner {
  padding: 0 50px;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
#header div.nav .banner #header_logo {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  max-width: 90px;
}
#header div.nav .banner #header_logo a {
  display: inline-block;
}
#header div.nav .banner #header_logo a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
}
#header div.nav .banner .topmenu-wrap {
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#header div.nav .banner .header-right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  gap: 22px;
}
#header div.nav .banner .header-right .displaySearch {
  margin: 0;
  padding: 0;
  flex: unset;
  display: inline-block;
}
#header div.nav .banner .header-right .displaySearch #search_block_top #search_query_top {
  min-height: 35px;
  height: 35px;
  border-radius: 30px;
  border-color: #333333;
  font-size: 12px;
  line-height: 35px;
  color: #000000;
  padding-left: 22px;
  padding-right: 48px;
  background: none;
  width: 247px;
  margin: 0;
}
#header div.nav .banner .header-right .displaySearch #search_block_top #search_query_top::placeholder {
  color: #000000;
}
#header div.nav .banner .header-right .displaySearch #search_block_top .btn.button-search {
  width: 48px;
  height: 34px;
  box-shadow: none;
  border: none;
  border-radius: 30px;
  top: 0;
  right: 0;
  background: none;
}
#header div.nav .banner .header-right .displaySearch #search_block_top .btn.button-search::before {
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 19px;
  height: 19px;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Crect width='19' height='19' fill='url(%23pattern0_274_1437)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_274_1437' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_274_1437' transform='scale(0.00195312)'/%3E%3C/pattern%3E%3Cimage id='image0_274_1437' width='512' height='512' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAuUAAALlAF37bb0AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAwBQTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACyO34QAAAP90Uk5TAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+6wjZNQAAHAVJREFUGBntwQmAjfX+P/D3OTNjjJmx77JVtpIttNOKkkqX0nJTlHbkUhHt+/arbiV1C5GiUrSIitxs2UIUZcvO2Jl95rz/v/u7/9/v3m7x+X7PeZ7nnOc5n9cL8L1QxePaX3jtgIdfefeLWfMW/7Bm47Y9h4oiBQdztq5fvXzRnJmfj3/x/tt7XdCmfhZUkGQ1v/iOZz9YvLOEpgq3zJvweL9OjctC+Vl6qz8/9cHi3YxaZNu8CQ9f0TQFymdCDS65771VxXRGwdKxgzvXgvKHur1emneQzts966lLq0ElstS2/Sduppt+Hn3TiSGoBFSuy6OzcumFfZ/fd1YqVCI5afCXBfTSgY9uaQiVEKr0Gr2V8bDmpa6ZUPHV8uGFpYyfwq//0gAqXlo8+jPjb+Hg+lDea/HIGiaK7/5SH8pLzR9ezcSyYFBdKG9UuHUxE1Dp9CvSodwWOntcHhPV7hdbQLmpzrC1TGyLbqkA5Y7wpZ+WMPHlvX0GlPMy71hLv/iuVyqUo+o8uZd+8uvgClCOaTOuiH5z6IVjoZwQ6jaLvlT64RlQsQpdvpz+NessqJhc+j397aszoKJ28RL63/RToaJy0UIGw7T2UNbOWcDg+PQkKCvHTGSglLxYAcpYmXsPM2h29A5Bmem8hkE0tzWUgfqTGVAlr1SCEpQdkcfgyukbgjqai9cx2L5rC3VEx31Kz+TtXLdszrT3x304Y96KDTkF9ErpqCpQfyjjkQK6qHTD9L8+MKjfVd3ObtukTvkU/FZqpbrN2p976TW3DH7otVlb6aY9N4ehfu/yjXTJnnljhv6peVmYy2pz1QMTFh+kSxafAvUfmkyn8/J/+PDx60+rgmjV6tjv2U/WFNNxkTerQf2b0D2FdFbp0ue6NQjDCamNrxi5mg7b2wPq/1T/gk6KrHjxskpwVq2r31hLR40sC/VP522nc358pUdVuKPudaM30jkrmkH9t5RHS+mQn0f1qgl3NewzbgsdktsHCnW/pSN2v3VtHXijUb+Jh+mId7KR7C7ZQwfkT7okDV7KvHZ6CR3wy8lIamVeYOwis/pUgPdq3rWEsSsciCR2/BLG7Id76iJemj22kTGbWgXJ6uqDjNHWZ1sirkIdXt/HGG3ugKRU7k3G5uCY88OIv/TLJxcyJiX3h5F8mq9iTL7olYFEUenm7xiTWbWRbPrlMQYlE1ogsZw9nbHYdSGSSvoExqDgtWOReE5+v5TRizwWQvKoOJvRO/h0TSSmJm8VMXrj0pAsjvmBUds1vCISV90Xchm1GdlIDiduYrR+vbMcElvVR/YxWktrIBmctZdR+rF3GhJf9pDtjNL6xgi+y/MZnYXdQ/CH9FvWMTo5pyDobi9lVFZ3gY+k9NnFqOR2RbA9zqgcvicN/lLx5RJGo6QvAix1LKMy8Rj4T6u5jMr9CKysLxiNH8+DL4V672Q0RqUgmKovZhQODUmDX1V4qYRRmJKBIDp+LaPwXh34Wcs5jMK8Kgiedrtob9U58LnQdTto76f6CJoLD9PawcFp8L8KL5TQ2raWCJaLi2ltQm0EQ4u/09r+lgiSDnm0te18BMeNubS143gER6v9tPV5NQRJsxW0taE2gqLRTloqGhxCsJQdSVsrKyMY6mykpXXtETw99tHSgkwEQeVVtPReeQRRg/m0NKMM/C/rO9rJuwkBlfpkhHYmheF3Zb6knR9ORHB12kE7o+Bz4fdpZ1QGgqzGDNp5HP72Bq3s74mAC91bTCt/gZ89SSsLGiL4TttIG5Eb4F9DaOX5NCSDilNpo6Q7/KovbZT2R5JIeY02Cs6BP11eQgsFPZE8RtDGwbbwo/MKaGH/2UgmfYppIacp/KfxQVrYehKSS9dcWthQCX6TsZwWfqyHZNM+hxamwG/epIW5lZF8Gq2nhcHwl9608HEGklGNJTRXfDr8pHkuzY1KQXLKmkFzm6vCP7JW09z9SFpp42juixB8YwKNldyIJBZ6iubug1/cSmN53ZDc+pfSVMnZ8Ic2BTSV3xHJ7voITW2vAT+ouI6mii+BGkRjM1PgAx/RVOQ6KOAxGnsEiW8Qjd0F9Q+v0VRpJyS604po6lGo/xGeRFM5dZDYqm6mqZFQ/1+Z6TQ1JxWJLDSNpiaGof5X5gKaehqJ7D6aml4G6l8qr6ShSDckrrNKaGh+JtS/q72BhvYeg0SV8TMNrawM9VuNdtLQp0hUT9PQhtpQ/6nVfhq6FompbQnN7Dge6vc65NPM7upIRGkraGZ/K6g/0q2YZt5HIrqfhi6F+mN309CfkHhOLKSZZ6COIDSVZnZURqIJL6CZOalQR1JpA828jUQziGZ21YE6snaFNHMREssxh2mktBPU0dxOMxszkFDepZmHoI5uIs08gERyFs18FYY6uuw1NJJXD4kj/D2NbK0OJTkpj0YmIXHcTCPFZ0HJbqCZs5EoKu2mkbuhTLxFIytSkCD+SiOfhKBMZKygkduRGJqX0MSGSlBmGh+kiT1VkBBm0kRhOyhTV9LIq0gEF9FIfyhzr9JESWPEX2gpTcwLQZnL2kwT7yH+etJEcQsoG5fTRKQl4i3lJ5p4FsrOpzQxFfF2PU1syoKy0yCPJk5FfKVtoInuULaG0sTXiK/baOITKGtpq2jiXMRTxjYayG0AZa8DTcxHPA2hiXugojGaJrohfjJ20cDKNKhoVN1DA4sQP7fQQOQsqOjcSBNnI17Cv9DAW1BRCs2lgc8RL3+igd1VoaJ1UjENNEecLKCBvlDRe4YGxiA+OtDAnBBU9DI3UVZUB3HxCWWlLaBi0YMGnkE8nBChbBJUTELLKTtQAXHwFmWRk6Bi05MG7ob3ahZSNhkqRuEfKduaCs8No4HWULG6hga6w2vhDZR9AhWzlJ8pmwavdaGB9lCxu56y0gbw2EeUfQHlgNT1lD0Kb9Uupux0KCf0o2xbKjw1grKvoBxRZhNll8FL4V8p6wDljDso+xxe6krZbCiHlN1GUWl9eGgqZedBOeUuyh6Bd2qUUDQXyjHldlG0KQTP3E5ZFyjn3EPZmfDMtxQthHJQ1h6KXoFXjolQdCWUk56gaGcKPDKIon1loZzUhLJO8MhCikZBOWsBRW/BG8dSdjqUs26haH86PDGMop+hHFaxgKLL4InlFA2HctpEit6DF5pRFKkH5bSLKMrNhAeGUjQTynEp2yjqDg98S1FvKOc9Q9EbcF+lEkoOZ0I570SKtsB9V1I0FsoNiylqCdeNpegcKDfcQdFQuC20k5JfQ1BuqFJIybdwWzuKHoFyx4eUlFSCyx6gqBGUO7pRdCVc9h0lc6FckrqTkrFwV7VSSm6BcssLlOwMwVVXUFQfyi2dKWoBV71EyVoo12QWUXIbXLWUklFQ7vk7JRPgpuwSSq6Acs+DlGyCmzpREqkK5Z6zKKoHFz1MyTIoF5XJpeRquGgmJc9BuekLSl6Fe9JyKbkIyk1DKFkB97SnpCgLyk0nUxKpCNcMomQOlKvCeym5CK55n5KHoNw1mZJH4Jo1lHSActftlEyBW8qVUpBbBspdzSjZALe0o+QLKLdto6Q8XNKXkiFQbhtPyRlwyYuUtIFy2w2U3AqXzKJgTxjKbfUpGQmX7KFgJpT79lAwF+6oQ8mrUO6bS8HBEFxxISUDoNz3JiUN4Yq7KekM5b4hlFwCV7xOSX0o93WjZBBc8RUFeSEo9zWi5GW4Yh0Fy6A8kFpIwWdwQ0oRBROhvLCKgh/hhvqUPATlhQ8pyIMbzqbkaigvPE5JTbjgBkraQHnhOkpOgwsepiQLygvtKbkaLhhHwWYoT5Sn5D64YC4FX0F5YxsFb8IFmyl4GcobMyn4Ei7Ip+BOKG+8SsH3cF4mJRdAeaM/BZvhvAaU1IfyRmcK8uG8tpRkQXmjLSVZcFwXCiIhKG80oaQBHHctBQehPFKbkrZw3EAKtkJ5JJuSLnDcoxSshvJIKELBtXDcaxQsgvLKIQoGwnEfUDATyivbKHgUjptBwRQor6yh4CU4bjYF46G8spiCUXDcAgpGQnllFgVj4LilFDwN5ZWpFEyA41ZRMALKK+9Q8CEc9wsFA6C8MpKCT+C4TRT0gfLK0xTMgON2UNATyisjKPgGjttHQRcorwykYD4cl0fBGVBe6UvBUjiuhIIWUF65goKVcFwJBS2gvHIFBcvhuDwKzoDySl8K5sJx+yjoAuWVgRRMh+N2UNATyisjKPgQjttEQR8orzxNwRg47hcKBkJ55TUKXobjVlEwAsor71DwJBy3lIKnobwylYLhcNx8CkZCeWUWBQPguNkUjIfyymIK+sJxMyiYAuWVNRRcCcd9QMFMKK9so6ArHDeSgkVQXjlEQQc47hEKVkN5JByhoA0cN4CCbVAeKU9JYzjuGgoOQXmkDiW14bjOFERCUN5oSkk2HHcyJdlQ3mhHSRiOq09JAyhvdKEgF87LpKQTlDcGULATLsinoD+UN0ZSsAou2ETBK1DemEXBx3DBHAq+hvLGdgqegQvepmArlCcqUHITXPAQJdlQXjiFko5wwfWUtIXyQm9KasMFHSm5BsoLT1BwCG6oR8kjUF74iIKlcEO4iIJJUF74iYKJcMVaClZAeSC1iIJH4IovKcgPQ7mvCSV/hitGUdIQyn2XUnIqXDGEki5Q7ruHkspwRWdKBkK5bzQFu+GOWpSMhHLffArmwyU5FMyCct9eCsbCJV9TsDcM5baGlNwHl7xASVsot/Wl5Aq4pA8l90C5bQIlreCStpTMgHLbdkoy4ZKMEgry0qHcdSIlq+Ga1ZScDeWuOykZBddMpOQRKHd9TMnVcM1dlMyDclXKPkrqwDVtKSnOhnJTO0rWwj2phym5GMpN91LyJlz0FSX/BeWmGZRcBxc9SMkKKBeVyaOkPlx0PiWR6lDu6UjJRrgpq4SSXlDueZiSsXDVYkregHLPHEr6wlUvULIeyjVZRZQcD1f1oKghlFsupGQL3FWllJLbodzyV0omwGXzKFkA5ZK0HEpuhsuGU9QUyh2XUdQULmtD0eNQ7viYkh1wW2g7JZvDUG6oVkTJJLhuNEXnQ7lhAEW3w3U9KRoH5YbvKWoI11UopiQ3G8p5LSiaDw/MpqgPlPOep6g/PHAPRbOhHJe6k5KSmvBAY4oiDaGc1o2iL+GJ7yl6AMppH1DUB564h6J1UA6rXEhJYUV4ogFlZ0E563aKPoZH5lP0NyhnLaLoCnhkIEUHMqCcdAJFh8rBI7VLKboayklPUzQenvmGoiVQDiq/j6Ku8MwtlF0M5Zz7KNqdBs9UK6boOyjHZO2m6DV46CPKOkM5ZQhlHeGhLpTNhXJIxk6KtoTgofAGys6FcsZAyp6Fp4ZR9g2UI9K3UnYyPFWziLIOUE64jbJV8NgHlH0F5YC0XynrC49dQAOnQcXuRsq2p8NjobWUTYOKWeo6yobCc/fQQDuoWPWm7FBFeK5aAWVToWIUXkPZfyEOXqeB1lCxuYqy4nqIgyYRyiZDxSS0krJ3EBcfURZpDRWLXjTQCnFxOg0sCENFL3srZV8iTubSwC1Q0XuBBjohTi6lgX3VoaLVuoSyZYiX0GoaGAcVpfB3NHAN4uYmmjgXKjq30sCmVMRN+nYaWF0GKho19tHAXYijgTQxHCoa42lgXzbiqOxmGsg/DsreeTTxBOKqH018AWUtfQ0NFNZCXKWupYmeULZG0MTziLNraGJreSg7x+XTQE5FxFl4JU28CGVnOk3cirjrThMlbaBsXEkTP6Qg/hbRxMIwlLny22jiPCSATjQyGMrc32hiChLCdJooOh3K1J9povB4JIRmxTSxuSqUmRMO08QzSBDP08gXISgTmT/SxK4KSBAVdtLIcCgT42mkHxJGXxopPRdKdjONLAsjYYQX0ciOWlCSNgU0cg4SyGkRGpmdAnV0FdbRyGQklLdp5gmoo5tMIwXHIqHUOkQjka5QRzOIZp5EgrmTZvbUhzqy04poZEc2EkxoDs18VwbqSKpuppkbkHCaFNDMi1BHEJpGM58jAQ2loR5Qf2w4zeTURAJKXUozh9pC/ZE/ldJMdySkVsU0k9MU6vfOK6CZt5CgHqOhTfWg/lO7QzSzPhsJKv0nGlpdDeq3mu2mmdIzkbBOLaahxdlQ/67eZhp6AglsCE3NTIf6l2praGhpGhJYaCpNfZQC9b+yl9BQ/glIaJU20NRbIah/KjuLpgYgwbUrpKlnof5Hysc09WUIie4OGrsX6r+FRtPU3jpIfBNp7CYo4DkauxI+kP0zTZX2gBpKY+PhCy3yaKrwAiS7m2lsUwX4Q18aK+iB5HZ3hKaKOsAvxtBY6R1IYuEXae5G+Ea5lTT3OJJW+iSaexY+0vQQzY1JRXKq8A3NTQ3DT66ihWmZSEZ1VtDcsiz4y0haWFgNyeeETTS3vS58Jn0JLfxyLJLNmXtpLr89fOfYfbSw42Qkl+75NBe5Ej50Vh4tHOqEZHJbKS3cD1+6uJgWiq5F8niMNibAp66N0ELkbiSJ1NG0Mb8s/Ko/rbyajmRQdTptbKwB/3qIVpY2RvB13EIbB0+Cn71MK4f+jIBLebCUNkq7wtdC79DO2CwE2TGzaecu+FzaZ7SzphWCq9tuWrodfpcxh3YK7kRAlXmB9vrD7youo6WPKyOIGi1hNAbB72qspaVNZyJ4rjnI6NwNv2u4lZZKhocRLJmjGbVh8Lvme2nr61oIkparGYP74XenHqatXRcjMEJ3FDAmD8PvOhXS2uT6CIa23zFWj8PvzjtAa3nD0+F/lV8rZeyeht+13EZ7v1wInwv3201HPA+/a7CaUfi4Afys3UI65SX4XZV5jELeiHT4VZXXS+mcV0LwuYwpjMbarvCl8M176KhRIfhcyihGZUpD+M8pi+m0N8Pwu/sZlfwHysJfqv4tQueNCcPvbixhVNZdBh9Ju20vXTE+BX53cS6js/yqFPhDuYGb6ZZ3U+F3p+QwSutuTkfiqzQihy56PxV+13g9o7V9SDYSW61nDtJdk9PgdzWXMmr7Hq2GxHXcawV03ZQy8LvsGYxe7kv1kJhaTCihFz5Nh9+lvcUYFI1phsRz+if0yrSy8L3rDjMGkcntkFi6zGYstu+hjRkZ8L0myxiTb64vj0RRY8AyxuSL6q1208bX5eB76a8wNnnvXZyK+Ct39ecljEnRkBBw0i7a+CYT/nf5PsYo5+VTEFcpnd4+xBitPwX/cOIO2vg2G/5Xfz5j9ssDxyFeWj+3jTGbWAH/1Gw7bcwrD/9LfTLC2M2/rSq8V2/oKsYu7yb8n8ZbaeO7CgiAzjvpgKKpV5SFlyreODtCB6w8Ef/m+M20sagSAqDmV3TEgQk3HgdPhE7qP6WAjhiVgd849lfaWFoZARAeXkKHbBp7fX24q9lt7+fQIft74j812EAby6oiCM7cROesf/PaOnBHo37v7qBzFjTE79VbRxs/VEcQVJ5CR/08qlcNOKthn3Fb6KTIU2n4I8f8QhuraiAQBuTTYT++0rNpGTgho8V1ozfSYT+djSOovZo2fqqFQGg4hc4r+eWz5285pw6iFG7Yuf/LX/4aoePyhpXBEdX8kTZ+roNguOgXuuTw0vceuqZteZirevoNT0xeWUCXfNIAR1N9JW2srYtgSL8vl27aPvuNJ4b1v6FnlzNbHle9HH4jlFWrUesOF13Zd+Dwp8bM30M3bboMgmrLaWN9fQREvQ/omdIDW1cvnvXJ+5/9fenP2w9F6JXipzMhqvI9bWxsiKA4/ycG27fNYaLyYtrYdByCIm3IIQZXzg0hmKm4kDa2NEJg1J7AgIq8XhnGKsynjW1NERwdf2AQLTsNNrLn0MaOExAcqQMPMGh2DkiBnazZtLGzOQKkxtgIgyTn7kxYy5xFGzktESSnf8PA2H1vFqJR7iva2NMagXLutwyEvfdlI0plp9PG3rYIlvPn0vf2jSiP6KV/Thv7T0HAdF5AX9v/YAXEpMxU2jhwGoLmooX0rQMPV0Ss0j6ijYNnInAumBahHx18rDIckPYBbRzuiOA54Y18+k3O41XgjNSJtJF7LgKo+oO76Cezr0qHY1LeoY28CxBEZW9cRZ/Y+0IzOCr8Nm3kd0EghTp/UMTEN693BpwWfos2CroioKoNWsWEduCVFnBD6A3aKLwEgXXqGweZqBbdmAmXhEbSRlF3BFfmDXOYgA6/fjJcFPorbRT3RJA1GraMCaXg85vKw2Uv0EZJLwRb4/uWM0HsHd8zGx54ljZKrkXQNRm+gnG38aVzU+GRJ2mjtDeCr8mwb4sZP0sfaAUvPUobpX2RDCpc/vqvjIPir+6sB689SBuRfkgSJ9w1PZ9e2jXpmoqIh+G0EbkNSSOjy6NfH6IHiha+dPWxiJt7aaU/kklK69vGr6eLNk0adHpZxNdgWhmEZFOz+zMzc+i43NlPda+NRDCQVoYgGdXs9JcxS/LpjD2Lxt7aOhUJ4w5aGYpkldK050Pj52wpZZTyf/r85b90b1UeiebWCG2MQHIrc/z5Nz46fs6vuTQU2fz3MQ/8+czaISSqmyK08RDUP5St0+KcHjcPe270x9Nmzlm0fPX6rTkHc3f/+uOibz6bNPrlp+4ffOt1f+pyVpvj05HwbiiljcegAua6Utp4Cipgri6hjeegAubKYtp4ESpgehTTxishqGC5rIg2RoWggqVbIW38LQwVLBcV0MaYMFSwdM6njXEpUMFyfh5tvJsCFSzn5NLGpFSoYOlwiDY+TIMKljMO0saUMlDBctoB2vg0HSpY2u+jjWlloYLl5L20MSMDKlha76aNr8tBBUuLHNr4JhMqWJrvpI1vs6GCpdl22phXHipYmmyljQUVoIKl0RbaWFQJKliO20QbSypDBUvDjbSxrCpUsNRfTxsrqkMFS91faGNVDahgqbOGNn6qBRUstX6ijTV1oIKlxiraWFsXKliqraCN9fWhgqXqMtrY2BAqWCovoY1Nx0EFS6VFtLGlEVSwVFhAG9uaQAVL+bm0sf0EqGDJ+pY2djaHCpbMb2gjpyVUsJT7mjZ2t4YKlowZtLG3LVSwlJ1GG/vaQwVL+qe0ceA0qGApM4U2Dp4JFSxpH9LG4Y5QwZI6iTZyz4UKlpR3aSPvfKhgSRlHG/ldoIIlPIY2CrpCBUv4b7RReAlUsIRG0UZRd6hgCb1CG8U9oALmRdoo7gUVMM/RRsk1UAHzFG2U9oYKmMdoo7QPVMA8RBuRflABM4I2IrdCBcxQWrkTKmCG0MpdUAEziFaGQAVMf1oZChUwt0VoYwRUwPSL0MZAqIDpW0oLJV2gAqZ3KS3sbwQVMNeW0MJUqKDpVUILZ0AFTc9imvsaKnAuL6Kx0qpQgXNJIY1dBxU8XQtoagJUAHXJp6EFUEF0QR7N/AoVSOfm0kgBVDB1PEwTOVABdeYhGlgOFVSnH6BsGlRgnbKfomFQwdV2LyUnQQVYmz08uvVQgdYyh0d1K1SwnbSLR/FzKlTAnbCDR9YdKvCabuORPAuVBBpv4R/7LAyVDBqu4B/5PBsqOWRO5O89EYZKGjdt5W/9eDFUMskYvIX/8lPvFKhk02rop9/vLNyyaPKdx+Nf/h/AFxJx7dtiqQAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E");
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
#header div.nav .banner .header-right .header-user {
  margin: 0px;
  font-size: 0;
  line-height: 0;
}
#header div.nav .banner .header-right .header-user a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
#header div.nav .banner .header-right .header-user a span {
  text-indent: -9999px;
  background: url("../img/icon-user-new.svg") no-repeat scroll center center transparent;
  font-size: 0;
  line-height: 0;
  width: 18px;
  height: 19px;
  display: inline-block;
}
#header div.nav .banner .header-right .header-cart {
  font-size: 0;
  line-height: 0;
}
#header div.nav .banner .header-right .header-cart .shopping_cart {
  font-size: 0;
  line-height: 0;
}
#header div.nav .banner .header-right .header-cart .shopping_cart a {
  background: url("../img/icon-cart-new.svg") no-repeat scroll center center transparent;
  width: 15px;
  height: 19px;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
#header div.nav .banner .header-right .header-cart .shopping_cart a b {
  display: none;
}
#header div.nav .banner .header-right .header-cart .shopping_cart a .ajax_cart_quantity {
  text-align: center;
  color: #000;
  width: 15px;
  height: 19px;
  background: none;
  font-size: 8px;
  line-height: 24px;
  font-family: Roboto, sans-serif;
}
#header div.nav .banner .header-right .header-menu-mobile {
  display: none;
}

.footer-container #footer .footerBottom {
  background: #fff;
}
.footer-container #footer .footerTitle3, .footer-container #footer h3 {
  font-size: 14px;
  text-transform: none;
}
.footer-container #footer .block_content ul li.block-lang-currencies {
  margin-top: 32px;
}
.footer-container #footer .block_content ul li.block-lang-currencies.is-logged {
  margin-top: 12px;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang {
  display: flex;
  flex-wrap: nowrap;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang .languages-block {
  order: 1;
  padding-right: 23px;
  margin: 0;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang .languages-block .current {
  padding: 8px 0 8px 0;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang .languages-block .current span {
  font-size: 14px;
  line-height: 17px;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang .languages-block .current:after {
  color: #000;
  padding-left: 6px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 17px;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang .languages-block ul {
  top: auto;
  bottom: 35px;
  left: 50%;
  margin-left: -78px !important;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang .languages-block ul li > span, .footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang .languages-block ul li > a {
  padding: 0 10px 0 12px !important;
  display: block;
  color: #fff;
  line-height: 35px;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang #currencies-block-top {
  order: 2;
  margin: 0;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang #currencies-block-top .current {
  color: #000;
  padding: 8px 0 8px 0;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang #currencies-block-top .current strong {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang #currencies-block-top .current:after {
  color: #000;
  padding-left: 6px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 17px;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang #currencies-block-top ul {
  top: auto;
  bottom: 35px;
  left: 50%;
  margin-left: -78px !important;
}
.footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang #currencies-block-top ul li > span, .footer-container #footer .block_content ul li.block-lang-currencies .banner-element-lang #currencies-block-top ul li > a {
  padding: 0 10px 0 12px !important;
  display: block;
  color: #fff;
  line-height: 35px;
}
.footer-container #footer .block-lang-currencies-mobile {
  display: none;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang {
  display: flex;
  flex-wrap: nowrap;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang .languages-block {
  order: 1;
  padding-right: 23px;
  margin: 0;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang .languages-block .current {
  padding: 8px 0 8px 0;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang .languages-block .current span {
  font-size: 14px;
  line-height: 17px;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang .languages-block .current:after {
  color: #000;
  padding-left: 6px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 17px;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang .languages-block ul {
  top: auto;
  bottom: 35px;
  left: 50%;
  margin-left: -78px !important;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang .languages-block ul li > span, .footer-container #footer .block-lang-currencies-mobile .banner-element-lang .languages-block ul li > a {
  padding: 0 10px 0 12px !important;
  display: block;
  color: #fff;
  line-height: 35px;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang #currencies-block-top {
  order: 2;
  margin: 0;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang #currencies-block-top .current {
  color: #000;
  padding: 8px 0 8px 0;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang #currencies-block-top .current strong {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang #currencies-block-top .current:after {
  color: #000;
  padding-left: 6px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 17px;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang #currencies-block-top ul {
  top: auto;
  bottom: 35px;
  left: 50%;
  margin-left: -78px !important;
}
.footer-container #footer .block-lang-currencies-mobile .banner-element-lang #currencies-block-top ul li > span, .footer-container #footer .block-lang-currencies-mobile .banner-element-lang #currencies-block-top ul li > a {
  padding: 0 10px 0 12px !important;
  display: block;
  color: #fff;
  line-height: 35px;
}

@media screen and (max-width: 480px) {
  .container-order .right-side-cart table .right-side-title-tr td h4 {
    margin: 8% auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #order-detail-content .product-name a {
    font-size: 16px;
  }
  .container-order .table-responsive .left-side-cart tr .cart_product {
    width: 50% !important;
  }
  .container-order .table-responsive .left-side-cart tr .cart_product a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-order .table-responsive .left-side-cart tr .cart_description {
    width: 50% !important;
  }
  #cart_summary tbody td.cart_product img {
    max-width: 250px;
  }
}
@media screen and (min-width: 1460px) {
  #header div.topBanner .header-wrap {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1459px) {
  #header div.topBanner .header-wrap {
    padding: 0 20px;
  }
  #header div.nav .banner {
    padding: 0 20px;
    gap: 0;
  }
  #header div.nav .banner .ptdmenu-wrapper .ptdmnw-container .ptdmnwc-inner .ptdmnwc-nav {
    gap: 0;
  }
  #header div.nav .banner .header-right .displaySearch #search_block_top #search_query_top {
    width: 210px;
  }
  #header div.nav .banner .header-right .header-user {
    margin: 0;
  }
}
@media screen and (max-width: 1252px) {
  #header div.nav.topnav {
    padding: 0;
  }
  #header div.nav.topnav .ptdmenu-wrapper .ptdmnw-container.container {
    padding: 0 !important;
  }
  #header .ptdmenu-wrapper .ptdmnw-container .ptdmnwc-inner .ptdmnwc-nav .ptdmnwci-tab .ptdmnwcit-header a.ptdmnwcit-title,
  #header .ptdmenu-wrapper .ptdmnw-container .ptdmnwc-inner .ptdmnwc-nav .ptdmnwci-tab .ptdmnwcit-header a,
  #header .ptdmenu-wrapper .ptdmnw-container .ptdmnwc-inner .ptdmnwc-nav .ptdmnwci-tab .ptdmnwcit-header span {
    font-size: 12px;
    white-space: nowrap;
    margin: 0 10px;
  }
  #header .ptdmenu-wrapper .ptdmnw-container .ptdmnwc-inner .ptdmnwc-nav .ptdmnwci-tab.ptdmenu-tab-has-sub .ptdmnwcit-header .ptdmnwcit-caret {
    margin: -3.5px 0 0 0;
  }
}
@media screen and (max-width: 1137px) {
  #header .topBanner .header-wrap ul.links li.about-noreve,
  #header .topBanner .header-wrap ul.links li.first {
    display: none;
  }
  #header div.nav.topnav {
    padding: 0;
  }
  #header div.nav.topnav .ptdmenu-wrapper .ptdmnw-container.container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .container-order {
    margin-left: auto;
    margin-right: auto;
  }
  .container-order .table-responsive {
    width: 100%;
    border: none;
  }
  .container-order .table-responsive .left-side-cart {
    width: 100% !important;
    padding: 2% 4% !important;
  }
  .container-order .table-responsive .left-side-cart tr td {
    text-align: initial !important;
    padding: 2% 0 !important;
  }
  .container-order .table-responsive .left-side-cart tr .cart_product {
    float: left !important;
  }
  .container-order .table-responsive .left-side-cart tr .cart_description {
    float: right !important;
    padding: 4% 0 4% 20px !important;
  }
  .container-order .table-responsive .left-side-cart tr .cart_description .typedText {
    font-size: 12px !important;
  }
  .container-order .table-responsive .left-side-cart tr .qty #qty-text {
    width: 15%;
    display: inline-block;
    margin-left: 10% !important;
    font-size: 12px !important;
  }
  .container-order .table-responsive .left-side-cart tr .qty .cart_quantity_button {
    display: inline-block;
    width: 40%;
  }
  .container-order .table-responsive .left-side-cart tr .qty .cart_quantity_button span {
    font-size: 17px !important;
  }
  .container-order .table-responsive .left-side-cart tr .message-btn {
    display: flex !important;
    margin: auto !important;
  }
  .container-order .table-responsive .right-side-cart {
    text-align: initial !important;
    width: 100% !important;
  }
  .container-order .table-responsive .right-side-cart .tr-cart-voucher td {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
  }
  .container-order .table-responsive .right-side-cart .tr-bottom-cart {
    width: 100% !important;
  }
  .container-order .table-responsive .right-side-cart .tr-bottom-cart .continue-shopping {
    width: 100% !important;
    margin: 15px auto !important;
  }
  .container-order .table-responsive .right-side-cart .tr-bottom-cart td {
    padding: 0 2% 2% !important;
    width: 100% !important;
  }
  .container-order .table-responsive .right-side-cart .tr-cart-buttons td {
    width: 100% !important;
  }
  .container-order .table-responsive .right-side-cart .tr-cart-buttons td #btn_checkout {
    width: 100% !important;
    margin: 15px auto !important;
  }
  .container-order .table-responsive .right-side-cart .tr-cart-buttons td #or-button {
    display: initial !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }
  .container-order .table-responsive .right-side-cart .tr-cart-buttons td #payment_paypal_express_checkout {
    margin-top: 15px !important;
  }
  .container-order .table-responsive .right-side-cart .tr-cart-voucher td {
    padding: 2% 5% 0 !important;
  }
  .container-order .table-responsive .right-side-cart .tr-cart-voucher td a {
    margin: 20px 0 10px;
  }
  .container-order .table-responsive .right-side-cart .first-total td {
    float: left !important;
  }
  .container-order .table-responsive .right-side-cart .first-total td:first-child {
    text-align: left !important;
  }
  .container-order .table-responsive .right-side-cart .first-total .price {
    text-align: right !important;
  }
  .container-order .table-responsive .right-side-cart .cart_total_voucher td {
    float: left !important;
  }
  .container-order .table-responsive .right-side-cart .cart_total_voucher td:first-child {
    text-align: left !important;
  }
  .container-order .table-responsive .right-side-cart .cart_total_voucher td.price-discount.price {
    text-align: right !important;
  }
  .container-order .table-responsive .right-side-cart .cart_total_price {
    border-top: none !important;
  }
  .container-order .table-responsive .right-side-cart .cart_total_price td {
    float: left !important;
  }
  .container-order .table-responsive .right-side-cart .cart_total_price .total_price_container {
    text-align: left !important;
    padding-bottom: 3%;
  }
  .container-order .table-responsive .right-side-cart .cart_total_price #total_price_container {
    text-align: right !important;
    padding-bottom: 3%;
  }
  .container-order .table-responsive .right-side-cart #departure {
    white-space: nowrap !important;
    margin: 10px 0 20px;
  }
  .hide-mobile {
    display: none !important;
  }
  .hide-pc {
    display: block !important;
  }
  #crossselling_list {
    padding-top: 0 !important;
  }
  #header div.topBanner .header-wrap {
    justify-content: center;
  }
  #header div.topBanner .header-wrap .header-text,
  #header div.topBanner .header-wrap ul.links {
    display: none;
  }
  #header div.nav .banner {
    padding: 8px 20px;
  }
  #header div.nav .banner .header-right {
    justify-content: space-between;
    gap: 27px;
  }
  #header div.nav .banner .header-right .displaySearch {
    font-size: 0;
    line-height: 0;
    width: 18px;
  }
  #header div.nav .banner .header-right .displaySearch #search_block_top {
    display: none;
  }
  #header div.nav .banner .header-right .displaySearch .search-icon-mobile {
    position: relative;
    width: 19px;
    height: 19px;
    display: inline-block;
  }
  #header div.nav .banner .header-right .displaySearch .search-icon-mobile::before {
    background: url("../img/icon-search-new3.svg") no-repeat scroll center center transparent;
    width: 19px;
    height: 19px;
    display: inline-block;
    cursor: pointer;
    content: "";
    background-size: contain;
  }
  #header div.nav .banner .header-right .header-user {
    margin: 0;
  }
  #header div.nav .banner .header-right .header-menu-mobile {
    background: url("../img/icon-burger-new.svg") no-repeat scroll center center transparent;
    width: 24px;
    height: 19px;
    display: inline-block;
    margin-left: 0;
    cursor: pointer;
  }
  #header div.nav .banner .header-right .header-menu-mobile.header-menu-mobile-close {
    width: 24px;
    background: url("../img/icon-close-options.svg") no-repeat scroll center right transparent;
    background-size: 18px;
  }
  #header div.nav .ptdmenu-wrapper {
    max-width: 100%;
  }
  #header div.nav.has-topbanner .ptdmenu-wrapper {
    top: 108px;
  }
  body #header .ptdmenu-wrapper .ptdmnw-container .ptdmenu-close {
    display: none !important;
  }
  body #header .ptdmenu-wrapper .ptdmnw-container .ptdmnwc-inner {
    margin: 30px 10px 150px 15px;
  }
  body #header .ptdmenu-wrapper .ptdmnw-container .ptdmnwc-inner .ptdmnwc-nav .ptdmnwci-tab .ptdmnwcit-header a.ptdmnwcit-title,
  body #header .ptdmenu-wrapper .ptdmnw-container .ptdmnwc-inner .ptdmnwc-nav .ptdmnwci-tab .ptdmnwcit-header a, body #header .ptdmenu-wrapper .ptdmnw-container .ptdmnwc-inner .ptdmnwc-nav .ptdmnwci-tab .ptdmnwcit-header span {
    font-size: 14px;
    margin: 0 15px;
  }
  body #header .ptdmenu-overlay {
    display: none !important;
  }
  body.show-menu-mobile .header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
  }
}
@media screen and (max-width: 480px) {
  #order-detail-content.order-detail-content-payment {
    padding: 0 3% !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .header-container #header div.nav {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .order-detail-content-payment .cart_quantity {
    padding: 0 !important;
  }
  .error-cgv {
    max-width: 88%;
    display: block;
    white-space: pre-wrap !important;
  }
  .container-order .table-responsive .left-side-cart tr .cart_product {
    width: 35% !important;
  }
  .container-order .table-responsive .left-side-cart tr .cart_description {
    width: 65% !important;
  }
  #header .topBanner .row {
    padding: 0 !important;
  }
  #header div.nav .row {
    padding: 0 !important;
  }
  #header div.nav .banner {
    padding: 8px 20px;
  }
  #header div.nav .banner .header-logo {
    display: inline-block !important;
  }
  #header div.nav .banner .header-right .header-cart .shopping_cart a {
    background: url("../img/icon-cart-new.svg") no-repeat scroll center center transparent !important;
  }
  .footer-container #footer .footerBottom .bottomRow {
    padding: 1rem 20px;
  }
  .footer-container #footer .footerBottom .bottomRow .block_content ul li.block-lang-currencies {
    display: none;
  }
  .footer-container #footer .footerBottom .bottomRow .block-lang-currencies-mobile {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .footer-container #footer .footerBottom .bottomRow .block-lang-currencies-mobile #languages-block-top div.current {
    color: #000;
  }
  .footer-container #footer .footerBottom .bottomRow .block-lang-currencies-mobile #languages-block-top ul {
    margin: 0;
  }
  .footer-container #footer .footerBottom .bottomRow .block-lang-currencies-mobile #currencies-block-top ul {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  #order-detail-content.order-detail-content-payment {
    margin-bottom: 20px;
  }
  #HOOK_PAYMENT .payment-row {
    text-align: center;
    padding: 40px 20px;
  }
  #order-detail-content.order-detail-content-payment .title3 {
    padding: 4% 6%;
  }
  .product-container img.soonImg {
    height: 35px;
  }
  .blockfirstbannerhome .slick-prev,
  .blockfirstbannerhome .slick-next {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
}

body#cms .columns-container .breadcrumb-container {
  background: none;
}
body#cms .columns-container .breadcrumb-container .breadcrumb {
  background-color: #fff;
  padding: 14px 0 27.28px 0;
  margin: 0;
  color: #757575;
  font-size: 12px;
  line-height: 11.72px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
}
body#cms .columns-container .breadcrumb-container .breadcrumb li:not(:last-child) span:not(.navigation-pipe):not(.navigation_page),
body#cms .columns-container .breadcrumb-container .breadcrumb li:not(:last-child) a {
  font-size: 12px;
  line-height: 11.72px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  background: none;
  color: #757575;
  padding: 0 2px 0 0;
}
body#cms .columns-container .breadcrumb-container .breadcrumb li:not(:last-child) span:not(.navigation-pipe):not(.navigation_page):after,
body#cms .columns-container .breadcrumb-container .breadcrumb li:not(:last-child) a:after {
  display: none;
}
body#cms .columns-container .breadcrumb-container .breadcrumb li:not(:last-child) span:not(.navigation-pipe) {
  background: none;
}
body#cms .columns-container .breadcrumb-container .breadcrumb .navigation-pipe {
  display: none;
}
body#cms .columns-container .breadcrumb-container .breadcrumb > .navigation-pipe ~ .navigation-pipe {
  text-indent: 0;
  width: 8px;
  display: inline-block;
}

body#product .footer-container {
  margin-top: 0;
}
body#product .columns-container .breadcrumb-container {
  background: none;
}
body#product .columns-container .breadcrumb-container .breadcrumb {
  margin: 0;
  background-color: #fff;
  padding: 14px 0 27.28px 0;
  color: #757575;
  font-size: 12px;
  line-height: 11.72px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}
body#product .columns-container .breadcrumb-container .breadcrumb li:not(:last-child) span:not(.navigation-pipe):not(.navigation_page),
body#product .columns-container .breadcrumb-container .breadcrumb li:not(:last-child) a {
  font-size: 12px;
  line-height: 11.72px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  background: none;
  color: #757575;
  padding: 0 2px 0 0;
}
body#product .columns-container .breadcrumb-container .breadcrumb li:not(:last-child) span:not(.navigation-pipe):not(.navigation_page):after,
body#product .columns-container .breadcrumb-container .breadcrumb li:not(:last-child) a:after {
  display: none;
}
body#product .columns-container .breadcrumb-container .breadcrumb li:not(:last-child) span:not(.navigation-pipe) {
  background: none;
}
body#product .columns-container .breadcrumb-container .breadcrumb .navigation-pipe {
  text-indent: 0;
}
body#product .columns-container .container {
  max-width: 100%;
  padding: 0;
}
body#product .columns-container .product-unavailable {
  margin: 20px 50px;
}
body#product .columns-container .product-unavailable ol {
  margin: 0;
  padding: 0;
}
body#product .columns-container .primary_block {
  padding: 0;
}
body#product .columns-container .primary_block.product_casquette .headCaract {
  display: none;
}
body#product .columns-container .primary_block.product_bermudas .headCaract {
  display: none;
}
body#product .columns-container .primary_block.product_polo .headCaract {
  display: none;
}
body#product .columns-container .primary_block.product_coque_v4 .headCaract:not(.show-tab) {
  display: none;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract, body#product .columns-container .primary_block.product_coque_v4.product_montres .headCaract {
  display: flex;
  flex-wrap: nowrap;
  min-height: unset !important;
  padding: 0 0 28px 0;
  margin: 0 0 28px 0;
  gap: 17px;
  background: none;
  border-bottom: 1px solid #CCCCCC;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li, body#product .columns-container .primary_block.product_coque_v4.product_montres .headCaract li {
  width: auto;
  float: none;
  height: 34px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  padding: 7px 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li .in-stock,
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li img, body#product .columns-container .primary_block.product_coque_v4.product_montres .headCaract li .in-stock,
body#product .columns-container .primary_block.product_coque_v4.product_montres .headCaract li img {
  display: none;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li span, body#product .columns-container .primary_block.product_coque_v4.product_montres .headCaract li span {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  font-family: Roboto;
  color: #000;
  text-transform: none;
  margin: 0;
  padding: 0;
  transition: none;
  animation: none;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li.actf, body#product .columns-container .primary_block.product_coque_v4.product_montres .headCaract li.actf {
  background: #fff;
  border-color: #000;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li.actf span, body#product .columns-container .primary_block.product_coque_v4.product_montres .headCaract li.actf span {
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 23px;
  transition: none;
  animation: none;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li.actf span::before, body#product .columns-container .primary_block.product_coque_v4.product_montres .headCaract li.actf span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  background: url(../img/icon-tick.svg) no-repeat scroll center center transparent;
  width: 15px;
  height: 15px;
  background-size: cover;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract {
  display: flex;
  gap: 0;
  padding: 0;
  margin: 0 0 30px 0;
  background: none;
  border-bottom: none;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: auto;
  max-width: max-content;
  justify-content: space-between;
  font-size: 0;
  line-height: 0;
  align-items: center;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  padding: 0 18px;
  border-color: #fff;
  min-width: 206px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7E7E7E;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li.actf {
  border-color: #000;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li.actf span {
  color: #000;
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li.actf span::before {
  top: calc(50% - 8.7px);
}
body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract.show-one-tab li {
  min-width: unset;
}
body#product .columns-container .primary_block .wrap-product-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: Roboto, sans-serif;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column {
  width: 55.9%;
  float: none;
  margin: 0;
  padding: 0 95px 45px 50px;
  max-height: fit-content;
  position: sticky;
  top: 0;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .product-images .expedieImg,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .product-images .outStockImg {
  top: 0;
  left: 0;
  margin: 0;
  line-height: 12.89px;
  font-size: 12px;
  color: #fff;
  padding: 4px 16px;
  font-family: Roboto, sans-serif;
  background: #81191F;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 85px;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #image-block {
  order: 2;
  margin: 0;
  width: auto;
  height: auto;
  flex: 1;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video .demandeImg,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #image-block .demandeImg {
  display: none !important;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video .image-epv,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #image-block .image-epv {
  right: auto;
  left: 0;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video .outStockImg,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video .expedieImg,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #image-block .outStockImg,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #image-block .expedieImg {
  top: 0;
  left: 0;
  margin: 0;
  line-height: 12.89px;
  font-size: 12px;
  color: #fff;
  padding: 4px 16px;
  font-family: Roboto, sans-serif;
  background: #81191F;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video .outStockImg,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #image-block .outStockImg {
  background: rgba(0, 0, 0, 0.75);
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video .outStockImg.expedieImg,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #image-block .outStockImg.expedieImg {
  background: #81191F;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video #view_full_size,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #image-block #view_full_size {
  display: block;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video #view_full_size a,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #image-block #view_full_size a {
  display: block;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video #view_full_size a img,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #image-block #view_full_size a img {
  width: 100%;
  max-width: 100%;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video {
  padding-bottom: 0;
  position: relative;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video img {
  opacity: 0;
  visibility: hidden;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #product-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block {
  order: 1;
  width: 70px;
  margin: 0;
  bottom: 0;
  height: auto;
  overflow: hidden;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list {
  height: 100%;
  margin: 0;
  position: relative;
  width: auto;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list #thumbs_list_frame {
  height: 100%;
  margin: 0;
  padding: 0 0;
  max-width: 70px;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list #thumbs_list_frame li {
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list #thumbs_list_frame li .video-block,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list #thumbs_list_frame li a {
  display: block;
  border: none;
  padding: 2.5px 0;
  background: none;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list #thumbs_list_frame li .video-block img,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list #thumbs_list_frame li a img {
  width: 100%;
  max-width: 70px;
  max-height: 70px;
  border: none;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list #thumbs_list_frame li .video-block {
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list #thumbs_list_frame li .video-block .video-thumb {
  float: none;
  width: unset;
  height: unset;
  border: none;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list #thumbs_list_frame li .video-block .video-thumb a img {
  border: 1px solid #dbdbdb;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #views_block #thumbs_list #thumbs_list_frame li#thumbnail_video a img {
  border: 1px solid #dbdbdb;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #slide_direction {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  z-index: 1001;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #slide_direction .sd-next,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #slide_direction .sd-prev {
  font-size: 0;
  line-height: 0;
  background: url("../img/icon-next.svg") no-repeat scroll center center #fff;
  width: 39px;
  height: 39px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  margin-left: 11px;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #slide_direction .sd-prev {
  transform: rotate(180deg);
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .info-label {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  transition: none;
  visibility: visible;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .info-label .image-magsafe {
  position: static;
  width: 88px;
  height: 20px;
  background: url("../img/icon-magsafe.svg") no-repeat scroll 8px center transparent;
  border: 1px solid #81191F;
  display: inline-block;
  margin: 0;
  padding: 4px 16px;
  transform: none;
  transition: none;
  opacity: 1 !important;
  visibility: visible;
  order: 2;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .info-label .expedieImg,
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .info-label .outStockImg {
  width: auto;
  height: 20px;
  position: static;
  order: 1;
}
body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .info-label .hide-all {
  display: none !important;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd {
  width: 44.1%;
  float: none;
  margin: 0;
  padding: 0;
  background: #F7F7F7;
  padding: 44px 50px 52px 90px;
  min-height: 100vh;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .model {
  display: none !important;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .additionalInfos {
  margin: 0;
  padding: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .additionalInfos li {
  margin: 0;
  padding: 7px 0 7px 15px;
  position: relative;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .additionalInfos li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../img/icon-tick.svg") no-repeat scroll center center transparent;
  width: 15px;
  height: 13px;
  background-size: cover;
  transform: translateY(-50%);
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .additionalInfos li .additional-infos-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.41px;
  color: #000;
  margin-left: 13px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .additionalInfos li .additional-infos-text span {
  text-decoration: underline;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .additionalInfos li.free-delivery::before {
  content: "";
  background: url("../img/free-delivery.svg") no-repeat scroll center center transparent;
  width: 13.6px;
  height: 13.6px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product {
  border: none;
  background: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes {
  padding: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #quantity_wanted_p {
  display: none;
  padding: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes {
  margin: 0 !important;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .clearfix {
  padding: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset {
  padding: 0 !important;
  margin: 0 0 30px 0;
  border: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.select-tab-surmeure .attribute_list label {
  margin: 0 0 20px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.selectCouleurs, body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset:last-child {
  margin-bottom: 35px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay {
  background: #fdfdfd;
  padding: 0 59px 46px 59px !important;
  width: 600px;
  max-width: 100%;
  flex-direction: column;
  height: 100vh;
  position: fixed;
  z-index: 8009;
  top: 0;
  right: 0;
  overflow-x: hidden;
  opacity: 0;
  transform: translate3d(115%, 0, 0);
  transition: transform 0.4s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay.open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute-lable-head {
  position: relative;
  font-size: 24px;
  line-height: 28.13px;
  color: #000;
  font-weight: 500;
  padding: 73px 0 50px 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute-lable-head .close-option-popup {
  position: absolute;
  right: -33px;
  top: 24px;
  background: url("../img/icon-close-options.svg") no-repeat scroll center center transparent;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 12px 0;
  position: relative;
  display: block;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label a {
  position: absolute;
  right: 0;
  display: inline-block;
  text-decoration: underline;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 300;
  color: #000;
  top: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label a::before {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label a.size-guide {
  position: static;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label.no-attr-list {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label span {
  font-weight: 300;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16.41px;
  display: inline;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label span#size_guide {
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 300;
  color: #000;
  text-decoration: underline;
  position: relative;
  padding-left: 19px;
  margin-left: 31px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label span#size_guide::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/icon-size-guide.svg) no-repeat scroll center center transparent;
  width: 12px;
  height: 18.75px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attribute-tabexp-item {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 22px;
  color: #000;
  overflow: hidden;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attribute-tabexp-item .attrbiute-tabexp-title {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  margin: 22px 0 22px 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attribute-tabexp-item .attrbiute-tabexp-title span {
  font-weight: 300;
  font-size: 14px;
  line-height: 16.41px;
  display: inline;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attribute-tabexp-item.last {
  border-color: transparent;
  padding-bottom: 33px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attr-click-all {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  color: #000;
  cursor: pointer;
  padding-bottom: 10px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attr-click-all span {
  text-decoration: underline;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs-attr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 9px;
  float: none;
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs-attr li {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs-attr li.selected {
  position: relative;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs-attr li.selected .selecter {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs-attr li.selected::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 101;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs-attr li img {
  position: relative;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs-attr li img::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs-attr li a .co_img {
  border-radius: 50%;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  float: none;
  justify-content: start;
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille {
  margin: 0;
  min-width: 105px;
  height: 34px;
  border: none;
  font-family: Roboto, sans-serif;
  position: relative;
  cursor: pointer;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille input {
  opacity: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .radio,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .radio,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .radio,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .radio,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .radio,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .radio {
  position: absolute;
  margin: 0px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .radio span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .radio span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .radio span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .radio span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .radio span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .radio span {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  cursor: pointer;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .radio span input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .radio span input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .radio span input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .radio span input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .radio span input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .radio span input {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_taille_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_taille_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_taille_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_taille_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_taille_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_taille_back {
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #7E7E7E;
  line-height: 32px;
  text-align: center;
  padding: 0 20px;
  display: inline-block;
  background: #fff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_finition_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_gift_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_taille_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_finition_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_gift_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_taille_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_finition_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_gift_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_taille_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_finition_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_gift_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_taille_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_finition_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_gift_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_taille_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_finition_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_gift_back.black,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_taille_back.black {
  border-color: #000;
  background: #fff;
  color: #000;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_finition_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_gift_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_taille_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_finition_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_gift_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_taille_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_finition_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_gift_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_taille_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_finition_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_gift_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_taille_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_finition_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_gift_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_taille_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_finition_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_gift_back.black span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_taille_back.black span {
  display: inline-block;
  background: url(../img/icon-tick.svg) no-repeat scroll center 0px transparent;
  width: 15px;
  height: 15px;
  margin-right: 12px;
  vertical-align: middle;
  background-size: cover;
  margin-top: -3px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition.disabled .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition.disabled .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition.disabled .btn_taille_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift.disabled .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift.disabled .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift.disabled .btn_taille_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille.disabled .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille.disabled .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille.disabled .btn_taille_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition.disabled .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition.disabled .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition.disabled .btn_taille_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift.disabled .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift.disabled .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift.disabled .btn_taille_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille.disabled .btn_finition_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille.disabled .btn_gift_back,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille.disabled .btn_taille_back {
  background: #ccc;
  border-color: #ccc;
  border-radius: 5px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio#charmRadio,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio#charmRadio {
  justify-content: left;
  flex-wrap: nowrap;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio#charmRadio li,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio#charmRadio li {
  width: auto;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit {
  min-height: unset;
  padding: 0;
  margin: 0;
  float: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .chargementCharm {
  padding: 20px 0;
  text-align: center;
  margin: 20px auto;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleur-default {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 9px;
  float: none;
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int li,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleur-default li {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int li.selected,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleur-default li.selected {
  position: relative;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int li.selected .selecter,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleur-default li.selected .selecter {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int li.selected::before,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleur-default li.selected::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 101;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int li img,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleur-default li img {
  position: relative;
  border-radius: 50%;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int li img::after,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleur-default li img::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int {
  margin-top: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int .defaut {
  display: list-item !important;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 25px;
  float: none;
  margin: 0;
  justify-content: start;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms.prodCharms-ajax {
  margin: 30px 0 0 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .infoCharm {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm {
  margin: 0;
  padding: 0;
  flex: 1 1 calc((100% - 100px) / 5);
  max-width: calc((100% - 100px) / 5);
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm {
  margin: 0;
  padding: 0;
  position: relative;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm .checker,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm .radio {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm .checker span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm .radio span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm .checker span input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm .radio span input {
  appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm .checker span.checked input,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm .radio span.checked input {
  border-color: #000;
  height: auto;
  bottom: 28px;
  opacity: 1;
  border-radius: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .nameRadioCharm {
  line-height: 16.41px;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto;
  color: #000;
  display: block;
  text-align: center;
  margin-top: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharmsDesc .tplCharmDesc {
  display: none;
  margin: 0;
  padding: 20px 0 0 0;
  color: #000;
  font-size: 14px;
  line-height: 16.41px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharmsDesc .tplCharmDesc .nameCharm {
  font-weight: 600;
  line-height: 37px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharmsDesc .tplCharmDesc .nameCharm span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin-left: 5px;
  padding: 0 5px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharmsDesc .tplCharmDesc .descCharm {
  font-size: 13px;
  line-height: 15.41px;
  color: #000;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharmsDesc .tplCharmDesc .descCharm p {
  font-size: 13px;
  line-height: 15.41px;
  color: #000;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharmsDesc .tplCharmDesc.show-desc {
  display: block;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 27px 0;
  margin: 0 0 23px 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group label {
  font-size: 16px;
  line-height: 18.75px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: start;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item {
  width: 25%;
  flex: none;
  padding: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  height: auto;
  display: inline-block;
  float: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img {
  display: flex;
  flex-direction: column;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img .selecter {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-description {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img .option-without,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img img,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-description .option-without,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-description img {
  padding: 0;
  width: 100%;
  max-width: 70px;
  height: auto;
  border: 1px solid #E5E5E5;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img .option-without,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-description .option-without {
  width: 70px;
  text-align: center;
  display: inline-block;
  height: 70px;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img .option-name,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-description .option-name {
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 300;
  text-transform: none;
  margin-top: 8px;
  padding: 0;
  text-transform: capitalize;
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img .option-name .option-title,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-description .option-name .option-title {
  padding: 0 10px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-description {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.item-without .option-name {
  color: #fff;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected {
  display: inline-block;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected .option-img,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected .option-description {
  font-size: 0;
  line-height: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected .option-img .option-name,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected .option-description .option-name {
  position: relative;
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  text-align: center;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected .option-img .option-name .option-icon,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected .option-description .option-name .option-icon {
  display: inline-block;
  background: url(../img/icon-tick.svg) no-repeat scroll left center transparent;
  width: 20px;
  height: 10px;
  position: static;
  margin-top: 0;
  background-size: 12px;
  font-size: 0;
  line-height: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected .option-img .option-name .option-title,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected .option-description .option-name .option-title {
  padding: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected .option-without,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected img {
  border-color: #000;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected.item-without .option-name {
  color: #fff;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected.item-without .option-name .option-icon {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item.selected.item-without .option-name .option-title {
  text-indent: -999px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options.list-options-group {
  display: block;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options.list-options-group .opt-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options.list-options-group .opt-wrap label.small-label {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 18.75px;
  margin-bottom: 21px;
  color: #000;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options.list-options-group .opt-wrap .opt-element {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 20px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options.list-options-group .opt-wrap:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 27px 0;
  margin: 0 0 23px 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group#giftselect {
  border: none;
  padding: 0;
  margin-bottom: 44px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .selector {
  border: 1px solid #DDDDDD;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 100% !important;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .selector span {
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px 0 17px;
  color: #333333;
  text-shadow: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .selector span::before {
  transform: rotate(-45deg) translate(0%, 0%);
  width: 8px;
  height: 8px;
  border: none;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  bottom: 16px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .selector span::after {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list select {
  height: 40px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list select option {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  color: #333333;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .bootstrap-select.attribute_select {
  height: 40px;
  margin: 0;
  border: 1px solid #DDDDDD;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .bootstrap-select.attribute_select::before {
  transform: rotate(-45deg) translate(0%, 0%);
  width: 8px;
  height: 8px;
  border: none;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  bottom: 16px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .bootstrap-select.attribute_select::after {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .bootstrap-select.attribute_select button.btn.dropdown-toggle.btn-default {
  box-shadow: none;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px 0 17px;
  color: #333333;
  text-shadow: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .bootstrap-select.attribute_select .dropdown-menu li {
  cursor: pointer;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .bootstrap-select.attribute_select .dropdown-menu li span.text {
  font-size: 14px;
  line-height: 16.14px;
  padding-left: 17px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .bootstrap-select.attribute_select .dropdown-menu.open {
  top: 100%;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .price-total-add-options {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #000;
  margin-bottom: 44px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .price-total-add-options span {
  font-weight: 600;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .btn-action-popup {
  display: block;
  border: 1px solid #bfbfbf;
  background: #fff;
  border-radius: 39px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 48px;
  cursor: pointer;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .btn-action-popup.btn-save-option {
  background: #000;
  border-color: #000;
  color: #fff;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .btn-action-popup.btn-save-option .global-loader {
  display: none;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  border-width: 3px;
  vertical-align: middle;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .btn-action-popup.btn-save-option.save-click .global-loader {
  display: inline-block;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .btn-action-popup:not(:last-child) {
  margin-bottom: 15px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.selectTabLeather .attribute_list .type-radio li.btn_finition {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.selectTabLeather.select-tab-surmeure .attribute_list .type-radio li.tab-surmeure {
  display: inline-block;
  flex: 1 1 auto;
  max-width: max-content;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.selectTabLeather.select-tab-express .attribute_list .type-radio li.tab-express {
  display: inline-block;
  display: inline-block;
  flex: 1 1 calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.selectLargeurBracelet select,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.selectLargeurBracelet .selector {
  display: none !important;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.select-tab-surmeure, body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.select-tab-surmeure, body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.select-tab-express {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .overlay-background-attr {
  position: fixed;
  inset: 0;
  z-index: 8008;
  background-color: hsla(0, 0%, 9%, 0.75);
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .overlay-background-attr.open {
  display: block;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .btn-add-option {
  margin-top: 0;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  background: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 11px;
  cursor: pointer;
  padding: 14px 0;
  border-radius: 39px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #FFBB11 0%, #FC6E51 15%, #ED5565 28.27%, #EC87C0 45%, #AC92EC 60%, #5D9CEC 75%, #48CFAD 90%, #A0D468 100%) border-box;
  border-radius: 39px;
  border: 2px solid transparent;
  transition: border-color 0.5s ease;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .btn-add-option .price-option-total {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .btn-add-option:hover, body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .btn-add-option:focus {
  border-color: #000;
  border-image-source: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block {
  padding: 0;
  margin-bottom: 36px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom {
  width: 100%;
  float: none;
  text-align: center;
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom .outStock,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom #ajout_panier_on {
  width: 100%;
  text-align: center;
  float: none;
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom .outStock #add_to_cart,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom #ajout_panier_on #add_to_cart {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom .outStock #add_to_cart button,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom #ajout_panier_on #add_to_cart button {
  border-radius: 39px;
  height: auto;
  padding: 16px 0;
  background-color: #000;
  transition: background-color 0.5s ease;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom .outStock #add_to_cart button span,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom #ajout_panier_on #add_to_cart button span {
  display: block;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 18.75px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom .outStock #add_to_cart button:hover, body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom .outStock #add_to_cart button:focus,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom #ajout_panier_on #add_to_cart button:hover,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom #ajout_panier_on #add_to_cart button:focus {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom .outStock {
  text-align: left;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper {
  width: 100%;
  margin-top: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct {
  display: block;
  text-align: left;
  border: none;
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li {
  float: none;
  display: block;
  text-align: left;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li.model {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li strong {
  padding: 7px 0 7px 0;
  display: inline-block;
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .no-longer,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .preorder,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .demande,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .expedie {
  color: #000 !important;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 300;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .no-longer::before,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .preorder::before,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .demande::before,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .expedie::before {
  padding-right: 13px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .preorder {
  position: relative;
  padding-left: 28px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .preorder::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  content: "\f111";
  font-family: FontAwesome;
  padding-right: 3px;
  color: darkorange;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .no-longer {
  position: relative;
  padding-left: 28px;
  color: #ff0000 !important;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li .no-longer::before {
  content: "✖";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description {
  margin: 34px 0 0 0;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .bx-viewport {
  max-height: 467px;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .autoBxSlider li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .autoBxSlider li img.placeholder-video {
  opacity: 0;
  visibility: hidden;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .autoBxSlider li video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .bx-controls {
  position: static;
  width: auto;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .bx-controls .bx-controls-direction {
  position: absolute;
  bottom: 16px;
  right: 15px;
  width: 66px;
  height: 29px;
  overflow: hidden;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  font-size: 0;
  line-height: 0;
  background: url("../img/icon-next.svg") no-repeat scroll 8px 8px #fff;
  background-size: 12px;
  width: 29px;
  height: 29px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  outline: none;
  margin: 0;
  margin-left: 8px;
  top: 0;
  right: 0 !important;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after,
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  transform: rotate(180deg);
  margin: 0;
  left: 0 !important;
  right: auto !important;
}
body#product .columns-container .primary_block .wrap-product-info .product-title {
  padding: 0;
  margin: 0;
  border: none;
}
body#product .columns-container .primary_block .wrap-product-info .product-title h1.titlePage {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 30.47px;
  text-transform: none;
  color: #000;
  text-align: left;
}
body#product .columns-container .primary_block .wrap-product-info .product-title .product-sub-title {
  text-align: left;
  margin: 8px 0 0 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15.23px;
  color: #757575;
}
body#product .columns-container .primary_block .wrap-product-info .product-title .refComp {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-info .content_prices {
  margin: 28px 0 33px 0;
}
body#product .columns-container .primary_block .wrap-product-info .content_prices .price {
  font-family: Roboto, sans-serif;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
}
body#product .columns-container .primary_block .wrap-product-info .content_prices .price .our_price_display {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28.13px;
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-info .content_prices .price #old_price {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28.13px;
}
body#product .columns-container .primary_block .wrap-product-info .content_prices .price #old_price > span {
  padding-right: 12px;
}
body#product .columns-container .primary_block .wrap-product-tab {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 88px;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box {
  margin: 70px 0 0 0;
  padding: 0;
  font-family: Roboto, sans-serif;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .title-description {
  padding: 0 36px 19px 36px;
  border: none;
  background: none;
  margin: 0;
  font-size: 16px;
  line-height: 18.75px;
  font-weight: 500;
  text-transform: lowercase;
  font-family: Roboto, sans-serif;
  color: #000;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .title-description::first-letter {
  text-transform: uppercase;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .title-description:not(:last-child) {
  margin-right: 46px;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .title-description.active {
  border-bottom: 2px solid #000;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content {
  border: none;
  border-top: 1px solid #CCCCCC;
  padding: 32px 0 0 0;
  font-family: Roboto, sans-serif;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content h2, body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content p, body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content span {
  padding: 0;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  color: #000000;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content h2.page-product-heading {
  margin-bottom: 5px;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content p, body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content span {
  font-weight: 400;
  text-align: justify;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content p strong span, body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content span strong span {
  font-weight: 600;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .ref-model {
  font-size: 12px;
  line-height: 14.06px;
  font-weight: 400;
  color: #000;
  margin-bottom: 29px;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .ref-model .ref-comp {
  font-size: 12px;
  line-height: 14.06px;
  font-weight: 400;
  color: #000;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .rte-more {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .rte-more a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 400;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container {
  margin: 0;
  padding: 0;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews {
  justify-content: start;
  align-items: start;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .reviews_heading,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .reviews_heading {
  padding: 0;
  text-align: left;
  width: 100%;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list {
  width: 100%;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul {
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul li,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li {
  margin: 0 0 5px 0;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review_title,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review_title {
  flex-wrap: nowrap;
  justify-content: start;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review_title .review-flag,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review_title .review-flag {
  width: 30px;
  max-width: 30px;
  flex: 1 0 auto;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review_title .review-flag img,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review_title .review-flag img {
  vertical-align: top;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul li.review_totals,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li.review_totals {
  margin: 10px 0 0 0;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 55px;
  justify-content: space-between;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .tfw-left,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .tfw-right {
  width: 50%;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .tfw-full {
  width: 100%;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .bx-wrapper .autoBxSlider li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .bx-wrapper .autoBxSlider li img.placeholder-video {
  opacity: 0;
  visibility: hidden;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .bx-wrapper .autoBxSlider li video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .bx-wrapper .bx-controls {
  position: static;
  width: auto;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .bx-wrapper .bx-controls .bx-controls-direction {
  position: absolute;
  bottom: 16px;
  right: 15px;
  width: 66px;
  height: 29px;
  overflow: hidden;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  font-size: 0;
  line-height: 0;
  background: url("../img/icon-next.svg") no-repeat scroll 8px 8px #fff;
  background-size: 12px;
  width: 29px;
  height: 29px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  outline: none;
  margin: 0;
  margin-left: 8px;
  top: 0;
  right: 0 !important;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  transform: rotate(180deg);
  margin: 0;
  left: 0 !important;
  right: auto !important;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .accordion-title {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .accordion-title .icon-plus-noreve,
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .accordion-title icon-minus-noreve {
  display: none !important;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .has-short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
body#product .columns-container .primary_block .wrap-product-tab .page-product-box .has-short-desc.rte-full-all {
  display: block;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box {
  margin: 70px 0 0 0;
  padding: 0;
  font-family: Roboto, sans-serif;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tabs {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: Roboto, sans-serif;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .ref-model {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #000000;
  margin-bottom: 20px;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .ref-model .ref-comp {
  color: #000;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .accordion-content,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .rte {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: justify;
  color: #000;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .accordion-content p, body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .accordion-content span, body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .accordion-content a,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .rte p,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .rte span,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .rte a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .accordion-content p,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .rte p {
  margin-bottom: 20px;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .accordion-content strong span,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .rte strong span {
  font-weight: 600;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .accordion-content .rte-more,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .rte .rte-more {
  margin-bottom: 15px;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .accordion-content .rte-more a,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .rte .rte-more a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 400;
  display: inline-block;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .accordion-content .rte-full.has-short-desc,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .rte .rte-full.has-short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .accordion-content .rte-full.rte-full-all,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .rte .rte-full.rte-full-all {
  display: block;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-left {
  width: 55.9%;
  float: none;
  margin: 0;
  padding: 0 173px 0 50px;
  max-height: fit-content;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-left .tfw-left-content .tab-title {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  color: #000;
  margin-bottom: 25px;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content {
  width: 44.1%;
  float: none;
  margin: 0;
  padding: 0 50px 0 0px;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content {
  display: block;
  padding: 0;
  border: none;
  border-top: 1px solid #D0D0D0;
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content:last-child {
  border-bottom: 1px solid #D0D0D0;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-title {
  display: block;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #000;
  padding: 24px 0;
  text-transform: lowercase;
  position: relative;
  cursor: pointer;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-title::first-letter {
  text-transform: uppercase;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-title .icon-minus-noreve,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-title .icon-plus-noreve {
  display: none !important;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-title:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  line-height: 18px;
  margin-top: -9px;
  color: #000000;
  font-family: Roboto;
  font-weight: 300;
  transition: transform 0.25s ease;
  transform: rotate(90deg);
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-content {
  display: none;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-content .accordion-content-inner {
  margin: 0 0 15px 0;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-content .tab-features-wrap .tfw-left {
  width: 100%;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element.active .accordion-title {
  font-weight: 600;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element.active .accordion-title:after {
  content: "–";
  transform: rotate(0deg);
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container {
  margin: 0;
  padding: 0;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .reviews_heading,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .reviews_heading {
  padding: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list {
  width: 100%;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul {
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li {
  margin: 0 0 5px 0;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review_title,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review_title {
  margin: 0;
  padding-left: 0;
  flex-wrap: nowrap;
  justify-content: start;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review_title .review-flag,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review_title .review-flag {
  width: 30px;
  max-width: 30px;
  flex: 1 0 auto;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review_title .review-flag img,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review_title .review-flag img {
  margin: 0;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li.review_totals,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li.review_totals {
  margin: 10px 0 0 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 16.41px;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review-name,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review-name span,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review-name,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review-name span {
  font-size: 14px !important;
  line-height: 16.41px !important;
}
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review-name a,
body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review-name a {
  text-decoration: underline;
}
body#product .columns-container .primary_block.product_polo .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int, body#product .columns-container .primary_block.product_casquette .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int, body#product .columns-container .primary_block.product_ceinture_femme .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int, body#product .columns-container .primary_block.product_ceinture .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int {
  margin-top: 15px;
}
body#product .columns-container .primary_block.product_polo .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .type-radio li.btn_taille, body#product .columns-container .primary_block.product_casquette .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .type-radio li.btn_taille, body#product .columns-container .primary_block.product_ceinture_femme .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .type-radio li.btn_taille, body#product .columns-container .primary_block.product_ceinture .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .type-radio li.btn_taille {
  display: inline-block;
  flex: 1 1 calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
}
body#product .columns-container .primary_block.product_polo .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit #gift_radio, body#product .columns-container .primary_block.product_casquette .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit #gift_radio, body#product .columns-container .primary_block.product_ceinture_femme .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit #gift_radio, body#product .columns-container .primary_block.product_ceinture .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit #gift_radio {
  justify-content: left;
}
body#product .columns-container .product-page-bottom .page-product-box {
  padding: 0;
  margin: 0;
}
body#product .columns-container .block-wrap-content {
  margin: 0 0 70px 0;
  padding: 0;
}
body#product .columns-container .block-wrap-content .bwc-container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
body#product .columns-container .block-wrap-content .bwc-container .bwc-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#product .columns-container .block-wrap-content .bwc-container .bwc-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 600px;
}
body#product .columns-container .block-wrap-content .bwc-container .bwc-item .bwc-content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  text-align: center;
  color: #000;
  max-width: 420px;
  justify-content: center;
}
body#product .columns-container .block-wrap-content .bwc-container .bwc-item .bwc-content .bwc-title {
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
  letter-spacing: 0.03em;
}
body#product .columns-container .block-wrap-content .bwc-container .bwc-item .bwc-content .bwc-desc {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}
body#product .columns-container .block-wrap-content .bwc-container .bwc-item:nth-child(2), body#product .columns-container .block-wrap-content .bwc-container .bwc-item:nth-child(3) {
  background: #F9F9F9;
}
body#product .columns-container #crossselling {
  margin: 0 0 53px 0;
  padding: 0 50px;
}
body#product .columns-container #crossselling .title3 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  padding: 0 0 28px 0;
  border: none;
  text-align: left;
  text-transform: uppercase;
}
body#product .columns-container #crossselling #crossselling_list {
  padding: 0;
  margin: 0;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car {
  margin: 0;
  padding: 0;
  overflow: visible;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .product-image {
  margin-bottom: 16px;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .product-image img {
  width: 100%;
  max-width: 100%;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .right-block .feature_product_list {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14.06px;
  text-transform: uppercase;
  color: #82191F;
  min-height: unset;
  margin-bottom: 12px;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .right-block .product_name {
  margin: 0 0 17px 0;
  padding: 0;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .right-block .product_name a {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.41px;
  color: #000000;
  text-transform: none;
  padding: 0;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .right-block .price_display span {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14.06px;
  color: #000000;
  display: inline-block;
  text-transform: none;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .category-list-colors {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  gap: 8px;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .category-list-colors a {
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
  margin: 0;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .category-list-colors a div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #82191f;
  color: #82191f;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
}
body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .category-list-colors a img {
  border-radius: 50%;
  width: 100%;
  max-width: 100%;
  height: 40px;
  display: inline-block;
  overflow: hidden;
}
body#product .columns-container .review_title .review-flag {
  margin: 0;
  width: 40px;
}
body#product .columns-container .review_title .review-flag img {
  margin: 0;
}
body#product.show-option {
  overflow: hidden;
}
body#product .fancybox-inner {
  max-height: 80vh;
}
body#product .fancybox-inner .fancybox-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
body#product .pb-left-column.NoAvblBord {
  width: 50%;
}
body#product .pb-left-column.NoAvblBord #image-blockAvnr {
  margin: 50px auto 30px auto;
}
body#product .pb-left-column.NoAvblBord #image-blockAvnr img {
  width: 100%;
  max-width: 350px;
}
body#product .wrap-infProd.NoAvblBord {
  width: 50%;
  margin: 90px 0 0 0;
}
body#product .wrap-infProd.NoAvblBord .pb-center-column {
  padding-top: 0;
}
body#product .wrap-infProd.NoAvblBord .pb-center-column .nowidth.demain {
  white-space: nowrap;
}
body#product .wrap-infProd.NoAvblBord .pb-center-column .nowidth.demain .btnsubmit {
  height: 44px;
  line-height: 44px;
  margin-right: 0;
}
body#product .wrap-infProd.NoAvblBord .pb-center-column .nowidth.demain input[type=text] {
  padding-left: 30px;
  padding-right: 30px;
}
body#product .page-product-box.tomorrow_product {
  padding: 0 50px 70px 50px;
}
body#product .page-product-box.tomorrow_product h2.page-product-heading.title3 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  color: #000;
  margin-bottom: 25px;
  padding: 0;
}
body#product .page-product-box.tomorrow_product .rte {
  padding: 0;
}
body#product .page-product-box.tomorrow_product .rte .rte-full {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: justify;
  color: #000;
}
body#product .page-product-box.tomorrow_product .rte .rte-full p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: justify;
  color: #000;
}
body#product .page-product-box.tomorrow_product .rte .rte-full.has-short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
body#product .page-product-box.tomorrow_product .rte .rte-full.has-short-desc.rte-full-all {
  display: block;
}
body#product .page-product-box.tomorrow_product .rte .rte-more {
  margin-bottom: 15px;
}
body#product .page-product-box.tomorrow_product .rte .rte-more a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  line-height: 16.41px;
  font-weight: 400;
  display: inline-block;
}

#brevo-conversations {
  z-index: 8005 !important;
}

body#search .custom-search-left {
  margin: 42px 0 0px 0;
}
body#search .custom-search-right {
  margin: 42px 0 0px 0;
}

.address_add.submit a {
  border-radius: 50px;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.5s ease, border-color 0.5s ease;
  white-space: nowrap;
  display: inline-block;
}
.address_add.submit a span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 25px;
  text-transform: none !important;
  background: none;
  border: none;
  color: #fff;
  line-height: 21px;
  display: inline-block;
}
.address_add.submit a span:hover {
  background: none;
  color: #fff;
}
.address_add.submit a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

@media screen and (max-width: 1630px) {
  #header div.nav .banner {
    padding: 0 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 1459px) {
  body#product .columns-container .product-unavailable {
    margin: 20px 20px;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column {
    padding: 5px 40px 45px 20px;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table {
    gap: 0 40px;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table #view_full_size {
    display: block;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd {
    padding-left: 40px;
    padding-right: 20px;
  }
  body#product .columns-container .primary_block .wrap-product-tab {
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 41px;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .title-description {
    padding: 0 16px 10px 16px;
    border: none;
    background: none;
    margin: 0;
    font-size: 16px;
    line-height: 18.75px;
    font-weight: 500;
    text-transform: none;
    font-family: Roboto, sans-serif;
    color: #000;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .title-description:not(:last-child) {
    margin-right: 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-left {
    padding-left: 20px;
    padding-right: 40px;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content {
    padding-right: 20px;
  }
  body#product .columns-container #crossselling {
    margin: 0 0 41px 0;
    padding: 0 20px;
  }
  body#product .columns-container .page-product-box.tomorrow_product {
    padding: 0 20px 70px 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1459px) {
  body#product .columns-container .primary_block .wrap-product-tab {
    max-width: 1200px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  body#product .columns-container .primary_block .wrap-product-tab {
    max-width: 991px;
  }
}
@media screen and (max-width: 1199px) {
  #header div.topBanner .header-wrap ul.links li.first {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd:not(.product-main-coque) {
    padding: 45px 20px 200px 28px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd:not(.product-main-coque) #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label span.adsname {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body#product .columns-container .breadcrumb-container .breadcrumb {
    padding-bottom: 18px;
    padding-top: 11px;
    height: auto;
  }
  body#product .columns-container .primary_block .wrap-product-info {
    flex-direction: column;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column {
    width: 100%;
    padding: 0 20px 10px 20px;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .info-label {
    top: auto;
    left: auto;
    bottom: 15px;
    right: 15px;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .info-label .expedieImg {
    display: none !important;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .info-label .image-magsafe {
    width: 72px;
    background-position: 0 center;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .product-img-container {
    margin: 0 0 0 -50vw;
    position: relative;
    padding: 0 0 40px 0;
    width: 100vw;
    position: relative;
    left: 50%;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .product-img-container .product-images .product-image-slide .image-caption {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .product-img-container .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .product-img-container .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    padding: 23px 0 0 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column.left-thumbs .left-thumbs-table {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd {
    width: 100%;
    margin: 0;
    min-height: auto;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd:not(.product-main-coque) {
    padding: 25px 20px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd.product-main-coque {
    padding: 0 20px 20px 20px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset {
    margin: 0 0 25px 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 17.58px;
    margin: 0 0 25px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label span {
    font-size: 15px;
    line-height: 17.58px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label a.finits_view {
    font-size: 15px;
    line-height: 17.58px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs_int,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleur-default,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs-attr {
    gap: 6px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio {
    gap: 6px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-surmeure,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-express,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-surmeure,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-express,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille {
    height: 30px;
    flex: 1 1 calc((100% - 12px) / 3) !important;
    max-width: calc((100% - 12px) / 3) !important;
    min-width: 70px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_gift_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_finition_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_taille_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_gift_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_finition_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_taille_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-surmeure .btn_gift_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-surmeure .btn_finition_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-surmeure .btn_taille_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-express .btn_gift_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-express .btn_finition_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-express .btn_taille_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_gift_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_finition_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_taille_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_gift_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_finition_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_taille_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_gift_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_finition_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_taille_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-surmeure .btn_gift_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-surmeure .btn_finition_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-surmeure .btn_taille_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-express .btn_gift_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-express .btn_finition_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-express .btn_taille_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_gift_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_finition_back,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_taille_back {
    font-size: 14px;
    padding: 0 12px;
    line-height: 28px;
    color: #000;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_gift_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_finition_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_gift .btn_taille_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_gift_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_finition_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_finition .btn_taille_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-surmeure .btn_gift_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-surmeure .btn_finition_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-surmeure .btn_taille_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-express .btn_gift_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-express .btn_finition_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.tab-express .btn_taille_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_gift_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_finition_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .type-radio li.btn_taille .btn_taille_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_gift_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_finition_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_gift .btn_taille_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_gift_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_finition_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_finition .btn_taille_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-surmeure .btn_gift_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-surmeure .btn_finition_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-surmeure .btn_taille_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-express .btn_gift_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-express .btn_finition_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.tab-express .btn_taille_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_gift_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_finition_back.black span,
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #taille_radio li.btn_taille .btn_taille_back.black span {
    margin-right: 9px;
    background-size: 13px;
    margin-top: 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .couleurs_int {
    margin-top: 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms.prodCharms-ajax {
    margin-top: 20px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharmsDesc .tplCharmDesc {
    padding-top: 15px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharmsDesc .tplCharmDesc .nameCharm {
    font-size: 13px !important;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img {
    font-size: 0;
    line-height: 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img .option-name {
    font-size: 13px;
    line-height: 14.06px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options .item .option-img .option-without {
    font-size: 13px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .opt-group .list-options.list-options-group .opt-wrap label.small-label {
    margin-bottom: 15px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .selector {
    height: 36px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .selector span {
    font-size: 13px;
    line-height: 36px;
    padding-left: 10px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .selector span::before {
    bottom: 14px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list select {
    height: 36px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attr-click-all {
    font-weight: 300;
    font-size: 13px;
    line-height: 15.23px;
    padding-bottom: 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attribute-tabexp-item .attrbiute-tabexp-title {
    font-size: 15px;
    line-height: 17.58px;
    margin: 20px 0 20px 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attribute-tabexp-item .attrbiute-tabexp-title span {
    font-size: 15px;
    line-height: 17.58px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attribute-tabexp-item.first .attrbiute-tabexp-title {
    margin-top: 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .attribute-tabexp-item.last {
    padding-bottom: 20px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.selectCouleurs, body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset:last-child {
    margin-bottom: 25px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay {
    padding: 0 20px 46px 20px !important;
    width: 500px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute-lable-head {
    padding: 50px 0 30px 0;
    font-size: 20px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute-lable-head .close-option-popup {
    right: 0;
    background-size: 15px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .price-total-add-options {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute_list label {
    font-weight: 600;
    font-size: 15px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute_list label span {
    font-weight: 400;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute_list .btn-action-popup {
    line-height: 40px;
    font-size: 14px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute_list .opt-group#giftselect {
    margin-bottom: 30px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .btn-add-option {
    font-size: 15px;
    line-height: 18px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .btn-add-option .price-option-total {
    line-height: 18px;
    font-size: 15px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block {
    margin-bottom: 25px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom #ajout_panier_on #add_to_cart button {
    padding: 14px 0 !important;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block .priceCartButton .box-cart-bottom #ajout_panier_on #add_to_cart button span {
    font-size: 15px;
    line-height: 22px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper {
    margin-top: 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li strong.demande, body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li strong.no-longer, body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .infosProduct-wrapper .infosProduct li strong.expedie {
    font-size: 13px;
    line-height: 14.06px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .additionalInfos {
    margin-top: 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .additionalInfos li .additional-infos-text {
    font-size: 13px;
    line-height: 14.06px;
    margin-left: 11px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description {
    margin-top: 19px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .bx-controls {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .autoBxSlider {
    overflow: hidden;
    margin: 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .autoBxSlider li {
    max-width: calc(100vw - 29px);
    margin-right: 5px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd .slide-description .bx-wrapper .autoBxSlider li img {
    width: 100%;
    max-width: 100%;
    margin-right: 5px;
  }
  body#product .columns-container .primary_block .wrap-product-info .product-title h1.titlePage {
    font-size: 18px;
    line-height: 21.09px;
  }
  body#product .columns-container .primary_block .wrap-product-info .product-title .product-sub-title {
    font-size: 12px;
    line-height: 14.06px;
    margin-top: 6px;
  }
  body#product .columns-container .primary_block .wrap-product-info .content_prices {
    margin-top: 14px;
    margin-bottom: 17px;
  }
  body#product .columns-container .primary_block .wrap-product-info .content_prices .price .our_price_display {
    font-weight: 600;
    font-size: 16px;
    line-height: 18.75px;
  }
  body#product .columns-container .primary_block .wrap-product-info .content_prices .price #old_price {
    font-size: 14px;
    line-height: 16px;
  }
  body#product .columns-container .primary_block .wrap-slider-description .bx-wrapper .bx-controls {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-slider-description .bx-wrapper .autoBxSlider {
    overflow: hidden;
    margin: 0;
  }
  body#product .columns-container .primary_block .wrap-slider-description .bx-wrapper .autoBxSlider li {
    max-width: calc(100vw - 29px);
    margin-right: 5px;
  }
  body#product .columns-container .primary_block .wrap-slider-description .bx-wrapper .autoBxSlider li img {
    width: 100%;
    max-width: 100%;
    margin-right: 5px;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box {
    margin: 31px 0 0 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tabs {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content {
    display: block;
    padding: 0;
    border-top: 1px solid #D0D0D0;
    margin: 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content:last-child {
    border-bottom: 1px solid #D0D0D0;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .accordion-element .accordion-title {
    display: block;
    font-size: 12px;
    line-height: 15.23px;
    color: #000;
    font-weight: 400;
    padding: 19px 15px;
    text-transform: uppercase;
    position: relative;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .accordion-element .accordion-title:after {
    content: "+";
    position: absolute;
    right: 15px !important;
    top: 50%;
    font-size: 16px;
    line-height: 18px;
    margin-top: -9px;
    color: #000000;
    font-family: Roboto;
    font-weight: 300;
    transition: transform 0.25s ease;
    transform: rotate(90deg);
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .accordion-element .accordion-content {
    padding: 0 15px;
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .accordion-element .accordion-content .accordion-content-inner {
    margin: 0 0 15px 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .accordion-element .accordion-content .tab-features-wrap .tfw-left {
    width: 100%;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .accordion-element.active .accordion-title {
    font-weight: 600;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .accordion-element.active .accordion-title:after {
    content: "–";
    transform: rotate(0deg);
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .tfw-right {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content h2.page-product-heading {
    font-size: 13px !important;
    line-height: 15.23px;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content p {
    font-size: 13px !important;
    line-height: 1.3em !important;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content p span {
    font-size: 13px;
    line-height: 1.3em;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .ref-model {
    margin-bottom: 15px;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .rte-more a {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    line-height: 15.23px;
    font-weight: 400;
    display: inline-block;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .reviews_heading,
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .reviews_heading {
    margin-bottom: 5px;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul,
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul {
    margin: 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review_title,
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review_title {
    margin: 0;
    padding-left: 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review_title .review-flag,
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review_title .review-flag {
    max-width: 25px;
    width: 25px;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul li.review_totals,
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li.review_totals {
    margin: 10px 0 0 0;
    padding-left: 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review-name,
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review-name span,
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review-name,
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review-name span {
    font-size: 13px !important;
    line-height: 1.3em !important;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque {
    padding-bottom: 36px;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box {
    margin: 36px 0 0 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tabs {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-left {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content {
    width: 100%;
    padding: 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content {
    display: block;
    padding: 0;
    border-top: 1px solid #D0D0D0;
    margin: 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content:last-child {
    border-bottom: 1px solid #D0D0D0;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-title {
    display: block;
    font-size: 12px;
    line-height: 15.23px;
    color: #000;
    font-weight: 400;
    padding: 19px 15px;
    text-transform: uppercase;
    position: relative;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-title .icon-minus-noreve,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-title .icon-plus-noreve {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 16px;
    line-height: 18px;
    margin-top: -9px;
    color: #000000;
    font-family: Roboto;
    font-weight: 300;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-content {
    padding: 0 15px;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .accordion-element .accordion-content .tab-features-wrap .tfw-left {
    width: 100%;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .tab-features-wrap .tfw-right {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content h2.page-product-heading {
    font-size: 13px !important;
    line-height: 15.23px;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content p {
    font-size: 13px !important;
    line-height: 1.3em !important;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content p span {
    font-size: 13px;
    line-height: 1.3em;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .ref-model {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 15.23px;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .rte-more {
    margin-top: 15px;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .rte-more a {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    line-height: 15.23px;
    font-weight: 400;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .reviews_heading,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .reviews_heading {
    margin-bottom: 5px;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul {
    margin: 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review_title,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review_title {
    margin: 0;
    padding-left: 0;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review_title .review-flag,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review_title .review-flag {
    max-width: 25px;
    width: 25px;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li.review_totals,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li.review_totals {
    margin: 10px 0 0 0;
    padding-left: 0;
    font-size: 13px !important;
    line-height: 1.3em !important;
  }
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review-name,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review-name span,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .reviews .review_list ul li .review-name a,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review-name,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review-name span,
  body#product .columns-container .primary_block .wrap-product-tab.product-main-coque .page-product-box .product-tab-wrap .product-tab-content .description-content .reviews-container .customer-reviews .review_list ul li .review-name a {
    font-size: 13px !important;
    line-height: 1.3em !important;
  }
  body#product .columns-container .primary_block.product_coque_v4.product_coque .pb-left-column.left-thumbs .product-img-container .product-images .product-image-slide .image-caption {
    display: inline-block;
  }
  body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract {
    margin-bottom: 25px;
    max-width: 100vw;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #DDDDDD;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: none !important;
  }
  body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li {
    background: none !important;
    width: 50%;
    min-width: unset;
    border: none;
    border-radius: 0;
    border-bottom: 0;
    padding: 0;
    height: 55px;
    position: relative;
  }
  body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li span {
    font-size: 12px;
    font-weight: 600;
    line-height: 55px !important;
    text-transform: uppercase;
    color: #7E7E7E;
    padding: 0;
  }
  body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
    transition: opacity 100ms, transform 300ms;
  }
  body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li.actf {
    border-bottom-color: transparent;
  }
  body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li.actf span {
    color: #000;
    font-weight: 600;
    padding: 0;
  }
  body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li.actf span::before {
    display: none;
  }
  body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract li.actf:after {
    opacity: 1;
    transform: translate3d(0, 2px, 0);
    transform: scale(1);
  }
  body#product .columns-container .primary_block.product_coque_v4.product_coque .headCaract.show-one-tab li {
    width: 100%;
    border-right: none !important;
  }
  body#product .columns-container .block-wrap-content {
    margin: 0 0 36px 0;
    padding: 0;
  }
  body#product .columns-container .block-wrap-content .bwc-container {
    flex-direction: column;
  }
  body#product .columns-container .block-wrap-content .bwc-container .bwc-item {
    width: 100%;
  }
  body#product .columns-container .block-wrap-content .bwc-container .bwc-item:nth-child(1) {
    order: 2;
  }
  body#product .columns-container .block-wrap-content .bwc-container .bwc-item:nth-child(2) {
    order: 1;
    padding-top: 60px;
    padding-bottom: 78px;
  }
  body#product .columns-container .block-wrap-content .bwc-container .bwc-item .bwc-content {
    max-width: 318px;
  }
  body#product .columns-container .block-wrap-content .bwc-container .bwc-item .bwc-content .bwc-title {
    font-size: 20px;
    margin-bottom: 22px;
    text-align: center;
    max-width: 210px;
  }
  body#product .columns-container .block-wrap-content .bwc-container .bwc-item .bwc-content .bwc-desc {
    font-size: 13px;
  }
  body#product .columns-container #crossselling {
    margin: 0 0 0 0;
    padding: 0 20px 41px 20px;
    background: #fff;
    position: relative;
  }
  body#product .columns-container #crossselling .productscategory_h2 {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 20px;
  }
  body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .product-image {
    margin-bottom: 13px;
  }
  body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .right-block .feature_product_list {
    font-size: 12px;
    margin-bottom: 10px;
  }
  body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .right-block .product_name {
    margin: 0 0 13px 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .right-block .product_name a {
    font-size: 13px;
    line-height: 15.23px;
  }
  body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .right-block .price_display span {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.06px;
    color: #000000;
    display: inline-block;
    text-transform: none;
  }
  body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .category-list-colors {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    gap: 6px;
  }
  body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .category-list-colors a {
    padding: 0;
    border: none;
    width: 40px;
    height: 40px;
    margin: 0;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
  }
  body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .category-list-colors a div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #82191f;
    color: #82191f;
    line-height: 40px;
  }
  body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box .category-list-colors a img {
    border-radius: 50%;
    width: 100%;
    max-width: 100%;
    height: 40px;
  }
  body#product .columns-container .pb-left-column.NoAvblBord {
    width: 100%;
    margin-bottom: 0;
    float: none;
    position: sticky;
    top: 0;
  }
  body#product .columns-container .pb-left-column.NoAvblBord #image-blockAvnr {
    margin: 30px auto;
  }
  body#product .columns-container .wrap-infProd.NoAvblBord {
    width: 100%;
    float: none;
    margin-top: 0;
    position: relative;
  }
  body#product .columns-container .wrap-infProd.NoAvblBord .pb-center-column {
    float: none;
    background: #fff;
    padding-top: 30px;
    display: block;
    overflow: hidden;
  }
  body#product .columns-container .wrap-infProd.NoAvblBord .pb-center-column h1 {
    font-size: 16px;
    line-height: 19.09px;
  }
  body#product .columns-container .wrap-infProd.NoAvblBord .pb-center-column form p:empty {
    padding: 0;
    margin: 0;
  }
  body#product .columns-container .page-product-box.tomorrow_product {
    margin-top: 0;
    padding-bottom: 25px;
    background: #fff;
    position: relative;
  }
  body#product .columns-container .page-product-box.tomorrow_product .page-product-heading.title3 {
    margin-bottom: 15px;
    font-size: 14px !important;
    padding: 0;
    margin-top: 0;
  }
  body#product .columns-container .page-product-box.tomorrow_product .rte .rte-full,
  body#product .columns-container .page-product-box.tomorrow_product .rte .rte-full p {
    font-size: 13px;
    line-height: 1.3em;
  }
  body#product .columns-container .page-product-box.tomorrow_product .rte .rte-more a {
    font-size: 13px;
    line-height: 1.3em;
  }
  #header div.nav .banner {
    padding: 12px 20px;
  }
  #header div.nav .banner #header_logo {
    max-width: 60px;
  }
  body#category #page.has-preheader .columns-container,
  body#cms #page.has-preheader .columns-container {
    padding-top: 133px;
  }
  body#category #page:not(.has-preheader) .columns-container,
  body#cms #page:not(.has-preheader) .columns-container {
    padding-top: 102px;
  }
}
@media screen and (max-width: 767px) {
  body#product .columns-container .pb-left-column.NoAvblBord #image-blockAvnr {
    margin-bottom: 0;
    margin-top: 0;
  }
  body#product .columns-container .pb-left-column.NoAvblBord #image-blockAvnr img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  body#product .columns-container .wrap-infProd.NoAvblBord .pb-center-column .nowidth.demain .btnsubmit {
    min-width: unset !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  body#product .columns-container .wrap-infProd.NoAvblBord .pb-center-column .nowidth.demain input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
  }
  body#product .columns-container #crossselling #crossselling_list #crossselling_list_car .product-box {
    width: 80% !important;
    height: auto !important;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #infosProduct_block {
    padding: 0 !important;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms {
    gap: 15px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm {
    flex: 1 1 calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .nameRadioCharm {
    font-size: 13px;
    line-height: 15.41px;
    margin-top: 10px;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .borderSplit .prodCharms .tplCharm .imgCharm .radio span.checked input {
    bottom: 23px;
    border-radius: 0;
  }
  body#product .columns-container .primary_block .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label span.adsname {
    display: none;
  }
  body#product .columns-container .primary_block .wrap-product-tab .page-product-box .product-tab-content .description-content .tab-features-wrap .tfw-right {
    display: none;
  }
  body#search .custom-search-left {
    margin: 30px 0 12px 0;
  }
  body#search .custom-search-right {
    margin: 30px 0 12px 0;
  }
}
@media screen and (max-width: 500px) {
  body#product .columns-container .primary_block.product_coque_v4 .headCaract {
    max-width: 100%;
  }
  body#product .columns-container .primary_block.product_coque_v4 .headCaract:not(.show-one-tab) li {
    width: 50%;
  }
  body#product .columns-container .primary_block.product_coque_v4 .headCaract.show-one-tab::after {
    display: none;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label {
    margin-bottom: 20px;
    padding-right: 110px;
    word-wrap: break-word;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label.no-attr-list {
    margin-bottom: 0;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list label.no-attr-list span {
    white-space: break-spaces;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs_int,
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleur-default,
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .couleurs-attr {
    gap: 6px;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .bootstrap-select.attribute_select {
    max-width: calc(100vw - 40px) !important;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .bootstrap-select.attribute_select button span.filter-option.pull-left {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list .bootstrap-select.attribute_select .dropdown-menu li span.text {
    padding-left: 6px;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay {
    max-width: 100%;
    width: 100%;
    padding: 0 20px 120px 20px !important;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute-lable-head {
    padding: 50px 0 20px 0;
    font-size: 18px;
    font-weight: 700;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute_list .opt-group .list-options .item .option-img .option-name {
    font-size: 11px;
    line-height: 12.06px;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute_list .opt-group .list-options .item .option-img .option-name .option-icon {
    width: 13px;
    background-size: 10px;
    height: 8px;
  }
  body#product .columns-container .primary_block.product_coque_v4 .wrap-product-info .wrap-infProd #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset.attribute-overlay .attribute_list .opt-group .list-options .opt-wrap .opt-element {
    gap: 0 15px;
  }
  body#product .columns-container .primary_block .wrap-product-info .pb-left-column {
    position: sticky;
    top: 0px;
  }
  body#product.show-option .columns-container .primary_block.product_coque_v4.product_coque .wrap-product-info .wrap-infProd {
    position: static;
  }
}
.footer-container .pre-footer .pre-footer-title {
  font-size: 18px;
}

.payment-row-button #apple-pay-button {
  margin-left: 2.1em;
}
.payment-row-button .apple-loading {
  margin-left: 2.1em;
}
.payment-row-button .apple-loading .global-loader {
  margin: 8px auto 0 auto;
  border-width: 2px;
  width: 25px;
  height: 25px;
}
.payment-row-button .apple-msg-processing {
  margin-top: 10px;
  padding: 0 3em;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .payment-row-button .apple-loading,
  .payment-row-button #apple-pay-button {
    margin-left: 0.8em;
  }
  .payment-row-button .apple-msg-processing {
    padding: 0 1em;
  }
}
#order .addresses .row:nth-child(1) {
  align-items: start !important;
}
#order .block-choose-address .selector-row {
  display: flex;
  flex-direction: column;
  align-items: start !important;
}
#order .block-choose-address .selector-row .address_add.submit {
  margin: 0 0 12px 0 !important;
}

@media screen and (max-width: 767px) {
  #order .addresses .row:nth-child(1) {
    flex-direction: column;
    gap: 10px;
  }
  #order .addresses .row:nth-child(1) .block-choose-address {
    width: 100% !important;
  }
  #order .addresses .row:nth-child(2) {
    flex-direction: column;
    gap: 10px;
  }
  #order .addresses .row:nth-child(2) .address-block-left,
  #order .addresses .row:nth-child(2) .address-block-right {
    padding: 0 !important;
  }
  #order .addresses .row:nth-child(2) .address-block-left .box,
  #order .addresses .row:nth-child(2) .address-block-right .box {
    padding: 10px 15px;
  }
}
.promotion_top {
  top: 33px;
  right: 4px;
  padding: 3px 5px;
  position: absolute;
  display: block;
  background: white;
  color: black;
  width: 150px;
  text-align: center;
  z-index: 200;
}
.promotion_top .wrapper {
  position: absolute;
  right: 0;
  display: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  width: 555px;
  text-align: left;
}
.promotion_top .overlay {
  position: absolute;
  padding: 5px 5px 0 5px;
  width: 100%;
  bottom: 0;
}
.promotion_top .inner {
  color: white;
  padding: 7px;
  background: rgba(0, 0, 0, 0.55);
}
.promotion_top .subTitle {
  font-size: 14px;
  font-weight: 500;
}
.promotion_top .subTitle:before {
  display: inline-block;
  color: #d3d3d3;
  content: "\f0da";
  font: 16px/16px FontAwesome;
  padding: 2px 5px;
}
.promotion_top .title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #971e23;
  text-transform: uppercase;
  margin-left: 0;
  padding-bottom: 1px;
}
.promotion_top .title:before {
  display: inline-block;
  font-weight: normal;
  color: #971e23;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 5px;
  padding-top: 3px;
}
.promotion_top .promo_image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .promotion_top {
    top: 75px;
  }
  .promotion_top .wrapper {
    position: fixed;
    width: 100%;
    top: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .promotion_top {
    top: 15px;
    margin-right: 345px;
  }
}

.promotion_top_menu {
  margin-top: 0;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
  height: 38px;
}
.promotion_top_menu:hover .wrapper, .promotion_top_menu.hovered .wrapper {
  max-height: 400px;
  transition: max-height 0.4s ease-in;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.promotion_top_menu:hover .overlay_top, .promotion_top_menu.hovered .overlay_top {
  display: none;
}
.promotion_top_menu .innerWrapper {
  position: relative;
}
.promotion_top_menu .reduction_overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  background: #81191f;
}
.promotion_top_menu .reduction_overlay > div {
  font-weight: bold;
  text-align: center;
  color: white;
  line-height: 38px;
  font-size: 18px;
}
.promotion_top_menu .wrapper {
  max-height: 38px;
  overflow: hidden;
  position: absolute;
  transition: max-height 0.4s ease-out;
}
.promotion_top_menu .overlay_top {
  line-height: 28px;
  position: absolute;
  padding: 0 0 0 0;
  text-align: center;
  width: 100%;
  top: 0;
}
.promotion_top_menu .overlay {
  position: absolute;
  padding: 5px 5px 0 5px;
  width: 100%;
  bottom: 0;
}
.promotion_top_menu .inner {
  color: white;
  padding: 7px;
  background: rgba(0, 0, 0, 0.55);
}
.promotion_top_menu .inner p {
  margin-bottom: 0;
}
.promotion_top_menu .subTitle {
  font-size: 14px;
  font-weight: 500;
}
.promotion_top_menu .subTitle:before {
  display: inline-block;
  color: #d3d3d3;
  content: "\f0da";
  font: 16px/16px FontAwesome;
  padding: 2px 5px;
}
.promotion_top_menu .promo_image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .promotion_top_menu .overlay_top {
    padding: 0 0 0 65px;
  }
}
@media screen and (min-width: 435px) and (max-width: 767px) {
  .promotion_top_menu .overlay_top {
    padding: 0 0 0 80px;
  }
}

.blockpromotions > div {
  margin-top: 25px;
}
.blockpromotions .item {
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  float: left;
}
.blockpromotions .item .wrapper {
  position: relative;
}
.blockpromotions .item .overlayBox {
  position: absolute;
  color: white;
  padding: 5px 0 0 0;
  width: 100%;
  bottom: 0;
  max-height: 50px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.blockpromotions .item .overlayBox p {
  margin: 0 5px;
}
.blockpromotions .item .overlayBox .inner {
  background: rgba(0, 0, 0, 0.55);
  padding: 7px;
}
.blockpromotions .item .description-first {
  font-size: 12px;
  margin-left: 5px;
  height: 16px;
  overflow: visible;
  visibility: visible;
  transition: visibility 0s linear 0.51s, height 0s linear 0.51s;
}
.blockpromotions .item .img-responsive {
  max-width: 100%;
  margin: 0;
}
.blockpromotions .item .title {
  font-size: 12px;
  width: 100%;
  color: white;
  padding-bottom: 2px;
}
.blockpromotions .item .title:before {
  display: inline-block;
  color: #d3d3d3;
  content: "\f0da";
  font: 16px/16px FontAwesome;
  padding: 2px 5px;
}
.blockpromotions .item:hover .overlayBox, .blockpromotions .item:active .overlayBox {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
.blockpromotions .item:hover .description-first, .blockpromotions .item:active .description-first {
  visibility: hidden;
  height: 0;
  transition: visibility 0s linear 0s, height 0s linear 0s;
}

.ctrl_left, .ctrl_right {
  width: 30px;
  height: 80px;
  opacity: 0.8;
  position: absolute;
  z-index: 100;
  top: 50px;
  cursor: pointer;
  color: white;
  background: #ccc;
}
.ctrl_left:hover, .ctrl_right:hover {
  opacity: 1;
}
.ctrl_left:before, .ctrl_right:before {
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 80px;
  padding-left: 5px;
}

.ctrl_right {
  right: 0;
}
.ctrl_right:before {
  content: "\f054";
}

.ctrl_left {
  left: 0;
}
.ctrl_left:before {
  content: "\f053";
}

@media screen and (max-width: 991px) {
  .social_slide {
    clear: both;
  }
  .social_slide .slide_wrapper {
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .blockpromotions {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ctrl_left, .ctrl_right {
    top: 75px !important;
  }
  .blockpromotions .item .img-responsive {
    margin: auto;
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ctrl_left, .ctrl_right {
    top: 50px !important;
  }
}
@media screen and (max-width: 480px) {
  .ctrl_left, .ctrl_right {
    top: 102px !important;
  }
  .blockpromotions .item .img-responsive {
    margin: auto;
    max-width: inherit;
    width: 100%;
  }
  .blockpromotions .item .overlayBox {
    padding: 0px;
    max-height: 65px;
  }
  .blockpromotions .item .wrapper {
    width: 360px;
    margin: auto;
  }
}
.blockbottom .item {
  width: 20%;
  float: left;
  position: relative;
  padding: 15px;
}
.blockbottom .item .wrapper {
  position: relative;
}
.blockbottom .item .wrapper:hover img {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blockbottom .item .wrapper img {
  -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;
  margin: 0 auto;
}
.blockbottom .item .wrapper .img_box {
  overflow: hidden;
  box-shadow: 2px 2px 8px #aaa;
  -moz-box-shadow: 2px 2px 8px #aaa;
  -webkit-box-shadow: 2px 2px 8px #aaa;
}
.blockbottom .item .wrapper .description {
  display: none;
  z-index: 10;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
}
.blockbottom .item .wrapper:hover .description {
  display: block;
}
.blockbottom .item .img-responsive {
  max-width: 100%;
  margin: 0;
}
.blockbottom .item .title {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
}

/****************************
 RESPONSIVE
 ***************************/
@media (max-width: 993px) {
  .blockbottom .item {
    width: 25%;
  }
  .blockbottom-responsive {
    max-width: 600px !important;
  }
}
@media screen and (max-width: 660px) {
  .blockbottom .item {
    width: 50%;
  }
  .blockbottom-responsive {
    max-width: 400px !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 480px) {
  .blockbottom .item {
    padding: 10px;
  }
  .blockbottom-responsive {
    max-width: 376px !important;
  }
}
@media screen and (max-width: 399px) {
  .blockbottom .item {
    padding: 6px;
  }
  .blockbottom-responsive {
    max-width: 360px !important;
  }
}
@media screen and (max-width: 345px) {
  .blockbottom .item {
    width: 100%;
  }
}
@media (min-width: 994px) {
  .homehook-container .center_column {
    margin-left: 10%;
  }
}
.configurator_container {
  background-color: #ccc !important;
  border-bottom: 1px solid #c7c7c7;
}
.configurator_container .row {
  background-image: none !important;
}

#configurator_home div > div {
  float: none !important;
  margin-left: 0px !important;
  margin-top: 5px;
  color: #333333;
}

#configurator_home, .configurator_menu {
  width: 100%;
  background: #ccc;
  padding: 5px 0 5px 15px;
}
#configurator_home div > div, .configurator_menu div > div {
  float: left;
  margin-left: 15px;
  color: #333333;
}
#configurator_home div > div.label, .configurator_menu div > div.label {
  font-size: 13px;
  font-weight: 600;
  color: #971e23;
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 6px;
}
#configurator_home div > div.label:before, .configurator_menu div > div.label:before {
  display: inline-block;
  font-weight: normal;
  color: #971e23;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 8px;
  padding-top: 3px;
}
#configurator_home .wrapper, .configurator_menu .wrapper {
  display: inline-block;
}
#configurator_home .wrapper select, .configurator_menu .wrapper select {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 210px;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
#configurator_home .btn, .configurator_menu .btn {
  margin-left: 20px;
  height: 28px;
  padding: 5px 12px;
}
#configurator_home .btn:hover, .configurator_menu .btn:hover {
  background: #333333;
  color: white;
}

@media screen and (max-width: 1100px) {
  .configurator_menu select {
    width: 180px !important;
  }
}
@media screen and (max-width: 1010px) {
  .configurator_menu select {
    width: 150px !important;
  }
}
#off-canvas-nav {
  text-align: left;
}
#off-canvas-nav .configurator_container {
  background: #999999;
  padding: 0 !important;
}
#off-canvas-nav .configurator_menu {
  padding: 10px;
  background: #333;
}
#off-canvas-nav .configurator_menu > div > div {
  margin-left: 0;
  float: none;
  color: black;
}
#off-canvas-nav .configurator_menu > div .label {
  font-size: 13px;
  font-weight: normal;
  color: white;
  text-transform: none;
  display: block;
  text-align: left;
  padding-left: 0;
}
#off-canvas-nav .configurator_menu > div .label:before {
  content: "";
  padding: 0;
}
#off-canvas-nav .configurator_menu > div > a.btn {
  height: 28px;
  display: inline-block;
  width: 50px;
  margin: -1px 0 0 0;
  color: #333;
  line-height: 28px;
  padding: 0;
}
#off-canvas-nav .configurator_menu > div > a.btn:hover {
  color: white;
}

/* MEGAMENU STYLE */
#contentMenu .menu_item_0 .mega-col_0, #contentMenu .menu_item_1 .mega-col_0 {
  width: 14%;
}
#contentMenu .menu_item_0 .mega-col_1, #contentMenu .menu_item_1 .mega-col_1 {
  width: 32%;
}
#contentMenu .menu_item_0 .mega-col_2, #contentMenu .menu_item_1 .mega-col_2 {
  width: 30%;
}
#contentMenu .menu_item_0 .mega-col_3, #contentMenu .menu_item_1 .mega-col_3 {
  width: 25%;
}
#contentMenu .img-menu-carre {
  margin-left: 10px;
}

#cs-top-menu .image2 {
  padding-left: 15px;
}
#cs-top-menu li span.new {
  font-size: 12px;
  color: #971e23;
}
#cs-top-menu .dropdown-menu {
  background: #F2F2F2;
}
#cs-top-menu li.separator {
  margin-left: 30px;
}
#cs-top-menu .section_title {
  line-height: 23px;
  font-size: 13px;
  font-weight: 600;
  color: #971e23;
  text-transform: uppercase;
}
#cs-top-menu .section_title:before {
  display: inline-block;
  font-weight: normal;
  color: #971e23;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 23px;
  padding-right: 8px;
  padding-top: 5px;
}
#cs-top-menu .menu_item_4 .menu_title {
  color: #82191f;
}
#cs-top-menu .promotion.menu_item_4 span, #cs-top-menu .promotion.menu_item_4 a {
  color: #82191f;
}
#cs-top-menu a.menu_item {
  display: block;
}
#cs-top-menu .coming_soon {
  position: relative;
}
#cs-top-menu .dropdown-menu > .dropdown-menu-inner {
  padding: 10px 20px;
}
#cs-top-menu .dropdown-menu > .dropdown-menu-inner span.tradition {
  font-size: 11px;
}
#cs-top-menu .dropdown-menu > .dropdown-menu-inner span.tradition:after {
  content: attr(data-tradition);
}
#cs-top-menu .dropdown-menu > .dropdown-menu-inner .mega-col > ul > li {
  margin-right: 15px;
  padding: 1px 5px;
  position: relative;
  width: 100%;
}
#cs-top-menu .dropdown-menu > .dropdown-menu-inner .mega-col ul > li > a:hover, #cs-top-menu .dropdown-menu > .dropdown-menu-inner .mega-col > ul > li > span.new:hover {
  color: #971e23;
  font-weight: 700;
}
#cs-top-menu .dropdown-menu > .dropdown-menu-inner .mega-col ul > li > a.tomorrowlink, #cs-top-menu .dropdown-menu > .dropdown-menu-inner .mega-col > ul > li > span.new.tomorrowlink {
  text-decoration: underline;
  margin-top: 15px;
}
#cs-top-menu .mega-group .caret {
  display: none;
}
#cs-top-menu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: bold;
  padding: 6px 5px;
  text-transform: uppercase;
  border-bottom: solid 1px #e5e5e5;
}
#cs-top-menu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
#cs-top-menu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#cs-top-menu .mega-col .mega-col-inner > ul > li {
  list-style: none;
  margin-left: 0;
}
#cs-top-menu .mega-col .mega-col-inner > ul > li > a {
  clear: both;
  color: #555555;
  display: block;
  line-height: 20px;
}
#cs-top-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
#cs-top-menu .cols2 {
  width: 420px;
}
#cs-top-menu .cols3 {
  width: 620px;
}
#cs-top-menu .cols4 {
  width: 820px;
}

/* WIDGET STYLES */
.cs-widget .widget-heading {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #f3f3f3;
}

.widget-products img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 12px;
}

.widget-banner .w-banner {
  margin: 6px 10px;
  float: left;
}

.widget-images .images-list {
  clear: both;
}
.widget-images .images-list > div {
  position: relative;
  float: left;
}
.widget-images .images-list > div > div {
  padding: 3px;
}
.widget-images .images-list > div img {
  max-width: 100%;
}

.sub-title {
  display: block;
  font-size: 80%;
  line-height: 1.25em;
  margin-bottom: 7px;
  text-shadow: none;
}

/* Icon menu */
.hasicon {
  padding-left: 25px;
}

.off-canvas body {
  position: relative;
}

#page-overlay {
  display: none;
  position: fixed;
  z-index: 999998;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
}

.off-canvas-active #page-overlay {
  display: block;
}
.off-canvas-active .dropdown-menu-mobile {
  display: block;
}

.off-canvas-inactive .dropdown-menu-mobile {
  display: none;
}

.off-canvas-active > #off-canvas-nav {
  z-index: 999999;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}

#page-container {
  position: relative;
}

#off-canvas-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background: #000;
  z-index: 999;
  display: none;
}

#off-canvas-nav span.tradition:after {
  content: attr(data-tradition);
}
#off-canvas-nav .coming_soon {
  position: relative;
}
#off-canvas-nav .coming_soon::after {
  top: 20px;
}
#off-canvas-nav a.produitPhare {
  display: inline-block;
}
#off-canvas-nav .menu_item_4 .menu_title {
  color: #82191f;
}
#off-canvas-nav .nav > li {
  width: 100%;
}
#off-canvas-nav li span.new {
  color: #971e23;
}
#off-canvas-nav .navbar-nav {
  margin: 0 !important;
}
#off-canvas-nav .menu_item_4 {
  margin-left: 0 !important;
}
#off-canvas-nav .menu_item_4 span.menu_title {
  margin-left: 0 !important;
}
#off-canvas-nav .off-canvas-nav {
  float: right;
}
#off-canvas-nav .off-canvas-nav:before {
  color: white;
  font-size: 16px;
  content: "\f00d";
  font-family: FontAwesome;
}
#off-canvas-nav .configurator_container {
  text-align: left;
}
#off-canvas-nav .configurator_container .wrapper {
  margin-bottom: 3px;
}
#off-canvas-nav .navbar-nav > li.parent span.menu_title {
  margin: 0;
}
#off-canvas-nav .offcanvas-mainnav {
  background: #000;
  position: absolute;
  top: 0;
  width: 100%;
}
#off-canvas-nav .dropdown {
  display: block;
  width: 100%;
  color: white;
}
#off-canvas-nav .dropdown-menu {
  z-index: 10000000;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  float: none;
  box-shadow: none;
  background: #333;
}
#off-canvas-nav .dropdown-menu .mega-col {
  border-bottom: 1px solid #CCCCCC;
}
#off-canvas-nav .dropdown-menu .mega-col ul {
  display: none;
}
#off-canvas-nav .dropdown-menu .mega-col ul.opened {
  display: block;
}
#off-canvas-nav .dropdown-menu .mega-col ul.best-seller li, #off-canvas-nav .dropdown-menu .mega-col ul.most-recent li, #off-canvas-nav .dropdown-menu .mega-col ul.produit-demain li, #off-canvas-nav .dropdown-menu .mega-col ul li {
  padding: 8px 10px;
}
#off-canvas-nav .dropdown-menu .mega-col ul > li {
  background: #666;
  font-size: 16px;
  line-height: 20px;
  border-top: 1px solid #CCCCCC;
}
#off-canvas-nav .dropdown-menu .mega-col ul > li a, #off-canvas-nav .dropdown-menu .mega-col ul > li span {
  padding: 8px 10px;
}
#off-canvas-nav .dropdown-menu .mega-col ul > li.promotion {
  color: #971e23;
}
#off-canvas-nav .dropdown-menu .mega-col ul .subcat_inner {
  background: #999;
  width: 100%;
}
#off-canvas-nav .dropdown-menu .mega-col ul .subcat_inner > li a {
  color: white;
}
#off-canvas-nav .dropdown-menu .mega-col > .section_title {
  line-height: 30px;
  font-size: 18px;
  padding: 14px 0;
  margin: 0 20px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.02em;
  font-weight: normal;
  cursor: pointer;
}
#off-canvas-nav .dropdown-menu .mega-col > .section_title:after {
  float: right;
  font-weight: normal;
  content: "\f0d7";
  color: #fff;
  font-family: FontAwesome;
}
#off-canvas-nav .dropdown-menu .mega-col > .section_title:not(.opened):after {
  content: "\f0da";
}
#off-canvas-nav .dropdown-menu-mobile {
  padding: 0 10px;
  line-height: 55px;
  font-size: 18px;
  text-transform: uppercase;
  background: black;
  color: #fff;
  cursor: pointer;
}
#off-canvas-nav .dropdown-menu-mobile .closebutton {
  line-height: 55px;
  float: right;
}
#off-canvas-nav .dropdown-menu-mobile .closebutton span {
  display: none;
}
#off-canvas-nav .dropdown-menu-mobile .closebutton .close-icon:before {
  font-size: 16px;
  float: right;
  font-weight: normal;
  content: "\f060";
  color: #fff;
  font-family: FontAwesome;
}
#off-canvas-nav ul li a:hover {
  font-weight: normal;
}
#off-canvas-nav ul li a:hover .menu_title:before {
  display: none;
}

#off-canvas-button {
  padding: 0 10px;
  line-height: 55px;
  font-size: 16px;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  cursor: pointer;
}

#off-canvas-nav .dropdown-mega, #off-canvas-nav li.mega-group .dropdown-menu {
  padding: 0 10px;
}
#off-canvas-nav .mega-col {
  display: block;
  width: 100%;
  position: relative;
  margin-left: 0;
}
#off-canvas-nav .mega-col > ul {
  background: #000;
}

.offcanvas-mainnav > .megamenu > li:last-child a {
  border-bottom: 0 !important;
}

#off-canvas-nav .megamenu .mega-group > a .menu-title {
  font-size: 13px;
}
#off-canvas-nav .dropdown-menu {
  padding: 0;
  border: none;
}
#off-canvas-nav .dropdown-menu img {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
#off-canvas-nav #off-canvas-button span {
  font-weight: bold;
  margin-right: 12px;
}
#off-canvas-nav .dropdown .dropdown-menu li, #off-canvas-nav .megamenu .dropdown-mega li {
  background: none;
}
#off-canvas-nav .nav > li > a:hover, #off-canvas-nav .nav > li > a:focus {
  background: none;
}
#off-canvas-nav .dropdown .dropdown-menu li:hover {
  color: #5C5B5B;
}
#off-canvas-nav .megamenu .mega-group > a .menu-title {
  color: #5C5B5B;
}
#off-canvas-nav .megamenu li.homepage a {
  height: auto;
  width: auto;
  text-indent: inherit;
}
#off-canvas-nav .nav li {
  border: none;
  padding: 0;
}
#off-canvas-nav .mega-col ul li > span:first-child:not(.new) {
  display: inline-block;
  line-height: 23px;
  color: #fff;
  cursor: pointer;
}
#off-canvas-nav ul li a {
  display: block;
  line-height: 23px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
#off-canvas-nav .nav > li {
  padding: 0 10px;
}
#off-canvas-nav .nav > li:not(.open) {
  border-bottom: 1px solid #CCCCCC;
}
#off-canvas-nav .nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 0;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: normal;
}
#off-canvas-nav .nav > li > a.dropdown-toggle:after {
  float: right;
  font-weight: normal;
  content: "\f0da";
  color: #fff;
  font-family: FontAwesome;
}
#off-canvas-nav .megamenu .menu-desc {
  display: none;
}
#off-canvas-nav .megamenu .menu-icon {
  padding-left: 0;
}
#off-canvas-nav .megamenu .mega-col .margin {
  margin-left: 0;
}

.aligned-center .dropdown-menu {
  left: 50%;
}

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

.megamenu .aligned-fullwidth {
  position: inherit !important;
}

.aligned-fullwidth .dropdown-menu {
  width: 100% !important;
  left: 0;
}

.column-brand-title {
  color: #000;
  font-weight: 600;
  margin: 5px 0;
  text-transform: uppercase;
}

.column-show-all,
ul.noreve-brands li:last-child,
ul.best-seller li:last-child {
  color: #971e23;
}

.noreve-brands, .ul-list-menu {
  margin-top: 10px;
}

@media (max-width: 1200px) {
  #cs-top-menu li.last {
    margin-left: 0px;
  }
  #cs-top-menu li.separator {
    margin-left: 0px;
  }
}
/**********************************************************************************************
* Manage mobile menu's links (Smartphone to smartphone's page, Tablet to tablet's page, ...)
* Links does not works with the mobile menu
**********************************************************************************************/
@media screen and (min-width: 993px) {
  .hide-computer {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .dropdown-menu-inner .img-responsive {
    display: none !important;
  }
  .menu-mobile-with-links {
    display: none !important;
  }
  .menu-mobile-no-links {
    display: inherit !important;
  }
  #cs-megamenu .navbar-nav {
    display: inline;
  }
  .column-brand-title {
    padding: 10px;
    color: white;
    text-transform: initial;
    margin: 0;
    background-color: #777;
  }
  .dropdown-menu .hide-mobile {
    display: none !important;
  }
  .dropdown-menu .mega-col .section_title {
    opacity: 1 !important;
  }
  .dropdown-menu .mega-col.display-tablet {
    display: block;
  }
  .noreve-brands {
    margin-top: 0px;
  }
}
.menu-mobile-no-links {
  display: none;
}

.coming_soon::after {
  background-image: url("/themes/eggs_noreve/img/soon_picto_no_bg.png");
  background-size: 12px;
  display: inline-block;
  height: 12px;
  width: 12px;
  content: "";
  position: absolute;
  top: 3px;
  margin-left: 5px;
}

.blocktropezianspirit .heading {
  border-top: 1px solid #d0d0d0;
  font-family: "Roboto", sans-serif;
  margin-top: 18px;
  padding-bottom: 0;
}
.blocktropezianspirit .heading.noborder {
  border-top: none;
}
.blocktropezianspirit .heading .cms-block-header {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.blocktropezianspirit .item {
  padding: 10px;
  float: left;
  width: 20%;
}
.blocktropezianspirit .item .title {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.blocktropezianspirit .item .description {
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.blocktropezianspirit .item .description p {
  line-height: 18px;
  margin-bottom: 0;
}
.blocktropezianspirit .item:hover .hover-img {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blocktropezianspirit .item img {
  -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%;
  height: auto;
}
.blocktropezianspirit .item .image {
  overflow: hidden;
}
.blocktropezianspirit .item .link {
  text-align: center;
}
.blocktropezianspirit .item .link a {
  font-family: "Roboto", serif;
  color: #81191f;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
}
.blocktropezianspirit .item .link a:hover {
  text-decoration: underline;
  color: #81191f !important;
}

@media (max-width: 993px) and (min-width: 766px) {
  .blocktropezianspirit .item {
    width: 33%;
    height: 235px;
  }
}
@media screen and (max-width: 767px) {
  .blocktropezianspirit .item {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 415px) {
  .blocktropezianspirit .item {
    width: 100%;
    height: auto;
  }
}
.blockbrands .item {
  padding: 15px;
  text-align: center;
  margin-bottom: 0px;
}
.blockbrands .item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.blockbrands .item img:hover {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.blockbrands .item:hover .item_body {
  display: block;
}
.blockbrands .item .item_body {
  display: none;
  position: absolute;
  z-index: 100;
  background: white;
  padding: 10px;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-top: 1px solid grey;
  border-bottom: 6px solid grey;
  border-radius: 0px 0px 8px 8px;
}
.blockbrands .item .item_body .item_title {
  font-size: 1.6em;
  color: red;
  font-weight: bold;
}

.header-container .headerBottom2 .row {
  margin: 0;
  padding: 0 !important;
}

.popup_tab {
  margin: auto;
  max-width: 1170px;
}
.popup_tab > img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}
.popup_tab > img.mobile {
  display: none;
}

.countdown-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  cursor: pointer;
}
.countdown-overlay #close_countdown_button {
  line-height: 0;
  position: absolute;
  right: 2px;
  top: 2px;
}
.countdown-overlay .overlay-content {
  cursor: default;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  width: 500px;
  background: black;
  margin: auto;
}
.countdown-overlay .overlay-content .mobile {
  display: none;
}
.countdown-overlay .overlay-content .closebtn {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.countdown-overlay .overlay-content.big_popup {
  width: 790px;
}
.countdown-overlay .overlay-content.big_popup > img {
  max-width: 100%;
}
.countdown-overlay .overlay-content.big_popup .mobile_s {
  display: none;
}
.countdown-overlay .overlay-content.big_popup .mobile_m {
  display: none;
}
.countdown-overlay .overlay-content.big_popup .button-container {
  margin-top: 10px;
}
.countdown-overlay.has_img .countdown_title {
  margin: 5px 10px 10px 10px;
}
.countdown-overlay.has_img .overlay-content {
  width: 750px;
  padding-left: 280px;
  padding-right: 50px;
  min-height: 350px;
  line-height: 350px;
}
.countdown-overlay.has_img .overlay-content .left_image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.countdown-overlay.has_img .overlay-content .left_image img {
  width: auto;
  height: 100%;
}
.countdown-overlay.has_img .overlay-content .content_wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.countdown-overlay.has_img .countdown {
  text-align: center;
  margin-bottom: 5px;
}
.countdown-overlay.has_img .countdown .countdown-container {
  height: 75px;
  display: inline-block;
}
.countdown-overlay.has_img .countdown .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 45px;
  width: 35px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.countdown-overlay.has_img .countdown .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 42px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.countdown-overlay.has_img .countdown .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.countdown-overlay.has_img .countdown .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.countdown-overlay.has_img .countdown .label {
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 39px;
  width: 100%;
  font-size: 9px;
  font-weight: normal;
}
.countdown-overlay.has_img .countdown .heures .label {
  left: -5px;
}
.countdown-overlay.has_img .countdown .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.countdown-overlay.has_img .countdown .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
.countdown-overlay.has_img .countdown .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.countdown-overlay.has_img .countdown .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.countdown-overlay .button-container {
  width: 100%;
  text-align: center;
}
.countdown-overlay .button-container .btn {
  font-weight: bold;
}
.countdown-overlay .countdown_title {
  color: white;
  font-size: 20px;
  text-align: center;
  margin: 15px;
  text-transform: uppercase;
}
.countdown-overlay .countdown_content {
  color: white;
  padding: 15px;
  font-size: 13px;
  text-align: center;
}
.countdown-overlay .countdown_content p {
  font-size: 13px;
  line-height: 1.5em;
}
.countdown-overlay .countdown_content strong {
  color: #81191f;
}

.countdown {
  text-align: center;
  margin-bottom: 20px;
}
.countdown .countdown-container {
  height: 130px;
  display: inline-block;
}
.countdown .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.countdown .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 92px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.countdown .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.countdown .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.countdown .label {
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
.countdown .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.countdown .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
.countdown .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.countdown .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.countdown-content p {
  margin: 0;
}

.countdown_top_menu {
  background: black;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
}
.countdown_top_menu .countdown_content_wrapper {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  width: 86%;
}
.countdown_top_menu .countdown_content_wrapper .countdown-title {
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding-top: 5px;
}
.countdown_top_menu .countdown_content_wrapper .countdown-content {
  margin: 0 !important;
  color: white;
  text-align: left;
}
.countdown_top_menu .countdown_content_wrapper .countdown-content p {
  margin: 0;
}
.countdown_top_menu .countdown_content_wrapper .countdown-content strong {
  color: #81191f;
}

.countdown-small {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 3px 20px 4px 0;
  white-space: nowrap;
}
.countdown-small .countdown-container {
  height: 40px;
  display: inline-block;
}
.countdown-small .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 58px;
  width: 54px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.countdown-small .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  line-height: 55px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.countdown-small .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.countdown-small .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.countdown-small .label {
  font-size: 9px;
  top: 17px;
  color: white;
  z-index: 99;
  margin-top: 15px;
  display: block;
  position: absolute;
  width: 100%;
  padding: 5px 1px;
}
.countdown-small .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.countdown-small .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
.countdown-small .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.countdown-small .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* Animation start */
/* Animation end */
/* START NEW POPUP 14/12/18 */
.countdown-content-container {
  display: inline-block;
  width: 45%;
  color: black;
  text-align: center;
  vertical-align: middle;
}
.countdown-content-container .countdown-content p {
  font-size: 14px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.new_popup_container.no-timer .countdown-content-container {
  width: 70%;
}

/****************/
.countdown-time-container {
  display: inline-block;
  width: 30%;
}
.countdown-time-container .label {
  top: 25px;
}

/****************/
.countdown-button-container {
  display: inline-block;
  width: 20%;
  color: black;
  text-align: center;
  vertical-align: middle;
}
.countdown-button-container .button-popup {
  padding: 10px 20px;
  border-radius: 26px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  background: #202020;
  color: rgb(255, 255, 255);
}

/*****************/
.countdown-close-container {
  display: inline-block;
  width: 5%;
  text-align: center;
  line-height: 0;
}

/****************/
.countdown-left-side {
  width: 93%;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .countdown-content p {
    font-size: 14px !important;
  }
  .countdown-time-container .time {
    height: 48px;
    width: 40px;
  }
  .countdown-time-container .count {
    font-size: 19px;
    line-height: 47px;
  }
  .countdown-time-container .label {
    font-size: 8px;
    top: 16px;
  }
  .button-popup {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 685px) {
  .countdown-content p {
    font-size: 12px !important;
  }
  .countdown-time-container .time {
    height: 40px;
    width: 32px;
  }
  .countdown-time-container .count {
    font-size: 17px;
    line-height: 40px;
  }
  .countdown-time-container .label {
    font-size: 7px;
    top: 10px;
  }
  .button-popup {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .button-popup {
    padding: 8px 15px;
  }
  .countdown-content-container, .countdown-time-container, .countdown-button-container, .new_popup_container.no-timer .countdown-content-container {
    width: 100%;
    margin: 5px;
    padding: 7px 0;
  }
  .countdown-close-container {
    vertical-align: top;
  }
}
@media screen and (max-width: 370px) {
  .countdown-left-side {
    width: 90% !important;
  }
}
/* END NEW POPUP */
@media screen and (max-width: 775px) {
  .countdown {
    width: 100%;
  }
  .countdown .countdown-container {
    height: 100px;
  }
  .countdown .time {
    height: 70px;
    width: 48px;
  }
  .countdown .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .countdown .label {
    font-size: 0.8em;
    top: 72px;
  }
}
.countdown_top_mobile {
  background: black;
  margin: 10px;
  padding: 10px;
}
.countdown_top_mobile .countdown-title {
  color: white;
  font-size: 20px;
  text-align: center;
  margin: 15px;
  text-transform: uppercase;
}
.countdown_top_mobile .countdown-content {
  color: white;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  text-tranform: uppercase;
  font-weight: 700;
}
.countdown_top_mobile .countdown-content p {
  font-size: 13px;
}
.countdown_top_mobile .countdown-content strong {
  color: #81191f;
}
.countdown_top_mobile .countdown-mobile {
  margin: 10px;
  text-align: center;
}
.countdown_top_mobile .countdown-mobile .countdown-container {
  height: 40px;
  display: inline-block;
}
.countdown_top_mobile .countdown-mobile .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 40px;
  width: 25px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.countdown_top_mobile .countdown-mobile .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 37px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.countdown_top_mobile .countdown-mobile .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.countdown_top_mobile .countdown-mobile .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.countdown_top_mobile .countdown-mobile .label {
  font-size: 7px;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 32px;
  width: 100%;
  color: lightgrey;
  padding: 5px 1px;
}
.countdown_top_mobile .countdown-mobile .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.countdown_top_mobile .countdown-mobile .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
.countdown_top_mobile .countdown-mobile .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.countdown_top_mobile .countdown-mobile .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #popup_top_container {
    height: 85px;
  }
}
@supports (-ms-accelerator: true) {
  #popup_top_container {
    height: 85px;
  }
}
@supports (-ms-ime-align: auto) {
  #popup_top_container {
    height: 85px;
  }
}
#popup_top_container {
  background: #000;
  color: white;
  padding: 3px 0;
}
#popup_top_container .countdown_content_wrapper {
  padding-top: 3px;
  float: left;
  max-width: 1000px;
}
#popup_top_container .close_popup {
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .popup_tab > img.desktop {
    display: none;
  }
  .popup_tab > img.mobile {
    display: block;
  }
  .countdown-overlay .desktop {
    display: none;
  }
  .countdown-overlay .mobile {
    display: block !important;
  }
  .countdown-overlay.has_img .overlay-content {
    width: 100%;
    padding: 10px;
    margin: 0;
    min-height: inherit;
    line-height: inherit;
  }
  .countdown-overlay.has_img .overlay-content .left_image {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .countdown-overlay.has_img .overlay-content .left_image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-height: 450px) {
  .countdown-overlay.has_img .overlay-content .left_image {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .countdown-overlay .overlay-content {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    min-height: inherit;
    line-height: inherit;
  }
  .countdown-overlay .overlay-content.big_popup {
    max-width: 770px;
    width: 100%;
  }
  .countdown-overlay .overlay-content.big_popup .mobile_s {
    display: none;
  }
  .countdown-overlay .overlay-content.big_popup .mobile_m {
    display: block;
  }
  .countdown-overlay .overlay-content.big_popup .desktop {
    display: none;
  }
  .countdown-overlay .overlay-content.big_popup .button-container {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .countdown-overlay .overlay-content {
    padding: 10px;
    margin: 0;
    width: 100%;
    min-height: inherit;
    line-height: inherit;
  }
  .countdown-overlay .overlay-content.big_popup {
    width: 100%;
    max-width: 420px;
    margin: auto;
  }
  .countdown-overlay .overlay-content.big_popup .mobile_s {
    display: block !important;
  }
  .countdown-overlay .overlay-content.big_popup .mobile_m {
    display: none;
  }
  .countdown-overlay .overlay-content.big_popup .desktop {
    display: none;
  }
  .countdown-overlay .overlay-content.big_popup .button-container {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .popup-mobile {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.55);
    height: 100%;
    width: 100%;
    z-index: 999999;
  }
  .new_popup_container {
    top: 25%;
    bottom: inherit !important;
    padding: 12px 12px 8px 12px !important;
  }
  .new_popup_container.no-timer {
    padding: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1031px) {
  .new_popup_container {
    padding: 20px 12px !important;
    padding-bottom: 15px !important;
  }
  .new_popup_container.no-timer {
    padding: 40px 12px !important;
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1032px) {
  .new_popup_container {
    padding: 30px 12px !important;
    padding-bottom: 25px !important;
  }
  .new_popup_container.no-timer {
    padding: 50px 12px !important;
    padding-bottom: 44px !important;
  }
}
.new_popup_container {
  background: #F2F2F2 !important;
  bottom: 3px;
  border: 1px solid rgb(60, 60, 60);
  border-radius: 5px;
  width: calc(100% - 6px);
  width: -webkit-calc(100% - 6px);
  left: 3px;
  position: fixed;
  z-index: 999999999;
}

.reviews_row {
  border-top: 1px solid #d0d0d0;
  padding-top: 21px;
  margin-top: 0 !important;
}

.reviews-container {
  padding-top: 30px;
}
.reviews-container .reviews, .reviews-container .customer-reviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reviews-container .reviews_heading {
  text-transform: uppercase !important;
  padding: 15px;
  text-align: center;
  color: #000;
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.reviews-container .review_list {
  font-size: 13px;
  padding-bottom: 15px;
}
.reviews-container .review_list li {
  margin-top: 0;
}
.reviews-container .review_list .customer_name {
  padding-left: 10px;
}
.reviews-container .review_list a {
  color: #81191f;
  font-size: 13px;
}
.reviews-container .review_list a.review-link {
  padding-left: 4px;
}
.reviews-container .review_list .review_title {
  display: flex;
  line-height: 20px;
  justify-content: center;
}
.reviews-container .review_list .review_title img {
  margin: 0 5px 0 10px;
}
.reviews-container .review_list .review_totals {
  margin-top: 3rem;
}
.reviews-container .review_list .full-text {
  display: none;
}
.reviews-container .review_list .not-shown {
  display: none;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: initial;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

#cart_big_slide .bx-controls {
  width: 100%;
  position: relative;
  z-index: 10;
}
#cart_big_slide .bx-controls .bx-controls-direction {
  margin-top: -50%;
  position: absolute;
  width: 100%;
}
#cart_big_slide .bx-controls .bx-controls-direction .bx-prev {
  display: block;
  z-index: 20;
  position: absolute;
  left: -5px;
}
#cart_big_slide .bx-controls .bx-controls-direction .bx-prev:before {
  display: inline-block;
  font-weight: normal;
  color: #971e23;
  content: "\f053";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 23px;
  padding-right: 8px;
  padding-top: 5px;
}
#cart_big_slide .bx-controls .bx-controls-direction .bx-prev.disabled {
  display: none;
}
#cart_big_slide .bx-controls .bx-controls-direction .bx-next {
  display: block;
  position: absolute;
  right: -5px;
  z-index: 20;
  float: right;
}
#cart_big_slide .bx-controls .bx-controls-direction .bx-next:after {
  display: inline-block;
  font-weight: normal;
  color: #971e23;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 23px;
  padding-left: 8px;
  padding-top: 5px;
}
#cart_big_slide .bx-controls .bx-controls-direction .bx-next.disabled {
  display: none;
}

/*******************************************************
				Addresses Styles
********************************************************/
#addresses #center_column .page-heading {
  margin: 0 0 22px;
}
#addresses #center_column p {
  margin: 0 0 13px;
}
#addresses #center_column p.p-indent {
  margin: 0 0 27px;
}

.address li.address_update {
  margin: 14px 0 6px 0;
}
.address li.address_update a {
  margin: 0 10px 0 0;
}

#address .box {
  background-color: #e9e9e9;
  padding: 2em 5%;
  max-width: 768px;
  margin: auto;
}
#address .box .page-subheading {
  text-align: center;
}
#address .box p.required {
  text-align: center;
  margin-bottom: 2em !important;
}
#address .box input {
  max-width: 100% !important;
}
#address .simpleBox button[type=submit] {
  float: right;
}
#address .form-group {
  margin-bottom: 2em !important;
}
#address .form-group.retour {
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  line-height: 21px;
}
#address .form-group.retour span {
  border: 1px solid #000;
  padding: 10px 25px 10px 30px;
}
#address .form-group textarea {
  width: 100%;
  max-width: 100% !important;
}
#address .form-group #uniform-id_country {
  width: 100% !important;
}
#address .form-group #uniform-id_country span {
  width: 100% !important;
}
#address .form-group .selector {
  width: 100% !important;
  margin: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  border: none;
  max-width: 100%;
  overflow: hidden;
  background: none;
  background-color: #fbfbfb;
}
#address .form-group .selector span {
  border: 1px solid #d6d4d4;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  color: #333;
  height: 40px;
  line-height: 20px;
  width: 100% !important;
  padding: 10px 40px 10px 10px;
  background: none;
  background-image: linear-gradient(45deg, transparent 50%, rgb(255, 255, 255) 50%), linear-gradient(135deg, rgb(255, 255, 255) 50%, transparent 50%), linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0));
  background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), 100% 0;
  background-size: 5px 5px, 5px 5px, 40px 40px;
  background-repeat: no-repeat;
}
#address .form-group .selector.hover.focus span {
  border-color: rgb(0, 0, 0);
  height: 40px;
  line-height: 20px;
  padding: 10px 40px 10px 10px;
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0));
  background-position: calc(100% - 15px) 15px, calc(100% - 20px) 15px, 100% 0;
  background-size: 5px 5px, 5px 5px, 40px 40px;
  background-repeat: no-repeat;
  outline: 0;
}
#address .form-group .selector select {
  height: 40px;
  line-height: 40px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
#address .form-group .selector select option {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#address .form-group.form-error input {
  padding-right: 30px;
  background-position: 98% center;
}
#address .form-group.form-error textarea {
  padding-right: 30px;
  background-position: 99% 10px;
}
#address .form-group.form-ok input {
  padding-right: 30px;
  background-position: 98% center;
}
#address .form-group.form-ok textarea {
  padding-right: 30px;
  background-position: 99% 10px;
}

#address .simpleBox.address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2em;
  align-items: center;
}
#address .simpleBox.address .button.button-medium {
  float: none;
  border-radius: 50px;
  width: 100%;
  display: block;
  max-width: 350px;
  border: 1px solid #000;
  background-color: #000;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
#address .simpleBox.address .button.button-medium span {
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  background: none;
  text-transform: none !important;
}
#address .simpleBox.address .button.button-medium:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
#address .simpleBox.address .form-group.retour {
  float: none;
  width: 350px;
  display: block;
  max-width: 350px;
  margin-bottom: 0 !important;
}
#address .simpleBox.address .form-group.retour a {
  width: 100%;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background-color: #fff;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
#address .simpleBox.address .form-group.retour a span {
  background: none;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  text-transform: none !important;
  color: #000;
}
#address .simpleBox.address .form-group.retour a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
}
#address .simpleBox.address .form-group.retour a:hover span {
  color: #fff;
}
#address .simpleBox.address.show-all-btn {
  justify-content: space-between;
  gap: 15px;
}
#address .simpleBox.address.show-all-btn .button.button-medium {
  width: 350px;
}

@media screen and (min-width: 768px) {
  .order .center_column .addresses {
    padding: 0 5% 20px 5%;
  }
  #address .box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #address .box .form-group {
    max-width: 100%;
    margin: auto;
  }
  #address .simpleBox {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    max-width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .order .center_column .addresses {
    padding: 0px 5%;
  }
  .order .center_column .addresses + p.cart_navigation {
    border-top: 1px solid #d0d0d0;
  }
  .cart_navigation {
    background: none;
    margin: 10px 0;
    border-bottom: none;
  }
  #order .addresses .leftBlock, #order .addresses .rightBlock {
    padding: 15px 0;
  }
  #addresses .addresses .box {
    text-align: center !important;
    border-bottom: 1px solid #c7c7c7;
    padding: 2em;
  }
  #addresses .addresses .box .page-subheading {
    margin-top: 0;
  }
  #address .simpleBox.address {
    margin-top: 1.5em;
    margin-bottom: 3.6em;
  }
  #address .simpleBox.address .button.button-medium {
    max-width: 100%;
    width: 100%;
  }
  #address .simpleBox.address .form-group.retour {
    max-width: 100%;
    width: 100%;
  }
  #address .simpleBox.address.show-all-btn {
    flex-direction: column;
    gap: 1.5em;
    justify-content: center;
  }
  #address .simpleBox.address.show-all-btn .button.button-medium {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #addresses #page .main-page-indent {
    float: none;
    margin-top: 0;
    padding: 0;
  }
  .address #columns.container, .address #columns.container .container {
    max-width: 95%;
  }
}
#bulletin .breadcrumb .navigation-pipe:first-child,
#history .breadcrumb .navigation-pipe:first-child,
#identity .breadcrumb .navigation-pipe:first-child,
#addresses .breadcrumb .navigation-pipe:first-child,
#address .breadcrumb .navigation-pipe:first-child {
  display: none;
}

#address .box p.required.is_customer_param {
  text-align: left;
  color: #000;
}
#address .row-shrink {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
#address .row-shrink .col-half {
  flex: 50%;
}

.co_img {
  background-image: url(../img/co.jpg?v=597912267bd99);
  width: 35px;
  height: 35px;
  display: block;
}
.co_img.co_15 {
  background-position: 0 8820px;
}
.co_img.co_16 {
  background-position: 0 8785px;
}
.co_img.co_17 {
  background-position: 0 8750px;
}
.co_img.co_18 {
  background-position: 0 8715px;
}
.co_img.co_19 {
  background-position: 0 8680px;
}
.co_img.co_20 {
  background-position: 0 8645px;
}
.co_img.co_21 {
  background-position: 0 8610px;
}
.co_img.co_22 {
  background-position: 0 8575px;
}
.co_img.co_23 {
  background-position: 0 8540px;
}
.co_img.co_24 {
  background-position: 0 8505px;
}
.co_img.co_25 {
  background-position: 0 8470px;
}
.co_img.co_26 {
  background-position: 0 8435px;
}
.co_img.co_27 {
  background-position: 0 8400px;
}
.co_img.co_28 {
  background-position: 0 8365px;
}
.co_img.co_29 {
  background-position: 0 8330px;
}
.co_img.co_30 {
  background-position: 0 8295px;
}
.co_img.co_31 {
  background-position: 0 8260px;
}
.co_img.co_32 {
  background-position: 0 8225px;
}
.co_img.co_33 {
  background-position: 0 8190px;
}
.co_img.co_34 {
  background-position: 0 8155px;
}
.co_img.co_35 {
  background-position: 0 8120px;
}
.co_img.co_36 {
  background-position: 0 8085px;
}
.co_img.co_37 {
  background-position: 0 8050px;
}
.co_img.co_38 {
  background-position: 0 8015px;
}
.co_img.co_39 {
  background-position: 0 7980px;
}
.co_img.co_40 {
  background-position: 0 7945px;
}
.co_img.co_41 {
  background-position: 0 7910px;
}
.co_img.co_42 {
  background-position: 0 7875px;
}
.co_img.co_43 {
  background-position: 0 7840px;
}
.co_img.co_44 {
  background-position: 0 7805px;
}
.co_img.co_45 {
  background-position: 0 7770px;
}
.co_img.co_46 {
  background-position: 0 7735px;
}
.co_img.co_47 {
  background-position: 0 7700px;
}
.co_img.co_48 {
  background-position: 0 7665px;
}
.co_img.co_49 {
  background-position: 0 7630px;
}
.co_img.co_50 {
  background-position: 0 7595px;
}
.co_img.co_51 {
  background-position: 0 7560px;
}
.co_img.co_52 {
  background-position: 0 7525px;
}
.co_img.co_53 {
  background-position: 0 7490px;
}
.co_img.co_54 {
  background-position: 0 7455px;
}
.co_img.co_55 {
  background-position: 0 7420px;
}
.co_img.co_56 {
  background-position: 0 7385px;
}
.co_img.co_57 {
  background-position: 0 7350px;
}
.co_img.co_58 {
  background-position: 0 7315px;
}
.co_img.co_59 {
  background-position: 0 7280px;
}
.co_img.co_60 {
  background-position: 0 7245px;
}
.co_img.co_61 {
  background-position: 0 7210px;
}
.co_img.co_62 {
  background-position: 0 7175px;
}
.co_img.co_63 {
  background-position: 0 7140px;
}
.co_img.co_64 {
  background-position: 0 7105px;
}
.co_img.co_65 {
  background-position: 0 7070px;
}
.co_img.co_66 {
  background-position: 0 7035px;
}
.co_img.co_67 {
  background-position: 0 7000px;
}
.co_img.co_68 {
  background-position: 0 6965px;
}
.co_img.co_69 {
  background-position: 0 6930px;
}
.co_img.co_70 {
  background-position: 0 6895px;
}
.co_img.co_71 {
  background-position: 0 6860px;
}
.co_img.co_72 {
  background-position: 0 6825px;
}
.co_img.co_73 {
  background-position: 0 6790px;
}
.co_img.co_74 {
  background-position: 0 6755px;
}
.co_img.co_75 {
  background-position: 0 6720px;
}
.co_img.co_76 {
  background-position: 0 6685px;
}
.co_img.co_77 {
  background-position: 0 6650px;
}
.co_img.co_78 {
  background-position: 0 6615px;
}
.co_img.co_79 {
  background-position: 0 6580px;
}
.co_img.co_80 {
  background-position: 0 6545px;
}
.co_img.co_81 {
  background-position: 0 6510px;
}
.co_img.co_82 {
  background-position: 0 6475px;
}
.co_img.co_83 {
  background-position: 0 6440px;
}
.co_img.co_84 {
  background-position: 0 6405px;
}
.co_img.co_85 {
  background-position: 0 6370px;
}
.co_img.co_86 {
  background-position: 0 6335px;
}
.co_img.co_87 {
  background-position: 0 6300px;
}
.co_img.co_88 {
  background-position: 0 6265px;
}
.co_img.co_89 {
  background-position: 0 6230px;
}
.co_img.co_90 {
  background-position: 0 6195px;
}
.co_img.co_91 {
  background-position: 0 6160px;
}
.co_img.co_92 {
  background-position: 0 6125px;
}
.co_img.co_93 {
  background-position: 0 6090px;
}
.co_img.co_94 {
  background-position: 0 6055px;
}
.co_img.co_95 {
  background-position: 0 6020px;
}
.co_img.co_96 {
  background-position: 0 5985px;
}
.co_img.co_97 {
  background-position: 0 5950px;
}
.co_img.co_98 {
  background-position: 0 5915px;
}
.co_img.co_99 {
  background-position: 0 5880px;
}
.co_img.co_100 {
  background-position: 0 5845px;
}
.co_img.co_101 {
  background-position: 0 5810px;
}
.co_img.co_102 {
  background-position: 0 5775px;
}
.co_img.co_103 {
  background-position: 0 5740px;
}
.co_img.co_104 {
  background-position: 0 5705px;
}
.co_img.co_105 {
  background-position: 0 5670px;
}
.co_img.co_106 {
  background-position: 0 5635px;
}
.co_img.co_107 {
  background-position: 0 5600px;
}
.co_img.co_108 {
  background-position: 0 5565px;
}
.co_img.co_109 {
  background-position: 0 5530px;
}
.co_img.co_110 {
  background-position: 0 5495px;
}
.co_img.co_111 {
  background-position: 0 5460px;
}
.co_img.co_112 {
  background-position: 0 5425px;
}
.co_img.co_113 {
  background-position: 0 5390px;
}
.co_img.co_114 {
  background-position: 0 5355px;
}
.co_img.co_115 {
  background-position: 0 5320px;
}
.co_img.co_116 {
  background-position: 0 5285px;
}
.co_img.co_117 {
  background-position: 0 5250px;
}
.co_img.co_118 {
  background-position: 0 5215px;
}
.co_img.co_119 {
  background-position: 0 5180px;
}
.co_img.co_120 {
  background-position: 0 5145px;
}
.co_img.co_121 {
  background-position: 0 5110px;
}
.co_img.co_122 {
  background-position: 0 5075px;
}
.co_img.co_123 {
  background-position: 0 5040px;
}
.co_img.co_124 {
  background-position: 0 5005px;
}
.co_img.co_125 {
  background-position: 0 4970px;
}
.co_img.co_126 {
  background-position: 0 4935px;
}
.co_img.co_127 {
  background-position: 0 4900px;
}
.co_img.co_128 {
  background-position: 0 4865px;
}
.co_img.co_129 {
  background-position: 0 4830px;
}
.co_img.co_130 {
  background-position: 0 4795px;
}
.co_img.co_131 {
  background-position: 0 4760px;
}
.co_img.co_132 {
  background-position: 0 4725px;
}
.co_img.co_133 {
  background-position: 0 4690px;
}
.co_img.co_134 {
  background-position: 0 4655px;
}
.co_img.co_135 {
  background-position: 0 4620px;
}
.co_img.co_136 {
  background-position: 0 4585px;
}
.co_img.co_137 {
  background-position: 0 4550px;
}
.co_img.co_138 {
  background-position: 0 4515px;
}
.co_img.co_139 {
  background-position: 0 4480px;
}
.co_img.co_140 {
  background-position: 0 4445px;
}
.co_img.co_141 {
  background-position: 0 4410px;
}
.co_img.co_142 {
  background-position: 0 4375px;
}
.co_img.co_143 {
  background-position: 0 4340px;
}
.co_img.co_144 {
  background-position: 0 4305px;
}
.co_img.co_145 {
  background-position: 0 4270px;
}
.co_img.co_146 {
  background-position: 0 4235px;
}
.co_img.co_147 {
  background-position: 0 4200px;
}
.co_img.co_148 {
  background-position: 0 4165px;
}
.co_img.co_149 {
  background-position: 0 4130px;
}
.co_img.co_150 {
  background-position: 0 4095px;
}
.co_img.co_151 {
  background-position: 0 4060px;
}
.co_img.co_152 {
  background-position: 0 4025px;
}
.co_img.co_153 {
  background-position: 0 3990px;
}
.co_img.co_154 {
  background-position: 0 3955px;
}
.co_img.co_155 {
  background-position: 0 3920px;
}
.co_img.co_156 {
  background-position: 0 3885px;
}
.co_img.co_157 {
  background-position: 0 3850px;
}
.co_img.co_158 {
  background-position: 0 3815px;
}
.co_img.co_159 {
  background-position: 0 3780px;
}
.co_img.co_160 {
  background-position: 0 3745px;
}
.co_img.co_161 {
  background-position: 0 3710px;
}
.co_img.co_162 {
  background-position: 0 3675px;
}
.co_img.co_163 {
  background-position: 0 3640px;
}
.co_img.co_164 {
  background-position: 0 3605px;
}
.co_img.co_165 {
  background-position: 0 3570px;
}
.co_img.co_166 {
  background-position: 0 3535px;
}
.co_img.co_167 {
  background-position: 0 3500px;
}
.co_img.co_168 {
  background-position: 0 3465px;
}
.co_img.co_169 {
  background-position: 0 3430px;
}
.co_img.co_170 {
  background-position: 0 3395px;
}
.co_img.co_171 {
  background-position: 0 3360px;
}
.co_img.co_173 {
  background-position: 0 3325px;
}
.co_img.co_174 {
  background-position: 0 3290px;
}
.co_img.co_175 {
  background-position: 0 3255px;
}
.co_img.co_176 {
  background-position: 0 3220px;
}
.co_img.co_177 {
  background-position: 0 3185px;
}
.co_img.co_178 {
  background-position: 0 3150px;
}
.co_img.co_179 {
  background-position: 0 3115px;
}
.co_img.co_180 {
  background-position: 0 3080px;
}
.co_img.co_181 {
  background-position: 0 3045px;
}
.co_img.co_182 {
  background-position: 0 3010px;
}
.co_img.co_183 {
  background-position: 0 2975px;
}
.co_img.co_184 {
  background-position: 0 2940px;
}
.co_img.co_185 {
  background-position: 0 2905px;
}
.co_img.co_186 {
  background-position: 0 2870px;
}
.co_img.co_187 {
  background-position: 0 2835px;
}
.co_img.co_188 {
  background-position: 0 2800px;
}
.co_img.co_189 {
  background-position: 0 2765px;
}
.co_img.co_190 {
  background-position: 0 2730px;
}
.co_img.co_242 {
  background-position: 0 2695px;
}
.co_img.co_243 {
  background-position: 0 2660px;
}
.co_img.co_244 {
  background-position: 0 2625px;
}
.co_img.co_245 {
  background-position: 0 2590px;
}
.co_img.co_246 {
  background-position: 0 2555px;
}
.co_img.co_247 {
  background-position: 0 2520px;
}
.co_img.co_248 {
  background-position: 0 2485px;
}
.co_img.co_249 {
  background-position: 0 2450px;
}
.co_img.co_250 {
  background-position: 0 2415px;
}
.co_img.co_251 {
  background-position: 0 2380px;
}
.co_img.co_252 {
  background-position: 0 2345px;
}
.co_img.co_253 {
  background-position: 0 2310px;
}
.co_img.co_254 {
  background-position: 0 2275px;
}
.co_img.co_255 {
  background-position: 0 2240px;
}
.co_img.co_256 {
  background-position: 0 2205px;
}
.co_img.co_257 {
  background-position: 0 2170px;
}
.co_img.co_258 {
  background-position: 0 2135px;
}
.co_img.co_259 {
  background-position: 0 2100px;
}
.co_img.co_260 {
  background-position: 0 2065px;
}
.co_img.co_261 {
  background-position: 0 2030px;
}
.co_img.co_332 {
  background-position: 0 1995px;
}
.co_img.co_333 {
  background-position: 0 1960px;
}
.co_img.co_334 {
  background-position: 0 1925px;
}
.co_img.co_335 {
  background-position: 0 1890px;
}
.co_img.co_336 {
  background-position: 0 1855px;
}
.co_img.co_337 {
  background-position: 0 1820px;
}
.co_img.co_338 {
  background-position: 0 1785px;
}
.co_img.co_339 {
  background-position: 0 1750px;
}
.co_img.co_340 {
  background-position: 0 1715px;
}
.co_img.co_341 {
  background-position: 0 1680px;
}
.co_img.co_342 {
  background-position: 0 1645px;
}
.co_img.co_343 {
  background-position: 0 1610px;
}
.co_img.co_353 {
  background-position: 0 1575px;
}
.co_img.co_354 {
  background-position: 0 1540px;
}
.co_img.co_355 {
  background-position: 0 1505px;
}
.co_img.co_356 {
  background-position: 0 1470px;
}
.co_img.co_357 {
  background-position: 0 1435px;
}
.co_img.co_358 {
  background-position: 0 1400px;
}
.co_img.co_359 {
  background-position: 0 1365px;
}
.co_img.co_360 {
  background-position: 0 1330px;
}
.co_img.co_364 {
  background-position: 0 1295px;
}
.co_img.co_365 {
  background-position: 0 1260px;
}
.co_img.co_366 {
  background-position: 0 1225px;
}
.co_img.co_367 {
  background-position: 0 1190px;
}
.co_img.co_368 {
  background-position: 0 1155px;
}
.co_img.co_369 {
  background-position: 0 1120px;
}
.co_img.co_370 {
  background-position: 0 1085px;
}
.co_img.co_371 {
  background-position: 0 1050px;
}
.co_img.co_372 {
  background-position: 0 1015px;
}
.co_img.co_373 {
  background-position: 0 980px;
}
.co_img.co_374 {
  background-position: 0 945px;
}
.co_img.co_375 {
  background-position: 0 910px;
}
.co_img.co_376 {
  background-position: 0 875px;
}
.co_img.co_377 {
  background-position: 0 840px;
}
.co_img.co_378 {
  background-position: 0 805px;
}
.co_img.co_379 {
  background-position: 0 770px;
}
.co_img.co_380 {
  background-position: 0 735px;
}
.co_img.co_381 {
  background-position: 0 700px;
}
.co_img.co_382 {
  background-position: 0 665px;
}
.co_img.co_383 {
  background-position: 0 630px;
}
.co_img.co_384 {
  background-position: 0 595px;
}
.co_img.co_385 {
  background-position: 0 560px;
}
.co_img.co_386 {
  background-position: 0 525px;
}
.co_img.co_387 {
  background-position: 0 490px;
}
.co_img.co_388 {
  background-position: 0 455px;
}
.co_img.co_389 {
  background-position: 0 420px;
}
.co_img.co_390 {
  background-position: 0 385px;
}
.co_img.co_391 {
  background-position: 0 350px;
}
.co_img.co_392 {
  background-position: 0 315px;
}
.co_img.co_393 {
  background-position: 0 280px;
}
.co_img.co_394 {
  background-position: 0 245px;
}
.co_img.co_395 {
  background-position: 0 210px;
}
.co_img.co_396 {
  background-position: 0 175px;
}
.co_img.co_397 {
  background-position: 0 140px;
}
.co_img.co_398 {
  background-position: 0 105px;
}
.co_img.co_399 {
  background-position: 0 70px;
}
.co_img.co_400 {
  background-position: 0 35px;
}

@media (max-width: 479px) {
  .co_img {
    background-image: url(../img/co_35.jpg?v=597912267bd99);
    width: 35px;
    height: 35px;
    display: block;
  }
  .co_img.co_15 {
    background-position: 0 8820px;
  }
  .co_img.co_16 {
    background-position: 0 8785px;
  }
  .co_img.co_17 {
    background-position: 0 8750px;
  }
  .co_img.co_18 {
    background-position: 0 8715px;
  }
  .co_img.co_19 {
    background-position: 0 8680px;
  }
  .co_img.co_20 {
    background-position: 0 8645px;
  }
  .co_img.co_21 {
    background-position: 0 8610px;
  }
  .co_img.co_22 {
    background-position: 0 8575px;
  }
  .co_img.co_23 {
    background-position: 0 8540px;
  }
  .co_img.co_24 {
    background-position: 0 8505px;
  }
  .co_img.co_25 {
    background-position: 0 8470px;
  }
  .co_img.co_26 {
    background-position: 0 8435px;
  }
  .co_img.co_27 {
    background-position: 0 8400px;
  }
  .co_img.co_28 {
    background-position: 0 8365px;
  }
  .co_img.co_29 {
    background-position: 0 8330px;
  }
  .co_img.co_30 {
    background-position: 0 8295px;
  }
  .co_img.co_31 {
    background-position: 0 8260px;
  }
  .co_img.co_32 {
    background-position: 0 8225px;
  }
  .co_img.co_33 {
    background-position: 0 8190px;
  }
  .co_img.co_34 {
    background-position: 0 8155px;
  }
  .co_img.co_35 {
    background-position: 0 8120px;
  }
  .co_img.co_36 {
    background-position: 0 8085px;
  }
  .co_img.co_37 {
    background-position: 0 8050px;
  }
  .co_img.co_38 {
    background-position: 0 8015px;
  }
  .co_img.co_39 {
    background-position: 0 7980px;
  }
  .co_img.co_40 {
    background-position: 0 7945px;
  }
  .co_img.co_41 {
    background-position: 0 7910px;
  }
  .co_img.co_42 {
    background-position: 0 7875px;
  }
  .co_img.co_43 {
    background-position: 0 7840px;
  }
  .co_img.co_44 {
    background-position: 0 7805px;
  }
  .co_img.co_45 {
    background-position: 0 7770px;
  }
  .co_img.co_46 {
    background-position: 0 7735px;
  }
  .co_img.co_47 {
    background-position: 0 7700px;
  }
  .co_img.co_48 {
    background-position: 0 7665px;
  }
  .co_img.co_49 {
    background-position: 0 7630px;
  }
  .co_img.co_50 {
    background-position: 0 7595px;
  }
  .co_img.co_51 {
    background-position: 0 7560px;
  }
  .co_img.co_52 {
    background-position: 0 7525px;
  }
  .co_img.co_53 {
    background-position: 0 7490px;
  }
  .co_img.co_54 {
    background-position: 0 7455px;
  }
  .co_img.co_55 {
    background-position: 0 7420px;
  }
  .co_img.co_56 {
    background-position: 0 7385px;
  }
  .co_img.co_57 {
    background-position: 0 7350px;
  }
  .co_img.co_58 {
    background-position: 0 7315px;
  }
  .co_img.co_59 {
    background-position: 0 7280px;
  }
  .co_img.co_60 {
    background-position: 0 7245px;
  }
  .co_img.co_61 {
    background-position: 0 7210px;
  }
  .co_img.co_62 {
    background-position: 0 7175px;
  }
  .co_img.co_63 {
    background-position: 0 7140px;
  }
  .co_img.co_64 {
    background-position: 0 7105px;
  }
  .co_img.co_65 {
    background-position: 0 7070px;
  }
  .co_img.co_66 {
    background-position: 0 7035px;
  }
  .co_img.co_67 {
    background-position: 0 7000px;
  }
  .co_img.co_68 {
    background-position: 0 6965px;
  }
  .co_img.co_69 {
    background-position: 0 6930px;
  }
  .co_img.co_70 {
    background-position: 0 6895px;
  }
  .co_img.co_71 {
    background-position: 0 6860px;
  }
  .co_img.co_72 {
    background-position: 0 6825px;
  }
  .co_img.co_73 {
    background-position: 0 6790px;
  }
  .co_img.co_74 {
    background-position: 0 6755px;
  }
  .co_img.co_75 {
    background-position: 0 6720px;
  }
  .co_img.co_76 {
    background-position: 0 6685px;
  }
  .co_img.co_77 {
    background-position: 0 6650px;
  }
  .co_img.co_78 {
    background-position: 0 6615px;
  }
  .co_img.co_79 {
    background-position: 0 6580px;
  }
  .co_img.co_80 {
    background-position: 0 6545px;
  }
  .co_img.co_81 {
    background-position: 0 6510px;
  }
  .co_img.co_82 {
    background-position: 0 6475px;
  }
  .co_img.co_83 {
    background-position: 0 6440px;
  }
  .co_img.co_84 {
    background-position: 0 6405px;
  }
  .co_img.co_85 {
    background-position: 0 6370px;
  }
  .co_img.co_86 {
    background-position: 0 6335px;
  }
  .co_img.co_87 {
    background-position: 0 6300px;
  }
  .co_img.co_88 {
    background-position: 0 6265px;
  }
  .co_img.co_89 {
    background-position: 0 6230px;
  }
  .co_img.co_90 {
    background-position: 0 6195px;
  }
  .co_img.co_91 {
    background-position: 0 6160px;
  }
  .co_img.co_92 {
    background-position: 0 6125px;
  }
  .co_img.co_93 {
    background-position: 0 6090px;
  }
  .co_img.co_94 {
    background-position: 0 6055px;
  }
  .co_img.co_95 {
    background-position: 0 6020px;
  }
  .co_img.co_96 {
    background-position: 0 5985px;
  }
  .co_img.co_97 {
    background-position: 0 5950px;
  }
  .co_img.co_98 {
    background-position: 0 5915px;
  }
  .co_img.co_99 {
    background-position: 0 5880px;
  }
  .co_img.co_100 {
    background-position: 0 5845px;
  }
  .co_img.co_101 {
    background-position: 0 5810px;
  }
  .co_img.co_102 {
    background-position: 0 5775px;
  }
  .co_img.co_103 {
    background-position: 0 5740px;
  }
  .co_img.co_104 {
    background-position: 0 5705px;
  }
  .co_img.co_105 {
    background-position: 0 5670px;
  }
  .co_img.co_106 {
    background-position: 0 5635px;
  }
  .co_img.co_107 {
    background-position: 0 5600px;
  }
  .co_img.co_108 {
    background-position: 0 5565px;
  }
  .co_img.co_109 {
    background-position: 0 5530px;
  }
  .co_img.co_110 {
    background-position: 0 5495px;
  }
  .co_img.co_111 {
    background-position: 0 5460px;
  }
  .co_img.co_112 {
    background-position: 0 5425px;
  }
  .co_img.co_113 {
    background-position: 0 5390px;
  }
  .co_img.co_114 {
    background-position: 0 5355px;
  }
  .co_img.co_115 {
    background-position: 0 5320px;
  }
  .co_img.co_116 {
    background-position: 0 5285px;
  }
  .co_img.co_117 {
    background-position: 0 5250px;
  }
  .co_img.co_118 {
    background-position: 0 5215px;
  }
  .co_img.co_119 {
    background-position: 0 5180px;
  }
  .co_img.co_120 {
    background-position: 0 5145px;
  }
  .co_img.co_121 {
    background-position: 0 5110px;
  }
  .co_img.co_122 {
    background-position: 0 5075px;
  }
  .co_img.co_123 {
    background-position: 0 5040px;
  }
  .co_img.co_124 {
    background-position: 0 5005px;
  }
  .co_img.co_125 {
    background-position: 0 4970px;
  }
  .co_img.co_126 {
    background-position: 0 4935px;
  }
  .co_img.co_127 {
    background-position: 0 4900px;
  }
  .co_img.co_128 {
    background-position: 0 4865px;
  }
  .co_img.co_129 {
    background-position: 0 4830px;
  }
  .co_img.co_130 {
    background-position: 0 4795px;
  }
  .co_img.co_131 {
    background-position: 0 4760px;
  }
  .co_img.co_132 {
    background-position: 0 4725px;
  }
  .co_img.co_133 {
    background-position: 0 4690px;
  }
  .co_img.co_134 {
    background-position: 0 4655px;
  }
  .co_img.co_135 {
    background-position: 0 4620px;
  }
  .co_img.co_136 {
    background-position: 0 4585px;
  }
  .co_img.co_137 {
    background-position: 0 4550px;
  }
  .co_img.co_138 {
    background-position: 0 4515px;
  }
  .co_img.co_139 {
    background-position: 0 4480px;
  }
  .co_img.co_140 {
    background-position: 0 4445px;
  }
  .co_img.co_141 {
    background-position: 0 4410px;
  }
  .co_img.co_142 {
    background-position: 0 4375px;
  }
  .co_img.co_143 {
    background-position: 0 4340px;
  }
  .co_img.co_144 {
    background-position: 0 4305px;
  }
  .co_img.co_145 {
    background-position: 0 4270px;
  }
  .co_img.co_146 {
    background-position: 0 4235px;
  }
  .co_img.co_147 {
    background-position: 0 4200px;
  }
  .co_img.co_148 {
    background-position: 0 4165px;
  }
  .co_img.co_149 {
    background-position: 0 4130px;
  }
  .co_img.co_150 {
    background-position: 0 4095px;
  }
  .co_img.co_151 {
    background-position: 0 4060px;
  }
  .co_img.co_152 {
    background-position: 0 4025px;
  }
  .co_img.co_153 {
    background-position: 0 3990px;
  }
  .co_img.co_154 {
    background-position: 0 3955px;
  }
  .co_img.co_155 {
    background-position: 0 3920px;
  }
  .co_img.co_156 {
    background-position: 0 3885px;
  }
  .co_img.co_157 {
    background-position: 0 3850px;
  }
  .co_img.co_158 {
    background-position: 0 3815px;
  }
  .co_img.co_159 {
    background-position: 0 3780px;
  }
  .co_img.co_160 {
    background-position: 0 3745px;
  }
  .co_img.co_161 {
    background-position: 0 3710px;
  }
  .co_img.co_162 {
    background-position: 0 3675px;
  }
  .co_img.co_163 {
    background-position: 0 3640px;
  }
  .co_img.co_164 {
    background-position: 0 3605px;
  }
  .co_img.co_165 {
    background-position: 0 3570px;
  }
  .co_img.co_166 {
    background-position: 0 3535px;
  }
  .co_img.co_167 {
    background-position: 0 3500px;
  }
  .co_img.co_168 {
    background-position: 0 3465px;
  }
  .co_img.co_169 {
    background-position: 0 3430px;
  }
  .co_img.co_170 {
    background-position: 0 3395px;
  }
  .co_img.co_171 {
    background-position: 0 3360px;
  }
  .co_img.co_173 {
    background-position: 0 3325px;
  }
  .co_img.co_174 {
    background-position: 0 3290px;
  }
  .co_img.co_175 {
    background-position: 0 3255px;
  }
  .co_img.co_176 {
    background-position: 0 3220px;
  }
  .co_img.co_177 {
    background-position: 0 3185px;
  }
  .co_img.co_178 {
    background-position: 0 3150px;
  }
  .co_img.co_179 {
    background-position: 0 3115px;
  }
  .co_img.co_180 {
    background-position: 0 3080px;
  }
  .co_img.co_181 {
    background-position: 0 3045px;
  }
  .co_img.co_182 {
    background-position: 0 3010px;
  }
  .co_img.co_183 {
    background-position: 0 2975px;
  }
  .co_img.co_184 {
    background-position: 0 2940px;
  }
  .co_img.co_185 {
    background-position: 0 2905px;
  }
  .co_img.co_186 {
    background-position: 0 2870px;
  }
  .co_img.co_187 {
    background-position: 0 2835px;
  }
  .co_img.co_188 {
    background-position: 0 2800px;
  }
  .co_img.co_189 {
    background-position: 0 2765px;
  }
  .co_img.co_190 {
    background-position: 0 2730px;
  }
  .co_img.co_242 {
    background-position: 0 2695px;
  }
  .co_img.co_243 {
    background-position: 0 2660px;
  }
  .co_img.co_244 {
    background-position: 0 2625px;
  }
  .co_img.co_245 {
    background-position: 0 2590px;
  }
  .co_img.co_246 {
    background-position: 0 2555px;
  }
  .co_img.co_247 {
    background-position: 0 2520px;
  }
  .co_img.co_248 {
    background-position: 0 2485px;
  }
  .co_img.co_249 {
    background-position: 0 2450px;
  }
  .co_img.co_250 {
    background-position: 0 2415px;
  }
  .co_img.co_251 {
    background-position: 0 2380px;
  }
  .co_img.co_252 {
    background-position: 0 2345px;
  }
  .co_img.co_253 {
    background-position: 0 2310px;
  }
  .co_img.co_254 {
    background-position: 0 2275px;
  }
  .co_img.co_255 {
    background-position: 0 2240px;
  }
  .co_img.co_256 {
    background-position: 0 2205px;
  }
  .co_img.co_257 {
    background-position: 0 2170px;
  }
  .co_img.co_258 {
    background-position: 0 2135px;
  }
  .co_img.co_259 {
    background-position: 0 2100px;
  }
  .co_img.co_260 {
    background-position: 0 2065px;
  }
  .co_img.co_261 {
    background-position: 0 2030px;
  }
  .co_img.co_332 {
    background-position: 0 1995px;
  }
  .co_img.co_333 {
    background-position: 0 1960px;
  }
  .co_img.co_334 {
    background-position: 0 1925px;
  }
  .co_img.co_335 {
    background-position: 0 1890px;
  }
  .co_img.co_336 {
    background-position: 0 1855px;
  }
  .co_img.co_337 {
    background-position: 0 1820px;
  }
  .co_img.co_338 {
    background-position: 0 1785px;
  }
  .co_img.co_339 {
    background-position: 0 1750px;
  }
  .co_img.co_340 {
    background-position: 0 1715px;
  }
  .co_img.co_341 {
    background-position: 0 1680px;
  }
  .co_img.co_342 {
    background-position: 0 1645px;
  }
  .co_img.co_343 {
    background-position: 0 1610px;
  }
  .co_img.co_353 {
    background-position: 0 1575px;
  }
  .co_img.co_354 {
    background-position: 0 1540px;
  }
  .co_img.co_355 {
    background-position: 0 1505px;
  }
  .co_img.co_356 {
    background-position: 0 1470px;
  }
  .co_img.co_357 {
    background-position: 0 1435px;
  }
  .co_img.co_358 {
    background-position: 0 1400px;
  }
  .co_img.co_359 {
    background-position: 0 1365px;
  }
  .co_img.co_360 {
    background-position: 0 1330px;
  }
  .co_img.co_364 {
    background-position: 0 1295px;
  }
  .co_img.co_365 {
    background-position: 0 1260px;
  }
  .co_img.co_366 {
    background-position: 0 1225px;
  }
  .co_img.co_367 {
    background-position: 0 1190px;
  }
  .co_img.co_368 {
    background-position: 0 1155px;
  }
  .co_img.co_369 {
    background-position: 0 1120px;
  }
  .co_img.co_370 {
    background-position: 0 1085px;
  }
  .co_img.co_371 {
    background-position: 0 1050px;
  }
  .co_img.co_372 {
    background-position: 0 1015px;
  }
  .co_img.co_373 {
    background-position: 0 980px;
  }
  .co_img.co_374 {
    background-position: 0 945px;
  }
  .co_img.co_375 {
    background-position: 0 910px;
  }
  .co_img.co_376 {
    background-position: 0 875px;
  }
  .co_img.co_377 {
    background-position: 0 840px;
  }
  .co_img.co_378 {
    background-position: 0 805px;
  }
  .co_img.co_379 {
    background-position: 0 770px;
  }
  .co_img.co_380 {
    background-position: 0 735px;
  }
  .co_img.co_381 {
    background-position: 0 700px;
  }
  .co_img.co_382 {
    background-position: 0 665px;
  }
  .co_img.co_383 {
    background-position: 0 630px;
  }
  .co_img.co_384 {
    background-position: 0 595px;
  }
  .co_img.co_385 {
    background-position: 0 560px;
  }
  .co_img.co_386 {
    background-position: 0 525px;
  }
  .co_img.co_387 {
    background-position: 0 490px;
  }
  .co_img.co_388 {
    background-position: 0 455px;
  }
  .co_img.co_389 {
    background-position: 0 420px;
  }
  .co_img.co_390 {
    background-position: 0 385px;
  }
  .co_img.co_391 {
    background-position: 0 350px;
  }
  .co_img.co_392 {
    background-position: 0 315px;
  }
  .co_img.co_393 {
    background-position: 0 280px;
  }
  .co_img.co_394 {
    background-position: 0 245px;
  }
  .co_img.co_395 {
    background-position: 0 210px;
  }
  .co_img.co_396 {
    background-position: 0 175px;
  }
  .co_img.co_397 {
    background-position: 0 140px;
  }
  .co_img.co_398 {
    background-position: 0 105px;
  }
  .co_img.co_399 {
    background-position: 0 70px;
  }
  .co_img.co_400 {
    background-position: 0 35px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 10051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: -1px;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  line-height: 18px;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}/*# sourceMappingURL=global.css.map */