/*@sc_lbl_width: 168px;
@sc_txt_width: 338px - @content_hpadding;
@sc_combo_width: 350px - @content_hpadding;*/
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// UTILITIES //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
.clear {
  clear: both;
}
.clear1px {
  clear: both;
  font-size: 1px;
}
.hidden {
  display: none !important;
}
.shown {
  display: block !important;
}
.visi-hidden {
  visibility: hidden !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.b {
  display: block;
}
.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ieo-ib {
  display: inline;
  zoom: 1;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.at {
  vertical-align: top !important;
}
.am {
  vertical-align: middle !important;
}
.ab {
  vertical-align: bottom !important;
}
.as {
  vertical-align: sub !important;
}
.no-mg {
  margin: 0 !important;
}
.no-pad {
  padding: 0 !important;
}
.oh {
  overflow: hidden;
}
.text-hidden {
  overflow: hidden;
  text-indent: -9999px;
}
.text-hidden2 {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.fw-light {
  font-weight: 300;
}
.fw-book {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.no-tt {
  text-transform: none;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.mgb-std {
  margin-bottom: 10px;
}
.mgb-std2 {
  margin-bottom: 20px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// RESET CSS //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  font: normal 62.5% 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  background: url(http://www.lapinette.com/_i/23413/background-final-0373729001376925087.jpeg) center top no-repeat #fff;
  color: #212121;
}
#body {
  background: none;
}
#wrapper {
  margin: 0 auto;
  width: 960px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#h-wrapper {
  margin: 0 auto;
  width: 960px;
  background: #fff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
}
#c1-wrapper {
  clear: both;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
  background: #fff;
  margin-top: 20px;
}
img {
  border: none;
}
a,
label,
button {
  cursor: pointer;
}
a {
  color: #009ac4;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
p,
li,
label,
address,
td,
th {
  margin-bottom: 6px;
  font-size: 12px;
  color: #212121;
}
p,
li,
address,
dd,
dt {
  margin-bottom: 6px;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #212121;
}
ul {
  padding-left: 14px;
}
address {
  font-style: normal;
  margin: 6px 0;
}
input,
textarea,
select,
textarea,
button {
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 12px;
  color: #212121;
}
.icon {
  font-style: normal;
}
.label {
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
}
.label input {
  vertical-align: middle;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// GENERAL //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
.gradient1 {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
}
.gradient1o {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0089b9), color-stop(100%, #17a5cb));
  background: -webkit-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: -o-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: -ms-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: linear-gradient(to bottom, #0089b9 0%, #17a5cb 100%);
}
.gradient1c {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0089b9), color-stop(100%, #17a5cb));
  background: -webkit-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: -o-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: -ms-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: linear-gradient(to bottom, #0089b9 0%, #17a5cb 100%);
  -webkit-box-shadow: inset 0 0 6px #000000;
  -moz-box-shadow: inset 0 0 6px #000000;
  box-shadow: inset 0 0 6px #000000;
}
.gradient2 {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #dddddd 100%);
  border-color: #dddddd;
  color: #212121;
}
.gradient2o {
  background: #dddddd;
}
.gradient2c {
  background: #17a5cb;
}
.gradient3 {
  background: #5d5c5c;
  background: -moz-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5c5c), color-stop(100%, #464545));
  background: -webkit-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -o-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -ms-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: linear-gradient(to bottom, #5d5c5c 0%, #464545 100%);
  /*background: @gradient3_bgcolor;
	border-color: @gradient3_border;  */
  color: #bcbcbc;
}
.gradient3o {
  background: #212121;
  background: -moz-linear-gradient(top, #111111 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #111111 0%, #333333 100%);
  background: -o-linear-gradient(top, #111111 0%, #333333 100%);
  background: -ms-linear-gradient(top, #111111 0%, #333333 100%);
  background: linear-gradient(to bottom, #111111 0%, #333333 100%);
}
.gradient3c {
  -webkit-box-shadow: inset 0 0 6px #000000;
  -moz-box-shadow: inset 0 0 6px #000000;
  box-shadow: inset 0 0 6px #000000;
}
.gradient4 {
  background: #23a51a;
  background: -moz-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24a81a), color-stop(100%, #1f9016));
  background: -webkit-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: -o-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: -ms-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: linear-gradient(to bottom, #24a81a 0%, #1f9016 100%);
  border-color: #23a51a;
  color: #d3ebd1;
}
.gradient4o {
  background: #1f9016;
  background: -moz-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f9016), color-stop(100%, #24a81a));
  background: -webkit-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: -o-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: -ms-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: linear-gradient(to bottom, #1f9016 0%, #24a81a 100%);
  color: #ffffff;
}
.gradient4c {
  background: #1f9016;
  background: -moz-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f9016), color-stop(100%, #24a81a));
  background: -webkit-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: -o-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: -ms-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: linear-gradient(to bottom, #1f9016 0%, #24a81a 100%);
  color: #ffffff;
}
.gradient6 {
  background: #ffa90b;
  background: -moz-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc71f), color-stop(100%, #ffa90b));
  background: -webkit-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -o-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -ms-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: linear-gradient(to bottom, #ffc71f 0%, #ffa90b 100%);
}
.gradientPP {
  background: #ffc439;
  background: -moz-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcf5d), color-stop(100%, #ffb915));
  background: -webkit-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -o-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -ms-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: linear-gradient(to bottom, #ffcf5d 0%, #ffb915 100%);
  border-color: #dc911d;
  color: #212121;
}
.gradientPPo {
  background: #ffb915;
  background: -moz-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb915), color-stop(100%, #ffcf5d));
  background: -webkit-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -o-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -ms-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: linear-gradient(to bottom, #ffb915 0%, #ffcf5d 100%);
  color: #000000;
}
.gradientPPc {
  background: #ffb915;
  background: -moz-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb915), color-stop(100%, #ffcf5d));
  background: -webkit-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -o-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -ms-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: linear-gradient(to bottom, #ffb915 0%, #ffcf5d 100%);
  color: #000000;
}
.nav-colors {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-li-colors {
  border-left: 1px solid #0c84af;
}
.nav-a-colors {
  color: #bcbcbc;
}
.nav-span-colors-o {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
}
.subnav-colors {
  border: 1px solid #17a5cb;
  border-top: 2px solid #17a5cb;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.subnav-a-colors {
  color: #212121;
}
.subnav-a-colors-o {
  color: #009ac4;
}
.richsub-a-colors {
  color: #212121;
}
.richsub-a-colors-o {
  color: #009ac4;
}
.h-cart-colors {
  background: #17a5cb;
}
.h-cart-a-colors {
  color: #ffffff;
}
.h-cart-h1-colors {
  border-right: 1px solid #1c426a;
}
.h-cart-amount-colors {
  border-left: 1px solid #4f759d;
}
.h-account-colors {
  background: #17a5cb;
}
.h-account-a-colors {
  color: #212121;
}
.footer-colors {
  background: #5d5c5c;
  background: -moz-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5c5c), color-stop(100%, #464545));
  background: -webkit-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -o-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -ms-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: linear-gradient(to bottom, #5d5c5c 0%, #464545 100%);
  /*background: @gradient3_bgcolor;
	border-color: @gradient3_border;  */
  color: #bcbcbc;
  border-bottom: 1px solid #17a5cb;
}
.f-nav1-li-colors {
  border-left: 1px solid #ffffff;
}
.f-nav1-a-colors {
  color: #ffffff;
}
.f-nav2-li-colors {
  color: #bcbcbc;
}
.f-nav2-a-colors {
  color: #bcbcbc;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// BUTTONS //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
.button {
  /* Structure */
  display: inline-block;
  *display: inline;
  /*IE 6/7*/
  zoom: 1;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 0.4em 1em 0.45em;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: 0.1s linear -webkit-box-shadow;
  -moz-transition: 0.1s linear -moz-box-shadow;
  -ms-transition: 0.1s linear box-shadow;
  -o-transition: 0.1s linear box-shadow;
  transition: 0.1s linear box-shadow;
}
a.button {
  text-decoration: none;
}
/* Firefox: Get rid of the inner focus border */
.button:-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Firefox: Add a border around a focused button */
.button:-moz-focusring {
  outline: thin dotted;
}
/*Skin*/
.btn1,
.btn2,
.btn5 {
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
}
button.btn1,
button.btn2,
button.btn5 {
  padding-bottom: 2px;
  height: 28px;
}
.btn1 {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
}
.btn1:hover,
.btn1:active {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0089b9), color-stop(100%, #17a5cb));
  background: -webkit-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: -o-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: -ms-linear-gradient(top, #0089b9 0%, #17a5cb 100%);
  background: linear-gradient(to bottom, #0089b9 0%, #17a5cb 100%);
}
.btn1:active,
.btn2:active {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
.btn2 {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #dddddd 100%);
  border-color: #dddddd;
  color: #212121;
}
.btn2:hover,
.btn2:active {
  background: #dddddd;
}
.btn3 {
  padding: 0 12px;
  height: 33px;
  line-height: 31px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #23a51a;
  background: -moz-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24a81a), color-stop(100%, #1f9016));
  background: -webkit-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: -o-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: -ms-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: linear-gradient(to bottom, #24a81a 0%, #1f9016 100%);
  border-color: #23a51a;
  color: #d3ebd1;
  -webkit-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
button.btn3 {
  padding-bottom: 2px;
  height: 35px;
}
.btn3:hover,
.btn3:active {
  background: #1f9016;
  background: -moz-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f9016), color-stop(100%, #24a81a));
  background: -webkit-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: -o-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: -ms-linear-gradient(top, #1f9016 0%, #24a81a 100%);
  background: linear-gradient(to bottom, #1f9016 0%, #24a81a 100%);
  color: #ffffff;
}
.btn3:active {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
.btn4 {
  padding: 0 10px;
  height: 23px;
  line-height: 21px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5d5c5c;
  background: -moz-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5c5c), color-stop(100%, #464545));
  background: -webkit-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -o-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -ms-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: linear-gradient(to bottom, #5d5c5c 0%, #464545 100%);
  /*background: @gradient3_bgcolor;
	border-color: @gradient3_border;  */
  color: #bcbcbc;
  font-size: 12px;
  color: #ffffff;
}
button.btn4 {
  padding-bottom: 2px;
  height: 25px;
}
.btn4:hover,
.btn4:active {
  background: #212121;
  background: -moz-linear-gradient(top, #111111 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #111111 0%, #333333 100%);
  background: -o-linear-gradient(top, #111111 0%, #333333 100%);
  background: -ms-linear-gradient(top, #111111 0%, #333333 100%);
  background: linear-gradient(to bottom, #111111 0%, #333333 100%);
}
.btn4:active {
  -webkit-box-shadow: inset 0 2px 10px #000000;
  -moz-box-shadow: inset 0 2px 10px #000000;
  box-shadow: inset 0 2px 10px #000000;
}
@-moz-document url-prefix() {
  button.btn4 {
    padding-bottom: 4px;
    height: 25px;
    line-height: 18px;
  }
}
.btn5 {
  background: #e9edf3;
  border-color: #009ac4;
  color: #009ac4;
}
.btn5:hover,
.btn5:active {
  background: #009ac4;
  border-color: #009ac4;
  color: #ffffff;
}
.btn5:active,
.btn5:active {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// COMBOBOX //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
.chzn-container {
  font-size: 1em;
}
.chzn-container .chzn-results {
  max-height: 340px;
}
.chzn-container .chzn-results li {
  padding: 5px 7px 6px;
  font-size: 12px;
}
.chzn-container .chzn-results .highlighted {
  background: #17a5cb;
  color: #ffffff;
}
.chzn-container .chzn-results .group-result {
  color: #212121;
}
.chzn-container-single .chzn-single {
  height: 20px;
  line-height: 20px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  border-color: #dedede;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  color: #212121;
}
.chzn-container-single .chzn-single div {
  width: 22px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  border-color: #dedede;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chzn-container-single .chzn-single div b {
  background-position: 3px -3px;
  position: relative;
  color: #414141;
}
.chzn-container-single .chzn-single div b .icon {
  display: block;
  position: absolute;
  right: 8px;
  top: 4px;
  line-height: normal;
  font-size: 11px;
}
.chzn-container-single .chzn-drop {
  border-color: #dedede;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chzn-container-single .chzn-search {
  display: none;
  position: relative;
}
.chzn-container-single .chzn-search input {
  font-size: 12px;
}
.chzn-container-single .chzn-search .icon {
  display: block;
  position: absolute;
  right: 8px;
  top: 9px;
  line-height: normal;
  font-size: 13px;
  color: #414141;
}
.msie-old .chzn-container {
  z-index: 10;
}
.msie-old .chzn-drop {
  z-index: 9;
}
.msie-old .chzn-container-single .chzn-single div {
  z-index: 8;
}
.msie-old .chzn-container-single .chzn-single div b {
  z-index: 7;
}
.msie-old .chzn-container-single .chzn-single div b .icon {
  z-index: 6;
  width: 6px;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: -1;
  -moz-border-radius: -1;
  border-radius: -1;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chzn-rtl .chzn-single div {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// FORMS //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
fieldset {
  border: none;
}
.fieldset {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.legend {
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
}
.field {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  font-size: 0;
}
.field .icon-ok,
.field .icon-ko {
  display: none;
}
.textbox,
.date-input,
textarea {
  padding: 2px 5px;
  background: #ffffff;
  border: 1px solid #dedede;
  /*.rounded(@input_radius);
	.inner-shadow(1px, 1px, 2px, 0.15);*/
  font-size: 12px;
  color: #212121;
}
.field-ok {
  /*.textbox, .date-input, textarea {
		background: @input_bgcolor;
		border: 1px solid @input_border;
		color: @input_color;
	}*/
}
.field-ok .icon-ok {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  line-height: normal;
  font-size: 11px;
  color: #328b1a;
}
.field-ko .textbox,
.field-ko .date-input,
.field-ko textarea {
  background: #f6e6e6;
  border: 1px solid #a80e0e;
  color: #a80e0e;
}
.field-ko .icon-ko {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  line-height: normal;
  font-size: 13px;
  color: #a80e0e;
}
.textbox,
.date-input {
  height: 16px;
}
.date-input {
  padding-right: 24px;
  width: 60px;
}
.textbox:hover,
.textbox:focus,
.date-input:hover,
.date-input:focus,
textarea:hover,
textarea:focus {
  border-color: #009ac4;
}
textarea {
  height: 60px;
}
.date {
  position: relative;
}
.date .icon {
  display: block;
  position: absolute;
  left: 70px;
  top: 1px;
  line-height: normal;
  font-size: 17px;
}
.file-input,
.file-formats {
  font-size: 12px;
}
.radio-btn,
.checkbox {
  vertical-align: middle;
  margin-right: 3px;
}
.ul-rd-v,
.ul-rd-h,
.ul-combo-h {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.ul-rd-h,
.ul-combo-h {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.ul-rd-h .first,
.ul-combo-h .first {
  margin-left: 0;
}
.ul-rd-v {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.ul-rd-v .first {
  margin-top: 0;
}
.li-rd-v {
  margin: 0 0 6px 0;
  padding: 2px 0;
}
.li-rd-h,
.li-combo-h {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
  padding: 2px 0;
}
.msie-old .li-rd-h,
.msie-old .li-combo-h {
  display: inline;
  zoom: 1;
}
.li-combo-h {
  margin: 0 0 0 5px;
}
.label-rd-h {
  margin: 0;
  font-size: 12px;
}
.form3 .other-field .label-rd-v {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}
.form3 .other-field .other-input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  margin-left: 20px;
  width: 200px;
}
.js-active .form3 .other-field .other-input {
  display: none;
}
.sel-combo-h {
  vertical-align: middle;
}
.btn-area .button {
  vertical-align: middle !important;
}
.form1 .fieldset .label {
  width: 229px;
}
.form1 .fieldset .textbox,
.form1 .fieldset textarea {
  width: 387px;
}
.form1 .fieldset .combobox,
.form1 .fieldset .ul-rd-v,
.form1 .fieldset .ul-rd-h,
.form1 .fieldset .ul-combo-h {
  width: 419px;
}
.form1 .fieldset .sel-combo-h {
  width: 136.33333333px;
}
.form1 .label {
  float: left;
  display: block;
  padding: 4px 10px 0 0;
  width: 240px;
  font-size: 12px;
  text-align: right;
}
.form1 .optional {
  font-style: italic;
  color: #414141;
}
.form1 .textbox,
.form1 .date,
.form1 textarea,
.form1 .combobox,
.form1 .ul-rd-v,
.form1 .ul-rd-h,
.form1 .ul-combo-h {
  float: right;
}
.form1 .textbox,
.form1 textarea {
  padding: 2px 25px 2px 5px;
  width: 398px;
}
.form1 .combobox,
.form1 .date,
.form1 .ul-rd-v,
.form1 .ul-rd-h,
.form1 .ul-combo-h {
  width: 430px;
}
.form1 .sel-combo-h {
  width: 140px;
}
.form2 .label {
  display: block;
  font-size: 12px;
}
.form2 .optional {
  font-style: italic;
  color: #414141;
}
.form2 .textbox,
.form2 textarea {
  width: 318px;
}
.form2 .combobox,
.form2 .ul-rd-h,
.form2 .ul-combo-h {
  width: 350px;
}
.form3 .required-fields {
  margin-bottom: 20px;
}
.form3 .field-ok .icon-ok {
  left: 360px;
  top: auto;
  bottom: 3px;
}
.form3 .field-ko .icon-ko {
  left: 360px;
  top: auto;
  bottom: 1px;
}
.form3 .field-date.field-ok .icon-ok {
  left: 101px;
}
.form3 .field-date.field-ko .icon-ko {
  left: 101px;
}
.form3 .field-file.field-ok .icon-ok,
.form3 .field-radio-list.field-ok .icon-ok,
.form3 .field-checkbox-list.field-ok .icon-ok {
  top: 0;
  bottom: auto;
}
.form3 .field-file.field-ko .icon-ko,
.form3 .field-radio-list.field-ko .icon-ko,
.form3 .field-checkbox-list.field-ko .icon-ko {
  top: 0;
  bottom: auto;
}
.form3 .label {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.form3 .field-help {
  font-style: italic;
  font-size: 10px;
  color: #414141;
}
.form3 .textbox,
.form3 textarea {
  padding: 2px 25px 2px 5px;
  width: 318px;
}
.form3 .combobox,
.form3 .ul-rd-h,
.form3 .ul-combo-h {
  width: 350px;
}
.sc-form .legend {
  margin-bottom: 10px;
  padding: 0;
}
.sc-form .field {
  padding: 0;
}
.sc-form .two-cols,
.sc-form .three-cols {
  font-size: 0;
}
.sc-form .two-cols .field,
.sc-form .three-cols .field {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  margin-left: 10px;
}
.sc-form .two-cols .field-first,
.sc-form .three-cols .field-first {
  margin-left: 0;
}
.sc-form .two-cols .field {
  width: 254px;
}
.sc-form .two-cols .textbox,
.sc-form .two-cols textarea {
  width: 227px;
}
.sc-form .two-cols .combobox {
  width: 254px;
}
.sc-form .with-phone-spec .field {
  margin-bottom: 0;
}
.sc-form .three-cols .field {
  width: 166px;
}
.sc-form .three-cols .textbox,
.sc-form .three-cols textarea {
  width: 139px;
}
.sc-form .three-cols .combobox {
  width: 166px;
}
.sc-form .label {
  display: block;
  font-size: 12px;
}
.sc-form .field-rd-h .label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  padding-top: 2px;
  font-size: 12px;
}
.sc-form .field-rd-h .ul-rd-h {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  margin-left: 20px;
}
.sc-form .optional {
  font-style: italic;
  color: #414141;
}
.sc-form .field-ok .icon-ok {
  right: 6px;
  top: 20px;
}
.sc-form .field-ko .icon-ko {
  right: 6px;
  top: 19px;
}
.sc-form .field-specification,
.sc-form .field-correction {
  clear: right;
  padding-top: 5px;
  font-size: 10px;
  font-style: italic;
}
.sc-form .field-correction {
  cursor: pointer;
  color: #009ac4;
}
.sc-form .field-correction:hover,
.sc-form .field-correction:active {
  text-decoration: underline;
}
.sc-form .textbox,
.sc-form textarea {
  padding-right: 20px;
  width: 491px;
}
.sc-form .combobox,
.sc-form .field-specification {
  width: 518px;
}
.sc-form .sel-combo-h {
  width: 110.66666667px;
}
.sc-form .field-check .label {
  width: 518px;
  text-align: left;
}
.sc-form #fs-invoicing-addr-act {
  margin: 15px 0 10px 0;
}
.sc-form #fs-invoicing-addr-act .label {
  width: 518px;
}
.sc-form #fs-pro-purchase {
  margin-bottom: 20px;
}
.sc-form #fs-pro-purchase .field-check {
  margin-bottom: 10px;
}
.sc-form #fs-invoicing-addr,
.sc-form #fs-pro-purchase .field {
  display: none;
}
.msie-old .sc-form .two-cols .field,
.msie-old .sc-form .three-cols .field {
  display: inline;
  zoom: 1;
}
.msie-old .sc-form .field-rd-h .label {
  display: inline;
  zoom: 1;
}
.msie-old .sc-form .field-rd-h .ul-rd-h {
  display: inline;
  zoom: 1;
}
.success {
  position: relative;
  margin: 30px 0;
  padding-left: 20px;
  font-size: 14px;
  color: #328b1a;
}
.success .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 17px;
  color: #328b1a;
}
.success-group {
  position: relative;
  margin: 20px 0 20px 30px;
  padding: 10px 15px;
  background: #e7f5e4;
}
.success-group .icon {
  display: block;
  position: absolute;
  left: -30px;
  top: 7px;
  line-height: normal;
  font-size: 24px;
  color: #328b1a;
}
.success-group .success {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 14px;
  color: #328b1a;
}
.success-group .success .icon {
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
  line-height: normal;
  font-size: 12px;
}
.success-group .success-mono {
  padding: 3px 0;
}
.success-group .success-mono .icon {
  display: none;
}
.error {
  position: relative;
  margin: 30px 0;
  padding-left: 20px;
  font-size: 14px;
  color: #a80e0e;
}
.error .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 15px;
  color: #a80e0e;
}
.error-group {
  position: relative;
  margin: 20px 0 20px 30px;
  padding: 10px 15px;
  background: #f6e6e6;
}
.error-group .icon {
  display: block;
  position: absolute;
  left: -30px;
  top: 7px;
  line-height: normal;
  font-size: 22px;
  color: #a80e0e;
}
.error-group .errors {
  padding: 0;
  list-style: none;
}
.error-group .error {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 14px;
  color: #a80e0e;
}
.error-group .error .icon {
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
  line-height: normal;
  font-size: 12px;
}
#login-form,
#pre-registration-form {
  padding: 10px 15px;
  width: 415px;
  border: 1px solid #dddddd;
}
#login-form .label,
#pre-registration-form .label {
  width: 185px;
}
#login-form .textbox,
#pre-registration-form .textbox,
#login-form textarea,
#pre-registration-form textarea,
#login-form .combobox,
#pre-registration-form .combobox {
  width: 188px;
}
#login-form .btn-area,
#pre-registration-form .btn-area {
  padding-left: 195px;
}
.checkout-forbidden #pre-registration-form .btn-area {
  padding-left: 0;
}
#login-form {
  float: left;
}
#pre-registration-form {
  float: right;
}
#pwd-lost {
  margin-top: 10px;
  padding-left: 195px;
}
.pwd-lost-a {
  font-size: 10px;
  font-style: italic;
  color: #212121;
}
#password-form .field {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin: 0;
}
#password-form .label {
  width: 140px;
}
#password-form .textbox {
  width: 298px;
}
#password-form .btn-area {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
}
#contact-form .btn-area,
#comment-form .btn-area {
  padding-left: 250px;
}
#comment-form.form2 .btn-area {
  padding-left: 0;
}
#registration-form .btn-area {
  text-align: right;
}
#registration-form .btn-area .button {
  margin-left: 10px;
}
#fs-delivery-addr-act {
  margin: 20px 0;
}
#fs-delivery-addr-act .label {
  width: auto;
}
#cnil {
  padding-top: 30px;
  font-size: 12px;
  color: #414141;
}
/* -------------------------------------------------------------------------------------- //
 * ------------------------------------// CALENDAR //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
.ui-datepicker th,
.ui-datepicker td {
  font-size: 1em;
}
/* -------------------------------------------------------------------------------------- //
 * ------------------------------------// UNORDERED LIST //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
.ul1 {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
.ul1-li {
  margin: 0;
}
.ul1-a {
  display: block;
  position: relative;
  padding: 3px 0 3px 10px;
}
.ul1-a .icon {
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
  line-height: normal;
  font-size: 12px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// MODALS //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
#simplemodal-overlay {
  background-color: #000000;
}
#simplemodal-container {
  background-color: #ffffff;
  border: 8px solid #414141;
  padding: 12px;
}
#simplemodal-container .simplemodal-close {
  display: inline;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 3200;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#simplemodal-container .simplemodal-close .icon {
  display: block;
  position: absolute;
  left: 3px;
  top: 2px;
  line-height: normal;
  font-size: 15px;
  color: #414141;
}
#simplemodal-container .modalCloseImg {
  display: block;
  position: absolute;
  top: -20px !important;
  right: -22px !important;
  z-index: 3200;
  width: 25px !important;
  height: 29px !important;
  cursor: pointer;
  background: url(/_t/_/_css/simplemodal-basic-1.3/img/basic/x.png) no-repeat center center;
}
.modal-form .label {
  width: 150px;
}
.modal-form .textbox,
.modal-form textarea {
  width: 298px;
}
.modal-form .field-check {
  margin-bottom: 10px;
}
.modal-form .field-check .label {
  float: right;
  padding: 0 30px 0 0;
  width: 310px;
  text-align: left;
}
.modal-form .btn-area {
  padding-right: 30px;
  text-align: right;
}
.modal-form .btn-area .button {
  margin-left: 10px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TABS //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.tabs-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #cfd9e3;
  font-size: 0;
}
.tabs-li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  margin: 0;
  border-right: 1px solid #ffffff;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.msie-old .tabs-li {
  display: inline;
  zoom: 1;
}
.js-active .tab {
  display: none;
}
.tabs-a {
  display: block;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #212121;
}
.current .tabs-a,
.tabs-a:hover,
.tabs-a:active {
  background: #17a5cb;
  color: #ffffff;
}
.tabs-full {
  display: table;
}
.tabs-full .tabs-ul {
  display: table-row;
}
.tabs-full .tabs-li {
  display: table-cell;
}
.tab {
  padding: 20px 0;
}
.tab .h2:nth-child(2),
.tab .h3:nth-child(2) {
  margin-top: 0;
}
.tab-h1 {
  display: none;
  margin-bottom: 15px;
  line-height: 22px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TABLES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  background: #ffffff;
}
table,
th,
td {
  border-bottom: 1px solid #dddddd;
}
th,
td {
  padding: 7px 5px;
  font-size: 12px;
}
th p,
td p {
  margin: 0;
  font-size: 12px;
}
th {
  font-weight: 600;
}
thead {
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
thead th {
  border-bottom: none;
  background: #5d5c5c;
  background: -moz-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5c5c), color-stop(100%, #464545));
  background: -webkit-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -o-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -ms-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: linear-gradient(to bottom, #5d5c5c 0%, #464545 100%);
  /*background: @gradient3_bgcolor;
	border-color: @gradient3_border;  */
  color: #bcbcbc;
  border-top: 1px solid #111111;
  border-left: 1px solid #dddddd;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
thead th:first-child {
  border-left: 1px solid #111111;
}
thead th:last-child {
  border-right: 1px solid #111111;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TITLES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.h1 {
  margin-bottom: 15px;
  line-height: 22px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #212121;
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
  padding: 5px;
}
.c1-h1 {
  font-weight: 400;
}
.h1 a {
  text-decoration: none;
}
.h1 a:hover,
.h1 a:focus {
  text-decoration: underline;
}
.main-h1 {
  margin-bottom: 20px;
  line-height: 28px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #212121;
}
.h2 {
  margin: 15px 0 10px 0;
  line-height: 18px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.h3 {
  margin: 12px 0 6px 0;
  line-height: 16px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// BLOCS //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.bloc {
  margin-bottom: 15px;
}
#sidebar .bloc-last,
.page-info .bloc-last {
  margin: 0;
}
.imgl,
.textl {
  float: left;
  margin: 0 15px 15px 0;
}
.imgr,
.textr {
  float: right;
  margin: 0 0 15px 15px;
}
.imgimg .img,
.txttxt .img,
.imgimg .text,
.txttxt .text {
  width: 325px;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// RATING //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
.stars-bg {
  position: relative;
  overflow: hidden;
  width: 77px;
  height: 13px;
  font-size: 0;
  text-align: left;
}
.stars-bg .icon {
  margin-left: 3px;
  line-height: normal;
  font-size: 13px;
  color: #cccccc;
}
.stars-bg .first {
  margin-left: 0;
}
.stars-fg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 77px;
  height: 13px;
  background: #ffffff;
}
.stars-fg .icon {
  color: #ffcc00;
}
.c1-stars-fg {
  display: block;
  width: 77px;
  height: 13px;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// PAGINATION //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
.pagination-area {
  padding: 5px 10px 7px 10px;
  height: 20px;
  background: #f1f1f1;
}
#display {
  margin-bottom: 16px;
}
#sort {
  float: left;
  margin: 0;
  height: 20px;
}
.pagination {
  float: right;
  margin: 0;
  height: 20px;
  font-size: 0;
  text-align: right;
}
.pagination-h1 {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
}
.msie-old .pagination-h1 {
  display: inline;
  zoom: 1;
}
.pagination-page {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  height: 20px;
  width: 22px;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #212121;
}
.msie-old .pagination-page {
  display: inline;
  zoom: 1;
}
.pagination .current,
.pagination-page:hover,
.pagination-page:focus {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
}
.pagination-prev,
.pagination-next {
  position: relative;
}
.pagination-prev .icon,
.pagination-next .icon {
  display: block;
  position: absolute;
  top: 3px;
  line-height: normal;
  font-size: 13px;
}
.pagination-prev .icon {
  left: 8px;
}
.pagination-next .icon {
  right: 8px;
}
/* -------------------------------------------------------------------------------------- //
 * ---------------------------------// PRODUCTS STATE //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
.prod-state {
  padding: 2px 6px;
  font-size: 14px;
}
.state-value {
  font-size: 16px;
  font-weight: 600;
}
.state-upto {
  font-size: 14px;
  font-weight: 400;
}
.sale {
  background: #72b600;
  color: #ffffff;
}
.special-offer {
  background: #b10909;
  color: #ffffff;
}
.new {
  background: #1db5d6;
  color: #ffffff;
}
/* -------------------------------------------------------------------------------------- //
 * ---------------------------------// PRODUCTS LISTS //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
.js-active .prod-line {
  visibility: hidden;
}
.prod-list {
  clear: both;
}
.prod-list .prod-line {
  clear: both;
  margin-bottom: 13px;
}
.prod-list .prod {
  float: left;
  margin-right: 13px;
  width: 216px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
}
.prod-list .last {
  margin: 0;
}
.prod-list .c1-prod {
  position: relative;
  padding: 10px;
}
.prod-list .prod-photo-a {
  display: block;
  margin-bottom: 6px;
  height: 150px;
}
.prod-list .prod-name {
  font-size: 14px;
  font-weight: 400;
}
.prod-list .prod-name-a {
  text-decoration: none;
  color: #212121;
}
.prod-list .prod-ref {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}
.prod-list .prod-ref-a {
  text-decoration: none;
  color: #212121;
}
.prod-list .prod-brand {
  margin-bottom: 3px;
  font-size: 11px;
}
.prod-list .prod-brand-a {
  text-decoration: none;
  color: #bcbcbc;
}
.prod-list .stars-bg {
  display: inline-block;
}
.prod-list .prod-price {
  margin: 0;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
}
.prod-list .prod-price-a {
  text-decoration: none;
  color: #212121;
}
.prod-list .prod-price-from {
  white-space: nowrap;
}
.prod-list .prod-flash .prod-price-from,
.prod-list .prod-sale .prod-price-from,
.prod-list .prod-special-offer .prod-price-from {
  display: block;
}
.prod-list .prod-price-cur,
.prod-list .prod-price-old {
  margin: 0 3px;
  line-height: 16px;
  font-size: 20px;
  white-space: nowrap;
}
.prod-list .prod-price-cur {
  font-weight: 600;
}
.prod-list .prod-state {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1px 4px;
  font-size: 12px;
}
.prod-list .state-value {
  font-size: 14px;
}
.prod-list .state-upto {
  font-size: 12px;
}
.prod-list .flash-sale {
  width: 216px;
}
.prod-list .flash-sale-h1 {
  padding: 4px 0 0 30px;
  width: 40px;
  height: 26px;
  line-height: 10px;
  -webkit-box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.2);
  font-size: 11px;
}
.prod-list .flash-sale-h1 .icon {
  left: 5px;
  top: 1px;
  font-size: 23px;
}
.prod-list .countdown {
  padding: 5px 0 5px 5px;
  height: 20px;
  width: 141px;
}
.prod-list .flash-sale-h2 {
  display: block;
  float: left;
  padding: 0 4px 0 0;
  height: 20px;
  line-height: 19px;
  font-size: 12px;
  color: #ffffff;
}
.prod-list .dash {
  width: 22px;
  height: 20px;
}
.prod-list .dash .digit {
  margin: 0;
  width: 7px;
  height: 20px;
  line-height: 17px;
  font-size: 14px;
}
.prod-list .dash .dash-ext {
  padding: 0;
  width: 8px;
  height: 20px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.prod-list .days-dash {
  width: 19px;
}
.prod-list .days-dash .dash-ext {
  width: 5px;
}
.prod-list .minutes-dash {
  width: 26px;
}
.prod-list .minutes-dash .dash-ext {
  width: 12px;
}
.prod-list .prod-description {
  display: none;
}
.prod-list .prod-hover {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 204px;
  background: rgba(255, 255, 255, 0.7);
  border: 5px solid #d4d4d4;
}
.prod-list .c1-prod-hover {
  margin: 0;
}
.prod-list .about-btn {
  margin-bottom: 10px;
  font-size: 14px;
}
.prod-list .add-cart-btn {
  font-size: 18px;
  font-weight: 600;
}
.prod-list .prod:hover,
.prod-list .prod:focus {
  border-color: #009ac4;
}
.prod-list .prod:hover .prod-hover,
.prod-list .prod:focus .prod-hover {
  visibility: visible;
}
.prod-list .prod:hover .prod-price-a,
.prod-list .prod:focus .prod-price-a {
  color: #00a3ca;
}
.prod-list-button .prod-hover {
  display: block;
}
.prod-flash .prod-price-cur {
  color: #b10909;
}
.prod-sale .prod-price-cur {
  color: #72b600;
}
.prod-special-offer .prod-price-cur {
  color: #b10909;
}
.msie-old .prod-list .stars-bg {
  display: inline;
  zoom: 1;
}
.no-column .prod-list .prod,
.prod-list-full .prod {
  margin: 0 16px 0 0;
}
.no-column .prod-list .first,
.prod-list-full .first {
  margin-left: 0;
}
.no-column .prod-list .last,
.prod-list-full .last {
  margin: 0;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// NAVIGATION //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#nav {
  margin: 0px 0px;
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#c1-nav {
  padding: 0;
  list-style: none;
}
.li-lvl0,
.h-lvl0 {
  float: left;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.li-lvl0 {
  margin: 0;
  padding: 0;
  border-left: 1px solid #0c84af;
}
#li-blog {
  float: right;
}
#c1-nav .first {
  padding-left: 0;
  border: none;
}
.a-lvl0 {
  float: left;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
}
.span-lvl0 {
  float: left;
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 10px 15px;
}
.span-lvl0 .icon {
  display: none;
}
.with-subnav .span-lvl0 {
  padding: 10px 25px 10px 15px;
  position: relative;
}
.with-subnav .span-lvl0 .icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 18px;
  line-height: normal;
  font-size: 6px;
}
#li-home .span-lvl0 {
  padding: 10px 19px;
  position: relative;
}
#li-home .span-lvl0 #icon-home {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: normal;
  font-size: 18px;
}
#li-blog .span-lvl0 {
  padding: 10px 15px 10px 30px;
  position: relative;
  background: #202d34;
  color: #1799dd;
}
#li-blog .span-lvl0 #icon-blog {
  display: block;
  position: absolute;
  left: 10px;
  top: 13px;
  line-height: normal;
  font-size: 13px;
}
.a-lvl0:hover,
.a-lvl0:focus,
.current .a-lvl0,
.with-subnav .over {
  position: relative;
  z-index: 19;
}
.a-lvl0:hover .span-lvl0,
.a-lvl0:focus .span-lvl0,
.current .span-lvl0,
.with-subnav .over .span-lvl0 {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
}
#li-home .a-lvl0:hover .span-lvl0,
#li-home .a-lvl0:focus .span-lvl0,
#li-home.current .span-lvl0,
#li-home .over .span-lvl0 {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
}
#li-blog .a-lvl0:hover .span-lvl0,
#li-blog .a-lvl0:focus .span-lvl0,
#li-blog.current .span-lvl0,
#li-blog .over .span-lvl0 {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
}
#nav .subnav {
  display: none;
}
/* Zone dans laquelle est placée le sous menu */
#subnav {
  /*display: none;*/
  position: absolute;
  left: 200px;
  top: 250px;
  z-index: 120;
}
#subnav .subnav {
  display: block;
  overflow: hidden;
  border: 1px solid #17a5cb;
  border-top: 2px solid #17a5cb;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.not-msie-old #subnav .rich-subnav {
  display: table;
}
.msie-old .subnav {
  padding: 10px;
}
.not-msie-old .subnav {
  display: table;
  border-spacing: 10px;
}
#subnav .subnav-full-width {
  width: 918px;
}
.msie-old #subnav .subnav-full-width {
  width: 898px;
}
.not-msie-old .c1-subnav {
  display: table-row;
}
.msie-old .c1-subnav {
  display: block;
  vertical-align: top !important;
  font-size: 0;
}
.not-msie-old .div-lvl1 {
  display: table-cell;
  vertical-align: top !important;
  min-width: 200px;
}
.not-msie-old .subnav-3-cols .div-lvl1 {
  /*width: 33%;*/
}
.not-msie-old .subnav-2-cols .div-lvl1 {
  /*width: 50%;*/
}
.msie-old .div-lvl1 {
  min-width: 200px;
  /*display: inline;
	zoom: 1;
	display: inline-block;
	vertical-align: top;*/
  float: left;
  display: block;
}
.msie-old .subnav-full-width .div-lvl1 {
  width: 25%;
}
.msie-old .subnav-full-width.subnav-3-cols .div-lvl1 {
  width: 33%;
}
.msie6 .subnav-3-cols .div-lvl1 {
  width: 33%;
}
.msie-old .subnav-full-width.subnav-2-cols .div-lvl1 {
  width: 50%;
}
.msie6 .subnav-2-cols .div-lvl1 {
  width: 50%;
}
.ul-lvl1 {
  list-style: none;
  list-style-image: none;
  padding-left: 0;
}
.msie-old .ul-lvl1 {
  padding: 0 10px 10px 0;
}
.msie-old .div-lvl1 .last {
  padding-right: 0;
}
/* -------------- Apparence des sous-menus standards --------------- */
.msie6 .std-subnav .li-lvl1 {
  display: inline;
}
.std-subnav .li-lvl1 {
  margin: 0;
}
.std-subnav .h-lvl1 {
  font-weight: normal;
}
.std-subnav .a-lvl1 {
  display: block;
  padding: 3px 0;
  font-size: 12px;
  text-decoration: none;
  color: #212121;
}
.std-subnav .current1 .a-lvl1,
.std-subnav .a-lvl1:hover,
.std-subnav .a-lvl1:focus {
  color: #009ac4;
}
.std-subnav .span-lvl1 {
  display: block;
}
.rich-subnav {
  width: 918px;
}
.rich-subnav .h-lvl1 {
  margin: 0 20px 0 0;
  font-weight: normal;
}
.rich-subnav .a-lvl1 {
  display: block;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #212121;
}
.rich-subnav .current1 .a-lvl1,
.rich-subnav .a-lvl1:hover,
.rich-subnav .a-lvl1:focus {
  color: #009ac4;
}
.rich-subnav .span-lvl1 {
  display: block;
}
.rich-subnav .ul-lvl2 {
  margin: 0 20px 10px 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.rich-subnav .div-lvl1 .ul-lvl2:last-child {
  margin-bottom: 0;
}
.rich-subnav .li-lvl2 {
  margin: 0;
}
.rich-subnav .h-lvl2 {
  font-weight: normal;
}
.rich-subnav .a-lvl2 {
  display: block;
  padding: 1px 0;
  font-size: 12px;
  text-decoration: none;
  color: #212121;
}
.rich-subnav .current2 .a-lvl2,
.rich-subnav .a-lvl2:hover,
.rich-subnav .a-lvl2:focus {
  color: #009ac4;
}
.rich-subnav .span-lvl2 {
  display: block;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// SIDEBAR //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
/* ----------------------------- Account navigation ---------------------------- */
.account-ul {
  padding: 0;
  list-style: none;
}
.account-ul {
  padding: 0;
  list-style: none;
}
.account-ul .first {
  padding-top: 0;
  border-top: none;
}
.account-li {
  margin: 0;
  padding-top: 1px;
  border-top: 1px solid #dfdfdf;
  font-size: 14px;
}
.account-a {
  display: block;
  position: relative;
  padding: 6px 5px 6px 26px;
  text-decoration: none;
  color: #212121;
}
.account-a .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
#account-cfg .icon {
  left: 4px;
  top: 5px;
  font-size: 19px;
}
#account-history .icon {
  left: 7px;
  top: 9px;
  font-size: 13px;
}
#account-shop-rating .icon {
  left: 7px;
  top: 7px;
  font-size: 14px;
}
#account-fidelity .icon {
  left: 7px;
  top: 7px;
  font-size: 14px;
}
#account-subscriptions .icon {
  left: 5px;
  top: 4px;
  font-size: 18px;
}
#account-contact .icon {
  left: 5px;
  top: 5px;
  font-size: 19px;
}
#account-logout .icon {
  left: 6px;
  top: 7px;
  font-size: 16px;
}
.current .account-a,
.account-a:hover,
.account-a:focus {
  background: #e9edf3;
  color: #009ac4;
}
.current .account-a {
  font-weight: 600;
}
.order-list td {
  text-align: center;
}
.parcel-track {
  display: block;
  position: relative;
  padding: 5px 0 5px 26px;
}
.parcel-track .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: normal;
  font-size: 19px;
}
.address-infos {
  margin: 20px 0 10px 0;
  padding: 10px 15px;
  width: 298px;
  border: 1px solid #dddddd;
}
.address-infos .h3 {
  margin-top: 0;
}
.address-infos a {
  color: #a80e0e;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// BRAND SLIDER //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
#brand-slider {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 40px;
  width: 840px;
}
#c1-brand-slider {
  padding: 0;
  list-style: none;
}
.brand-slider-50 #c1-brand-slider {
  height: 52px;
}
.brand-slider-100 #c1-brand-slider {
  height: 102px;
}
.brand-slider-li {
  float: left;
}
.brand-slider-50 .brand-slider-li {
  margin: 0 4px;
  width: 52px;
  height: 52px;
}
.brand-slider-100 .brand-slider-li {
  margin: 0 9px;
  width: 102px;
  height: 102px;
}
.selections-pro-a #brand-slider,
.selections-pro-e #brand-slider {
  padding: 0 40px;
  width: 612px;
}
.selections-pro-a .brand-slider-50 .brand-slider-li,
.selections-pro-e .brand-slider-50 .brand-slider-li {
  margin: 0 4px;
}
.selections-pro-a .brand-slider-100 .brand-slider-li,
.selections-pro-e .brand-slider-100 .brand-slider-li {
  margin: 0 9px;
}
.brand-slider-img {
  border: 1px solid #dfdfdf;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#brand-slider-prev,
#brand-slider-next {
  position: absolute;
  color: #212121;
}
#brand-slider-prev .icon,
#brand-slider-next .icon {
  font-size: 30px;
}
.brand-slider-50 #brand-slider-prev,
.brand-slider-50 #brand-slider-next {
  top: 10px;
}
.brand-slider-100 #brand-slider-prev,
.brand-slider-100 #brand-slider-next {
  top: 35px;
}
#brand-slider-prev.disabled,
#brand-slider-next.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
#brand-slider-prev {
  left: 10px;
}
#brand-slider-next {
  right: 10px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// CONTENT //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#pre-content {
  margin: 0;
  padding: 0;
  width: 920px;
  background: none;
  margin-top: 20px;
}
#pre-content #main-slider {
  margin: 0;
}
#content {
  padding: 20px 20px;
}
#main {
  float: right;
  width: 680px;
}
#main.no-column {
  float: none;
  width: 920px;
}
/* ------------------------- Breadcrumb --------------------------- */
#breadcrumb {
  margin-bottom: 15px;
  font-size: 12px;
}
#breadcrumb .first {
  position: relative;
  padding-left: 16px;
}
#breadcrumb .first .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: normal;
  font-size: 11px;
}
.breadcrumb-a {
  color: #212121;
}
#breadcrumb-current {
  color: #009ac4;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// PRODUCT DETAILS //------------------------------- //
 * -------------------------------------------------------------------------------------- */
