/*@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;
}
.no-text-hidden {
  overflow: visible;
  text-indent: 0;
}
.text-hidden2 {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.no-text-hidden2 {
  overflow: visible;
  text-indent: 0;
  height: auto;
}
.ff1 {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
.ff2 {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
.ff3 {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
.fw-light {
  font-weight: 300;
}
.fw-book {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.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;
}
header,
footer,
section,
hgroup,
aside,
nav,
article,
figure,
figcaption,
dialog {
  display: block;
}
body {
  font: normal 62.5% 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  background: #e1dacf url(../../../../_i/35712/588/387/88/body-bg.jpeg) repeat center 9px;
  color: #1e1208;
}
#body {
  background: url(../../../../_i/35712/589/3975/89/h-bar-bg.jpeg) repeat-x center top;
}
#c1-body {
  background: url(../../../../_i/35712/590/139/90/h-nav-bg.png) no-repeat center 13px;
}
#wrapper {
  margin: 0;
  width: auto;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#c1-wrapper {
  clear: both;
}
img {
  border: none;
}
a,
label,
button {
  cursor: pointer;
}
a {
  color: #5c9b30;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
p,
li,
label,
address,
td,
th {
  margin-bottom: 6px;
  font-size: 12px;
  color: #1e1208;
}
p,
li,
address,
dd,
dt {
  margin-bottom: 6px;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #1e1208;
}
ul {
  padding-left: 14px;
}
address {
  font-style: normal;
  margin: 6px 0;
}
input,
textarea,
select,
textarea,
button {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 12px;
  color: #1e1208;
}
.icon {
  font-family: Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-style: normal;
}
.label {
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
}
.label input {
  vertical-align: middle;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// GENERAL //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
.gradient1 {
  background: #5c9b30;
  border-color: #5c9b30;
  color: #ffffff;
}
.gradient1o {
  background: #4c8028;
  border-color: #4c8028;
  color: #ffffff;
}
.gradient1c {
  background: #4c8028;
  border-color: #4c8028;
  color: #ffffff;
  -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: #e1dacf;
  border-color: #e1dacf;
  color: #1e1208;
}
.gradient2o {
  background: #d3c9b9;
  border-color: #d3c9b9;
  color: #000000;
}
.gradient2c {
  background: #d3c9b9;
  border-color: #d3c9b9;
  color: #000000;
  -webkit-box-shadow: inset 0 0 6px #000000;
  -moz-box-shadow: inset 0 0 6px #000000;
  box-shadow: inset 0 0 6px #000000;
}
.gradient3 {
  background: #1e1208;
  border-color: #1e1208;
  color: #a6a4a3;
}
.gradient3o {
  background: #020100;
  border-color: #020100;
  color: #ffffff;
}
.gradient3c {
  background: #020100;
  border-color: #020100;
  color: #ffffff;
  -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: #5c9b30;
  border-color: #5c9b30;
  color: #edf7e6;
}
.gradient4o {
  background: #4c8028;
  border-color: #4c8028;
  color: #ffffff;
}
.gradient4c {
  background: #4c8028;
  border-color: #4c8028;
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 6px #000000;
  -moz-box-shadow: inset 0 0 6px #000000;
  box-shadow: inset 0 0 6px #000000;
}
.nav-colors {
  background: none;
  border-bottom: none;
}
.nav-li-colors {
  border-left: none;
  background: url(../../../../_i/35712/596/3622/96/h-nav.png) repeat-y right center;
}
.nav-a-colors {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.nav-a-colors-o {
  color: #ffffff;
}
.nav-span-colors-o {
  background: rgba(92, 155, 48, 0.7);
}
.subnav-colors {
  border: 1px solid #618733;
  border-top: 2px solid #618733;
  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: #1e1208;
}
.subnav-a-colors-o {
  color: #5c9b30;
}
.richsub-a-colors {
  color: #1e1208;
}
.richsub-a-colors-o {
  color: #5c9b30;
}
.h-cart-colors {
  background: #5c9b30;
}
.h-cart-a-colors {
  color: #ffffff;
}
.h-cart-h1-colors {
  border-right: 1px solid #2e4d18;
}
.h-cart-amount-colors {
  border-left: 1px solid #8fcf62;
}
.h-account-colors {
  background: #e1dacf;
}
.h-account-a-colors {
  color: #1e1208;
}
.footer-colors {
  background: #1e1208;
  border-color: #1e1208;
  color: #a6a4a3;
  border-bottom: none;
}
.f-nav1-li-colors {
  border-left: 1px solid #ffffff;
}
.f-nav1-a-colors {
  color: #ffffff;
}
.f-nav2-li-colors {
  color: #a6a4a3;
}
.f-nav2-a-colors {
  color: #a6a4a3;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// BUTTONS //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
.button {
  /* Structure */
  display: inline-block;
  *display: inline;
  /*IE 6/7*/
  zoom: 1;
  font-family: 'Cabin', 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: #5c9b30;
  border-color: #5c9b30;
  color: #ffffff;
}
.btn1 .icon {
  color: #ffffff;
}
.btn1:hover,
.btn1:active {
  background: #4c8028;
  border-color: #4c8028;
  color: #ffffff;
}
.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: #e1dacf;
  border-color: #e1dacf;
  color: #1e1208;
}
.btn2:hover,
.btn2:active {
  background: #d3c9b9;
  border-color: #d3c9b9;
  color: #000000;
}
.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: #5c9b30;
  border-color: #5c9b30;
  color: #edf7e6;
  -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: #4c8028;
  border-color: #4c8028;
  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: #1e1208;
  border-color: #1e1208;
  color: #a6a4a3;
  font-size: 12px;
  color: #ffffff;
}
button.btn4 {
  padding-bottom: 2px;
  height: 25px;
}
.btn4:hover,
.btn4:active {
  background: #020100;
  border-color: #020100;
  color: #ffffff;
}
.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: #edf7e6;
  border-color: #5c9b30;
  color: #5c9b30;
}
.btn5:hover,
.btn5:active {
  background: #5c9b30;
  border-color: #5c9b30;
  color: #ffffff;
}
.btn5:hover .icon,
.btn5:active .icon {
  color: #ffffff;
}
.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: #5c9b30;
  color: #ffffff;
}
.chzn-container .chzn-results .group-result {
  color: #1e1208;
}
.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: #444444;
}
.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: #444444;
}
.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: #5c9b30;
}
.field-ko .textbox,
.field-ko .date-input,
.field-ko textarea {
  background: #f4e8e7;
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
.field-ko .icon-ko {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  line-height: normal;
  font-size: 13px;
  color: #e74c3c;
}
.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: #5c9b30;
}
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: #444444;
}
.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: #444444;
}
.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: #444444;
}
.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: #444444;
}
.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: #5c9b30;
}
.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;
}
#error-modal {
  display: none;
}
.success {
  position: relative;
  margin: 30px 0;
  padding-left: 20px;
  font-size: 14px;
  color: #5c9b30;
}
.success .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 17px;
  color: #5c9b30;
}
.success-group {
  position: relative;
  margin: 20px 0 20px 30px;
  padding: 10px 15px;
  background: #edf7e6;
}
.success-group .icon {
  display: block;
  position: absolute;
  left: -30px;
  top: 7px;
  line-height: normal;
  font-size: 24px;
  color: #5c9b30;
}
.success-group .success {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 14px;
  color: #5c9b30;
}
.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: #e74c3c;
}
.error .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 15px;
  color: #e74c3c;
}
.error-group {
  position: relative;
  margin: 20px 0 20px 30px;
  padding: 10px 15px;
  background: #f4e8e7;
}
.error-group .icon {
  display: block;
  position: absolute;
  left: -30px;
  top: 7px;
  line-height: normal;
  font-size: 22px;
  color: #e74c3c;
}
.error-group .errors {
  padding: 0;
  list-style: none;
}
.error-group .error {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 14px;
  color: #e74c3c;
}
.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 #c4b6a0;
}
#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 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  font-style: italic;
  color: #1e1208;
}
#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: #444444;
}
/* -------------------------------------------------------------------------------------- //
 * ------------------------------------// 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(../../../_/_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: #eaf6e2;
  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: 'Cabin', 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: #1e1208;
}
.current .tabs-a,
.tabs-a:hover,
.tabs-a:active {
  background: #5c9b30;
  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: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e1208;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TABLES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c4b6a0;
  background: #ffffff;
}
table,
th,
td {
  border-bottom: 1px solid #c4b6a0;
}
th,
td {
  padding: 7px 5px;
  font-size: 12px;
}
th p,
td p {
  margin: 0;
  font-size: 12px;
}
th {
  font-weight: 600;
}
thead {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
thead th {
  border-bottom: none;
  background: #1e1208;
  border-color: #1e1208;
  color: #a6a4a3;
  border-top: 1px solid #020100;
  border-left: 1px solid #c4b6a0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
thead th:first-child {
  border-left: 1px solid #020100;
}
thead th:last-child {
  border-right: 1px solid #020100;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TITLES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.h1 {
  margin-bottom: 15px;
  line-height: 26px;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 24px;
  text-transform: none;
  color: #1e1208;
}
.c1-h1 {
  font-weight: 600;
}
.h1 a {
  text-decoration: none;
}
.h1 a:hover,
.h1 a:focus {
  text-decoration: underline;
}
.main-h1 {
  margin-bottom: 20px;
  line-height: 28px;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1208;
}
.h2 {
  margin: 15px 0 10px 0;
  line-height: 20px;
  font-family: 'Cabin', 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: 18px;
  font-family: 'Cabin', 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;
}
.last-displayed {
  margin-bottom: 0;
}
.displayed-blocs {
  display: none;
}
.display-blocs {
  margin-bottom: 20px;
}
.display-blocs.opened {
  margin-bottom: 0;
}
.display-blocs-a {
  text-decoration: underline;
}
.display-blocs-a:hover,
.display-blocs-a:focus {
  text-decoration: none;
}
.bloc p,
#description-tab p,
#description p,
.bloc li,
#description-tab li,
#description li,
.bloc address,
#description-tab address,
#description address,
.bloc td,
#description-tab td,
#description td,
.bloc th,
#description-tab th,
#description th,
.bloc dd,
#description-tab dd,
#description dd,
.bloc dt,
#description-tab dt,
#description dt,
.bloc caption,
#description-tab caption,
#description caption {
  font-size: 13px;
}
.bloc .s-h1,
#description-tab .s-h1,
#description .s-h1 {
  font-size: 18px;
}
.bloc .s-h2,
#description-tab .s-h2,
#description .s-h2 {
  font-size: 16px;
}
.bloc .s-h3,
#description-tab .s-h3,
#description .s-h3 {
  font-size: 14px;
}
#prod-summary {
  font-size: 13px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// GALLERY //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
.gallery {
  margin: 0 -5px;
}
.gallery-loaded {
  margin: 0;
}
.gallery-loaded .gallery-thumb {
  float: none;
  margin: 0 0 10px 0;
}
.gallery-thumb {
  display: block;
  float: left;
  position: relative;
  margin: 0 5px 10px 5px;
  width: 300px;
}
.gallery-thumb:hover .gallery-hover,
.gallery-thumb:focus .gallery-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.gallery-thumb-img {
  vertical-align: top !important;
  width: 300px;
}
.gallery-hover {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  padding: 10px;
  width: 260px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0;
  text-align: center;
  color: #1e1208;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -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;
}
.gallery-hover:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  width: 0;
  height: 100%;
}
.c1-gallery-hover {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  font-size: 12px;
}
.gallery-h1 {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.gutter-sizer {
  width: 10px;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// 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: #1e1208;
}
.msie-old .pagination-page {
  display: inline;
  zoom: 1;
}
.pagination .current,
.pagination-page:hover,
.pagination-page:focus {
  background: #5c9b30;
  border-color: #5c9b30;
  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: 0 5px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
}
.state-type {
  font-size: 14px;
  text-transform: uppercase;
}
.state-value {
  font-size: 16px;
  font-weight: 600;
}
.state-upto {
  font-size: 14px;
  font-weight: 400;
}
.sale {
  background: #e74c3c;
  color: #ffffff;
}
.sale .state-type {
  display: none;
}
.special-offer {
  background: #e74c3c;
  color: #ffffff;
}
.special-offer .state-type {
  display: none;
}
.new {
  background: #e67e22;
  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 #ffffff;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
}
.prod-list .last {
  margin: 0;
}
.prod-list .c1-prod {
  position: relative;
  padding: 10px;
}
.prod-list .prod-photo-a {
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
  height: 150px;
  text-align: center;
}
.prod-list .prod-alt-photo {
  display: none;
}
.prod-list .prod-name {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.prod-list .prod-name-a {
  text-decoration: none;
  color: #1e1208;
}
.prod-list .prod-ref {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}
.prod-list .prod-ref-a {
  text-decoration: none;
  color: #1e1208;
}
.prod-list .prod-brand {
  margin-bottom: 3px;
  font-size: 11px;
  text-transform: uppercase;
}
.prod-list .prod-brand-a {
  text-decoration: none;
  color: #5c9b30;
}
.prod-list .stars-bg {
  display: inline-block;
}
.prod-list .prod-stock {
  margin: 0 0 6px 0;
  font-size: 11px;
}
.prod-list .prod-stock .prod-stock-a {
  text-decoration: none;
}
.prod-list .prod-stock .icon {
  vertical-align: middle !important;
  margin-right: 4px;
}
.prod-list .stock-ok .prod-stock-a {
  color: #5c9b30;
}
.prod-list .stock-ko .prod-stock-a {
  color: #e74c3c;
}
.prod-list .prod-price {
  margin: 0;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
}
.prod-list .prod-price-a {
  text-decoration: none;
  color: #1e1208;
}
.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 6px 0 0;
  line-height: 14px;
  font-size: 14px;
  white-space: nowrap;
}
.prod-list .prod-price-cur {
  font-weight: 600;
}
.prod-list .prod-state {
  position: absolute;
  left: 9px;
  top: 9px;
  padding: 0 5px;
  font-size: 12px;
}
.prod-list .state-value {
  font-size: 16px;
  font-weight: 400;
}
.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: 206px;
  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: #5c9b30;
}
.prod-list .prod:hover .prod-hover,
.prod-list .prod:focus .prod-hover {
  visibility: visible;
}
.prod-list-button .prod-hover {
  display: block;
}
.prod-flash .prod-price-cur {
  color: #e74c3c;
}
.prod-sale .prod-price-cur {
  color: #e74c3c;
}
.prod-special-offer .prod-price-cur {
  color: #e74c3c;
}
.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: 0 auto 10px auto;
  padding: 2px 0 5px 0;
  width: 960px;
  background: none;
  border-bottom: none;
}
#c1-nav {
  padding: 0;
  list-style: none;
}
.li-lvl0,
.h-lvl0 {
  float: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.li-lvl0 {
  margin: 0;
  padding: 0 2px 0 0;
  border-left: none;
  background: url(../../../../_i/35712/596/3622/96/h-nav.png) repeat-y right center;
}
#li-blog,
#li-blog-rich {
  float: right;
}
#c1-nav .first {
  padding-left: 0;
  border: none;
}
.a-lvl0 {
  float: left;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.span-lvl0 {
  float: left;
  display: block;
  height: 26px;
  line-height: 26px;
  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: 21px;
  line-height: normal;
  font-size: 6px;
}
#li-home,
#li-home-rich {
  display: block;
  border: none;
}
#li-home .span-lvl0,
#li-home-rich .span-lvl0 {
  padding: 10px 0;
  width: 46px;
  position: relative;
}
#li-home .span-lvl0 #icon-home,
#li-home-rich .span-lvl0 #icon-home {
  display: block;
  position: absolute;
  left: 10px;
  top: 11px;
  background: url(../../../../_i/35712/597/3072/97/h-home.png) no-repeat center top;
  width: 26px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  line-height: normal;
  font-size: 18px;
}
#li-blog .span-lvl0,
#li-blog-rich .span-lvl0 {
  padding: 10px 15px 10px 30px;
  position: relative;
  background: #202d34;
  color: #1799dd;
}
#li-blog .span-lvl0 #icon-blog,
#li-blog-rich .span-lvl0 #icon-blog {
  display: block;
  position: absolute;
  left: 10px;
  top: 16px;
  line-height: normal;
  font-size: 13px;
}
#li-blog-rich {
  display: none;
}
.a-lvl0:hover,
.a-lvl0:focus,
.current .a-lvl0,
.with-subnav .over {
  position: relative;
  color: #ffffff;
}
.current .a-lvl0 {
  z-index: 19;
}
.a-lvl0:hover,
.a-lvl0:focus,
.with-subnav .over {
  z-index: 20;
}
.a-lvl0:hover .span-lvl0,
.a-lvl0:focus .span-lvl0,
.current .span-lvl0,
.with-subnav .over .span-lvl0 {
  background: rgba(92, 155, 48, 0.7);
}
#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: rgba(92, 155, 48, 0.7);
}
#li-home-rich .a-lvl0:hover .span-lvl0,
#li-home-rich .a-lvl0:focus .span-lvl0,
#li-home-rich.current .span-lvl0,
#li-home-rich .over .span-lvl0 {
  background: rgba(92, 155, 48, 0.7);
}
#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: rgba(92, 155, 48, 0.7);
}
#li-blog-rich .a-lvl0:hover .span-lvl0,
#li-blog-rich .a-lvl0:focus .span-lvl0,
#li-blog-rich.current .span-lvl0,
#li-blog-rich .over .span-lvl0 {
  background: rgba(92, 155, 48, 0.7);
}
#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 #618733;
  border-top: 2px solid #618733;
  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: 958px;
}
.msie-old #subnav .subnav-full-width {
  width: 938px;
}
.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: #1e1208;
}
.std-subnav .current1 .a-lvl1,
.std-subnav .a-lvl1:hover,
.std-subnav .a-lvl1:focus {
  color: #5c9b30;
}
.std-subnav .span-lvl1 {
  display: block;
}
.rich-subnav {
  width: 958px;
}
.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: #1e1208;
}
.rich-subnav .current1 .a-lvl1,
.rich-subnav .a-lvl1:hover,
.rich-subnav .a-lvl1:focus {
  color: #5c9b30;
}
.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: #1e1208;
}
.rich-subnav .current2 .a-lvl2,
.rich-subnav .a-lvl2:hover,
.rich-subnav .a-lvl2:focus {
  color: #5c9b30;
}
.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: #1e1208;
}
.account-a .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
#account-cfg .icon {
  left: 4px;
  top: 5px;
  font-size: 19px;
}
#account-password .icon {
  left: 5px;
  top: 3px;
  font-size: 17px;
}
#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: #edf7e6;
  color: #5c9b30;
}
.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 #c4b6a0;
}
.address-infos .h3 {
  margin-top: 0;
}
.address-infos a {
  color: #e74c3c;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// 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.brand-slider-50 {
  height: 52px;
}
#brand-slider.brand-slider-100 {
  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: #1e1208;
}
#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 auto;
  padding: 0;
  width: 960px;
  background: none;
}
#pre-content #main-slider {
  margin: 0 0 20px 0;
}
#content {
  margin: 0 auto;
  padding: 20px 20px;
  width: 920px;
  border-top: 2px solid #1e1208;
  background: #ffffff;
}
#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: #1e1208;
}
#breadcrumb-current {
  color: #5c9b30;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// PRODUCT DETAILS //------------------------------- //
 * -------------------------------------------------------------------------------------- */