.with-brand-img {
  position: relative;
  padding-right: 60px;
  min-height: 50px;
}
#prod-h1 {
  line-height: 22px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
#c1-prod-h1 {
  display: block;
}
#prod-ref {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
#prod-brand {
  margin-bottom: 20px;
}
#prod-brand-a {
  text-decoration: none;
  color: #bcbcbc;
}
#prod-brand-a:hover,
#prod-brand-a:focus {
  text-decoration: underline;
}
#prod-brand-img {
  position: absolute;
  right: 0;
  top: 0;
}
#prod-rating {
  font-size: 0;
}
#prod-rating .stars-bg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 2px 0;
}
#prod-rating .stars-fg {
  top: 2px;
}
#prod-rating #prod-rating-add,
#prod-rating #prod-rating-read,
#prod-rating .stars-bg {
  vertical-align: middle;
}
.msie-old #prod-rating-add,
.msie-old #prod-rating-read,
.msie-old .stars-bg {
  display: inline;
  zoom: 1;
}
#prod-rating-add,
#prod-rating-read {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  text-decoration: none;
  color: #212121;
}
#prod-rating-add .icon,
#prod-rating-read .icon {
  display: block;
  position: absolute;
  left: 5px;
  top: 1px;
  line-height: normal;
  font-size: 13px;
}
#prod-rating-read {
  margin-left: 6px;
  padding-left: 24px;
  border-left: 1px solid #212121;
  color: #212121;
}
#prod-rating-read .icon {
  left: 6px;
  top: 1px;
  font-size: 13px;
}
#prod-rating-add:hover,
#prod-rating-add:focus,
#prod-rating-read:hover,
#prod-rating-read:focus {
  text-decoration: underline;
}
.msie-old #prod-rating .stars-bg {
  display: inline;
  zoom: 1;
}
#shopping-area {
  float: right;
  margin-bottom: 40px;
  width: 510px;
}
#gallery-area {
  float: left;
  position: relative;
  margin-bottom: 40px;
  width: 380px;
  padding: 0;
}
.vertical-navigation #shopping-area {
  margin-bottom: 20px;
  width: 400px;
}
.vertical-navigation #gallery-area {
  margin-bottom: 20px;
  width: 250px;
}
.vertical-navigation #main-photo {
  width: 250px;
  height: auto;
}
.vertical-navigation #thumbnails {
  width: 168px;
}
.vertical-navigation .custo .textbox,
.vertical-navigation .custo textarea {
  width: 388px;
}
.vertical-navigation #price {
  width: 170px;
}
.vertical-navigation .price-cur-container {
  line-height: 40px;
  font-size: 32px;
}
.vertical-navigation .price-old-container {
  font-size: 24px;
}
.vertical-navigation #share {
  margin: 0 0 40px 0;
}
.checkout-allowed #gallery-area.with-state {
  padding-top: 30px;
}
.checkout-allowed #gallery-area.with-flash-sale {
  padding-top: 42px;
}
#main-photo {
  position: relative;
  margin-bottom: 16px;
  width: 380px;
  height: 380px;
  text-align: center;
}
#main-photo .photo {
  width: auto !important;
  height: auto !important;
  max-width: 380px;
  max-height: 380px;
}
#main-photo .zoomPad {
  float: none;
  display: inline-block;
}
#main-photo .zoomWrapperImage img {
  width: auto;
}
#main-photo .photo-a {
  display: block;
}
.clic-zoom {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 30px;
  height: 30px;
  background: #ffffff;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #212121;
}
.clic-zoom .icon {
  position: absolute;
  left: 4px;
  top: 3px;
  font-size: 20px;
}
.clic-zoom:hover,
.clic-zoom:active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#lightbox img {
  max-height: 600px !important;
  max-width: 800px !important;
}
#thumbnails {
  position: relative;
  padding: 0 50px;
  width: 280px;
}
#thumbnails .lightbox {
  display: none;
}
#thumbnails .zoomThumbActive img,
#thumbnails .thumbnail a:hover img,
#thumbnails .thumbnail a:active img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#c1-thumbnails {
  padding: 0;
  list-style: none;
}
.thumbnail {
  float: left;
  margin: 0 2px;
  width: 52px;
  height: 52px;
}
.thumbnail img {
  border: 1px solid #ffffff;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#thumb-prev,
#thumb-next {
  position: absolute;
  top: 10px;
  color: #212121;
}
#thumb-prev .icon,
#thumb-next .icon {
  font-size: 30px;
}
#thumb-prev.disabled,
#thumb-next.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
#thumb-prev {
  left: 20px;
}
#thumb-next {
  right: 20px;
}
#prod-state {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
.state-value {
  font-size: 16px;
  font-weight: 600;
}
.state-upto {
  font-size: 14px;
  font-weight: 400;
}
#flash-sale,
.flash-sale {
  position: absolute;
  top: 0;
  left: 0;
  background: #b20d0d;
  background: -moz-linear-gradient(top, #b20d0d 0%, #8a0808 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b20d0d), color-stop(100%, #8a0808));
  background: -webkit-linear-gradient(top, #b20d0d 0%, #8a0808 100%);
  background: -o-linear-gradient(top, #b20d0d 0%, #8a0808 100%);
  background: -ms-linear-gradient(top, #b20d0d 0%, #8a0808 100%);
  background: linear-gradient(to bottom, #b20d0d 0%, #8a0808 100%);
  font-size: 0;
}
#flash-sale {
  width: 380px;
}
#flash-sale-h1,
.flash-sale-h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  position: relative;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
#flash-sale-h1 .icon,
.flash-sale-h1 .icon {
  position: absolute;
  line-height: normal;
}
#flash-sale-h1 {
  padding: 4px 0 0 40px;
  width: 62px;
  height: 36px;
  line-height: 15px;
  -webkit-box-shadow: inset -10px 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -10px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset -10px 0 10px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}
#flash-sale-h1 .icon {
  left: 8px;
  top: 3px;
  font-size: 28px;
}
#countdown,
.countdown {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  margin: 0;
  color: #ffffff;
}
#countdown {
  padding: 5px 0 5px 10px;
  height: 30px;
  width: 268px;
}
.dash {
  display: block;
  float: left;
  position: relative;
  width: 67px;
  height: 30px;
}
.dash .digit {
  display: block;
  float: left;
  position: relative;
  margin-right: 2px;
  width: 20px;
  height: 30px;
  line-height: 27px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
#flash-sale .digit {
  background: #5f0707;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.85);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.weeks-dash {
  display: none;
}
.dash-ext {
  display: block;
  float: left;
  padding: 0 0 0 4px;
  width: 16px;
  height: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: 700;
  color: #470505;
}
/* ----------------------------- Variations / Customisations ---------------------------- */
#variations,
#customisations {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #dedede;
}
#variations .lightbox,
#customisations .lightbox {
  float: left;
  margin: 0 4px 0 0;
}
#variations .lightbox img,
#customisations .lightbox img {
  float: left;
}
#variations .combobox,
#customisations .combobox {
  width: 300px;
}
#variations .photo-variation,
#customisations .photo-variation {
  float: left;
  margin-right: 6px;
}
#variations .label,
#customisations .label {
  margin: 0;
  font-size: 12px;
}
#variations img,
#customisations img {
  border: 1px solid #dfdfdf;
}
.var-list {
  clear: both;
  margin-bottom: 10px;
}
.var,
.custo {
  margin-bottom: 10px;
}
.var-h2,
#custo-h1 {
  margin-bottom: 6px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.var-h3 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
}
.var-group .var-h3,
.custo-h2 {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #414141;
}
.custo-h2 .label {
  font-size: 12px;
  font-weight: 400;
  color: #414141;
}
.var-quantity {
  display: block;
  margin: 0;
  padding-top: 4px;
}
.var-quantity .textbox {
  width: 30px;
}
.var-radio-list {
  padding: 0;
  list-style: none;
}
.var-radio {
  clear: both;
  margin-bottom: 2px;
  padding: 4px 6px;
  overflow: hidden;
  background: #f1f1f1;
}
/*.var-radio-img img {
	width: 30px;
}

.var-radio-with-quantity img {
	width: auto;
}*/
.var-group {
  margin-bottom: 10px;
}
.custo .file-formats {
  font-size: 12px;
}
.custo .textbox,
.custo textarea {
  width: 498px;
}
/* ----------------------------- Quantity / Price / Stock ---------------------------- */
#prod-qty-stock {
  margin: 20px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid #dedede;
}
#prod-quantity {
  display: block;
  float: left;
  position: relative;
  margin-right: 30px;
  padding-right: 14px;
  border: none;
}
#prod-quantity-h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  margin: 0 6px 0 0;
  padding-top: 6px;
  font-size: 12px;
  font-weight: 600;
}
#quantity {
  width: 30px;
  height: 20px;
  font-size: 14px;
  font-weight: 600;
}
#prod-more,
#prod-less {
  display: block;
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
}
#prod-more .icon,
#prod-less .icon {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  line-height: normal;
  font-size: 6px;
  color: #212121;
}
#prod-more {
  bottom: 12px;
}
#prod-less {
  bottom: 0;
}
.stockcontainer {
  position: relative;
  margin: 0 0 20px 0;
  padding-left: 15px;
}
.stockcontainer .icon {
  display: block;
  position: absolute;
  left: 0px;
  top: 3px;
  line-height: normal;
  font-size: 10px;
  color: #414141;
}
.quantity-choice .stockcontainer {
  float: left;
  margin: 6px 0 20px 0;
}
#stock-ok,
.stock-ok {
  color: #328b1a;
}
#stock-ko,
.stock-ko {
  color: #a80e0e;
}
/*
.stock-ok #stock-ok {
	top: 1px;
}

.stock-ko #stock-ko {
	top: 2px;
}
*/
.stock-ok #stock-ko {
  display: none;
}
.stock-ko #stock-ok {
  display: none;
}
#price {
  float: left;
  width: 270px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
.price-from {
  display: block;
}
.price-cur,
.price-old {
  white-space: nowrap;
}
.price-cur-container {
  margin-right: 10px;
  line-height: 40px;
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}
.price-cur {
  font-weight: 600;
}
.price-old-container {
  font-size: 30px;
  font-weight: 400;
  white-space: nowrap;
}
.prod-flash .price-cur-container {
  color: #b10909;
}
.prod-sale .price-cur-container {
  color: #72b600;
}
.prod-special-offer .price-cur-container {
  color: #b10909;
}
#ecotax {
  display: block;
  font-size: 10px;
}
#add-cart-btn,
#goto-contact-btn {
  float: right;
  padding: 4px 5px 6px 5px;
  height: auto;
  width: 220px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #133252;
}
.add-cart-confirm {
  display: none;
  margin: 30px 0;
}
.add-cart-confirm-item {
  display: none;
  position: relative;
  margin: 0 0 2px 0;
  padding: 10px 15px 10px 80px;
  font-size: 18px;
  font-weight: 600;
  background: #e7f5e4;
  border: 1px solid #afdea5;
  color: #328b1a;
}
.add-cart-confirm-item .icon {
  display: block;
  position: absolute;
  left: 18px;
  top: 14px;
  line-height: normal;
  font-size: 40px;
  color: #328b1a;
}
.add-cart-confirm-item .confirm-btn {
  margin-top: 10px;
}
.add-cart-confirm-item {
  background: #328b1a;
  border: 1px solid #328b1a;
  color: #fff;
}
.add-cart-confirm-item .icon {
  color: #fff;
}
/*
.add-cart-confirm {
	position: relative;
	margin: 20px 0 20px 30px;
	padding: 10px 15px;
	background: @success_bg;

	.icon {
		display: block;
		position: absolute;
		left: -30px;
		top: 7px;
		line-height: normal;
		font-size: 24px;
		color: @success_color;
	}

	.add-cart-confirm-item {
		margin: 0;
		padding: 3px 0 3px 10px;
		font-size: @std_fs2;
		color: @success_color;

		.icon {
			display: block;
			position: absolute;
			left: 0px;
			top: 6px;
			line-height: normal;
			font-size: 12px;
		}
	}
}
*/
#add-cart-confirm {
  display: none;
  margin: 15px 0;
  padding: 10px 20px;
  background: #e9edf3;
  color: #212121;
}
#hover-banner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
#c1-hover-banner {
  margin: 0 auto;
  padding: 10px 20px;
  width: 920px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  font-size: 0;
  color: #212121;
}
#hover-photo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  border: 1px solid #ffffff;
}
#hover-infos {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin: 0 20px;
  width: 586px;
}
.msie-old #c1-hover-banner {
  border: 1px solid #dfdfdf;
  border-top: none;
}
.msie-old #hover-photo {
  display: inline;
  zoom: 1;
}
.msie-old #hover-infos {
  display: inline;
  zoom: 1;
}
#hover-name {
  margin: 0;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#hover-price {
  margin: 0;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
#hover-price .price-cur,
#hover-price .price-cur-container .ht {
  line-height: normal;
  font-size: 18px;
}
#hover-price .price-old,
#hover-price .price-old-container .ht {
  line-height: normal;
  font-size: 14px;
}
.sale #hover-price .price-cur,
.sale #hover-price .price-cur-container .ht {
  color: #72b600;
}
.special-offer #hover-price .price-cur,
.special-offer #hover-price .price-cur-container .ht {
  color: #b10909;
}
#hover-add-cart-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin-right: 20px;
  padding: 0 10px;
  width: 180px;
  height: 25px;
  line-height: 23px;
  text-transform: uppercase;
}
#hover-close-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  width: 20px;
  height: 20px;
  background: #212121;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
#hover-close-btn .icon {
  display: block;
  padding-top: 2px;
  line-height: normal;
  font-size: 15px;
  color: #ffffff;
}
#hover-close-btn:hover,
#hover-close-btn:active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#prod-add-cart {
  float: right;
  margin: 0 0 20px 0;
  padding: 0;
  width: 220px;
}
#alert-btn {
  display: none;
}
.buyable #add-cart-btn {
  margin-bottom: 10px;
}
.buyable .stock-ko #alert-btn {
  display: block;
}
.not-buyable .stock-ok #alert-btn {
  display: none;
}
.not-buyable .stock-ko #add-cart-btn {
  display: none;
}
.not-buyable .stock-ko #alert-btn {
  display: block;
}
#alert-btn {
  clear: right;
  float: right;
  position: relative;
  padding: 3px 5px 5px 55px;
  line-height: 15px;
  height: auto;
  width: 158px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  white-space: normal;
  text-transform: uppercase;
  text-align: left;
}
#alert-btn .icon {
  display: block;
  position: absolute;
  left: 18px;
  top: 3px;
  line-height: normal;
  font-size: 28px;
}
#alert-modal {
  display: none;
  font-size: 0;
}
#alert-modal .field {
  margin-bottom: 20px;
}
#alert-modal .label {
  width: 150px;
  text-align: left;
}
#alert-modal .ul-rd-h {
  width: 310px;
}
#alert-modal .button {
  position: relative;
  padding-right: 28px;
  width: 180px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
#alert-modal .button .icon {
  display: block;
  position: absolute;
  right: 4px;
  top: 3px;
  line-height: normal;
  font-size: 18px;
}
.newsletter-field {
  position: relative;
  height: 24px;
  background: #ffffff;
  border: 1px solid #dedede;
}
.newsletter-field .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: -3px;
  line-height: normal;
  font-size: 27px;
  color: #bcbcbc;
}
.newsletter-field #alert-newsletter {
  position: absolute;
  left: 33px;
  top: 2px;
  padding: 0;
  width: 430px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #414141;
}
#alert-photo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin-right: 10px;
}
#alert-h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  width: 410px;
  font-weight: 600;
  color: #a80e0e;
}
.msie-old #alert-photo,
.msie-old #alert-h1 {
  display: inline;
  zoom: 1;
}
#alert-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9edf3;
}
.alert-h2 {
  font-weight: 600;
}
.range-h1 {
  margin-top: 20px;
  font-size: 14px;
}
.range-table {
  margin: 0 -1px;
  border-collapse: separate;
  border-spacing: 1px;
}
.range-table,
.range-th,
.range-td {
  border: none;
}
.range-th,
.range-td {
  padding: 4px 10px;
}
.range-th {
  width: 100px;
}
.range-1-cols,
.range-2-cols {
  width: auto;
}
.range-1-cols .range-td,
.range-2-cols .range-td {
  width: 100px;
}
.range-3-cols,
.range-4-cols,
.range-5-cols {
  width: 100%;
}
.range-3-cols .range-td,
.range-4-cols .range-td,
.range-5-cols .range-td {
  width: auto;
}
.range-th {
  background: #d3dde7;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #212121;
}
.range-td {
  background: #e9edf3;
  font-size: 12px;
  text-align: center;
  color: #212121;
}
.range-amount-tr .range-td {
  font-weight: 600;
}
#share {
  margin-top: 30px;
  padding: 12px 5px 10px 20px;
  background: #f1f1f1;
}
.email-btn,
.facebook-btn,
.twitter-btn,
.google-btn,
.pinterest-btn {
  float: left;
  margin-left: 8px;
}
.email-btn {
  position: relative;
  margin: 0;
  padding: 0 5px 0 26px;
  height: 18px;
  line-height: 16px;
  border: 1px solid;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  border-color: #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  color: #212121;
}
.email-btn .icon {
  display: block;
  position: absolute;
  left: 5px;
  top: 0px;
  line-height: normal;
  font-size: 17px;
  text-shadow: 0 0 1px #000000;
  color: #ffffff;
}
.email-btn:hover,
.email-btn:active {
  background: #ffffff;
}
.facebook-btn {
  width: 96px;
}
.twitter-btn {
  width: 106px;
}
.google-btn {
  width: 73px;
}
.pinterest-btn {
  width: 74px;
}
#share-form {
  display: none;
}
#share-form .error-group,
#share-form .success-group {
  margin-top: 0;
}
.prod-infos {
  margin-top: 30px;
}
.prod-h2 {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #212121;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
}
#comments-tab #comment-form .h2 {
  margin-top: 0;
}
#modal-prod-photo {
  float: left;
}
#modal-prod-infos {
  float: right;
  width: 410px;
}
#modal-prod-name {
  float: left;
  margin: 0;
  width: 300px;
  font-size: 12px;
  font-weight: 600;
}
#modal-prod-brand {
  clear: left;
  float: left;
  width: 300px;
  font-size: 11px;
}
#modal-prod-brand-a {
  text-decoration: none;
  color: #bcbcbc;
}
#modal-prod-brand-a:hover,
#modal-prod-brand-a:focus {
  text-decoration: underline;
}
#modal-prod-price {
  float: right;
  width: 100px;
  line-height: 18px;
  text-align: center;
}
#modal-prod-price-cur {
  display: block;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
#modal-prod-price-old {
  font-size: 16px;
}
.prod-flash #modal-prod-price-cur {
  color: #b10909;
}
.prod-sale #modal-prod-price-cur {
  color: #72b600;
}
.prod-special-offer #modal-prod-price-cur {
  color: #b10909;
}
#modal-prod-quantity {
  clear: both;
}
#add-cart-modal {
  display: none;
  min-height: 220px;
}
#add-cart-modal .btn-area {
  position: relative;
  height: 54px;
  text-align: center;
}
#add-cart-modal .button {
  position: absolute;
  top: 20px;
  width: 200px;
}
#add-cart-modal #modal-stay-btn {
  left: 0;
  height: 26px;
}
#add-cart-modal #modal-checkout-btn {
  right: 0;
}
#simplemodal-container .simplemodal-close-btn {
  right: 20px;
  top: 20px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #212121;
}
#simplemodal-container .simplemodal-close-btn .icon {
  display: block;
  position: absolute;
  left: 3px;
  top: 1px;
  line-height: normal;
  font-size: 11px;
  color: #ffffff;
}
#add-cart-modal-h1 {
  position: relative;
  margin-bottom: 6px;
  padding: 0 0 20px 20px;
  line-height: 20px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 20px;
  font-weight: 600;
  color: #2b8912;
}
#add-cart-modal-h1 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: normal;
  font-size: 16px;
}
#modal-checkout-btn {
  position: relative;
}
#modal-checkout-btn .icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  line-height: normal;
  font-size: 12px;
}
#modal-cross-sell {
  margin-top: 20px;
  border-top: 2px solid #dfdfdf;
  padding-top: 20px;
}
#modal-cross-sell .prod {
  float: left;
  margin-right: 24px;
  width: 132px;
  text-align: center;
}
#modal-cross-sell .last {
  margin-right: 0;
}
#modal-cross-sell .prod-name {
  margin-bottom: 3px;
  font-size: 12px;
}
#modal-cross-sell .prod-name-a {
  display: block;
  width: 132px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #212121;
}
#modal-cross-sell .prod-price {
  font-size: 11px;
  text-align: center;
}
#modal-cross-sell .prod-price-a {
  text-decoration: none;
  color: #212121;
}
#modal-cross-sell .prod-price-cur {
  display: block;
  font-size: 14px;
  color: #212121;
}
#modal-cross-sell .prod-price-old {
  font-size: 12px;
  color: #212121;
}
#modal-cross-sell .prod-flash .prod-price-cur {
  color: #b10909;
}
#modal-cross-sell .prod-sale .prod-price-cur {
  color: #72b600;
}
#modal-cross-sell .prod-special-offer .prod-price-cur {
  color: #b10909;
}
#modal-cross-sell-h1 {
  font-size: 14px;
  font-weight: 600;
}
#div-img-raw {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1px;
  z-index: -9999;
}
#div-img-raw img {
  visibility: hidden;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------// HOMEPAGE //----------------------------- //
 * -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// BLOG //------------------------------- //
 * -------------------------------------------------------------------------------------- */
.page-blog .h1,
.page-blog-post .h1 {
  margin-bottom: 4px;
}
.page-blog .post {
  margin-bottom: 30px;
}
.page-blog .post.first {
  margin-top: 10px;
}
.page-blog .post.last {
  margin-bottom: 10px;
}
.post-infos {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #212121;
}
.share {
  margin-bottom: 10px;
}
.share :first-child,
.share .facebook-btn {
  margin-left: 0;
}
.comments-nb {
  position: relative;
  padding: 4px 0 0 23px;
  border-top: 1px solid #212121;
  text-transform: lowercase;
}
.comments-nb .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: normal;
  font-size: 17px;
  color: #212121;
}
.msie-old .comments-nb .icon {
  top: 9px;
}
.comment {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.comment-infos {
  padding-right: 90px;
}
.comment-text {
  margin: 0;
}
.no-comment {
  padding: 15px 20px;
  background: #dfdfdf;
  font-size: 14px;
  text-align: center;
  color: #212121;
}
#comment-form .h2 {
  position: relative;
  margin-top: 30px;
  padding: 0 0 4px 25px;
  border-bottom: 1px solid #212121;
}
#comment-form .h2 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 20px;
  color: #212121;
  left: 3px;
}
#comments .h2 {
  position: relative;
  margin-top: 30px;
  padding: 0 0 4px 25px;
  border-bottom: 1px solid #212121;
}
#comments .h2 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 20px;
  color: #212121;
}
#comments .h2 .icon-add-comment {
  left: 3px;
}
#comments .even {
  background: #e9edf3;
  border-color: #e9edf3;
}
#comments .admin {
  background: #e7f5e4;
  border: 1px dashed #328b1a;
}
#comments .stars-bg {
  position: absolute;
  right: 10px;
  top: 5px;
}
#comments .stars-bg .icon {
  color: #ffcc00;
}
#comments .stars-bg .star-off {
  color: #cccccc;
}
.rate-ul {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.rate-li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin: 0;
}
.rate-label {
  display: block;
  margin: 0;
  padding: 0 3px 0 0;
}
.rate-label .icon {
  line-height: normal;
  font-size: 13px;
  color: #cccccc;
}
.rate-label .star-on {
  color: #ffcc00;
}
.star-on .icon {
  color: #ffcc00;
}
.star-off .icon {
  color: #cccccc;
}
.rate-input {
  display: none;
}
.icon-share-fb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  width: 16px;
  height: 16px;
  line-height: 18px;
  background: #4e69a2;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