.with-brand-img {
  position: relative;
  padding-right: 60px;
  min-height: 50px;
}
#prod-h1 {
  line-height: 22px;
  font-family: 'Cabin', 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;
  text-transform: uppercase;
}
#prod-brand-a {
  text-decoration: none;
  color: #5c9b30;
}
#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: #1e1208;
}
#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 #1e1208;
  color: #1e1208;
}
#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,
.sidebar-everywhere #shopping-area {
  margin-bottom: 20px;
  width: 400px;
}
.vertical-navigation #gallery-area,
.sidebar-everywhere #gallery-area {
  margin-bottom: 20px;
  width: 250px;
}
.vertical-navigation #main-photo,
.sidebar-everywhere #main-photo {
  width: 250px;
  height: auto;
}
.vertical-navigation #thumbnails,
.sidebar-everywhere #thumbnails {
  width: 168px;
  padding: 0 41px;
}
.vertical-navigation #thumb-prev,
.sidebar-everywhere #thumb-prev {
  left: 0;
}
.vertical-navigation #thumb-next,
.sidebar-everywhere #thumb-next {
  right: 0;
}
.vertical-navigation .custo .textbox,
.sidebar-everywhere .custo .textbox,
.vertical-navigation .custo textarea,
.sidebar-everywhere .custo textarea {
  width: 388px;
}
.vertical-navigation #prod-form.prod-flash #gallery-area.with-flash-sale,
.sidebar-everywhere #prod-form.prod-flash #gallery-area.with-flash-sale {
  padding-top: 0;
}
.vertical-navigation #prod-form.prod-flash #shopping-area,
.sidebar-everywhere #prod-form.prod-flash #shopping-area {
  position: relative;
  padding-top: 50px;
}
.vertical-navigation #prod-form.prod-flash #flash-sale,
.sidebar-everywhere #prod-form.prod-flash #flash-sale {
  width: 100%;
}
.vertical-navigation #price,
.sidebar-everywhere #price {
  width: 170px;
}
.vertical-navigation .price-cur-container,
.sidebar-everywhere .price-cur-container {
  line-height: 40px;
  font-size: 32px;
}
.vertical-navigation .price-old-container,
.sidebar-everywhere .price-old-container {
  font-size: 24px;
}
.vertical-navigation #share,
.sidebar-everywhere #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: #1e1208;
}
.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: #1e1208;
}
#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;
}
#prod-state.new {
  display: block !important;
}
.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 .var-list-img,
#customisations .var-list-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  margin: 0 0 6px 0;
}
#variations .var-list-img img,
#customisations .var-list-img img {
  float: none;
}
#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 {
  clear: both;
  margin-bottom: 10px;
}
.var-h2,
#custo-h1 {
  margin-bottom: 6px;
  font-family: 'Cabin', 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: #444444;
}
.custo-h2 .label {
  font-size: 12px;
  font-weight: 400;
  color: #444444;
}
.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: #1e1208;
}
#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;
}
.quantity-choice .stockcontainer {
  float: left;
  margin: 6px 0 20px 0;
}
#stock-ok,
.stock-ok {
  color: #5c9b30;
}
#stock-ko,
.stock-ko {
  color: #e74c3c;
}
/*
.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: 'Cabin', 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: #e74c3c;
}
.prod-sale .price-cur-container {
  color: #e74c3c;
}
.prod-special-offer .price-cur-container {
  color: #e74c3c;
}
#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: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #17260c;
}
.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: #edf7e6;
  border: 1px solid #afdea5;
  color: #5c9b30;
}
.add-cart-confirm-item .icon {
  display: block;
  position: absolute;
  left: 18px;
  top: 14px;
  line-height: normal;
  font-size: 40px;
  color: #5c9b30;
}
.add-cart-confirm-item .confirm-btn {
  margin-top: 10px;
}
.add-cart-confirm-item {
  background: #5c9b30;
  border: 1px solid #5c9b30;
  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_xlfs;
		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: #edf7e6;
  color: #1e1208;
}
#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: #1e1208;
}
#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: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#hover-price {
  margin: 0;
  font-family: 'Cabin', 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: #e74c3c;
}
.special-offer #hover-price .price-cur,
.special-offer #hover-price .price-cur-container .ht {
  color: #e74c3c;
}
#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: #1e1208;
  -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,
.buyable #add_to_ookoodoo,
.buyable #wishnbox-btn {
  margin-bottom: 10px;
}
.buyable .stock-ko #alert-btn {
  display: block;
}
.add-ko #hover-banner {
  display: none !important;
}
.not-buyable .stock-ok #alert-btn {
  display: none;
}
.not-buyable .stock-ko #add-cart-btn,
.not-buyable .stock-ko #add_to_ookoodoo,
.not-buyable .stock-ko #wishnbox-btn {
  display: none;
}
.not-buyable .stock-ko #alert-btn {
  display: block;
}
.ookoodoo-on .not-buyable .stock-ok #add_to_ookoodoo,
.wishnbox-on .not-buyable .stock-ok #add_to_ookoodoo,
.ookoodoo-on .not-buyable .stock-ok #wishnbox-btn,
.wishnbox-on .not-buyable .stock-ok #wishnbox-btn {
  margin-top: 10px;
}
.ookoodoo-on .not-buyable .stock-ko #add_to_ookoodoo,
.wishnbox-on .not-buyable .stock-ko #add_to_ookoodoo,
.ookoodoo-on .not-buyable .stock-ko #wishnbox-btn,
.wishnbox-on .not-buyable .stock-ko #wishnbox-btn {
  margin-bottom: 10px;
}
#alert-btn,
#add_to_ookoodoo,
#wishnbox-btn {
  clear: right;
  float: right;
  position: relative;
  padding: 3px 5px 5px 55px;
  line-height: 15px;
  height: auto;
  width: 158px;
  font-family: 'Cabin', 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,
#add_to_ookoodoo .icon,
#wishnbox-btn .icon {
  display: block;
  position: absolute;
  left: 18px;
  top: 3px;
  line-height: normal;
  font-size: 28px;
}
#add_to_ookoodoo .icon {
  left: 17px;
  top: 3px;
  font-size: 27px;
}
#wishnbox-btn {
  padding: 3px 5px 3px 55px;
  width: 220px;
}
#wishnbox-btn .icon {
  left: 17px;
  top: 4px;
  font-size: 27px;
}
.firefox #wishnbox-btn {
  padding: 2px 5px 4px 55px;
}
#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: #a6a4a3;
}
.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: #444444;
}
#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: 385px;
  font-weight: 600;
  color: #e74c3c;
}
.msie-old #alert-photo,
.msie-old #alert-h1 {
  display: inline;
  zoom: 1;
}
#alert-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #edf7e6;
}
.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: #c1e4a9;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #1e1208;
}
.range-td {
  background: #e8f5df;
  font-size: 12px;
  text-align: center;
  color: #1e1208;
}
.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 #1e1208;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e1208;
}
#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;
  text-transform: uppercase;
}
#modal-prod-brand-a {
  text-decoration: none;
  color: #5c9b30;
}
#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: 'Cabin', 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: #e74c3c;
}
.prod-sale #modal-prod-price-cur {
  color: #e74c3c;
}
.prod-special-offer #modal-prod-price-cur {
  color: #e74c3c;
}
#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: 10px;
  top: 10px;
  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: #1e1208;
}
#simplemodal-container .simplemodal-close-btn .icon {
  display: block;
  position: absolute;
  left: 2px;
  top: 0px;
  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: #1e1208;
}
#modal-cross-sell .prod-price {
  font-size: 11px;
  text-align: center;
}
#modal-cross-sell .prod-price-a {
  text-decoration: none;
  color: #1e1208;
}
#modal-cross-sell .prod-price-cur {
  display: block;
  font-size: 14px;
  color: #1e1208;
}
#modal-cross-sell .prod-price-old {
  font-size: 12px;
  color: #1e1208;
}
#modal-cross-sell .prod-flash .prod-price-cur {
  color: #e74c3c;
}
#modal-cross-sell .prod-sale .prod-price-cur {
  color: #e74c3c;
}
#modal-cross-sell .prod-special-offer .prod-price-cur {
  color: #e74c3c;
}
#modal-cross-sell-h1 {
  font-size: 14px;
  font-weight: 600;
}
.section-target-name {
  font-weight: 400;
}
#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 .bloc img {
  max-width: 680px;
}
.post-infos {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #1e1208;
}
.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 #1e1208;
  text-transform: lowercase;
}
.comments-nb .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: normal;
  font-size: 17px;
  color: #1e1208;
}
.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: #1e1208;
}
#comment-form .h2 {
  position: relative;
  margin-top: 30px;
  padding: 0 0 4px 25px;
  border-bottom: 1px solid #1e1208;
}
#comment-form .h2 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 20px;
  color: #1e1208;
  left: 3px;
}
#comments .h2 {
  position: relative;
  margin-top: 30px;
  padding: 0 0 4px 25px;
  border-bottom: 1px solid #1e1208;
}
#comments .h2 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 20px;
  color: #1e1208;
}
#comments .h2 .icon-add-comment {
  left: 3px;
}
#comments .even {
  background: #edf7e6;
  border-color: #edf7e6;
}
#comments .admin {
  background: #edf7e6;
  border: 1px dashed #5c9b30;
}
#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(../../../_/images/npc-sac-clair.png) no-repeat left top;
  height: 350px;
  padding: 115px 0 0 400px;
}
.cart-empty-txt {
  font-size: 24px;
  color: #1e1208;
  margin-bottom: 30px;
}
.cart-empty-txt strong {
  display: block;
  color: #5c9b30;
  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: #1e1208;
  border-color: #1e1208;
  color: #a6a4a3;
  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: #020100;
  border-color: #020100;
  color: #ffffff;
}
#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: #1e1208;
}
.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: 'Cabin', 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: #e74c3c;
}
.td-prod-price .prod-price-old,
.td-prod-unit-price .prod-price-old,
.td-option-price .prod-price-old {
  color: #444444;
}
.td-prod-price .prod-ecotax,
.td-prod-unit-price .prod-ecotax,
.td-option-price .prod-ecotax {
  margin-top: 4px;
  font-size: 10px;
  color: #444444;
}
.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: 'Cabin', 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: #e74c3c;
}
.tr-total .c1-th-total,
.tr-total .c1-td-total {
  padding: 7px 5px;
  background: #edf7e6;
  font-family: 'Cabin', 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: #e74c3c;
}
#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: #e8f5df;
  border: 1px solid #c1e4a9;
  font-size: 14px;
  color: #1e1208;
}
.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,
.page-end .checkout-contact {
  position: absolute;
  right: 0;
  bottom: 32px;
}
.page-cart .cart-h1 {
  float: left;
  width: 40%;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.page-cart .cart-h1 span {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 600;
  color: #e74c3c;
}
.page-cart .cart-save {
  clear: left;
  float: left;
  position: relative;
  margin-bottom: 30px;
  padding-left: 14px;
  font-size: 10px;
  font-style: italic;
  color: #444444;
}
.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: 'Cabin', 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: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
  color: #444444;
}
.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: #1e1208;
}
.page-cart .td-prod-stock .prod-stock-ok .icon {
  color: #5c9b30;
}
.page-cart .td-prod-stock .prod-stock-ko .icon {
  color: #e74c3c;
}
.page-cart .td-prod-unit-price .prod-price-cur {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 400;
  color: #1e1208;
}
.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: #1e1208;
}
.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: #1e1208;
}
.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: #5c9b30;
}
.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: #444444;
}
.page-cart .tr-delivery .td-option-infos .delivery-comp a {
  display: inline-block;
  color: #444444;
}
#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: #1e1208;
}
.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: #5c9b30;
}
.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;
}
.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 #c4b6a0;
}
.options-list .option-add {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c4b6a0;
  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: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
}
.options-list .option-price {
  color: #e74c3c;
}
.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: 'Cabin', 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: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #1e1208;
}
.sc-h1-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #1e1208;
  -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: #1e1208;
}
.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: 'Cabin', 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: #444444;
  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: #5c9b30;
}
.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 #a6a4a3;
  border-bottom: 2px solid #a6a4a3;
}
.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: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #5c9b30;
}
.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: #1e1208;
}
.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: #1e1208;
}
.validated-bloc .sc-h2 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  line-height: normal;
  font-size: 24px;
  color: #5c9b30;
}
.validated-bloc .sc-h2 .change-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
  text-decoration: underline;
  color: #1e1208;
}
#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: #1e1208;
}
.sc-h3 span {
  font-weight: 400;
}
#sc-delivery-bloc .summary-bloc {
  font-size: 0;
}
#sc-delivery-bloc .summary-bloc p,
#sc-delivery-bloc .summary-bloc address {
  margin: 0;
  color: #444444;
}
#sc-delivery-bloc .summary-bloc .sc-delivery-img-val {
  margin-right: 10px;
}
#sc-delivery-bloc .summary-bloc .delivery-mode-name {
  color: #1e1208;
}
.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: #1e1208;
}
.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: #1e1208;
}
.sc-delivery-price-val {
  font-weight: 600;
  text-transform: uppercase;
  color: #e74c3c;
}
.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: 'Cabin', 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: #5c9b30;
  background: #edf7e6;
}
.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: #1e1208;
}
.delivery-mode-infos p {
  font-size: 11px;
  color: #1e1208;
}
.delivery-mode-infos .delivery-mode-name {
  margin-bottom: 6px;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #5c9b30;
}
.delivery-mode-name {
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #5c9b30;
}
.delivery-price {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #e74c3c;
}
.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: 'Cabin', 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: #5c9b30;
  background: #edf7e6;
}
.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: #1e1208;
  font-size: 14px;
}
.payment-mode-name span {
  font-size: 12px;
  font-weight: 600;
  color: #e74c3c;
}
.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: #1e1208;
  border-color: #1e1208;
  color: #a6a4a3;
  font-family: 'Cabin', 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: 'Cabin', 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: #1e1208;
}
.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 #c4b6a0;
}
.change {
  font-size: 10px;
  color: #e74c3c;
}
.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: #5c9b30;
}
.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: #444444;
}
.confirmation-tracking a {
  white-space: nowrap;
  color: #1e1208;
}
.tuto-area {
  margin: 40px 0;
  padding: 10px 15px 15px 15px;
  background: #f4e8e7;
}
.tuto-area table {
  margin-bottom: 10px;
  width: 100%;
}
.tuto-h1 {
  font-family: 'Cabin', 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(../../../_/images/npc-tuto-cheque.png) no-repeat left top;
  font-weight: 600;
  color: #e74c3c;
}
.tuto-specification {
  font-size: 14px;
  font-style: italic;
  color: #444444;
}
.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: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1e1208;
}
.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;
}
.end-h1 {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.end-h1 span {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 600;
  color: #e74c3c;
}
.ending-cs {
  margin-top: 20px;
}
.ending-cs .recap-h1 {
  margin-bottom: 10px;
}
.ending-cs .cs-prod {
  margin-bottom: 20px;
}
.ending-cs .first {
  float: left;
}
.ending-cs .last {
  float: right;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// COMMENTS //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#prod-comments #comments,
#comments-tab #comments {
  float: left;
  width: 540px;
}
#prod-comments #comments .h2,
#comments-tab #comments .h2 {
  margin-top: 0;
}
#prod-comments #comments.submited,
#comments-tab #comments.submited {
  float: none;
  width: auto;
}
#prod-comments #comment-form,
#comments-tab #comment-form {
  float: right;
  width: 350px;
}
#prod-comments #comment-form .h2,
#comments-tab #comment-form .h2 {
  margin-top: 0;
}
.prod-details-pro-b #prod-comments #comments,
.prod-details-expert-b #prod-comments #comments,
.prod-details-pro-b #comments-tab #comments,
.prod-details-expert-b #comments-tab #comments {
  width: 520px;
}
.prod-details-pro-b #prod-comments #comment-form,
.prod-details-expert-b #prod-comments #comment-form,
.prod-details-pro-b #comments-tab #comment-form,
.prod-details-expert-b #comments-tab #comment-form {
  width: 330px;
}
#comments-prod-area {
  float: right;
  width: 740px;
}
.vertical-navigation #prod-comments #comments,
.sidebar-everywhere #prod-comments #comments,
.vertical-navigation #comments-tab #comments,
.sidebar-everywhere #comments-tab #comments {
  float: none;
  margin-bottom: 20px;
  width: auto;
}
.vertical-navigation #prod-comments #comment-form,
.sidebar-everywhere #prod-comments #comment-form,
.vertical-navigation #comments-tab #comment-form,
.sidebar-everywhere #comments-tab #comment-form {
  float: none;
  width: auto;
}
.vertical-navigation #comments-prod-area,
.sidebar-everywhere #comments-prod-area {
  float: right;
  width: 520px;
}
#comments-prod-photo {
  float: left;
}
.avis-verifies-on .h1-wrapper {
  padding-right: 162px;
  min-height: 40px;
  background: url(../../../_/images/logo-avis-verifies.png) no-repeat right top;
}
.avis-verifies-on .h1-wrapper .tab-h1 {
  display: block;
}
/* -------------------------------------------------------------------------------------- //
 * ------------------------------------// 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: #e1dacf;
}
.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: #e1dacf;
  border: 1px solid #c4b6a0;
  -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: #444444;
}
#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: #1e1208;
}
.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: #edf7e6;
  color: #5c9b30;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// 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 #c4b6a0;
  -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 #c4b6a0;
}
#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: #5c9b30;
}
#cart-products .prod-price {
  display: table-cell;
  vertical-align: middle !important;
  width: 80px;
  line-height: 20px;
  font-family: 'Cabin', 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 #c4b6a0;
  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: #444444;
}
#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: #5c9b30;
}
#cart-pop-comp {
  margin: 0 0 20px 0;
  padding: 5px 20px;
  background: #e1dacf;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  color: #1e1208;
}
#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;
}
#cart-msg {
  margin: 0 0 30px 0;
  padding: 15px 20px;
  border: 1px solid #dcb6b3;
  background: #f4e8e7;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------// 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 //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* EXPERT I */