.icon-share-tw {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  width: 16px;
  height: 16px;
  line-height: 18px;
  background: #33ccff;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// CHECKOUT - CART //------------------------------- //
 * -------------------------------------------------------------------------------------- */
#cart-empty {
  background: url(/_t/_/images/npc-sac-clair.png) no-repeat left top;
  height: 350px;
  padding: 115px 0 0 400px;
}
.cart-empty-txt {
  font-size: 24px;
  color: #212121;
  margin-bottom: 30px;
}
.cart-empty-txt strong {
  display: block;
  color: #009ac4;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
#btn-start {
  position: relative;
  padding: 14px 50px 18px 20px;
  line-height: 22px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5d5c5c;
  background: -moz-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5c5c), color-stop(100%, #464545));
  background: -webkit-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -o-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -ms-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: linear-gradient(to bottom, #5d5c5c 0%, #464545 100%);
  /*background: @gradient3_bgcolor;
	border-color: @gradient3_border;  */
  color: #bcbcbc;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
#btn-start .icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 9px;
  line-height: normal;
  font-size: 28px;
  color: #ffffff;
}
#btn-start:hover,
#btn-start:active {
  background: #212121;
  background: -moz-linear-gradient(top, #111111 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #111111 0%, #333333 100%);
  background: -o-linear-gradient(top, #111111 0%, #333333 100%);
  background: -ms-linear-gradient(top, #111111 0%, #333333 100%);
  background: linear-gradient(to bottom, #111111 0%, #333333 100%);
}
#btn-start:active {
  -webkit-box-shadow: inset 0 2px 10px #000000;
  -moz-box-shadow: inset 0 2px 10px #000000;
  box-shadow: inset 0 2px 10px #000000;
}
.c1-checkout {
  position: relative;
}
.td-prod-photo {
  width: 52px;
}
.td-prod-infos,
.td-option-infos {
  text-align: left;
}
.td-prod-infos .prod-name-a,
.td-option-infos .prod-name-a {
  text-decoration: none;
  color: #212121;
}
.td-prod-infos .prod-name-a:hover,
.td-option-infos .prod-name-a:hover,
.td-prod-infos .prod-name-a:focus,
.td-option-infos .prod-name-a:focus {
  text-decoration: underline;
}
.td-prod-qty {
  width: 80px;
  text-align: center;
}
.td-prod-price,
.td-prod-unit-price,
.td-option-price {
  width: 110px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  text-align: center;
}
.td-prod-price .prod-price-container,
.td-prod-unit-price .prod-price-container,
.td-option-price .prod-price-container,
.td-prod-price .prod-price-cur,
.td-prod-unit-price .prod-price-cur,
.td-option-price .prod-price-cur,
.td-prod-price .option-price,
.td-prod-unit-price .option-price,
.td-option-price .option-price {
  font-weight: 600;
  color: #a80e0e;
}
.td-prod-price .prod-price-old,
.td-prod-unit-price .prod-price-old,
.td-option-price .prod-price-old {
  color: #414141;
}
.td-prod-price .prod-ecotax,
.td-prod-unit-price .prod-ecotax,
.td-option-price .prod-ecotax {
  margin-top: 4px;
  font-size: 10px;
  color: #414141;
}
.td-prod-price .option-price,
.td-prod-unit-price .option-price,
.td-option-price .option-price {
  text-transform: uppercase;
}
.tr-subtotal td,
.tr-subtotal th {
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 600;
}
.tr-subtotal th,
.tr-subtotal .c1-th-subtotal {
  text-transform: uppercase;
  text-align: right;
}
.tr-subtotal td,
.tr-subtotal .c1-td-subtotal {
  text-align: center;
  color: #a80e0e;
}
.tr-total .c1-th-total,
.tr-total .c1-td-total {
  padding: 7px 5px;
  background: #e9edf3;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
}
.tr-total .th-total {
  padding: 1px 0 1px 1px;
  font-weight: 400;
  text-transform: none;
  text-align: right;
}
.tr-total .td-total {
  padding: 1px 1px 1px 0;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}
.tr-total .c1-td-total {
  color: #a80e0e;
}
#cart-detail {
  margin-bottom: 20px;
}
.msie-old #cart-detail {
  float: left;
}
.checkout-contact {
  position: relative;
  margin: 0;
  padding: 4px 10px 4px 58px;
  width: 180px;
  background: #ffa90b;
  background: -moz-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc71f), color-stop(100%, #ffa90b));
  background: -webkit-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -o-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -ms-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: linear-gradient(to bottom, #ffc71f 0%, #ffa90b 100%);
  border: 1px solid #d3dde7;
  font-size: 14px;
  color: #674404;
}
.checkout-contact strong {
  font-weight: 600;
}
.checkout-contact a {
  text-transform: lowercase;
}
.checkout-contact .icon {
  display: block;
  position: absolute;
  left: 12px;
  top: 5px;
  line-height: normal;
  font-size: 32px;
}
.page-validation .checkout-contact {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-cart .cart-h1 {
  float: left;
  width: 40%;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.page-cart .cart-h1 span {
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 600;
  color: #a80e0e;
}
.page-cart .cart-save {
  clear: left;
  float: left;
  position: relative;
  margin-bottom: 30px;
  padding-left: 14px;
  font-size: 10px;
  font-style: italic;
  color: #414141;
}
.page-cart .cart-save .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: normal;
  font-size: 12px;
}
.page-cart .checkout-contact {
  float: right;
  margin-bottom: 30px;
}
.page-cart .option-name {
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.page-cart .delete {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  font-size: 10px;
  color: #999999;
}
.page-cart .delete .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: normal;
  font-size: 10px;
  color: #999999;
}
.page-cart .prod-price-old {
  display: block;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
  color: #414141;
}
.page-cart .td-prod-stock {
  text-align: center;
}
.page-cart .td-prod-stock .prod-stock {
  white-space: nowrap;
}
.page-cart .td-prod-stock .prod-stock .icon {
  margin-right: 4px;
  line-height: normal;
  font-size: 7px;
  color: #212121;
}
.page-cart .td-prod-stock .prod-stock-ok .icon {
  color: #328b1a;
}
.page-cart .td-prod-stock .prod-stock-ko .icon {
  color: #a80e0e;
}
.page-cart .td-prod-unit-price .prod-price-cur {
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 400;
  color: #212121;
}
.page-cart .td-prod-qty {
  width: 120px;
}
.page-cart .td-prod-qty .textbox {
  vertical-align: middle;
  width: 30px;
  text-align: center;
}
.page-cart .td-prod-qty .delete {
  text-align: center;
}
.page-cart .prod-less,
.page-cart .prod-more {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 10px;
  height: 10px;
}
.page-cart .prod-less .icon,
.page-cart .prod-more .icon {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  line-height: normal;
  font-size: 5px;
  color: #212121;
}
.page-cart .td-reduc-form {
  padding: 15px 10px;
  background: #f6f6f6;
  text-align: right;
}
.page-cart .td-reduc-form .textbox,
.page-cart .td-reduc-form .button {
  margin-left: 10px;
}
.page-cart .td-option-photo {
  text-align: center;
}
.page-cart .tr-reduc .td-option-photo .icon,
.page-cart .tr-sms .td-option-photo .icon,
.page-cart .tr-parcel-msg .td-option-photo .icon,
.page-cart .tr-gift-paper .td-option-photo .icon {
  line-height: normal;
  color: #212121;
}
.page-cart .tr-reduc .td-option-photo .icon {
  font-size: 32px;
}
.page-cart .tr-sms .td-option-photo .icon {
  font-size: 40px;
}
.page-cart .tr-parcel-msg .td-option-photo .icon {
  font-size: 30px;
}
.page-cart .tr-gift-paper .td-option-photo .icon {
  font-size: 30px;
}
.page-cart .td-fidelity-benef {
  padding: 15px 10px;
  text-align: right;
}
.page-cart .fidelity-benef-val {
  color: #009ac4;
}
.page-cart .tr-delivery .td-option-infos {
  padding: 15px 0 15px 10px;
}
.page-cart .tr-delivery .td-option-infos .delivery-country,
.page-cart .tr-delivery .td-option-infos .delivery-comp {
  display: inline-block;
  vertical-align: bottom;
}
.page-cart .tr-delivery .td-option-infos .delivery-country {
  width: 44%;
}
.page-cart .tr-delivery .td-option-infos .delivery-country .label,
.page-cart .tr-delivery .td-option-infos .delivery-country .combobox,
.page-cart .tr-delivery .td-option-infos .delivery-country .chzn-container {
  vertical-align: middle;
}
.page-cart .tr-delivery .td-option-infos .delivery-country .combobox {
  width: 90%;
}
.page-cart .tr-delivery .td-option-infos .delivery-country .label {
  margin-right: 10px;
}
.page-cart .tr-delivery .td-option-infos .delivery-comp {
  width: 54%;
  line-height: 12px;
  font-size: 11px;
  font-style: italic;
  color: #414141;
}
.page-cart .tr-delivery .td-option-infos .delivery-comp a {
  display: inline-block;
  color: #414141;
}
#cart-validation {
  margin-bottom: 30px;
  text-align: right;
}
#cart-validation .button {
  vertical-align: middle;
}
.cart-print {
  float: left;
  font-size: 11px;
}
.cart-print-a {
  float: left;
  position: relative;
  padding: 13px 0 12px 24px;
  text-decoration: none;
  color: #212121;
}
.cart-print-a .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  line-height: normal;
  font-size: 20px;
}
.cart-print-a:hover,
.cart-print-a:focus {
  text-decoration: underline;
  color: #009ac4;
}
.continue-btn,
.recalculate-btn,
.validate-btn {
  position: relative;
}
.continue-btn .icon,
.recalculate-btn .icon,
.validate-btn .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
.continue-btn {
  margin-right: 20px;
  padding-left: 35px;
}
.continue-btn .icon {
  left: 12px;
  top: 4px;
  font-size: 14px;
}
.recalculate-btn {
  margin-right: 20px;
  padding-left: 35px;
}
.recalculate-btn .icon {
  left: 16px;
  top: 6px;
  font-size: 12px;
}
.paypal-checkout-btn {
  position: relative;
  padding: 0 12px;
  height: 33px;
  line-height: 31px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #23a51a;
  background: -moz-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24a81a), color-stop(100%, #1f9016));
  background: -webkit-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: -o-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: -ms-linear-gradient(top, #24a81a 0%, #1f9016 100%);
  background: linear-gradient(to bottom, #24a81a 0%, #1f9016 100%);
  border-color: #23a51a;
  color: #d3ebd1;
  -webkit-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
  padding: 1px 95px 1px 12px;
  width: auto;
  height: auto;
  text-indent: 0;
  background: #ffc439;
  background: -moz-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcf5d), color-stop(100%, #ffb915));
  background: -webkit-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -o-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -ms-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: linear-gradient(to bottom, #ffcf5d 0%, #ffb915 100%);
  border-color: #dc911d;
  color: #212121;
  font-size: 13px;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.paypal-checkout-btn:hover,
.paypal-checkout-btn:active {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #ffb915;
  background: -moz-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb915), color-stop(100%, #ffcf5d));
  background: -webkit-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -o-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -ms-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: linear-gradient(to bottom, #ffb915 0%, #ffcf5d 100%);
  color: #000000;
}
.paypal-checkout-btn:active {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
.paypal-checkout-btn .paypal-logo {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 74px;
  height: 20px;
  background: url(/_t/_/images/logo-paypal.png) no-repeat left top;
}
.validate-btn {
  padding-right: 40px;
}
.validate-btn .icon {
  right: 12px;
  top: 3px;
  font-size: 20px;
}
.options-list {
  position: relative;
  padding: 20px 1.9% 10px 1.9%;
  border: 1px solid #dddddd;
}
.options-list .option-add {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dddddd;
  font-size: 0;
}
.options-list .first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.options-list .field {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  margin: 0;
  padding: 0 4% 0 6%;
  width: 66%;
}
.options-list .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
.options-list #option-sms .icon {
  left: 1px;
  top: 4px;
  font-size: 40px;
}
.options-list #option-parcel-msg .icon {
  left: 3px;
  top: -6px;
  font-size: 33px;
}
.options-list #option-gift-paper .icon {
  left: 6px;
  top: 1px;
  font-size: 35px;
}
.options-list .option-h1 {
  display: block;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
}
.options-list .option-price {
  color: #a80e0e;
}
.options-list .textbox {
  width: 30%;
}
.options-list textarea {
  width: 100%;
}
.options-list .btn-area {
  display: inline-block;
  vertical-align: bottom;
  width: 24%;
  text-align: right;
}
.options-list .btn-area .button {
  width: 200px;
}
.options-list .btn-area button.btn4 {
  padding-bottom: 4px;
  height: 25px;
  line-height: 18px;
}
.options-list .btn-area a.btn4 {
  width: 178px;
}
.msie-old .delete,
.msie-old .prod-less,
.msie-old .prod-more,
.msie-old .delivery-country,
.msie-old .delivery-comp,
.msie-old .delivery-comp a,
.msie-old .field,
.msie-old .options-list .btn-area {
  display: inline;
  zoom: 1;
}
.option-legend {
  position: absolute;
  left: 16px;
  top: -13px;
  padding: 0 10px;
  background: #ffffff;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
/* -------------------------------------------------------------------------------------- //
 * ------------------------------// CHECKOUT - VALIDATION //----------------------------- //
 * -------------------------------------------------------------------------------------- */
.checkout-l {
  float: left;
  width: 560px;
}
.checkout-r {
  float: right;
  width: 330px;
}
.checkout-confirmation .checkout-r {
  position: static;
  float: right;
}
.sc-h1 {
  position: relative;
  margin: 30px 0 10px 0;
  padding-left: 26px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #212121;
}
.sc-h1-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #212121;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
}
.sc-auth-mode-li {
  float: left;
  position: relative;
  z-index: 30;
  margin: 0 0 20px 0;
  width: 270px;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  color: #212121;
}
.sc-auth-mode-li .sc-fieldset-email,
.sc-auth-mode-li .sc-auth-form,
.sc-auth-mode-li .sc-fast-auth {
  display: none;
}
.c1-sc-auth-mode-li {
  width: 248px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
}
.c1-sc-auth-mode-li:hover,
.c1-sc-auth-mode-li:active {
  background: #f6f6f6;
}
.sc-auth-mode-li-last {
  float: right;
}
.msie6 .sc-auth-mode-li {
  position: static;
}
.sc-auth-mode-h1 {
  display: block;
  margin-bottom: 4px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.sc-auth-mode-desc {
  margin-bottom: 10px;
  color: #414141;
  text-align: center;
}
.sc-auth-mode-btn-area {
  text-align: center;
}
.wizi-selected {
  /*.sc-fieldset-email, .sc-auth-form, .sc-fast-auth {
		display: block;
	}*/
}
.wizi-selected .c1-sc-auth-mode-li {
  background: #f6f6f6;
  color: #009ac4;
}
.wizi-selected .sc-auth-mode-btn-area {
  display: none;
}
.sc-auth-form .field,
#pwd-form .field {
  margin-bottom: 20px;
  padding: 0;
}
.sc-auth-form .label,
#pwd-form .label {
  display: block;
  float: none;
  padding: 0;
  width: auto;
  text-align: left;
}
.sc-auth-form .textbox,
#pwd-form .textbox {
  float: none;
  padding-right: 20px;
  width: 202px;
  height: 16px;
  font-size: 10px;
  font-style: italic;
}
.sc-auth-form .field-specification,
#pwd-form .field-specification {
  margin: 0;
  width: auto;
}
.sc-auth-form .btn-area,
#pwd-form .btn-area {
  margin: 0;
}
.sc-auth-form .button,
#pwd-form .button {
  margin-right: 20px;
}
.sc-auth-form {
  display: none;
  margin: 15px 10px 10px 10px;
  padding-top: 15px;
  border-top: 2px solid #dfdfdf;
}
.sc-fieldset-email .button {
  position: relative;
  margin: 0;
  padding: 0 20px 0 10px;
  width: 196px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.sc-fieldset-email .button .icon {
  display: block;
  position: absolute;
  right: 6px;
  top: 2px;
  line-height: normal;
  font-size: 14px;
}
.sc-fieldset-email .button .button-specification {
  font-weight: 400;
  text-transform: none;
}
#ident-form-classic .btn-area {
  margin: 0;
}
#ident-form-classic .button {
  margin-right: 20px;
}
.sc-fast-auth {
  display: none;
  margin-top: 20px;
  padding: 10px;
  background: #f6f6f6;
}
.sc-fast-auth .sc-h3 {
  position: relative;
  padding-left: 16px;
}
.sc-fast-auth .sc-h3 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: normal;
  font-size: 13px;
}
.sc-fast-auth .sc-ident-expla {
  font-size: 11px;
  font-style: italic;
}
.sc-fast-auth .btn-area {
  margin: 0 -5px;
  font-size: 0;
}
.sc-fast-auth .ident-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  position: relative;
  margin: 0 5px;
  padding: 3px 10px 0 30px;
  height: 25px;
  width: 78px;
  line-height: 11px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 11px;
  white-space: normal;
  text-align: left;
  color: #ffffff;
}
.sc-fast-auth .ident-btn .icon {
  display: block;
  position: absolute;
  left: 7px;
  top: 0;
  line-height: 28px;
  color: #ffffff;
}
.sc-fast-auth .ident-facebook-btn {
  border-color: #3b5998;
  background: #3a5795;
  background: -moz-linear-gradient(top, #3a5795 0%, #314b7f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a5795), color-stop(100%, #314b7f));
  background: -webkit-linear-gradient(top, #3a5795 0%, #314b7f 100%);
  background: -o-linear-gradient(top, #3a5795 0%, #314b7f 100%);
  background: -ms-linear-gradient(top, #3a5795 0%, #314b7f 100%);
  background: linear-gradient(to bottom, #3a5795 0%, #314b7f 100%);
  -webkit-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.sc-fast-auth .ident-facebook-btn .icon {
  font-size: 16px;
}
.sc-fast-auth .ident-facebook-btn:hover,
.sc-fast-auth .ident-facebook-btn:active {
  background: #3b5998;
}
.sc-fast-auth .ident-paypal-btn {
  border-color: #0079c1;
  background: #0076bd;
  background: -moz-linear-gradient(top, #0076bd 0%, #0065a2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0076bd), color-stop(100%, #0065a2));
  background: -webkit-linear-gradient(top, #0076bd 0%, #0065a2 100%);
  background: -o-linear-gradient(top, #0076bd 0%, #0065a2 100%);
  background: -ms-linear-gradient(top, #0076bd 0%, #0065a2 100%);
  background: linear-gradient(to bottom, #0076bd 0%, #0065a2 100%);
  -webkit-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.sc-fast-auth .ident-paypal-btn .icon {
  font-size: 14px;
}
.sc-fast-auth .ident-paypal-btn:hover,
.sc-fast-auth .ident-paypal-btn:active {
  background: #0079c1;
}
.sc-fast-auth .ident-paypal-btn:active {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
}
.sc-bloc1 {
  display: none;
  clear: both;
  margin-top: 10px;
  padding: 14px 20px 19px 20px;
  width: 518px;
  border: 2px solid #bcbcbc;
  border-bottom: 2px solid #bcbcbc;
}
.sc-bloc1 .btn-area {
  padding: 10px 0 0 0;
  text-align: right;
}
.sc-bloc1 .btn-area .btn3 {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.sc-h2 {
  margin-bottom: 10px;
  position: relative;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #009ac4;
}
.sc-h2 .icon {
  display: none;
}
.summary-bloc {
  display: none;
}
.change-btn {
  display: none;
}
.step-bloc {
  margin-top: 10px;
  padding: 15px 21px 15px 21px;
  width: 518px;
  border: 1px solid #f6f6f6;
  border-bottom: 1px solid #dfdfdf;
  background: #f6f6f6;
}
.step-bloc .sc-h2 {
  margin: 0;
  color: #212121;
}
.step-bloc .sc-h2 .icon {
  display: none;
}
.step-bloc .sc-h2 .change-btn {
  display: none;
}
.step-bloc .c1-sc-bloc1 {
  display: none;
}
.validated-bloc {
  margin-top: 10px;
  padding: 10px 21px 20px 21px;
  width: 518px;
  border: 1px solid #f6f6f6;
  border-bottom: 1px solid #dfdfdf;
  background: #f6f6f6;
  /*.c1-sc-bloc1 {
		display: none;
	}

	.summary-bloc {
		display: block;
	}*/
}
.validated-bloc .sc-h2 {
  padding-left: 28px;
  color: #212121;
}
.validated-bloc .sc-h2 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  line-height: normal;
  font-size: 24px;
  color: #328b1a;
}
.validated-bloc .sc-h2 .change-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
  text-decoration: underline;
  color: #212121;
}
#sc-email-bloc {
  clear: both;
  display: none;
}
#sc-email-bloc .sc-email-val {
  margin: 0;
}
.sc-email-specification-val {
  margin: 6px 0 0 0;
  font-size: 10px;
  font-style: italic;
}
#sc-infos-bloc .sc-h2 {
  margin-bottom: 20px;
}
.sc-address {
  float: left;
  margin: 0;
  width: 254px;
}
.sc-name-val,
.sc-name2-val,
.sc-city-val,
.sc-city2-val {
  text-transform: uppercase;
}
.msie-old .sc-status-val,
.msie-old .sc-status2-val,
.msie-old .sc-name-val,
.msie-old .sc-name2-val,
.msie-old .sc-pc-val,
.msie-old .sc-pc2-val,
.msie-old .sc-city-val,
.msie-old .sc-city2-val {
  margin-right: 3px;
}
#sc-address-invoicing {
  float: right;
}
.sc-h3 {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
}
.sc-h3 span {
  font-weight: 400;
}
#sc-delivery-bloc .summary-bloc {
  font-size: 0;
}
#sc-delivery-bloc .summary-bloc p {
  margin: 0;
  color: #414141;
}
#sc-delivery-bloc .summary-bloc .sc-delivery-img-val {
  margin-right: 10px;
}
#sc-delivery-bloc .summary-bloc .delivery-mode-name {
  color: #212121;
}
.sc-delivery-img-val {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  width: 50px;
  margin-right: 10px;
}
.sc-delivery-img-val .icon {
  line-height: normal;
  font-size: 30px;
  color: #212121;
}
.sc-delivery-detail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  width: 456px;
}
.sc-delivery-infos-val p {
  font-size: 10px;
}
.sc-delivery-infos-val .delivery-mode-name {
  font-size: 14px;
  color: #212121;
}
.sc-delivery-price-val {
  font-weight: 600;
  color: #a80e0e;
}
.logged-in .sc-auth-mode-li {
  display: none;
}
.sc-regi .sc-h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
}
.sc-regi .ident-btn {
  margin: 0 0 10px 10px;
}
.sc-regi .sc-ident-expla {
  font-size: 12px;
}
.sc-auth .sc-fast-auth {
  float: left;
  width: 320px;
}
.sc-auth .sc-ident-expla {
  font-size: 10px;
}
.sc-auth .ident-btn {
  float: right;
  margin: 0 0 10px 0;
  padding: 0 5px 0 30px;
  width: 145px;
}
.sc-delivery-thead-td {
  padding: 5px;
  background: #f6f6f6;
  border: 1px solid #dfdfdf;
  border-left: 1px solid #ffffff;
  border-right: none;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.sc-delivery-infos {
  border-left: 1px solid #f6f6f6;
}
.sc-delivery-date {
  width: 90px;
}
.delivery-mode-date {
  width: 87px;
}
.sc-delivery-price {
  width: 90px;
}
.delivery-mode-price {
  width: 87px;
}
.sc-delivery-thead-price {
  width: 80px;
}
.msie-old .c1-sc-delivery-thead {
  display: block;
  width: 518px;
}
.msie-old .sc-delivery-thead-tr {
  display: block;
}
.msie-old .sc-delivery-thead-td {
  display: inline;
  zoom: 1;
}
.msie-old .sc-delivery-infos {
  width: 54.5%;
}
.msie-old .delivery-mode-infos {
  width: 37.5%;
}
.msie-old .sc-delivery-thead-date {
  width: 17%;
}
.msie-old .sc-delivery-thead-price {
  width: 12.6%;
}
.msie6 .sc-delivery-thead-price {
  width: 11%;
}
.not-msie-old .sc-delivery-thead {
  margin: 0;
}
.not-msie-old .c1-sc-delivery-thead {
  display: table;
  width: 518px;
}
.not-msie-old .sc-delivery-thead-tr {
  display: table-row;
}
.not-msie-old .sc-delivery-thead-td {
  display: table-cell;
}
.msie-old .sc-delivery-thead {
  margin: 0;
}
.msie-old .c1-sc-delivery-thead {
  display: block;
  width: 560px;
}
.msie-old .sc-delivery-thead-tr {
  display: block;
}
.msie-old .not-msie-old .sc-delivery-thead-td {
  display: inline;
  zoom: 1;
  margin: 0 2px;
}
#delivery-modes {
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.not-msie-old .delivery-bloc {
  display: table;
  border-spacing: 10px;
}
.delivery-bloc {
  margin-top: 1px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #dfdfdf;
  width: 516px;
}
.msie-old .delivery-bloc {
  display: block;
}
.delivery-bloc.wizi-selected {
  border-color: #009ac4;
  background: #e9edf3;
}
.not-msie-old .c1-delivery-bloc {
  display: table-row;
}
.msie-old .c1-delivery-bloc {
  display: block;
  width: 538px;
}
.c1-delivery-bloc {
  cursor: pointer;
}
.not-msie-old .c1-delivery-bloc div {
  display: table-cell;
  border-collapse: collapse;
}
.delivery-bloc div {
  vertical-align: middle;
}
.msie-old .delivery-bloc div {
  padding: 5px;
  display: inline;
  zoom: 1;
}
.delivery-mode-radio {
  width: 25px;
}
.delivery-mode-img,
.delivery-mode-price,
.sc-delivery-price,
.delivery-mode-date,
.sc-delivery-date {
  text-align: center;
}
.delivery-mode-img {
  width: 50px;
}
.delivery-mode-img .icon {
  line-height: normal;
  font-size: 30px;
  color: #212121;
}
.delivery-mode-infos p {
  font-size: 11px;
  color: #212121;
}
.delivery-mode-infos .delivery-mode-name {
  margin-bottom: 6px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #009ac4;
}
.delivery-mode-name {
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #009ac4;
}
.delivery-price {
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #a80e0e;
}
.sc-delivery-thead-date p {
  font-size: 11px;
  font-style: italic;
}
#payment-modes {
  margin: 0 -1% 5px -1%;
}
.payment-bloc {
  vertical-align: middle;
  display: inline-block;
  width: 46%;
  margin: 0 0 8px 1%;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 5px 1% 8px 1%;
  text-align: center;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 12px;
}
.msie-old .payment-bloc {
  display: inline;
  zoom: 1;
}
.payment-bloc.wizi-selected {
  border-color: #009ac4;
  background: #e9edf3;
}
.payment-bloc.wizi-selected p {
  font-weight: bold;
}
.payment-bloc input {
  vertical-align: middle;
}
.payment-bloc img {
  padding: 0 0 0 8px;
  vertical-align: middle;
}
.payment-mode-name {
  padding-top: 4px;
  display: block;
  text-align: center;
  font-weight: normal;
  color: #212121;
  font-size: 14px;
}
.payment-mode-name span {
  font-size: 12px;
  font-weight: 600;
  color: #a80e0e;
}
.payment-bloc p span {
  font-weight: bold;
  color: #C01B24;
}
.ui-autocomplete,
.ui-autocomplete * {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-autocomplete {
  font-size: 1em;
}
.ui-autocomplete li {
  font-size: 11px;
}
.recap-h1 {
  margin: 0;
  padding: 7px 5px;
  border-bottom: none;
  background: #5d5c5c;
  background: -moz-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5c5c), color-stop(100%, #464545));
  background: -webkit-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -o-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -ms-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: linear-gradient(to bottom, #5d5c5c 0%, #464545 100%);
  /*background: @gradient3_bgcolor;
	border-color: @gradient3_border;  */
  color: #bcbcbc;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.recap-h1 span {
  color: #ffffff;
}
.cart-recap {
  overflow: hidden;
}
.recap-table {
  width: 100%;
}
.recap-table thead {
  display: none;
}
.recap-table .td-prod-photo,
.recap-table .td-option-photo {
  padding: 7px 9px;
  width: 52px;
  text-align: center;
}
.recap-table .td-prod-price,
.recap-table .td-option-price {
  width: 70px;
}
.recap-table .prod-price-cur,
.recap-table .prod-price-old,
.recap-table .option-price {
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  white-space: nowrap;
}
.recap-table .tr-total .c1-th-total,
.recap-table .tr-total .c1-td-total {
  font-size: 16px;
}
.recap-table .prod-photo-a {
  display: block;
  border: 1px solid #ffffff;
}
.recap-table .prod-name,
.recap-table .option-name,
.recap-table .option-desc {
  display: block;
  font-size: 12px;
  color: #212121;
}
.recap-table .icon {
  display: block;
  line-height: normal;
}
.recap-table #option-reduc .icon {
  font-size: 32px;
}
.recap-table #option-sms .icon {
  font-size: 37px;
}
.recap-table #option-parcel-msg .icon {
  font-size: 30px;
}
.recap-table #option-gift-paper .icon {
  font-size: 30px;
}
.recap-table #option-delivery .icon {
  font-size: 32px;
}
.recap-table #option-payment .icon {
  font-size: 32px;
}
.recap-table .total-val {
  font-weight: 600;
}
.options-table {
  margin-bottom: 20px;
  border-top: 2px solid #dddddd;
}
.change {
  font-size: 10px;
  color: #a80e0e;
}
.checkout-r .btn2 {
  float: left;
  margin-top: 8px;
}
.checkout-r .btn3 {
  float: right;
}
.terms-validation {
  margin: 20px 0 15px 0;
}
.recap-total-tva {
  display: none;
}
#submit-area {
  display: none;
  text-align: center;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------// CHECKOUT - CONFIRMATION //---------------------------- //
 * -------------------------------------------------------------------------------------- */
.checkout-confirmation .sc-h1 {
  margin-top: 0;
  padding-left: 0;
}
.wizi-zone-confirmation {
  background: #f6f6f6;
}
.confirmation-num {
  position: relative;
  margin-bottom: 4px;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #328b1a;
}
.confirmation-num .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: normal;
  font-size: 15px;
}
.confirmation-expla,
.confirmation-tracking {
  font-size: 12px;
  color: #414141;
}
.confirmation-tracking a {
  white-space: nowrap;
  color: #212121;
}
.tuto-area {
  margin: 40px 0;
  padding: 10px 15px 15px 15px;
  background: #f6e6e6;
}
.tuto-area table {
  margin-bottom: 10px;
  width: 100%;
}
.tuto-h1 {
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.tuto-infos {
  float: left;
  display: block;
}
.tuto-area-cheque .tuto-infos {
  width: 50%;
}
.tuto-info {
  font-size: 14px;
}
.tuto-info-name {
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: top !important;
}
.tuto-info-val {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: 600;
}
.msie-old .tuto-info {
  display: inline;
  zoom: 1;
}
.tuto-illust {
  float: right;
  display: block;
  width: 20%;
  padding-left: 146px;
  background: url(/_t/_/images/npc-tuto-cheque.png) no-repeat left top;
  font-weight: 600;
  color: #a80e0e;
}
.tuto-specification {
  font-size: 14px;
  font-style: italic;
  color: #414141;
}
.confirmation-address {
  margin-bottom: 40px;
  padding: 10px 15px 15px 15px;
  overflow: hidden;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
}
.confirmation-address .confirmation-address-h1 {
  margin: 0 0 4px 0;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #212121;
}
.confirmation-address address {
  float: left;
  display: block;
  width: 48%;
  margin: 0;
  font-size: 12px;
  font-style: normal;
}
.msie-old .confirmation-address .confirmation-address-h1 {
  margin-bottom: 10px;
}
.confirmation-delivery {
  float: right;
  display: block;
  width: 48%;
}
.confirmation-delivery img {
  float: left;
  margin: 0 10px 10px 0;
}
.confirmation-delivery .delivery-name {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// COMMENTS //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#prod-comments #comments,
#comments-tab #comments {
  float: left;
  width: 540px;
}
#prod-comments #comments.submited,
#comments-tab #comments.submited {
  float: none;
  width: auto;
}
#prod-comments #comment-form,
#comments-tab #comment-form {
  float: right;
  width: 350px;
}
#comments-prod-area {
  float: right;
  width: 740px;
}
.vertical-navigation #comments-tab #comments {
  float: none;
  margin-bottom: 20px;
  width: auto;
}
.vertical-navigation #comments-tab #comment-form {
  float: none;
  width: auto;
}
.vertical-navigation #comments-prod-area {
  float: right;
  width: 740px;
}
#comments-prod-photo {
  float: left;
}
/* -------------------------------------------------------------------------------------- //
 * ------------------------------------// ACCOUNT POP //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
#account-pop {
  display: none;
  position: absolute;
}
#account-arrow {
  position: absolute;
  z-index: 20;
}
#account-arrow .icon {
  font-size: 20px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
  color: #ebebeb;
}
.pop-bottom-left #account-arrow {
  left: 20px;
  right: auto;
  top: -14px;
}
.pop-bottom-right #account-arrow {
  left: auto;
  right: 20px;
  top: -14px;
}
#c1-account-pop {
  position: relative;
  z-index: 19;
  margin-top: 13px;
  padding: 10px;
  width: 330px;
  background: #ebebeb;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#account-form .field {
  margin: 0;
  padding: 0 0 10px 0;
}
#account-form .label {
  width: 120px;
}
#account-form .textbox,
#account-form textarea,
#account-form .combobox {
  width: 168px;
}
#account-form .btn-area {
  margin-bottom: 20px;
  text-align: right;
}
#account-form .btn-area #pwd-lost {
  margin: 0;
  padding-left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
}
#account-form .btn-area .button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin-left: 20px;
}
#account-create {
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  color: #414141;
}
#account-create .button {
  margin-left: 10px;
}
.account-pop-ul {
  padding: 0;
  list-style: none;
}
.account-pop-li {
  margin: 0;
  font-size: 12px;
}
.account-pop-a {
  display: block;
  position: relative;
  padding: 3px 5px 6px 26px;
  text-decoration: none;
  color: #212121;
}
.account-pop-a .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
.account-pop-cat {
  display: block;
}
#account-pop-cfg .icon {
  left: 4px;
  top: 0;
  font-size: 19px;
}
#account-pop-history .icon {
  left: 7px;
  top: 4px;
  font-size: 13px;
}
#account-pop-logout .icon {
  left: 6px;
  top: 2px;
  font-size: 16px;
}
#account-pop-fidelity .icon {
  left: 7px;
  top: 3px;
  font-size: 14px;
}
#account-pop-subscriptions .icon {
  left: 5px;
  top: 1px;
  font-size: 18px;
}
#account-pop-contact .icon {
  left: 5px;
  top: 0px;
  font-size: 19px;
}
.current .account-pop-a,
.account-pop-a:hover,
.account-pop-a:focus {
  background: #e9edf3;
  color: #009ac4;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// CART POP //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#cart-pop {
  display: none;
  position: absolute;
}
#cart-arrow {
  position: absolute;
  right: 20px;
  top: -14px;
  z-index: 20;
}
#cart-arrow .icon {
  font-size: 20px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
  filter: dropshadow(color=#cdcdcd, offx=0, offy=-1);
  color: #ffffff;
}
.msie8-older #cart-arrow {
  display: none;
}
#c1-cart-pop {
  position: relative;
  z-index: 19;
  margin-top: 13px;
  padding: 10px;
  width: 330px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#cart-products .prod {
  display: table;
  position: relative;
  padding: 10px 0;
  width: 330px;
  border-top: 1px solid #dddddd;
}
#cart-products .first {
  border: none;
}
#cart-products .prod-photo-a {
  display: table-cell;
  vertical-align: middle !important;
  width: 50px;
  border: 1px solid #ffffff;
}
#cart-products .prod-infos {
  display: table-cell;
  vertical-align: middle !important;
  margin: 0;
  padding: 0 10px 0 15px;
}
#cart-products .prod-name {
  margin: 0;
}
#cart-products .prod-name-a {
  text-decoration: none;
}
#cart-products .prod-name-a:hover,
#cart-products .prod-name-a:focus {
  text-decoration: underline;
}
#cart-products .prod-vars {
  margin: 0;
  font-size: 10px;
}
#cart-products .prod-quantity {
  display: table-cell;
  vertical-align: middle !important;
  width: 60px;
  font-size: 0;
}
#cart-products .prod-quantity-input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  padding: 0;
  width: 20px;
  height: 13px;
  text-align: center;
}
#cart-products .prod-less,
#cart-products .prod-more {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  position: relative;
  width: 15px;
  height: 15px;
}
#cart-products .prod-less .icon,
#cart-products .prod-more .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  line-height: normal;
  font-size: 6px;
  color: #dfdfdf;
}
#cart-products .prod-less {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  position: relative;
  width: 15px;
  height: 15px;
}
#cart-products .prod-less .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  line-height: normal;
  font-size: 6px;
  color: #dfdfdf;
}
#cart-products .prod-less:hover .icon,
#cart-products .prod-less:active .icon,
#cart-products .prod-more:hover .icon,
#cart-products .prod-more:active .icon {
  color: #009ac4;
}
#cart-products .prod-price {
  display: table-cell;
  vertical-align: middle !important;
  width: 80px;
  line-height: 20px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#cart-products .prod-remove {
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 80px;
  text-align: center;
}
#cart-products .prod-remove-btn {
  visibility: hidden;
  position: relative;
  padding-left: 12px;
  line-height: 20px;
  font-size: 10px;
  color: #999999;
}
#cart-products .prod-remove-btn .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: normal;
  font-size: 10px;
  color: #999999;
}
#cart-products .prod:hover .prod-remove-btn,
#cart-products .prod:focus .prod-remove-btn {
  visibility: visible;
}
#cart-pop-footer {
  margin: 10px -10px -10px -10px;
  padding: 10px;
  border-top: 2px solid #dddddd;
  font-size: 0;
}
#cart-pop-nb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin: 0 0 15px 0;
  height: 24px;
  line-height: 22px;
  width: 165px;
  font-size: 12px;
  color: #414141;
}
#cart-pop-total {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin: 0 0 15px 0;
  height: 24px;
  line-height: 22px;
  width: 165px;
  font-size: 12px;
  text-align: right;
}
#cart-pop-total .cart-amount {
  font-size: 15px;
  font-weight: 600;
  color: #009ac4;
}
#cart-pop-comp {
  margin: 0 0 20px 0;
  padding: 5px 20px;
  background: #17a5cb;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  color: #212121;
}
#checkout-btn {
  display: block;
  vertical-align: middle !important;
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------// JQUERY VALIDATE PLUGIN //------------------------------ //
 * -------------------------------------------------------------------------------------- */
.formError .formErrorContent {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow .icon {
  color: #000;
  color: rgba(0, 0, 0, 0.9);
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// STRUCTURES //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// HEADER //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.header-pro-a #header {
  margin: 0 20px;
  padding: 20px 0;
}
.header-pro-a #c1-header {
  position: relative;
  min-height: 46px;
}
.header-pro-a #logo {
  float: left;
  margin: 0;
  max-width: 530px;
}
.header-pro-a #logo-a {
  display: block;
  float: left;
  text-decoration: none;
}
.header-pro-a #logo-img {
  max-width: 530px;
}
.header-pro-a #logo-slogan {
  display: block;
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  color: #414141;
}
.header-pro-a #logo-shop {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.header-pro-a #h-cart,
.header-pro-a #h-account {
  float: right;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
.header-pro-a #h-cart-h1,
.header-pro-a #h-cart-amount,
.header-pro-a #h-account {
  font-size: 14px;
}
.header-pro-a #h-cart-a,
.header-pro-a #h-account-a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
}
.header-pro-a #h-cart {
  margin-left: 10px;
  background: #ffa90b;
  background: -moz-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc71f), color-stop(100%, #ffa90b));
  background: -webkit-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -o-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -ms-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: linear-gradient(to bottom, #ffc71f 0%, #ffa90b 100%);
}
.header-pro-a #h-cart-a {
  font-size: 0;
  color: #674404   ;
}
.header-pro-a #h-cart-h1 {
  position: relative;
  padding: 0 10px 0 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  border-right: none;
  font-weight: 600;
}
.header-pro-a #h-cart-h1 .icon {
  color: #674404;
  position: absolute;
  left: 10px;
  top: 3px;
  line-height: normal;
  font-size: 20px;
}
.header-pro-a .msie-old #h-cart-h1 {
  display: inline;
  zoom: 1;
}
.header-pro-a #h-cart-amount {
  padding: 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #ffffff;
  height: 30px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  border-left: none;
}
.header-pro-a #h-account {
  background: #17a5cb;
  background: -moz-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a5cb), color-stop(100%, #0089b9));
  background: -webkit-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -o-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: -ms-linear-gradient(top, #17a5cb 0%, #0089b9 100%);
  background: linear-gradient(to bottom, #17a5cb 0%, #0089b9 100%);
  border-color: #0089b9;
  color: #ffffff;
  font-weight: 700;
}
.header-pro-a #h-account-a {
  padding: 0 30px 0 20px;
  position: relative;
  color: #ffffff;
}
.header-pro-a #h-account-a .icon {
  position: absolute;
  right: 18px;
  top: 12px;
  line-height: normal;
  font-size: 8px;
}
.header-pro-a #search-form {
  clear: right;
  float: right;
}
.header-pro-a #search-form-fs {
  position: relative;
  width: 333px;
  height: 30px;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 2px #ffb810;
}
.header-pro-a #search {
  position: absolute;
  left: 10px;
  top: 5px;
  padding: 0;
  width: 295px;
  height: 20px;
  line-height: 20px;
  border: none;
  border-right: silver 1px solid;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #414141;
}
.header-pro-a #search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  font-size: 12px;
}
.header-pro-a #search-btn .icon {
  position: absolute;
  left: 8px;
  top: 6px;
  line-height: normal;
  font-size: 16px;
}
/* EXPERT A */
.header-expert-a #body {
  border-top: 5px solid #212121;
}
.header-expert-a #header {
  margin: 0 20px;
  padding: 20px 0;
}
.header-expert-a #c1-header {
  position: relative;
  min-height: 46px;
}
.header-expert-a #logo {
  float: left;
  margin: 0;
  max-width: 530px;
}
.header-expert-a #logo-a {
  display: block;
  float: left;
  text-decoration: none;
}
.header-expert-a #logo-slogan {
  display: block;
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  color: #414141;
}
.header-expert-a #logo-shop {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.header-expert-a #account-cart-area {
  float: right;
  margin-top: -20px;
}
.header-expert-a #h-cart,
.header-expert-a #h-account {
  float: right;
  margin-bottom: 20px;
}
.header-expert-a #h-cart-h1,
.header-expert-a #h-cart-amount {
  font-size: 15px;
}
.header-expert-a #h-cart-a {
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
}
.header-expert-a #h-cart {
  clear: right;
  margin-left: 15px;
  background: #212121;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header-expert-a #h-cart-a {
  font-size: 0;
  color: #ffffff;
}
.header-expert-a #h-cart-h1 {
  position: relative;
  padding: 0 0 0 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  font-weight: 600;
}
.header-expert-a #h-cart-h1 .icon {
  position: absolute;
  left: 10px;
  top: 3px;
  line-height: normal;
  font-size: 18px;
}
.header-expert-a .msie-old #h-cart-h1 {
  display: inline;
  zoom: 1;
}
.header-expert-a #h-cart-amount {
  padding: 0 10px 0 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
}
.header-expert-a #h-cart-free-delivery {
  display: block;
  padding: 0 10px 4px 10px;
  text-align: center;
  color: #bcbcbc;
}
.header-expert-a #c1-account-pop,
.header-expert-a #c1-cart-pop {
  margin-top: 6px;
}
.header-expert-a #h-account {
  height: 25px;
  line-height: 26px;
  font-size: 12px;
}
.header-expert-a #h-account-a {
  display: block;
  padding: 0 8px 0 0;
  position: relative;
  text-decoration: none;
  color: #414141;
}
.header-expert-a #h-account-a #h-account-span {
  color: #212121;
}
.header-expert-a #h-account-a .icon {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: normal;
  font-size: 8px;
  color: #212121;
}
.header-expert-a #search-form {
  clear: right;
  float: right;
}
.header-expert-a #search-form-fs {
  position: relative;
  width: 373px;
  height: 30px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: inset 1px 1px 2px 0 #ffb810;
  -moz-box-shadow: inset 1px 1px 2px 0 #ffb810;
  box-shadow: inset 1px 1px 2px 0 #ffb810;
}
.header-expert-a #search {
  position: absolute;
  left: 10px;
  top: 5px;
  padding: 0;
  width: 323px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #414141;
}
.header-expert-a #search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  font-size: 12px;
}
.header-expert-a #search-btn .icon {
  position: absolute;
  left: 8px;
  top: 6px;
  line-height: normal;
  font-size: 16px;
}
/* EXPERT B */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
.header-expert-b #header {
  margin: 0 20px;
  padding: 20px 0;
}
.header-expert-b #c1-header {
  position: relative;
  min-height: 46px;
}
.header-expert-b #logo {
  float: left;
  margin: 0;
  max-width: 530px;
}
.header-expert-b #logo-a {
  display: block;
  float: left;
  text-decoration: none;
}
.header-expert-b #logo-slogan {
  display: block;
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  color: #414141;
}
.header-expert-b #logo-shop {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.header-expert-b #h-cart,
.header-expert-b #h-account {
  float: right;
}
.header-expert-b #h-cart-h1,
.header-expert-b #h-cart-amount {
  font-size: 15px;
}
.header-expert-b #h-cart-a {
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
}
.header-expert-b #h-cart {
  clear: right;
  background: #212121;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header-expert-b #h-cart-a {
  font-size: 0;
  color: #ffffff;
}
.header-expert-b #h-cart-h1 {
  position: relative;
  padding: 0 0 0 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  font-weight: 600;
}
.header-expert-b #h-cart-h1 .icon {
  position: absolute;
  left: 10px;
  top: 3px;
  line-height: normal;
  font-size: 18px;
}
.header-expert-b .msie-old #h-cart-h1 {
  display: inline;
  zoom: 1;
}
.header-expert-b #h-cart-amount {
  padding: 0 10px 0 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
}
.header-expert-b #h-cart-free-delivery {
  display: block;
  padding: 0 10px 4px 10px;
  text-align: center;
  color: #bcbcbc;
}
.header-expert-b #c1-cart-pop {
  margin-top: 6px;
}
.header-expert-b #h-account {
  margin-bottom: 5px;
  font-size: 12px;
}
.header-expert-b #h-account-a {
  display: block;
  padding: 0 8px 0 0;
  position: relative;
  text-decoration: none;
  color: #414141;
}
.header-expert-b #h-account-a #h-account-span {
  color: #212121;
}
.header-expert-b #h-account-a .icon {
  position: absolute;
  right: 0;
  top: 5px;
  line-height: normal;
  font-size: 8px;
  color: #212121;
}
.header-expert-b #nav {
  position: relative;
}
.header-expert-b #c1-nav {
  width: 650px;
}
.header-expert-b #search-form {
  position: absolute;
  right: 10px;
  top: 5px;
}
.header-expert-b #search-form-fs {
  position: relative;
  width: 250px;
  height: 30px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header-expert-b #search {
  position: absolute;
  left: 10px;
  top: 5px;
  padding: 0;
  width: 200px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #414141;
}
.header-expert-b #search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  font-size: 12px;
}
.header-expert-b #search-btn .icon {
  position: absolute;
  left: 8px;
  top: 6px;
  line-height: normal;
  font-size: 16px;
}
/* EXPERT C */
.header-expert-c #header {
  margin: 0 20px;
  padding: 20px 0;
}
.header-expert-c #c1-header {
  position: relative;
  min-height: 46px;
}
.header-expert-c #logo {
  float: left;
  margin: 0;
  max-width: 530px;
}
.header-expert-c #logo-a {
  display: block;
  float: left;
  text-decoration: none;
}
.header-expert-c #logo-img {
  max-width: 530px;
}
.header-expert-c #logo-slogan {
  display: block;
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  color: #414141;
}
.header-expert-c #logo-shop {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.header-expert-c #h-cart,
.header-expert-c #h-account {
  float: right;
  margin-bottom: 12px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