.header-expert-j #header {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
.header-expert-j #c1-header {
  position: relative;
  padding: 31px 0 0 0;
  height: 79px;
}
.header-expert-j #logo {
  margin: 0;
}
.header-expert-j #logo-a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 530px;
  text-decoration: none;
}
.header-expert-j #logo-img {
  max-width: 530px;
}
.header-expert-j #logo-slogan {
  display: none;
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  color: #444444;
}
.header-expert-j #logo-shop {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.header-expert-j #h-sbac-area {
  position: absolute;
  right: 0;
  top: 29px;
  font-size: 0;
}
.header-expert-j #search-form,
.header-expert-j #h-blog,
.header-expert-j #h-cart,
.header-expert-j #h-account {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  margin: 0;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
.header-expert-j #h-account,
.header-expert-j #h-cart,
.header-expert-j #h-blog {
  border: none;
}
.header-expert-j #search-form {
  padding-top: 18px;
}
.header-expert-j #search-form-fs {
  position: relative;
  width: 300px;
  height: 25px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header-expert-j #search {
  position: absolute;
  left: 10px;
  top: 3px;
  padding: 0;
  width: 250px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  text-transform: none;
  color: #1e1208;
}
.header-expert-j #search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
}
.header-expert-j #search-btn .icon {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 12px;
  height: 14px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../../../../_i/35712/598/2124/98/h-search.png) no-repeat center top;
  line-height: normal;
  font-size: 13px;
}
.header-expert-j #h-blog,
.header-expert-j #h-cart,
.header-expert-j #h-account {
  margin-left: 30px;
  font-size: 13px;
  font-weight: 700;
}
.header-expert-j #h-blog-a,
.header-expert-j #h-cart-a,
.header-expert-j #h-account-a {
  display: block;
  padding: 33px 0 0 0;
  height: 14px;
  line-height: 14px;
  background: none;
  text-transform: uppercase;
  text-decoration: none;
  color: #1e1208;
}
.header-expert-j #h-cart-a {
  background: url(../../../../_i/35712/600/864/1/h-cart.png) no-repeat center top;
  color: #5c9b30;
}
.header-expert-j #h-cart-h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0;
  font-weight: 700;
}
.header-expert-j #h-cart-h1 .icon {
  display: none;
  position: absolute;
  left: 2px;
  top: 8px;
  line-height: normal;
  font-size: 20px;
}
.header-expert-j #h-cart-amount {
  color: #1e1208;
}
.header-expert-j #h-blog {
  display: none;
  margin-left: 20px;
}
.header-expert-j #h-blog-a,
.header-expert-j #h-account-a {
  position: relative;
}
.header-expert-j #h-blog-a .icon,
.header-expert-j #h-account-a .icon {
  display: none;
  position: absolute;
  line-height: normal;
}
.header-expert-j #h-blog-a .icon {
  left: 17px;
  top: 12px;
  font-size: 13px;
}
.header-expert-j #h-account-a {
  background: url(../../../../_i/35712/599/2351/0/h-account.png) no-repeat center top;
}
#h-customer-svc {
  margin: 0 auto;
  padding: 8px 0 0 0;
  height: 32px;
  width: 960px;
}
#h-customer-svc #c1-h-customer-svc {
  margin: 0;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// FOOTER //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* EXPERT A, B, C, E, G, H, I */