.header-expert-c #h-cart-h1,
.header-expert-c #h-cart-amount,
.header-expert-c #h-account {
  font-size: 18px;
}
.header-expert-c #h-cart-a,
.header-expert-c #h-account-a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #414141;
}
.header-expert-c #h-cart-a:hover,
.header-expert-c #h-cart-a:active,
.header-expert-c #h-account-a:hover,
.header-expert-c #h-account-a:active {
  color: #212121;
}
.header-expert-c #h-cart {
  margin-left: 10px;
}
.header-expert-c #h-cart-a {
  font-size: 0;
}
.header-expert-c #h-cart-h1 {
  position: relative;
  padding: 0 4px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.header-expert-c #h-cart-h1 .icon {
  display: none;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: normal;
  font-size: 20px;
}
.header-expert-c .msie-old #h-cart-h1 {
  display: inline;
  zoom: 1;
}
.header-expert-c #h-cart-amount {
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
.header-expert-c #h-account {
  font-weight: 400;
  text-transform: uppercase;
}
.header-expert-c #h-account-a {
  padding: 0 20px 0 0;
  position: relative;
}
.header-expert-c #h-account-a .icon {
  position: absolute;
  right: 8px;
  top: 12px;
  line-height: normal;
  font-size: 8px;
}
.header-expert-c #search-form {
  clear: right;
  float: right;
}
.header-expert-c #search-form-fs {
  position: relative;
  width: 373px;
  height: 30px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.header-expert-c #search {
  position: absolute;
  left: 10px;
  top: 5px;
  padding: 0;
  width: 323px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #414141;
}
.header-expert-c #search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  font-size: 12px;
}
.header-expert-c #search-btn .icon {
  position: absolute;
  left: 8px;
  top: 6px;
  line-height: normal;
  font-size: 16px;
}
/* EXPERT D */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
.header-expert-d #header {
  margin: 0 20px;
  padding: 20px 0;
}
.header-expert-d #c1-header {
  position: relative;
  min-height: 46px;
}
.header-expert-d #logo {
  float: left;
  margin: 0;
  max-width: 530px;
}
.header-expert-d #logo-a {
  display: block;
  float: left;
  text-decoration: none;
}
.header-expert-d #logo-slogan {
  display: block;
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  color: #414141;
}
.header-expert-d #logo-shop {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.header-expert-d #h-cart,
.header-expert-d #h-account {
  float: right;
}
.header-expert-d #h-cart-h1,
.header-expert-d #h-cart-amount {
  font-size: 15px;
}
.header-expert-d #h-cart-a {
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
}
.header-expert-d #h-cart {
  clear: right;
  position: relative;
  padding: 0 10px 5px 40px;
  background: #17a5cb;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header-expert-d #h-cart-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  color: #212121;
}
.header-expert-d #h-cart-icon .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 28px;
}
.header-expert-d #h-cart-a {
  font-size: 0;
  color: #212121;
}
.header-expert-d #h-cart-h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  font-weight: 600;
}
.header-expert-d .msie-old #h-cart-h1 {
  display: inline;
  zoom: 1;
}
.header-expert-d #h-cart-amount {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 0 4px;
  height: 25px;
}
.header-expert-d #h-cart-free-delivery {
  display: block;
  color: #a80e0e;
}
.header-expert-d #c1-cart-pop {
  margin-top: 6px;
}
.header-expert-d #h-account {
  margin-bottom: 5px;
  font-size: 12px;
}
.header-expert-d #h-account-a {
  display: block;
  padding: 0 8px 0 0;
  position: relative;
  text-decoration: none;
  color: #414141;
}
.header-expert-d #h-account-a #h-account-span {
  color: #212121;
}
.header-expert-d #h-account-a .icon {
  position: absolute;
  right: 0;
  top: 5px;
  line-height: normal;
  font-size: 8px;
  color: #212121;
}
.header-expert-d #search-form {
  position: absolute;
  right: 250px;
  top: 30px;
}
.header-expert-d #search-form-fs {
  position: relative;
  width: 380px;
  height: 30px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header-expert-d #search {
  position: absolute;
  left: 10px;
  top: 5px;
  padding: 0;
  width: 330px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #414141;
}
.header-expert-d #search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  font-size: 12px;
}
.header-expert-d #search-btn .icon {
  position: absolute;
  left: 8px;
  top: 6px;
  line-height: normal;
  font-size: 16px;
}
/* EXPERT E */
.header-expert-e #header {
  margin: 0 20px;
  padding: 0 0 20px 0;
}
.header-expert-e #top-nav {
  margin: 0 -20px 20px -20px;
  padding: 5px 0;
  background: #5d5c5c;
  background: -moz-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5c5c), color-stop(100%, #464545));
  background: -webkit-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -o-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -ms-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: linear-gradient(to bottom, #5d5c5c 0%, #464545 100%);
  /*background: @gradient3_bgcolor;
	border-color: @gradient3_border;  */
  color: #bcbcbc;
}
.header-expert-e #c1-top-nav {
  padding: 0 20px;
  list-style: none;
  font-size: 0;
  text-align: right;
}
.header-expert-e #c1-top-nav .first {
  border: none;
}
.header-expert-e .top-nav-li {
  display: inline-block;
  margin: 0;
  padding: 0 6px;
  height: 15px;
  line-height: 15px;
  border-left: 1px solid #bcbcbc;
  font-size: 11px;
  color: #bcbcbc;
}
.header-expert-e .msie-old .top-nav-li {
  display: inline;
  zoom: 1;
}
.header-expert-e .top-nav-a {
  text-decoration: none;
  color: #bcbcbc;
}
.header-expert-e .top-nav-a:hover,
.header-expert-e .top-nav-a:focus {
  text-decoration: underline;
}
.header-expert-e #c1-header {
  position: relative;
  min-height: 46px;
}
.header-expert-e #logo {
  float: left;
  margin: 0;
  max-width: 530px;
}
.header-expert-e #logo-a {
  display: block;
  float: left;
  text-decoration: none;
}
.header-expert-e #logo-img {
  max-width: 530px;
}
.header-expert-e #logo-slogan {
  display: block;
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  color: #414141;
}
.header-expert-e #logo-shop {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.header-expert-e #h-cart,
.header-expert-e #h-account {
  float: right;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
.header-expert-e #h-cart-h1,
.header-expert-e #h-cart-amount,
.header-expert-e #h-account {
  font-size: 14px;
}
.header-expert-e #h-cart-a,
.header-expert-e #h-account-a {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border: 1px solid #111111;
  text-decoration: none;
  color: #212121;
}
.header-expert-e #h-cart {
  margin-left: 10px;
}
.header-expert-e #h-cart-a {
  font-size: 0;
}
.header-expert-e #h-cart-h1 {
  position: relative;
  padding: 0 5px 0 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  font-weight: 400;
}
.header-expert-e #h-cart-h1 .icon {
  position: absolute;
  left: 10px;
  top: 3px;
  line-height: normal;
  font-size: 20px;
}
.header-expert-e .msie-old #h-cart-h1 {
  display: inline;
  zoom: 1;
}
.header-expert-e #h-cart-amount {
  padding: 0 10px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  color: #009ac4;
}
.header-expert-e #h-account {
  font-weight: 400;
}
.header-expert-e #h-account-a {
  padding: 0 30px;
  position: relative;
  color: #212121;
}
.header-expert-e #h-account-a .icon {
  position: absolute;
  line-height: normal;
}
.header-expert-e #h-account-a .account-icon {
  left: 9px;
  top: 7px;
  font-size: 15px;
}
.header-expert-e #h-account-a .account-arrow-icon {
  right: 18px;
  top: 12px;
  font-size: 8px;
}
.header-expert-e #search-form {
  clear: right;
  float: right;
}
.header-expert-e #search-form-fs {
  position: relative;
  width: 373px;
  height: 30px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.header-expert-e #search {
  position: absolute;
  left: 10px;
  top: 5px;
  padding: 0;
  width: 323px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #414141;
}
.header-expert-e #search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  font-size: 12px;
}
.header-expert-e #search-btn .icon {
  position: absolute;
  left: 8px;
  top: 6px;
  line-height: normal;
  font-size: 16px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// FOOTER //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.footer-pro-a {
  /* ------------------------- Newsletter --------------------------- */
}
.footer-pro-a #footer {
  padding: 15px 20px;
  background: #5d5c5c;
  background: -moz-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5c5c), color-stop(100%, #464545));
  background: -webkit-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -o-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -ms-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: linear-gradient(to bottom, #5d5c5c 0%, #464545 100%);
  /*background: @gradient3_bgcolor;
	border-color: @gradient3_border;  */
  color: #bcbcbc;
  border-bottom: 1px solid #17a5cb;
}
.footer-pro-a #f-nav1,
.footer-pro-a #f-nav2 {
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-pro-a #f-nav1 {
  font-size: 0;
  margin-bottom: 4px;
}
.footer-pro-a .f-nav1-li,
.footer-pro-a .f-nav2-li {
  display: inline-block;
}
.footer-pro-a .f-nav1-li {
  display: inline-block;
  padding: 0 6px;
  height: 15px;
  line-height: 15px;
  border-left: 1px solid #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.footer-pro-a #f-nav1 .first {
  border: none;
}
.footer-pro-a .f-nav2-li {
  display: inline-block;
  font-size: 11px;
  color: #bcbcbc;
}
.footer-pro-a .msie-old .f-nav1-li,
.footer-pro-a .msie-old .f-nav2-li {
  display: inline;
  zoom: 1;
}
.footer-pro-a .f-nav1-a,
.footer-pro-a .f-nav2-a {
  text-decoration: none;
}
.footer-pro-a .f-nav1-a {
  color: #ffffff;
}
.footer-pro-a .f-nav2-a {
  color: #bcbcbc;
}
.footer-pro-a .f-nav1-a:hover,
.footer-pro-a .f-nav1-a:focus,
.footer-pro-a .f-nav2-a:hover,
.footer-pro-a .f-nav2-a:focus {
  text-decoration: underline;
}
.footer-pro-a #newsletter-form-fs {
  border: none;
}
.footer-pro-a #newsletter-form-div {
  margin-top: 10px;
  position: relative;
  margin-bottom: 6px;
  width: 218px;
  height: 26px;
  border: none;
  background: #fbfbfb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid silver 1px;
}
.footer-pro-a #newsletter-form-div #icon-newsletter {
  display: block;
  position: absolute;
  left: 5px;
  top: 3px;
  line-height: normal;
  font-size: 19px;
  color: #414141;
}
.footer-pro-a #newsletter {
  position: absolute;
  left: 28px;
  top: 3px;
  padding: 0;
  width: 170px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #414141;
}
.footer-pro-a #newsletter-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  line-height: 18px;
  border: none;
  background: none;
  font-size: 16px;
  text-align: center;
}
/* EXPERT A, B, E, G */
.footer-expert-a,
.footer-expert-b,
.footer-expert-e,
.footer-expert-g,
.footer-expert-h {
  /* ------------------------- Newsletter --------------------------- */
}
.footer-expert-a #footer,
.footer-expert-b #footer,
.footer-expert-e #footer,
.footer-expert-g #footer,
.footer-expert-h #footer {
  padding: 15px 20px;
  background: #5d5c5c;
  background: -moz-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5c5c), color-stop(100%, #464545));
  background: -webkit-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -o-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -ms-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: linear-gradient(to bottom, #5d5c5c 0%, #464545 100%);
  /*background: @gradient3_bgcolor;
	border-color: @gradient3_border;  */
  color: #bcbcbc;
  border-bottom: 1px solid #17a5cb;
}
.footer-expert-a .f-bloc,
.footer-expert-b .f-bloc,
.footer-expert-e .f-bloc,
.footer-expert-g .f-bloc,
.footer-expert-h .f-bloc {
  float: left;
  padding-right: 20px;
  width: 190px;
}
.footer-expert-a .f-h1,
.footer-expert-b .f-h1,
.footer-expert-e .f-h1,
.footer-expert-g .f-h1,
.footer-expert-h .f-h1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.footer-expert-a .f-nav-ul,
.footer-expert-b .f-nav-ul,
.footer-expert-e .f-nav-ul,
.footer-expert-g .f-nav-ul,
.footer-expert-h .f-nav-ul {
  padding: 0;
  list-style: none;
}
.footer-expert-a .f-nav-li,
.footer-expert-b .f-nav-li,
.footer-expert-e .f-nav-li,
.footer-expert-g .f-nav-li,
.footer-expert-h .f-nav-li {
  font-size: 12px;
}
.footer-expert-a .f-nav-a,
.footer-expert-b .f-nav-a,
.footer-expert-e .f-nav-a,
.footer-expert-g .f-nav-a,
.footer-expert-h .f-nav-a {
  display: block;
  position: relative;
  padding: 0 0 0 10px;
  text-decoration: none;
  color: #bcbcbc;
}
.footer-expert-a .f-nav-a .icon,
.footer-expert-b .f-nav-a .icon,
.footer-expert-e .f-nav-a .icon,
.footer-expert-g .f-nav-a .icon,
.footer-expert-h .f-nav-a .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  line-height: normal;
  font-size: 3px;
}
.footer-expert-a .f-nav-a:hover,
.footer-expert-b .f-nav-a:hover,
.footer-expert-e .f-nav-a:hover,
.footer-expert-g .f-nav-a:hover,
.footer-expert-h .f-nav-a:hover,
.footer-expert-a .f-nav-a:focus,
.footer-expert-b .f-nav-a:focus,
.footer-expert-e .f-nav-a:focus,
.footer-expert-g .f-nav-a:focus,
.footer-expert-h .f-nav-a:focus,
.footer-expert-a .current .f-nav-a,
.footer-expert-b .current .f-nav-a,
.footer-expert-e .current .f-nav-a,
.footer-expert-g .current .f-nav-a,
.footer-expert-h .current .f-nav-a {
  color: #ffffff;
}
.footer-expert-a #f-bloc-newsletter,
.footer-expert-b #f-bloc-newsletter,
.footer-expert-e #f-bloc-newsletter,
.footer-expert-g #f-bloc-newsletter,
.footer-expert-h #f-bloc-newsletter {
  float: right;
  width: 240px;
}
.footer-expert-a #newsletter-form,
.footer-expert-b #newsletter-form,
.footer-expert-e #newsletter-form,
.footer-expert-g #newsletter-form,
.footer-expert-h #newsletter-form {
  width: 240px;
}
.footer-expert-a #newsletter-form .f-h1,
.footer-expert-b #newsletter-form .f-h1,
.footer-expert-e #newsletter-form .f-h1,
.footer-expert-g #newsletter-form .f-h1,
.footer-expert-h #newsletter-form .f-h1 {
  margin-bottom: 0;
}
.footer-expert-a #newsletter-form-fs,
.footer-expert-b #newsletter-form-fs,
.footer-expert-e #newsletter-form-fs,
.footer-expert-g #newsletter-form-fs,
.footer-expert-h #newsletter-form-fs {
  border: none;
}
.footer-expert-a #newsletter-text,
.footer-expert-b #newsletter-text,
.footer-expert-e #newsletter-text,
.footer-expert-g #newsletter-text,
.footer-expert-h #newsletter-text {
  font-size: 11px;
  font-style: italic;
  color: #bcbcbc;
}
.footer-expert-a #newsletter-form-div,
.footer-expert-b #newsletter-form-div,
.footer-expert-e #newsletter-form-div,
.footer-expert-g #newsletter-form-div,
.footer-expert-h #newsletter-form-div {
  position: relative;
  margin-bottom: 6px;
  width: 240px;
  height: 26px;
  border: none;
  background: #fbfbfb;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.footer-expert-a #newsletter,
.footer-expert-b #newsletter,
.footer-expert-e #newsletter,
.footer-expert-g #newsletter,
.footer-expert-h #newsletter {
  position: absolute;
  left: 5px;
  top: 3px;
  padding: 0;
  width: 190px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #212121;
}
.footer-expert-a #newsletter-btn,
.footer-expert-b #newsletter-btn,
.footer-expert-e #newsletter-btn,
.footer-expert-g #newsletter-btn,
.footer-expert-h #newsletter-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  line-height: 18px;
  border: none;
  background: none;
  font-size: 16px;
  text-align: center;
}
.footer-expert-a #newsletter-btn .icon,
.footer-expert-b #newsletter-btn .icon,
.footer-expert-e #newsletter-btn .icon,
.footer-expert-g #newsletter-btn .icon,
.footer-expert-h #newsletter-btn .icon {
  display: block;
  position: absolute;
  right: 5px;
  top: 3px;
  line-height: normal;
  font-size: 19px;
  color: #414141;
}
.footer-expert-a #f-sn,
.footer-expert-b #f-sn {
  padding-right: 0;
  width: 220px;
}
.footer-expert-a #sn-ul,
.footer-expert-b #sn-ul {
  padding: 0;
  list-style: none;
}
.footer-expert-a .sn-a,
.footer-expert-b .sn-a {
  display: block;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
.footer-expert-a .sn-a .sn-icon,
.footer-expert-b .sn-a .sn-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.footer-expert-a .sn-a .icon,
.footer-expert-b .sn-a .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: 3px;
  line-height: normal;
  font-size: 12px;
  color: #fff;
}
.footer-expert-a .sn-name,
.footer-expert-b .sn-name {
  display: block;
  line-height: 14px;
  font-size: 12px;
  color: #ffffff;
}
.footer-expert-a .sn-text,
.footer-expert-b .sn-text {
  display: block;
  line-height: 12px;
  font-size: 11px;
  color: #bcbcbc;
}
.footer-expert-a #sn-blog .sn-name a,
.footer-expert-b #sn-blog .sn-name a {
  text-decoration: none;
  color: #ffffff;
}
.footer-expert-a #sn-blog #rss-a,
.footer-expert-b #sn-blog #rss-a {
  text-decoration: underline;
  color: #dd7c1d;
}
.footer-expert-a #sn-blog #rss-a:hover,
.footer-expert-b #sn-blog #rss-a:hover,
.footer-expert-a #sn-blog #rss-a:focus,
.footer-expert-b #sn-blog #rss-a:focus {
  text-decoration: none;
}
.footer-expert-a #sn-blog .sn-icon,
.footer-expert-b #sn-blog .sn-icon {
  background: #dd7c1d;
}
.footer-expert-a #sn-blog .icon,
.footer-expert-b #sn-blog .icon {
  top: 4px;
}
.footer-expert-a #sn-facebook .sn-icon,
.footer-expert-b #sn-facebook .sn-icon {
  background: #3b5998;
}
.footer-expert-a #sn-twitter .sn-icon,
.footer-expert-b #sn-twitter .sn-icon {
  background: #5dd7fc;
}
.footer-expert-a #sn-twitter .icon,
.footer-expert-b #sn-twitter .icon {
  left: 5px;
  top: 4px;
  font-size: 10px;
}
.footer-expert-a #sn-google .sn-icon,
.footer-expert-b #sn-google .sn-icon {
  background: #da573b;
}
.footer-expert-a #sn-google .icon,
.footer-expert-b #sn-google .icon {
  top: 4px;
}
.footer-expert-a #sn-pinterest .sn-icon,
.footer-expert-b #sn-pinterest .sn-icon {
  background: #b80e23;
}
.footer-expert-a #sn-pinterest .icon,
.footer-expert-b #sn-pinterest .icon {
  top: 4px;
}
/* EXPERT A */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
.footer-expert-a #f-tel {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 26px;
  width: 240px;
  min-height: 32px;
}
.footer-expert-a #f-tel .icon {
  display: block;
  position: absolute;
  left: -5px;
  top: 3px;
  line-height: normal;
  font-size: 32px;
  color: #ffffff;
}
.footer-expert-a #f-tel-num {
  display: block;
  line-height: 22px;
  font-size: 22px;
  color: #ffffff;
}
.footer-expert-a #f-hours {
  line-height: 14px;
  font-size: 12px;
  font-style: normal;
  color: #bcbcbc;
}
/* EXPERT B */
/*>>>>>>>>>>>>>>>>>>>>> KERINTENSE */
.footer-expert-b #shop-rating {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 46px;
  width: 194px;
  min-height: 33px;
}
.footer-expert-b #shop-rating .f-h1 {
  margin: 0;
  color: #ffffff;
}
.footer-expert-b #shop-rating .f-h1 a {
  text-decoration: none;
  color: #ffffff;
}
.footer-expert-b #shop-rating .stars-bg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin-right: 4px;
}
.footer-expert-b #shop-rating .stars-fg {
  background: #212121;
}
.footer-expert-b #shop-rating #shop-rating-read-a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  padding-top: 2px;
  color: #1799dd;
}
.footer-expert-b .msie-old #shop-rating .stars-bg,
.footer-expert-b .msie-old #shop-rating #shop-rating-read-a {
  display: inline;
  zoom: 1;
}
.footer-expert-b #rating-val {
  position: absolute;
  left: 0;
  top: 3px;
  width: 36px;
  height: 33px;
  line-height: 33px;
  background: #f0f0f0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #212121;
}
/* EXPERT C */
/* EXPERT D */
.footer-expert-d {
  /* ------------------------- Newsletter --------------------------- */
}
.footer-expert-d #footer {
  padding: 15px 20px;
  background: #5d5c5c;
  background: -moz-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5c5c), color-stop(100%, #464545));
  background: -webkit-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -o-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: -ms-linear-gradient(top, #5d5c5c 0%, #464545 100%);
  background: linear-gradient(to bottom, #5d5c5c 0%, #464545 100%);
  /*background: @gradient3_bgcolor;
	border-color: @gradient3_border;  */
  color: #bcbcbc;
  border-bottom: 1px solid #17a5cb;
}
.footer-expert-d .f-bloc {
  float: left;
  padding-right: 20px;
  width: 190px;
}
.footer-expert-d .f-h1 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.footer-expert-d #copyright {
  float: left;
  clear: left;
  width: 505px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.footer-expert-d #f-nav1,
.footer-expert-d #f-nav2 {
  float: left;
  clear: left;
  padding: 0;
  width: 505px;
  list-style: none;
}
.footer-expert-d #f-nav1 {
  font-size: 0;
}
.footer-expert-d .f-nav1-li,
.footer-expert-d .f-nav2-li {
  display: inline;
}
.footer-expert-d .f-nav1-li {
  margin-bottom: 4px;
  font-size: 12px;
  color: #ffffff;
}
.footer-expert-d .f-nav2-li {
  font-size: 11px;
  color: #bcbcbc;
}
.footer-expert-d .f-nav1-a,
.footer-expert-d .f-nav2-a {
  text-decoration: none;
}
.footer-expert-d .f-nav1-a {
  color: #ffffff;
}
.footer-expert-d .f-nav2-a {
  color: #bcbcbc;
}
.footer-expert-d .f-nav1-a:hover,
.footer-expert-d .f-nav1-a:focus,
.footer-expert-d .f-nav2-a:hover,
.footer-expert-d .f-nav2-a:focus {
  text-decoration: underline;
}
.footer-expert-d #f-sn {
  float: right;
  margin-left: 40px;
  padding-right: 0;
  width: 165px;
}
.footer-expert-d #sn-ul {
  padding: 0;
  list-style: none;
}
.footer-expert-d .sn-li {
  float: left;
  margin-left: 10px;
}
.footer-expert-d #sn-ul .first {
  margin-left: 0;
}
.footer-expert-d .sn-a {
  display: block;
  position: relative;
  text-decoration: none;
  height: 25px;
  width: 25px;
  background: #009ac4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-expert-d .sn-a .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: 3px;
  line-height: normal;
  font-size: 17px;
  color: #fff;
}
.footer-expert-d .sn-a:hover,
.footer-expert-d .sn-a:active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.footer-expert-d #newsletter-form {
  float: right;
  width: 190px;
}
.footer-expert-d #newsletter-form-fs {
  border: none;
}
.footer-expert-d #newsletter-text {
  font-size: 11px;
  font-style: italic;
  color: #bcbcbc;
}
.footer-expert-d #newsletter-form-div {
  position: relative;
  margin-bottom: 6px;
  width: 190px;
  height: 25px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer-expert-d #newsletter {
  position: absolute;
  left: 5px;
  top: 3px;
  padding: 0;
  width: 140px;
  height: 19px;
  line-height: 19px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #212121;
}
.footer-expert-d #newsletter-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 18px;
  border: none;
  background: #009ac4;
  font-size: 16px;
  text-align: center;
}
.footer-expert-d #newsletter-btn .icon {
  display: block;
  position: absolute;
  left: 2px;
  top: 1px;
  line-height: normal;
  font-size: 21px;
  color: #ffffff;
}
.footer-expert-d #newsletter-btn:hover,
.footer-expert-d #newsletter-btn:active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
/* EXPERT E */
.footer-expert-e .f-bloc,
.footer-expert-h .f-bloc {
  float: left;
  padding-right: 20px;
  width: 175px;
}
.footer-expert-e #f-bloc-newsletter,
.footer-expert-h #f-bloc-newsletter {
  float: left;
}
.footer-expert-e #shop-rating,
.footer-expert-h #shop-rating {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 46px;
  width: 194px;
  min-height: 33px;
}
.footer-expert-e #shop-rating .f-h1,
.footer-expert-h #shop-rating .f-h1 {
  margin: 0;
  color: #ffffff;
}
.footer-expert-e #shop-rating .f-h1 a,
.footer-expert-h #shop-rating .f-h1 a {
  text-decoration: none;
  color: #ffffff;
}
.footer-expert-e #shop-rating .stars-bg,
.footer-expert-h #shop-rating .stars-bg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin-right: 4px;
}
.footer-expert-e #shop-rating .stars-fg,
.footer-expert-h #shop-rating .stars-fg {
  background: #212121;
}
.footer-expert-e #shop-rating #shop-rating-read-a,
.footer-expert-h #shop-rating #shop-rating-read-a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  padding-top: 2px;
  color: #1799dd;
}
.footer-expert-e .msie-old #shop-rating .stars-bg,
.footer-expert-h .msie-old #shop-rating .stars-bg,
.footer-expert-e .msie-old #shop-rating #shop-rating-read-a,
.footer-expert-h .msie-old #shop-rating #shop-rating-read-a {
  display: inline;
  zoom: 1;
}
.footer-expert-e #rating-val,
.footer-expert-h #rating-val {
  position: absolute;
  left: 0;
  top: 3px;
  width: 36px;
  height: 33px;
  line-height: 33px;
  background: #f0f0f0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #212121;
}
.footer-expert-e #newsletter-form,
.footer-expert-h #newsletter-form {
  margin-bottom: 10px;
}
.footer-expert-e #newsletter-form .f-h1,
.footer-expert-h #newsletter-form .f-h1 {
  margin-bottom: 6px;
}
.footer-expert-e #f-sn,
.footer-expert-h #f-sn {
  margin-top: 10px;
}
.footer-expert-e #sn-ul,
.footer-expert-h #sn-ul {
  padding: 0;
  list-style: none;
}
.footer-expert-e .sn-li,
.footer-expert-h .sn-li {
  float: left;
  margin-left: 10px;
}
.footer-expert-e #sn-ul .first,
.footer-expert-h #sn-ul .first {
  margin-left: 0;
}
.footer-expert-e .sn-a,
.footer-expert-h .sn-a {
  display: block;
  position: relative;
  text-decoration: none;
  height: 25px;
  width: 25px;
  background: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-expert-e .sn-a .icon,
.footer-expert-h .sn-a .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: 3px;
  line-height: normal;
  font-size: 17px;
  color: #fff;
}
.footer-expert-e .sn-a:hover,
.footer-expert-h .sn-a:hover,
.footer-expert-e .sn-a:active,
.footer-expert-h .sn-a:active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.footer-expert-e #f-facebook,
.footer-expert-h #f-facebook {
  float: right;
  overflow: hidden;
  width: 262px;
}
.footer-expert-e #f-facebook iframe,
.footer-expert-h #f-facebook iframe {
  margin: 0 -10px;
}
/* EXPERT F */
/* EXPERT G */
.footer-expert-g #footer-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.footer-expert-g .sn-a {
  display: block;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
.footer-expert-g .sn-a .sn-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.footer-expert-g .sn-a .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: 3px;
  line-height: normal;
  font-size: 12px;
  color: #fff;
}
.footer-expert-g .sn-name {
  display: block;
  line-height: 14px;
  font-size: 12px;
  color: #ffffff;
}
.footer-expert-g .sn-text {
  display: block;
  line-height: 12px;
  font-size: 11px;
  color: #bcbcbc;
}
.footer-expert-g #sn-blog {
  margin-bottom: 15px;
}
.footer-expert-g #sn-blog .sn-name a {
  text-decoration: none;
  color: #ffffff;
}
.footer-expert-g #sn-blog #rss-a {
  text-decoration: underline;
  color: #dd7c1d;
}
.footer-expert-g #sn-blog #rss-a:hover,
.footer-expert-g #sn-blog #rss-a:focus {
  text-decoration: none;
}
.footer-expert-g #sn-blog .sn-icon {
  background: #dd7c1d;
}
.footer-expert-g #sn-blog .icon {
  top: 4px;
}
.footer-expert-g #f-facebook {
  margin-bottom: 20px;
  padding: 6px 0 6px 10px;
  width: 230px;
  background: #112e6b;
  font-size: 0;
}
.footer-expert-g #f-facebook-h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin: 0 10px 0 0;
  width: 130px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.footer-expert-g #f-facebook-text {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
}
.footer-expert-g #f-fb-like {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  overflow: hidden;
  width: 90px;
}
.footer-expert-g #footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #414141;
}
.footer-expert-g #f-about-us {
  float: left;
  width: 660px;
}
.footer-expert-g .f-text {
  color: #bcbcbc;
}
.footer-expert-g #shop-rating {
  float: right;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 0 0 46px;
  width: 194px;
  min-height: 33px;
}
.footer-expert-g #shop-rating .f-h1 {
  margin: 0;
  color: #ffffff;
}
.footer-expert-g #shop-rating .f-h1 a {
  text-decoration: none;
  color: #ffffff;
}
.footer-expert-g #shop-rating .stars-bg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin-right: 4px;
}
.footer-expert-g #shop-rating .stars-fg {
  background: #212121;
}
.footer-expert-g #shop-rating #shop-rating-read-a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  padding-top: 2px;
  color: #1799dd;
}
.footer-expert-g .msie-old #shop-rating .stars-bg,
.footer-expert-g .msie-old #shop-rating #shop-rating-read-a {
  display: inline;
  zoom: 1;
}
.footer-expert-g #rating-val {
  position: absolute;
  left: 0;
  top: 18px;
  width: 36px;
  height: 33px;
  line-height: 33px;
  background: #f0f0f0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #212121;
}
/* ------------------- Social networks --------------------- */
.social-pro-a #social-networks {
  position: fixed;
  left: 0;
  top: 200px;
  list-style: none;
  padding: 0;
}
.social-pro-a .sn-li {
  margin-bottom: 1px;
}
.social-pro-a .sn-a {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background: #212121;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.social-pro-a .sn-a .icon {
  display: block;
  position: absolute;
  left: 6px;
  top: 5px;
  line-height: normal;
  font-size: 18px;
  color: #fff;
}
.social-pro-a .sn-name {
  display: inline;
  padding: 0 15px 0 30px;
  line-height: 30px;
  font-size: 14px;
  white-space: nowrap;
  color: #ffffff;
}
.social-pro-a .sn-a:hover,
.social-pro-a .sn-a:active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-pro-a .sn-a:hover .sn-name,
.social-pro-a .sn-a:active .sn-name {
  display: inline;
}
.social-pro-a #sn-email .sn-a:hover,
.social-pro-a #sn-email .sn-a:active {
  background: #212121;
}
.social-pro-a #sn-email .icon {
  top: 5px;
}
.social-pro-a #sn-facebook .sn-a:hover,
.social-pro-a #sn-facebook .sn-a:active {
  background: #3b5998;
}
.social-pro-a #sn-twitter .sn-a:hover,
.social-pro-a #sn-twitter .sn-a:active {
  background: #5dd7fc;
}
.social-pro-a #sn-twitter .icon {
  top: 6px;
}
.social-pro-a #sn-google .sn-a:hover,
.social-pro-a #sn-google .sn-a:active {
  background: #da573b;
}
.social-pro-a #sn-google .icon {
  top: 6px;
}
.social-pro-a #sn-pinterest .sn-a:hover,
.social-pro-a #sn-pinterest .sn-a:active {
  background: #b80e23;
}
/* EXPERT G */
.footer-expert-g #footer-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.footer-expert-g .sn-a {
  display: block;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
.footer-expert-g .sn-a .sn-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.footer-expert-g .sn-a .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: 3px;
  line-height: normal;
  font-size: 12px;
  color: #fff;
}
.footer-expert-g .sn-name {
  display: block;
  line-height: 14px;
  font-size: 12px;
  color: #ffffff;
}
.footer-expert-g .sn-text {
  display: block;
  line-height: 12px;
  font-size: 11px;
  color: #bcbcbc;
}
.footer-expert-g #sn-blog {
  margin-bottom: 15px;
}
.footer-expert-g #sn-blog .sn-name a {
  text-decoration: none;
  color: #ffffff;
}
.footer-expert-g #sn-blog #rss-a {
  text-decoration: underline;
  color: #dd7c1d;
}
.footer-expert-g #sn-blog #rss-a:hover,
.footer-expert-g #sn-blog #rss-a:focus {
  text-decoration: none;
}
.footer-expert-g #sn-blog .sn-icon {
  background: #dd7c1d;
}
.footer-expert-g #sn-blog .icon {
  top: 4px;
}
.footer-expert-g #f-facebook {
  margin-bottom: 20px;
  padding: 6px 0 6px 10px;
  width: 230px;
  background: #112e6b;
  font-size: 0;
}
.footer-expert-g #f-facebook-h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin: 0 10px 0 0;
  width: 130px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.footer-expert-g #f-facebook-text {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
}
.footer-expert-g #f-fb-like {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  overflow: hidden;
  width: 90px;
}
.footer-expert-g #footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #414141;
}
.footer-expert-g #f-about-us {
  float: left;
  width: 660px;
}
.footer-expert-g .f-text {
  color: #bcbcbc;
}
.footer-expert-g #shop-rating {
  float: right;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 0 0 46px;
  width: 194px;
  min-height: 33px;
}
.footer-expert-g #shop-rating .f-h1 {
  margin: 0;
  color: #ffffff;
}
.footer-expert-g #shop-rating .f-h1 a {
  text-decoration: none;
  color: #ffffff;
}
.footer-expert-g #shop-rating .stars-bg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin-right: 4px;
}
.footer-expert-g #shop-rating .stars-fg {
  background: #212121;
}
.footer-expert-g #shop-rating #shop-rating-read-a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  padding-top: 2px;
  color: #1799dd;
}
.footer-expert-g .msie-old #shop-rating .stars-bg,
.footer-expert-g .msie-old #shop-rating #shop-rating-read-a {
  display: inline;
  zoom: 1;
}
.footer-expert-g #rating-val {
  position: absolute;
  left: 0;
  top: 18px;
  width: 36px;
  height: 33px;
  line-height: 33px;
  background: #f0f0f0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #212121;
}
/* EXPERT H */
.footer-expert-h #footer-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.footer-expert-h #footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #414141;
}
.footer-expert-h #f-about-us {
  float: left;
}
.footer-expert-h .f-text {
  color: #bcbcbc;
}
/* ------------------- Social networks --------------------- */
.social-pro-a #social-networks {
  position: fixed;
  left: 0;
  top: 200px;
  list-style: none;
  padding: 0;
}
.social-pro-a .sn-li {
  margin-bottom: 1px;
}
.social-pro-a .sn-a {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background: #212121;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.social-pro-a .sn-a .icon {
  display: block;
  position: absolute;
  left: 6px;
  top: 5px;
  line-height: normal;
  font-size: 18px;
  color: #fff;
}
.social-pro-a .sn-name {
  display: inline;
  padding: 0 15px 0 30px;
  line-height: 30px;
  font-size: 14px;
  white-space: nowrap;
  color: #ffffff;
}
.social-pro-a .sn-a:hover,
.social-pro-a .sn-a:active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-pro-a .sn-a:hover .sn-name,
.social-pro-a .sn-a:active .sn-name {
  display: inline;
}
.social-pro-a #sn-email .sn-a:hover,
.social-pro-a #sn-email .sn-a:active {
  background: #212121;
}
.social-pro-a #sn-email .icon {
  top: 5px;
}
.social-pro-a #sn-facebook .sn-a:hover,
.social-pro-a #sn-facebook .sn-a:active {
  background: #3b5998;
}
.social-pro-a #sn-twitter .sn-a:hover,
.social-pro-a #sn-twitter .sn-a:active {
  background: #5dd7fc;
}
.social-pro-a #sn-twitter .icon {
  top: 6px;
}
.social-pro-a #sn-google .sn-a:hover,
.social-pro-a #sn-google .sn-a:active {
  background: #da573b;
}
.social-pro-a #sn-google .icon {
  top: 6px;
}
.social-pro-a #sn-pinterest .sn-a:hover,
.social-pro-a #sn-pinterest .sn-a:active {
  background: #b80e23;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// SIDEBAR //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
.sidebar-pro-a,
.sidebar-expert-a {
  /* ------------------------- Titles --------------------------- */
  /* ------------------------- Navigation --------------------------- */
  /* ------------------------- Blog --------------------------- */
}
.sidebar-pro-a #sidebar,
.sidebar-expert-a #sidebar {
  float: left;
  width: 220px;
}
.sidebar-pro-a .s-bloc,
.sidebar-expert-a .s-bloc,
.sidebar-pro-a .s-bloc-basic,
.sidebar-expert-a .s-bloc-basic {
  margin-bottom: 20px;
}
.sidebar-pro-a .s-bloc-basic .bloc,
.sidebar-expert-a .s-bloc-basic .bloc {
  margin-bottom: 0;
}
.sidebar-pro-a .s-h1,
.sidebar-expert-a .s-h1 {
  margin-bottom: 4px;
  line-height: 22px;
  font-family: arial;
  font-size: 15px;
  text-transform: uppercase;
  background: #ffa90b;
  background: -moz-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc71f), color-stop(100%, #ffa90b));
  background: -webkit-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -o-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: -ms-linear-gradient(top, #ffc71f 0%, #ffa90b 100%);
  background: linear-gradient(to bottom, #ffc71f 0%, #ffa90b 100%);
  padding: 5px;
  color: #ffffff;
}
.sidebar-pro-a .s-c1-h1,
.sidebar-expert-a .s-c1-h1 {
  font-weight: 300;
}
.sidebar-pro-a .s-h1 a,
.sidebar-expert-a .s-h1 a {
  text-decoration: none;
}
.sidebar-pro-a .s-h1 a:hover,
.sidebar-expert-a .s-h1 a:hover,
.sidebar-pro-a .s-h1 a:focus,
.sidebar-expert-a .s-h1 a:focus {
  text-decoration: underline;
}
.sidebar-pro-a .s-h2,
.sidebar-expert-a .s-h2 {
  margin: 12px 0 6px 0;
  line-height: 18px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.sidebar-pro-a .s-h3,
.sidebar-expert-a .s-h3 {
  margin: 6px 0 3px 0;
  line-height: 16px;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 16px;
}
.sidebar-pro-a .s-ul-lvl0,
.sidebar-expert-a .s-ul-lvl0 {
  list-style: none;
  padding: 0;
}
.sidebar-pro-a .s-li-lvl0,
.sidebar-expert-a .s-li-lvl0 {
  font-size: 14px;
  font-weight: 300;
}
.sidebar-pro-a .s-a-lvl0,
.sidebar-expert-a .s-a-lvl0 {
  display: block;
  position: relative;
  padding: 0 0 0 10px;
  text-decoration: none;
  color: #414141;
  font-family: "arial";
}
.sidebar-pro-a .s-a-lvl0 .icon,
.sidebar-expert-a .s-a-lvl0 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  line-height: normal;
  font-size: 5px;
}
.sidebar-pro-a .s-a-lvl0:hover,
.sidebar-expert-a .s-a-lvl0:hover,
.sidebar-pro-a .s-a-lvl0:focus,
.sidebar-expert-a .s-a-lvl0:focus,
.sidebar-pro-a .current .s-a-lvl0,
.sidebar-expert-a .current .s-a-lvl0 {
  color: #009ac4;
}
.sidebar-pro-a #s-nav,
.sidebar-expert-a #s-nav {
  margin-bottom: 20px;
}
.sidebar-pro-a #s-nav .s-h1,
.sidebar-expert-a #s-nav .s-h1 {
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 2px solid #009ac4;
}
.sidebar-pro-a #s-nav .s-c1-h1,
.sidebar-expert-a #s-nav .s-c1-h1 {
  font-weight: 600;
}
.sidebar-pro-a #s-nav .s-ul-lvl0,
.sidebar-expert-a #s-nav .s-ul-lvl0 {
  list-style: none;
  padding: 0;
}
.sidebar-pro-a #s-nav .s-ul-lvl0 .first,
.sidebar-expert-a #s-nav .s-ul-lvl0 .first {
  border-top: none;
}
.sidebar-pro-a #s-nav .s-li-lvl0,
.sidebar-expert-a #s-nav .s-li-lvl0,
.sidebar-pro-a #s-nav .s-h-lvl0,
.sidebar-expert-a #s-nav .s-h-lvl0 {
  font-size: 13px;
  font-weight: 600;
}
.sidebar-pro-a #s-nav .s-li-lvl0,
.sidebar-expert-a #s-nav .s-li-lvl0 {
  margin: 0;
  padding: 6px 0 2px 0;
  border-top: 1px dotted #212121;
}
.sidebar-pro-a #s-nav .s-a-lvl0,
.sidebar-expert-a #s-nav .s-a-lvl0 {
  display: block;
  position: relative;
  margin-bottom: 4px;
  padding: 0;
  text-decoration: none;
  color: #414141;
}
.sidebar-pro-a #s-nav .s-a-lvl0 .icon,
.sidebar-expert-a #s-nav .s-a-lvl0 .icon {
  display: none;
}
.sidebar-pro-a #s-nav .s-a-lvl0:hover,
.sidebar-expert-a #s-nav .s-a-lvl0:hover,
.sidebar-pro-a #s-nav .s-a-lvl0:focus,
.sidebar-expert-a #s-nav .s-a-lvl0:focus,
.sidebar-pro-a #s-nav .current .s-a-lvl0,
.sidebar-expert-a #s-nav .current .s-a-lvl0 {
  color: #009ac4;
}
.sidebar-pro-a #s-nav .s-ul-lvl1,
.sidebar-expert-a #s-nav .s-ul-lvl1 {
  display: none;
  list-style: none;
  padding: 0;
}
.sidebar-pro-a #s-nav .current .opened,
.sidebar-expert-a #s-nav .current .opened {
  display: block;
}
.sidebar-pro-a #s-nav .s-li-lvl1,
.sidebar-expert-a #s-nav .s-li-lvl1,
.sidebar-pro-a #s-nav .s-h-lvl1,
.sidebar-expert-a #s-nav .s-h-lvl1 {
  font-size: 12px;
  font-weight: 400;
}
.sidebar-pro-a #s-nav .s-a-lvl1,
.sidebar-expert-a #s-nav .s-a-lvl1 {
  display: block;
  position: relative;
  padding: 0 0 0 14px;
  text-decoration: none;
  color: #414141;
}
.sidebar-pro-a #s-nav .s-a-lvl1 .icon,
.sidebar-expert-a #s-nav .s-a-lvl1 .icon {
  display: block;
  position: absolute;
  left: 6px;
  top: 4px;
  line-height: normal;
  font-size: 8px;
}
.sidebar-pro-a #s-nav .s-a-lvl1:hover,
.sidebar-expert-a #s-nav .s-a-lvl1:hover,
.sidebar-pro-a #s-nav .s-a-lvl1:focus,
.sidebar-expert-a #s-nav .s-a-lvl1:focus,
.sidebar-pro-a #s-nav .current .s-a-lvl1,
.sidebar-expert-a #s-nav .current .s-a-lvl1 {
  color: #009ac4;
}
.sidebar-pro-a #s-blog .s-h1,
.sidebar-expert-a #s-blog .s-h1 {
  margin-bottom: 0;
}
.sidebar-pro-a #s-blog .s-h1 a,
.sidebar-expert-a #s-blog .s-h1 a {
  color: #212121;
}
.sidebar-pro-a #s-blog .s-c1-h1 strong,
.sidebar-expert-a #s-blog .s-c1-h1 strong {
  font-weight: 600;
}
.sidebar-pro-a #s-rss,
.sidebar-expert-a #s-rss {
  font-size: 14px;
}
.sidebar-pro-a #s-rss-a,
.sidebar-expert-a #s-rss-a {
  display: block;
  position: relative;
  padding: 0 0 0 16px;
  text-decoration: none;
  color: #212121;
}
.sidebar-pro-a #s-rss-a .icon,
.sidebar-expert-a #s-rss-a .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  line-height: normal;
  font-size: 10px;
}
.sidebar-pro-a #s-rss-a:hover,
.sidebar-expert-a #s-rss-a:hover,
.sidebar-pro-a #s-rss-a:focus,
.sidebar-expert-a #s-rss-a:focus {
  color: #009ac4;
}
.sidebar-pro-a #sidebar #shop-rating,
.sidebar-expert-a #sidebar #shop-rating {
  font-size: 0;
}
.sidebar-pro-a #sidebar #shop-rating .stars-bg,
.sidebar-expert-a #sidebar #shop-rating .stars-bg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 2px 0;
}
.sidebar-pro-a #sidebar #shop-rating .stars-fg,
.sidebar-expert-a #sidebar #shop-rating .stars-fg {
  top: 2px;
}
.sidebar-pro-a #sidebar #shop-rating #shop-rating-add,
.sidebar-expert-a #sidebar #shop-rating #shop-rating-add,
.sidebar-pro-a #sidebar #shop-rating #shop-rating-read,
.sidebar-expert-a #sidebar #shop-rating #shop-rating-read,
.sidebar-pro-a #sidebar #shop-rating .stars-bg,
.sidebar-expert-a #sidebar #shop-rating .stars-bg {
  vertical-align: middle;
}
.sidebar-pro-a #sidebar .msie-old #shop-rating-add,
.sidebar-expert-a #sidebar .msie-old #shop-rating-add,
.sidebar-pro-a #sidebar .msie-old #shop-rating-read,
.sidebar-expert-a #sidebar .msie-old #shop-rating-read,
.sidebar-pro-a #sidebar .msie-old .stars-bg,
.sidebar-expert-a #sidebar .msie-old .stars-bg {
  display: inline;
  zoom: 1;
}
.sidebar-pro-a #sidebar #rating-val,
.sidebar-expert-a #sidebar #rating-val {
  vertical-align: middle !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
}
.sidebar-pro-a #sidebar #shop-rating-read-a,
.sidebar-expert-a #sidebar #shop-rating-read-a {
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  text-decoration: none;
  color: #212121;
}
.sidebar-pro-a #sidebar #shop-rating-read-a .icon,
.sidebar-expert-a #sidebar #shop-rating-read-a .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: normal;
  font-size: 13px;
}
.sidebar-pro-a #sidebar #shop-rating-read:hover,
.sidebar-expert-a #sidebar #shop-rating-read:hover,
.sidebar-pro-a #sidebar #shop-rating-read:focus,
.sidebar-expert-a #sidebar #shop-rating-read:focus {
  text-decoration: underline;
}
.sidebar-pro-a #sidebar .msie-old #shop-rating .stars-bg,
.sidebar-expert-a #sidebar .msie-old #shop-rating .stars-bg {
  display: inline;
  zoom: 1;
}
/* GAUCHE */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
/* DROITE */
.column-right #sidebar {
  float: right;
}
.column-right #main {
  float: left;
}
.column-right #main.no-column {
  float: none;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// HIGHLIGHT //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#main-slider {
  position: relative;
  margin-bottom: 20px;
  width: 960px;
  height: 300px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