.footer-expert-a {
  /* ------------------------- Newsletter --------------------------- */
}
.footer-expert-a #footer {
  padding: 25px 0;
  background: #1e1208;
  border-color: #1e1208;
  color: #a6a4a3;
  border-bottom: none;
}
.footer-expert-a #c1-footer {
  margin: 0 auto;
  width: 960px;
}
.footer-expert-a .f-bloc {
  float: left;
  padding-right: 20px;
  width: 200px;
}
.footer-expert-a .f-h1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.footer-expert-a .f-nav-ul {
  padding: 0;
  list-style: none;
}
.footer-expert-a .f-nav-li {
  font-size: 12px;
}
.footer-expert-a .f-nav-a {
  display: block;
  position: relative;
  padding: 0 0 0 7px;
  text-decoration: none;
  color: #a6a4a3;
}
.footer-expert-a .f-nav-a .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  line-height: normal;
  font-size: 3px;
}
.footer-expert-a .f-nav-a:hover,
.footer-expert-a .f-nav-a:focus,
.footer-expert-a .current .f-nav-a {
  color: #ffffff;
}
.footer-expert-a #f-bloc-newsletter {
  float: right;
  width: 250px;
}
.footer-expert-a #newsletter-form {
  width: 250px;
}
.footer-expert-a #newsletter-form .f-h1 {
  margin-bottom: 0;
  color: #5c9b30;
}
.footer-expert-a #newsletter-form-fs {
  border: none;
}
.footer-expert-a #newsletter-text {
  font-size: 11px;
  font-style: normal;
  color: #a6a4a3;
}
.footer-expert-a #newsletter-form-div {
  position: relative;
  margin-bottom: 6px;
  width: 250px;
  height: 23px;
  border: none;
  background: #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer-expert-a #newsletter {
  position: absolute;
  left: 5px;
  top: 2px;
  padding: 0;
  width: 200px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #1e1208;
}
.footer-expert-a #newsletter-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  line-height: 18px;
  border: none;
  background: none;
  font-size: 16px;
  text-align: center;
}
.footer-expert-a #newsletter-btn .icon {
  display: block;
  position: absolute;
  right: 2px;
  top: -1px;
  line-height: normal;
  font-size: 24px;
  color: #5c9b30;
}
.footer-expert-a #f-sn {
  padding-right: 0;
  width: 230px;
}
.footer-expert-a #sn-ul {
  padding: 0;
  list-style: none;
}
.footer-expert-a .sn-a {
  display: block;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
.footer-expert-a .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 {
  display: block;
  position: absolute;
  left: 4px;
  top: 3px;
  line-height: normal;
  font-size: 12px;
  color: #fff;
}
.footer-expert-a .sn-name {
  display: block;
  line-height: 14px;
  font-size: 12px;
  color: #ffffff;
}
.footer-expert-a .sn-text {
  display: block;
  line-height: 12px;
  font-size: 11px;
  color: #a6a4a3;
}
.footer-expert-a #sn-blog .sn-name a {
  text-decoration: none;
  color: #ffffff;
}
.footer-expert-a #sn-blog #rss-a {
  text-decoration: underline;
  color: #dd7c1d;
}
.footer-expert-a #sn-blog #rss-a:hover,
.footer-expert-a #sn-blog #rss-a:focus {
  text-decoration: none;
}
.footer-expert-a #sn-blog .sn-icon {
  background: #dd7c1d;
}
.footer-expert-a #sn-blog .icon {
  top: 4px;
}
.footer-expert-a #sn-facebook .sn-icon {
  background: #3b5998;
}
.footer-expert-a #sn-twitter .sn-icon {
  background: #5dd7fc;
}
.footer-expert-a #sn-twitter .icon {
  left: 5px;
  top: 4px;
  font-size: 10px;
}
.footer-expert-a #sn-google .sn-icon {
  background: #da573b;
}
.footer-expert-a #sn-google .icon {
  top: 4px;
}
.footer-expert-a #sn-pinterest .sn-icon {
  background: #b80e23;
}
.footer-expert-a #sn-pinterest .icon {
  top: 4px;
}
.footer-expert-a #sn-youtube .sn-icon {
  background: #ec282a;
}
.footer-expert-a #sn-instagram .sn-icon {
  background: #3f729b;
}
.footer-expert-a #sn-instagram .icon {
  font-size: 14px;
  left: 3px;
  top: 2px;
}
.footer-expert-a #sn-vimeo .sn-icon {
  background: #1bb6ec;
}
.footer-expert-a #sn-linkedin .text-icon {
  position: absolute;
  left: 3px;
  top: 0px;
  font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.footer-expert-a #sn-linkedin .sn-icon {
  background: #0274b3;
}
/* EXPERT A */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
.footer-expert-a #f-tel {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 26px;
  width: 224px;
  min-height: 32px;
}
.footer-expert-a #f-tel .icon {
  display: block;
  position: absolute;
  left: -5px;
  top: 3px;
  line-height: normal;
  font-size: 32px;
  color: #5c9b30;
}
.footer-expert-a #f-tel-num {
  display: block;
  line-height: 22px;
  font-size: 22px;
  color: #5c9b30;
}
.footer-expert-a #f-hours {
  line-height: 14px;
  font-size: 12px;
  font-style: normal;
  color: #a6a4a3;
}
/* ------------------- 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: #1e1208;
  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: #1e1208;
}
.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;
}
.social-pro-a #sn-youtube .sn-a:hover,
.social-pro-a #sn-youtube .sn-a:active {
  background: #ec282a;
}
.social-pro-a #sn-instagram .sn-a:hover,
.social-pro-a #sn-instagram .sn-a:active {
  background: #3f729b;
}
.social-pro-a #sn-instagram .icon {
  font-size: 20px;
  left: 5px;
  top: 3px;
}
.social-pro-a #sn-vimeo .sn-a:hover,
.social-pro-a #sn-vimeo .sn-a:active {
  background: #1bb6ec;
}
.social-pro-a #sn-linkedin .text-icon {
  position: absolute;
  left: 5px;
  top: 1px;
  font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}
.social-pro-a #sn-linkedin .sn-a:hover,
.social-pro-a #sn-linkedin .sn-a:active {
  background: #0274b3;
}
.social-expert-a #social-networks2 {
  position: fixed;
  left: 0;
  top: 200px;
  list-style: none;
  padding: 0;
}
.social-expert-a .sn2-li {
  position: relative;
  margin-bottom: 1px;
  height: 30px;
}
.social-expert-a .sn2-a {
  display: block;
  position: absolute;
  left: -137px;
  top: 0;
  padding: 0 30px 0 0;
  height: 30px;
  background: #1e1208;
  background: #212121;
  text-decoration: none;
}
.social-expert-a .sn2-a .icon {
  display: block;
  position: absolute;
  right: 6px;
  top: 5px;
  line-height: normal;
  font-size: 18px;
  color: #fff;
}
.social-expert-a .sn2-name {
  display: block;
  padding: 0 15px;
  width: 110px;
  line-height: 30px;
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
  color: #ffffff;
}
.social-expert-a #sn2-email .sn2-name {
  background: #5c9b30;
}
.social-expert-a #sn2-email .icon {
  right: 3px;
  top: 2px;
  font-size: 24px;
}
.social-expert-a #sn2-facebook .sn2-name {
  background: #3b5998;
}
.social-expert-a #sn2-twitter .sn2-name {
  background: #5dd7fc;
}
.social-expert-a #sn2-twitter .icon {
  top: 6px;
}
.social-expert-a #sn2-google .sn2-name {
  background: #da573b;
}
.social-expert-a #sn2-google .icon {
  top: 6px;
}
.social-expert-a #sn2-pinterest .sn2-name {
  background: #b80e23;
}
.social-expert-a #sn2-youtube .sn2-name {
  background: #ec282a;
}
.social-expert-a #sn2-instagram .sn2-name {
  background: #3f729b;
}
.social-expert-a #sn2-instagram .icon {
  font-size: 20px;
  right: 5px;
  top: 3px;
}
.social-expert-a #sn2-vimeo .sn2-name {
  background: #1bb6ec;
}
.social-expert-a #sn2-linkedin .sn2-name {
  background: #0274b3;
}
.social-expert-a #sn2-linkedin .text-icon {
  position: absolute;
  right: 5px;
  top: 1px;
  font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// 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-basic .bloc,
.sidebar-expert-a .s-bloc-basic .bloc {
  margin-bottom: 0;
}
.sidebar-pro-a .s-bloc-basic .bloc-img,
.sidebar-expert-a .s-bloc-basic .bloc-img {
  vertical-align: top !important;
}
.sidebar-pro-a .s-h1,
.sidebar-expert-a .s-h1 {
  margin-bottom: 4px;
  line-height: 20px;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  text-transform: none;
  color: #1e1208;
}
.sidebar-pro-a .s-c1-h1,
.sidebar-expert-a .s-c1-h1 {
  font-weight: 600;
}
.sidebar-pro-a .s-h1 a,
.sidebar-expert-a .s-h1 a {
  text-decoration: none;
  color: #1e1208;
}
.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: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1e1208;
}
.sidebar-pro-a .s-h3,
.sidebar-expert-a .s-h3 {
  margin: 6px 0 3px 0;
  line-height: 16px;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1e1208;
}
.sidebar-pro-a #s-bloc-cats,
.sidebar-expert-a #s-bloc-cats,
.sidebar-pro-a #s-bloc-main-nav,
.sidebar-expert-a #s-bloc-main-nav,
.sidebar-pro-a #s-bloc-blog-nav,
.sidebar-expert-a #s-bloc-blog-nav {
  background: #e1dacf;
  -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;
}
.sidebar-pro-a #s-bloc-cats .s-h1,
.sidebar-expert-a #s-bloc-cats .s-h1,
.sidebar-pro-a #s-bloc-main-nav .s-h1,
.sidebar-expert-a #s-bloc-main-nav .s-h1,
.sidebar-pro-a #s-bloc-blog-nav .s-h1,
.sidebar-expert-a #s-bloc-blog-nav .s-h1 {
  padding: 10px 10px 0 10px;
}
.sidebar-pro-a .s-ul-lvl0,
.sidebar-expert-a .s-ul-lvl0 {
  list-style: none;
  padding: 0;
}
.sidebar-pro-a .s-ul-lvl0 .first,
.sidebar-expert-a .s-ul-lvl0 .first {
  border: none;
}
.sidebar-pro-a .s-li-lvl0,
.sidebar-expert-a .s-li-lvl0 {
  margin: 0;
  border-top: 1px solid #ffffff;
  font-size: 12px;
  font-weight: 400;
}
.sidebar-pro-a .s-a-lvl0,
.sidebar-expert-a .s-a-lvl0 {
  display: block;
  position: relative;
  padding: 5px 10px 7px 20px;
  text-decoration: none;
  color: #444444;
}
.sidebar-pro-a .s-a-lvl0 .icon,
.sidebar-expert-a .s-a-lvl0 .icon {
  display: block;
  position: absolute;
  left: 10px;
  top: 7px;
  height: 10px;
  width: 10px;
  line-height: normal;
  font-size: 10px;
}
.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: #5c9b30;
}
.sidebar-pro-a .s-a-lvl0:hover .icon:before,
.sidebar-expert-a .s-a-lvl0:hover .icon:before,
.sidebar-pro-a .s-a-lvl0:focus .icon:before,
.sidebar-expert-a .s-a-lvl0:focus .icon:before,
.sidebar-pro-a .current .s-a-lvl0 .icon:before,
.sidebar-expert-a .current .s-a-lvl0 .icon:before,
.sidebar-pro-a .s-a-lvl0:hover .icon::before,
.sidebar-expert-a .s-a-lvl0:hover .icon::before,
.sidebar-pro-a .s-a-lvl0:focus .icon::before,
.sidebar-expert-a .s-a-lvl0:focus .icon::before,
.sidebar-pro-a .current .s-a-lvl0 .icon::before,
.sidebar-expert-a .current .s-a-lvl0 .icon::before {
  color: #5c9b30;
}
.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 #5c9b30;
}
.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 #1e1208;
}
.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: #444444;
}
.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,
.sidebar-pro-a #s-nav .opened .s-a-lvl0,
.sidebar-expert-a #s-nav .opened .s-a-lvl0 {
  color: #5c9b30;
}
.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: #444444;
}
.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 .current2 .s-a-lvl1,
.sidebar-expert-a #s-nav .current2 .s-a-lvl1 {
  color: #5c9b30;
}
.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: #1e1208;
}
.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: 12px;
}
.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: #1e1208;
}
.sidebar-pro-a #s-rss-a .icon,
.sidebar-expert-a #s-rss-a .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  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: #5c9b30;
}
.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: #1e1208;
}
.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: 920px;
  height: 300px;
  overflow: hidden;
}
#main-slider .nivo-controlNav {
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: 15;
  padding: 0;
  width: 920px;
  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: #e1dacf;
  -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: #5c9b30;
}
.msie-old #main-slider .nivo-controlNav a {
  display: inline;
  zoom: 1;
}
/* EXPERT B, C */
/*>>>>>>>>>>>>>>>>>>>>> SAINTE ROSELINE */
.highlight-expert-b #main-slider {
  float: left;
  margin-bottom: 20px;
  width: 660px;
  height: 380px;
}
.highlight-expert-b #main-slider .nivo-controlNav {
  width: 660px;
}
.highlight-expert-b .bloc-slider-s {
  float: right;
  margin-bottom: 10px;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// SELECTIONS //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* EXPERT B */
.selections-expert-b .selection {
  margin-bottom: 25px;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// REINSURANCE //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#reassurance {
  margin: 0 auto 8px auto;
  padding: 0;
  width: 960px;
  background: #ece7e0;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid;
  border-color: #9b978f;
  border-color: rgba(24, 24, 24, 0.3);
}
#rea-ul {
  display: table;
  padding: 0;
  width: 960px;
  list-style: none;
  border-bottom: none;
  font-size: 0;
}
#rea-ul .first .rea-a {
  margin-left: 0;
}
.rea-li {
  display: table-cell;
  vertical-align: top !important;
  margin: 0;
  width: 25%;
}
.msie-old .rei-li,
.msie-old .rea-li {
  display: inline;
  zoom: 1;
}
.rea-a {
  display: block;
  position: relative;
  vertical-align: top !important;
  padding: 18px 8px 0 55px;
  height: auto;
  line-height: 15px;
  min-height: 47px;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #444444;
}
.rea-a .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
.rea-a .rea-arrow {
  display: none;
  left: 14px;
  bottom: -3px;
  font-size: 11px;
}
.rea-a .rea-img {
  left: 20px;
  top: 20px;
}
.rea-a .rea-icon {
  left: 20px;
  top: 20px;
  font-size: 24px;
}
.rea-a strong {
  display: inline;
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1208;
}
#rea-0 .rea-img {
  left: 24px;
  top: 20px;
}
#rea-1 .rea-img {
  top: 21px;
}
#rea-2 .rea-img {
  top: 24px;
}
#rea-3 .rea-img {
  top: 23px;
}
.rea-a:hover,
.rea-a:active {
  background: #edf7e6;
}
.page-validation #reassurance,
.page-end #reassurance {
  background: none;
  border-bottom: none;
}
.page-validation .rea-a,
.page-end .rea-a {
  padding: 10px 8px 0 55px;
  line-height: 15px;
  min-height: 47px;
  color: #1e1208;
}
.page-validation .rea-a .rea-img,
.page-end .rea-a .rea-img {
  top: 13px;
}
.page-validation .rea-a .rea-icon,
.page-end .rea-a .rea-icon {
  top: 13px;
}
.page-validation .rea-a strong,
.page-end .rea-a strong {
  color: #1e1208;
}
.page-validation #rea-0 .rea-img,
.page-end #rea-0 .rea-img {
  top: 13px;
}
.page-validation #rea-1 .rea-img,
.page-end #rea-1 .rea-img {
  top: 14px;
}
.page-validation #rea-2 .rea-img,
.page-end #rea-2 .rea-img {
  top: 13px;
}
.page-validation #rea-3 .rea-img,
.page-end #rea-3 .rea-img {
  top: 13px;
}
.page-validation .rea-a:hover,
.page-end .rea-a:hover,
.page-validation .rea-a:active,
.page-end .rea-a:active {
  background: none;
  color: #000000;
}
.page-validation .rea-a:hover strong,
.page-end .rea-a:hover strong,
.page-validation .rea-a:active strong,
.page-end .rea-a:active strong {
  color: #000000;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------// PRODUCT LIST //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* PRO C */
.prod-lists-pro-c .prod-list .prod2 .prod-photo-a {
  width: auto;
}
.prod-lists-pro-c .prod-list .prod2 .prod-state {
  left: 0;
  top: 0;
  bottom: auto;
  padding: 1px 4px;
}
.prod-lists-pro-c .prod-list .prod-photo-a {
  margin: -2px 0 6px -2px;
  height: 200px;
  width: 200px;
}
.prod-lists-pro-c .prod-list .prod-photo {
  max-width: 200px;
  max-height: 200px;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------// PRODUCT DETAILS //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* PRO A, EXPERT A */
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// NOSTO //-------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.nosto-cart {
  margin-top: 30px;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------// NEWSLETTER POPUP //-------------------------------- //
 * -------------------------------------------------------------------------------------- */
#newsletter-popup {
  display: none;
}
#newsletter-popup.with-bg {
  padding: 0;
  height: 100%;
}
#newsletter-popup.with-bg .np-bloc {
  margin: 0;
  padding: 20px 20px 0 20px;
}
#newsletter-popup.with-bg #np-form-fs {
  background: rgba(255, 255, 255, 0.5);
}
.np-h1 {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.np-h2 {
  font-family: 'Cabin', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#np-form {
  padding: 30px;
  text-align: center;
}
#np-form-fs {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  background: #dfdfdf;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  -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;
}
#np-form-div {
  position: relative;
  width: 360px;
  height: 30px;
  border: none;
  background: #d1d1d1;
  -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;
}
#np-form-div #np-icon-newsletter {
  display: block;
  position: absolute;
  left: 5px;
  top: 1px;
  line-height: normal;
  font-size: 25px;
  color: #5c9b30;
}
#np-form-div #np-newsletter {
  position: absolute;
  left: 34px;
  top: 5px;
  padding: 0;
  width: 220px;
  height: 20px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 12px;
  font-style: italic;
  color: #444444;
}
#np-form-div #np-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 24px;
  line-height: 20px;
  -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;
}
.display-taxes.it-prices .price-cur:after {
  content: " TTC";
  font-size: 50%;
}
.display-taxes.it-prices .prod-special-offer .price-old:after,
.display-taxes.it-prices .prod-sale .price-old:after,
.display-taxes.it-prices .prod-flash .price-old:after {
  content: " TTC";
  font-size: 50%;
}
/* ----------------------------------------------------------------------------------------------------- //
 * --------------------------------// AJOUT PANIER VARATION PROD-LIST //-------------------------------- //
 * ----------------------------------------------------------------------------------------------------- */
.prod-list .prod .prod-var {
  box-sizing: border-box;
  display: block !important;
  position: absolute;
  top: 100%;
  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);
  border: 1px solid #5c9b30;
  background: #fff;
  padding: 10px;
}
.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-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 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  display: block;
}
.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;
    }
  }
}