#main-slider .nivo-controlNav {
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: 15;
  padding: 0;
  width: 960px;
  list-style: none;
  text-align: center;
}
#main-slider .nivo-controlNav a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  text-indent: -9000px;
  outline: none;
  background: ;
  -webkit-box-shadow: inset 1px -2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px -2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px -2px 5px rgba(0, 0, 0, 0.3);
}
#main-slider .nivo-controlNav .active,
#main-slider .nivo-controlNav a:hover,
#main-slider .nivo-controlNav a:focus {
  background: #ffaa0c;
}
.msie-old #main-slider .nivo-controlNav a {
  display: inline;
  zoom: 1;
}
.highlight-pro-a #main-slider {
  margin-bottom: 20px;
  width: 960px
    ;
  height: 300px;
}
/* EXPERT A */
/* EXPERT B, C */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
.highlight-expert-b #main-slider,
.highlight-expert-c #main-slider {
  float: left;
  margin-bottom: 20px;
  width: 694px;
  height: 300px;
}
.highlight-expert-b #main-slider .nivo-controlNav,
.highlight-expert-c #main-slider .nivo-controlNav {
  width: 694px;
}
.highlight-expert-b .bloc-slider-s,
.highlight-expert-c .bloc-slider-s {
  float: right;
  margin-bottom: 20px;
}
/* EXPERT C, D */
.highlight-expert-c .bloc-slider-u,
.highlight-expert-d .bloc-slider-u {
  float: left;
  margin: 0 0 25px 25px;
  width: 290px;
}
.highlight-expert-c .bloc-slider-u-first,
.highlight-expert-d .bloc-slider-u-first {
  clear: both;
  margin-left: 0;
}
/* EXPERT E */
.highlight-expert-e #nav {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
.highlight-expert-e .page-homepage #wrapper {
  width: auto;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.highlight-expert-e .page-homepage #header {
  margin: 0 auto;
  padding: 20px 20px;
  width: 920px;
  background: #ffffff;
}
.highlight-expert-e .page-homepage #pre-content {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 960px;
  background: none;
}
.highlight-expert-e .page-homepage #c1-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #ffffff;
}
.highlight-expert-e .page-homepage #c2-wrapper {
  margin: 0 auto;
  width: 960px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
}
.highlight-expert-e .page-homepage #content {
  margin: 0 auto;
  padding: 20px 20px;
  width: 920px;
}
.highlight-expert-e .slider-bg {
  display: none;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlight-expert-e .slider-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlight-expert-e #main-slider {
  width: 960px;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  height: 320px;
}
.highlight-expert-e #slide {
  display: block;
  width: 960px;
  height: 320px;
  text-decoration: none;
}
.highlight-expert-e #slider-nav {
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: 15;
  padding: 0;
  width: 960px;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.highlight-expert-e .slider-nav-li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px;
}
.highlight-expert-e .msie-old .slider-nav-li {
  display: inline;
  zoom: 1;
}
.highlight-expert-e .slider-nav-a {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  text-indent: -9000px;
  outline: none;
  background: #17a5cb;
  -webkit-box-shadow: inset 1px -2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px -2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px -2px 5px rgba(0, 0, 0, 0.3);
}
.highlight-expert-e .slider-nav-a.current,
.highlight-expert-e .slider-nav-a:hover,
.highlight-expert-e .slider-nav-a:focus {
  background: #17a5cb;
}
.highlight-expert-e .bloc-slider-u {
  float: left;
  margin: 0 0 27.5px 27.5px;
  width: 295px;
}
.highlight-expert-e .bloc-slider-u-first {
  clear: both;
  margin-left: 0;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// SELECTIONS //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
.selections-pro-a .selection {
  margin-bottom: 15px;
}
/* EXPERT A */
/* EXPERT B */
.selections-expert-b .selection {
  margin-bottom: 25px;
}
/* EXPERT C */
/*>>>>>>>>>>>>>>>>>>>>> SWEET PARTY DAY */
.selections-expert-c .highlighted-selection {
  clear: both;
  margin-bottom: 20px;
}
.selections-expert-c .highlighted-selection .prod {
  float: left;
  margin: 0;
  background: #ffffff;
  cursor: pointer;
}
.selections-expert-c .highlighted-selection .c1-prod {
  position: relative;
  padding: 10px;
}
.selections-expert-c .highlighted-selection .prod-photo-a {
  display: block;
  float: left;
}
.selections-expert-c .highlighted-selection .prod-infos {
  float: right;
  margin: 0;
}
.selections-expert-c .highlighted-selection .prod-name {
  font-size: 14px;
  font-weight: 400;
}
.selections-expert-c .highlighted-selection .prod-name-a {
  text-decoration: none;
  color: #212121;
}
.selections-expert-c .highlighted-selection .prod-brand {
  margin-bottom: 3px;
  font-size: 11px;
}
.selections-expert-c .highlighted-selection .prod-brand-a {
  text-decoration: none;
  color: #bcbcbc;
}
.selections-expert-c .highlighted-selection .stars-bg {
  display: inline-block;
}
.selections-expert-c .highlighted-selection .prod-price {
  margin: 0;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
}
.selections-expert-c .highlighted-selection .prod-price-a {
  text-decoration: none;
  color: #212121;
}
.selections-expert-c .highlighted-selection .prod-price-from {
  white-space: nowrap;
}
.selections-expert-c .highlighted-selection .prod-flash .prod-price-from,
.selections-expert-c .highlighted-selection .prod-sale .prod-price-from,
.selections-expert-c .highlighted-selection .prod-special-offer .prod-price-from {
  display: block;
}
.selections-expert-c .highlighted-selection .prod-price-cur,
.selections-expert-c .highlighted-selection .prod-price-old {
  line-height: 16px;
  font-size: 20px;
  white-space: nowrap;
}
.selections-expert-c .highlighted-selection .prod-price-cur {
  margin: 0 6px 0 0;
  font-weight: 600;
}
.selections-expert-c .highlighted-selection .prod-state {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1px 4px;
  font-size: 12px;
}
.selections-expert-c .highlighted-selection .state-value {
  font-size: 14px;
}
.selections-expert-c .highlighted-selection .state-upto {
  font-size: 12px;
}
.selections-expert-c .highlighted-selection .prod-hover {
  display: none;
}
.selections-expert-c .highlighted-selection .highlighted-prod {
  width: 417px;
}
.selections-expert-c .highlighted-selection .highlighted-prod .c1-prod {
  padding: 0 10px 0 0;
}
.selections-expert-c .highlighted-selection .highlighted-prod .prod-photo-a {
  height: 200px;
  width: 200px;
  text-align: center;
}
.selections-expert-c .highlighted-selection .highlighted-prod .prod-photo {
  max-height: 200px;
  max-width: 200px;
}
.selections-expert-c .highlighted-selection .highlighted-prod .prod-infos {
  float: right;
  margin: 0;
  width: 197px;
}
.selections-expert-c .highlighted-selection .highlighted-prod .prod-highlighted-description {
  margin-top: 10px;
  font-size: 12px;
  color: #414141;
}
.selections-expert-c .highlighted-selection .unhighlighted-prod {
  float: left;
  width: 250px;
  border: none;
  border-right: 1px solid #dfdfdf;
}
.selections-expert-c .highlighted-selection .unhighlighted-prod .prod-photo-a {
  float: left;
  height: 100px;
}
.selections-expert-c .highlighted-selection .unhighlighted-prod .prod-infos {
  float: right;
  margin: 0;
  width: 120px;
}
.selections-expert-c .highlighted-selection .unhighlighted-prod .prod-price-cur,
.selections-expert-c .highlighted-selection .unhighlighted-prod .prod-price-old {
  font-size: 14px;
}
.selections-expert-c .highlighted-selection .unhighlighted-prod-list {
  float: right;
  width: 501px;
  border: 1px solid #dfdfdf;
}
.selections-expert-c .highlighted-selection .unhighlighted-prod-list .prod-line {
  margin: 0;
  border-top: 1px solid #dfdfdf;
}
.selections-expert-c .highlighted-selection .unhighlighted-prod-list .first-line {
  border-top: none;
}
.selections-expert-c .highlighted-selection .unhighlighted-prod-list .last {
  border-right: none;
}
.selections-expert-c .highlighted-selection .unhighlighted-prod-list .prod-description {
  display: none;
}
.selections-expert-c .tabs .h1 {
  display: none;
}
.selections-expert-c .not-msie-old .highlighted-selection {
  display: table;
}
.selections-expert-c .not-msie-old .highlighted-selection .highlighted-prod {
  display: table-cell;
  float: none;
}
.selections-expert-c .not-msie-old .highlighted-selection .unhighlighted-prod-list {
  display: table-cell;
  float: none;
}
.selections-expert-c .msie-old .highlighted-prod .prod-photo-a {
  overflow: hidden;
}
/* EXPERT D */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
.selections-expert-d #home-selection {
  float: left;
  margin-bottom: 20px;
}
.selections-expert-d .bloc-selection-s {
  float: right;
  margin-bottom: 20px;
}
.selections-expert-d .tabs .h1 {
  display: none;
}
/* EXPERT E */
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// REINSURANCE //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#reinsurance {
  padding: 0 20px;
}
#rei-ul {
  display: table;
  padding: 0;
  width: 920px;
  list-style: none;
  border-bottom: 1px solid #212121;
  font-size: 0;
}
.rei-li {
  display: table-cell;
  vertical-align: top !important;
  margin: 0;
  width: 25%;
}
.msie-old .rei-li {
  display: inline;
  zoom: 1;
}
.rei-a {
  display: block;
  position: relative;
  vertical-align: top !important;
  padding: 12px 10px 0 40px;
  height: 40px;
  text-decoration: none;
  color: #414141;
}
.rei-a .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
.rei-a .rei-arrow {
  display: none;
  left: 14px;
  bottom: -3px;
  font-size: 11px;
}
.rei-a .rei-icon {
  left: 4px;
  top: 12px;
  font-size: 24px;
}
.rei-a strong {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  color: #212121;
}
#rei-2 .rei-icon {
  top: 13px;
  font-size: 24px;
}
#rei-4 .rei-icon {
  top: 14px;
  font-size: 24px;
}
.rei-a:hover .rei-arrow,
.rei-a:active .rei-arrow {
  display: block;
}
.rei-a:hover .rei-icon,
.rei-a:active .rei-icon {
  color: #009ac4;
}
/* EXPERT A */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
/* EXPERT B */
/* EXPERT C */
.reinsurance-expert-c #rei-ul {
  border-bottom: none;
  border-top: 1px solid #212121;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------// PRODUCT LIST //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* EXPERT A */
/* EXPERT B */
/* EXPERT C */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
.prod-lists-expert-c .prod-list2 {
  clear: both;
}
.prod-lists-expert-c .prod-list2 .prod-line {
  clear: both;
  margin-bottom: 10px;
}
.prod-lists-expert-c .prod-list2 .prod {
  float: left;
  margin-right: 10px;
  width: 333px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  cursor: pointer;
}
.prod-lists-expert-c .prod-list2 .last {
  margin: 0;
}
.prod-lists-expert-c .prod-list2 .c1-prod {
  position: relative;
  padding: 10px;
}
.prod-lists-expert-c .prod-list2 .prod-photo-a {
  display: block;
  float: left;
  height: 150px;
}
.prod-lists-expert-c .prod-list2 .prod-infos {
  float: right;
  margin: 0;
  width: 153px;
}
.prod-lists-expert-c .prod-list2 .prod-name {
  font-size: 14px;
  font-weight: 400;
}
.prod-lists-expert-c .prod-list2 .prod-name-a {
  text-decoration: none;
  color: #212121;
}
.prod-lists-expert-c .prod-list2 .prod-brand {
  margin-bottom: 3px;
  font-size: 11px;
}
.prod-lists-expert-c .prod-list2 .prod-brand-a {
  text-decoration: none;
  color: #bcbcbc;
}
.prod-lists-expert-c .prod-list2 .stars-bg {
  display: inline-block;
}
.prod-lists-expert-c .prod-list2 .prod-price {
  margin: 0;
  font-family: 'Source Sans Pro', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
}
.prod-lists-expert-c .prod-list2 .prod-price-a {
  text-decoration: none;
  color: #212121;
}
.prod-lists-expert-c .prod-list2 .prod-price-from {
  white-space: nowrap;
}
.prod-lists-expert-c .prod-list2 .prod-flash .prod-price-from,
.prod-lists-expert-c .prod-list2 .prod-sale .prod-price-from,
.prod-lists-expert-c .prod-list2 .prod-special-offer .prod-price-from {
  display: block;
}
.prod-lists-expert-c .prod-list2 .prod-price-cur,
.prod-lists-expert-c .prod-list2 .prod-price-old {
  line-height: 16px;
  font-size: 20px;
  white-space: nowrap;
}
.prod-lists-expert-c .prod-list2 .prod-price-cur {
  margin: 0 6px 0 0;
  font-weight: 600;
}
.prod-lists-expert-c .prod-list2 .prod-state {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1px 4px;
  font-size: 12px;
}
.prod-lists-expert-c .prod-list2 .state-value {
  font-size: 14px;
}
.prod-lists-expert-c .prod-list2 .state-upto {
  font-size: 12px;
}
.prod-lists-expert-c .prod-list2 .prod-description {
  margin-top: 10px;
  color: #414141;
}
.prod-lists-expert-c .prod-list2 .prod-description p,
.prod-lists-expert-c .prod-list2 .prod-description li {
  font-size: 10px;
}
.prod-lists-expert-c .prod-list2 .prod:hover,
.prod-lists-expert-c .prod-list2 .prod:focus {
  border-color: #009ac4;
}
/* EXPERT D */
/* EXPERT E */
/* EXPERT F */
/* EXPERT G */
/* EXPERT H */
/* EXPERT I */
/* -------------------------------------------------------------------------------------- //
 * --------------------------------// PRODUCT DETAILS //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* PRO A, EXPERT A */
/* PRO B, EXPERT B */
/* PRO C, EXPERT C */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
.prod-details-pro-c #more-tabs,
.prod-details-expert-c #more-tabs {
  float: right;
  width: 510px;
}
.prod-details-pro-c #more-tabs .tabs-ul,
.prod-details-expert-c #more-tabs .tabs-ul {
  display: table;
  width: 100%;
}
.prod-details-pro-c #more-tabs .tabs-li,
.prod-details-expert-c #more-tabs .tabs-li {
  display: table-cell;
  white-space: nowrap;
}
.prod-details-pro-c #more-tabs .tabs-ul .last,
.prod-details-expert-c #more-tabs .tabs-ul .last {
  border-right: none;
}
.prod-details-pro-c .msie-old #more-tabs .tabs-ul,
.prod-details-expert-c .msie-old #more-tabs .tabs-ul {
  display: block;
}
.prod-details-pro-c .msie-old #more-tabs .tabs-li,
.prod-details-expert-c .msie-old #more-tabs .tabs-li {
  font-size: 13px;
}
.prod-details-pro-c .msie-old #more-tabs .tabs-ul .last,
.prod-details-expert-c .msie-old #more-tabs .tabs-ul .last {
  border-right: none;
}
.prod-details-pro-c #cross-selling,
.prod-details-expert-c #cross-selling {
  clear: none;
  float: left;
  position: relative;
  width: 380px;
}
.prod-details-pro-c #cross-selling .h2,
.prod-details-expert-c #cross-selling .h2 {
  margin-top: 0;
}
.prod-details-pro-c #cross-selling .prod-line,
.prod-details-expert-c #cross-selling .prod-line {
  margin: 0 -5px;
  font-size: 0;
}
.prod-details-pro-c #cross-selling .prod2,
.prod-details-expert-c #cross-selling .prod2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  position: relative;
  margin: 0 5px 10px 5px;
  padding: 5px 0 30px 0;
  width: 118px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
}
.prod-details-pro-c #cross-selling .prod2:hover,
.prod-details-expert-c #cross-selling .prod2:hover,
.prod-details-pro-c #cross-selling .prod2:focus,
.prod-details-expert-c #cross-selling .prod2:focus {
  border-color: #009ac4;
}
.prod-details-pro-c #cross-selling .prod-photo-a,
.prod-details-expert-c #cross-selling .prod-photo-a {
  margin: 0;
  height: 100px;
  text-align: center;
}
.prod-details-pro-c #cross-selling .prod-price,
.prod-details-expert-c #cross-selling .prod-price {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 118px;
  text-align: center;
}
.prod-details-pro-c #cross-selling .prod-price-from,
.prod-details-expert-c #cross-selling .prod-price-from {
  line-height: 12px;
  font-size: 11px;
}
.prod-details-pro-c #cross-selling .prod-price-cur,
.prod-details-expert-c #cross-selling .prod-price-cur {
  line-height: 14px;
  font-size: 16px;
}
.prod-details-pro-c #cross-selling .prod-price-old,
.prod-details-expert-c #cross-selling .prod-price-old {
  display: none;
}
.prod-details-pro-c #cross-selling .prod-state .state-value,
.prod-details-expert-c #cross-selling .prod-state .state-value {
  display: none;
}
.prod-details-pro-c .msie-old #cross-selling .prod2,
.prod-details-expert-c .msie-old #cross-selling .prod2 {
  display: inline;
  zoom: 1;
}
.prod-details-pro-c .msie-old #cross-selling .prod-price-from,
.prod-details-expert-c .msie-old #cross-selling .prod-price-from {
  line-height: normal;
}
.prod-details-pro-c .msie-old #cross-selling .prod-price-cur,
.prod-details-expert-c .msie-old #cross-selling .prod-price-cur {
  line-height: normal;
}
.prod-details-pro-c #comments-tab #comments,
.prod-details-expert-c #comments-tab #comments {
  float: none;
  margin-bottom: 20px;
  width: auto;
}
.prod-details-pro-c #comments-tab #comment-form,
.prod-details-expert-c #comments-tab #comment-form {
  clear: both;
  float: none;
  width: auto;
}
.page-homepage.selections-expert-d .tab,
.page-prod-details.prod-details-pro-c .tab,
.page-prod-details.prod-details-expert-c .tab {
  padding-bottom: 0;
}
/*FFFOOORRRMMMSSS*/
.w_form fieldset {
  border: none;
}
.w_form .fieldset {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.w_form .legend {
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
}
.w_form .field {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  font-size: 0;
}
.w_form .field .icon-ok,
.w_form .field .icon-ko {
  display: none;
}
.w_form .textbox,
.w_form .date-input,
.w_form textarea {
  padding: 2px 5px;
  background: #ffffff;
  border: 1px solid #dedede;
  /*.rounded(@input_radius);
  .inner-shadow(1px, 1px, 2px, 0.15);*/
  font-size: 12px;
  color: #212121;
}
.w_form .field-ok {
  /*.textbox, .date-input, textarea {
      background: @input_bgcolor;
      border: 1px solid @input_border;
      color: @input_color;
  }*/
}
.w_form .field-ok .icon-ok {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  line-height: normal;
  font-size: 11px;
  color: #328b1a;
}
.w_form .field-ko .textbox,
.w_form .field-ko .date-input,
.w_form .field-ko textarea {
  background: #f6e6e6;
  border: 1px solid #a80e0e;
  color: #a80e0e;
}
.w_form .field-ko .icon-ko {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  line-height: normal;
  font-size: 13px;
  color: #a80e0e;
}
.w_form .textbox,
.w_form .date-input {
  height: 16px;
}
.w_form .date-input {
  padding-right: 24px;
  width: 60px;
}
.w_form .textbox:hover,
.w_form .textbox:focus,
.w_form .date-input:hover,
.w_form .date-input:focus,
.w_form textarea:hover,
.w_form textarea:focus {
  border-color: #009ac4;
}
.w_form textarea {
  height: 60px;
}
.w_form .date {
  position: relative;
}
.w_form .date .icon {
  display: block;
  position: absolute;
  left: 70px;
  top: 1px;
  line-height: normal;
  font-size: 17px;
}
.w_form .file-input,
.w_form .file-formats {
  font-size: 12px;
}
.w_form .radio-btn,
.w_form .checkbox {
  vertical-align: middle;
  margin-right: 3px;
}
.w_form .ul-rd-v,
.w_form .ul-rd-h,
.w_form .ul-combo-h {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.w_form .ul-rd-h,
.w_form .ul-combo-h {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.w_form .ul-rd-h .first,
.w_form .ul-combo-h .first {
  margin-left: 0;
}
.w_form .ul-rd-v {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.w_form .ul-rd-v .first {
  margin-top: 0;
}
.w_form .li-rd-v {
  margin: 0 0 6px 0;
  padding: 2px 0;
}
.w_form .li-rd-h,
.w_form .li-combo-h {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
  padding: 2px 0;
}
.w_form .msie-old .li-rd-h,
.w_form .msie-old .li-combo-h {
  display: inline;
  zoom: 1;
}
.w_form .li-combo-h {
  margin: 0 0 0 5px;
}
.w_form .label-rd-h {
  margin: 0;
  font-size: 12px;
}
.w_form .form3 .other-field .label-rd-v {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}
.w_form .form3 .other-field .other-input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  margin-left: 20px;
  width: 200px;
}
.w_form .js-active .form3 .other-field .other-input {
  display: none;
}
.w_form .sel-combo-h {
  vertical-align: middle;
}
.w_form .btn-area .button {
  vertical-align: middle !important;
}
.w_form .required-fields {
  margin-bottom: 20px;
}
.w_form .field-ok .icon-ok {
  left: 360px;
  top: auto;
  bottom: 3px;
}
.w_form .field-ko .icon-ko {
  left: 360px;
  top: auto;
  bottom: 1px;
}
.w_form .field-date.field-ok .icon-ok {
  left: 101px;
}
.w_form .field-date.field-ko .icon-ko {
  left: 101px;
}
.w_form .field-file.field-ok .icon-ok,
.w_form .field-radio-list.field-ok .icon-ok,
.w_form .field-checkbox-list.field-ok .icon-ok {
  top: 0;
  bottom: auto;
}
.w_form .field-file.field-ko .icon-ko,
.w_form .field-radio-list.field-ko .icon-ko,
.w_form .field-checkbox-list.field-ko .icon-ko {
  top: 0;
  bottom: auto;
}
.w_form .label {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.w_form .field-help {
  font-style: italic;
  font-size: 10px;
  color: #414141;
}
.w_form .textbox,
.w_form textarea {
  padding: 2px 25px 2px 5px;
  width: 318px;
}
.w_form .combobox,
.w_form .ul-rd-h,
.w_form .ul-combo-h {
  width: 350px;
}
/* ----------------------------------------------------------------------------------------------------- //
 * --------------------------------// AJOUT PANIER VARATION PROD-LIST //-------------------------------- //
 * ----------------------------------------------------------------------------------------------------- */
.prod-list .prod .prod-var {
  box-sizing: border-box;
  display: block !important;
  position: absolute;
  top: 100%;
  border: 1px solid #009ac4;
  left: -1px;
  width: 101%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  background: #fff;
  padding: 0;
}
.prod-list .prod .prod-var:before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  top: -4px;
  left: 0;
  z-index: 2;
}
.prod-list .prod .prod-var .c1-prod-hover {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: 100%;
  padding: 0;
}
.prod-list .prod .prod-var .c1-prod-var {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  border: none;
}
.prod-list .prod .prod-var .c1-prod-var .quick-view-btn,
.prod-list .prod .prod-var .c1-prod-var .add-cart-btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.prod-list .prod:hover,
.prod-list .prod:focus {
  z-index: 1;
}
.prod-list .prod:hover .prod-var,
.prod-list .prod:focus .prod-var {
  visibility: visible;
  overflow: visible;
  max-height: 100%;
  z-index: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.prod-list .prod:hover .prod-var .c1-prod-var,
.prod-list .prod:focus .prod-var .c1-prod-var {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.custom-dropdown--large {
  font-size: 12px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  max-width: 100%;
  min-width: 161px;
}
.custom-dropdown__select {
  font-size: inherit;
  padding: .5em;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  outline: none;
}
.custom-dropdown__select--white {
  background-color: #fff;
  color: #444;
}
@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {
  .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-dropdown__select {
    padding-right: 30px;
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-dropdown::before,
  .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .custom-dropdown::after {
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -0.5em;
  }
  .custom-dropdown::before {
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
  }
  .custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, 0.3);
  }
  .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, 0.1);
  }
  .custom-dropdown--white::before {
    top: .5em;
    bottom: .5em;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .custom-dropdown--white::after {
    color: rgba(0, 0, 0, 0.9);
  }
  @-moz-document url-prefix() {
    .custom-dropdown__select {
      padding-right: 0.9em;
    }
    .custom-dropdown--large .custom-dropdown__select {
      padding-right: 30px;
    }
    .custom-dropdown--small .custom-dropdown__select {
      padding-right: 0.5em;
    }
  }
}
