/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// UTILITIES //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
.clear {
  clear: both;
}
.clear1px {
  clear: both;
  font-size: 1px;
}
.hidden {
  display: none !important;
}
.shown {
  display: block !important;
}
.visi-hidden {
  visibility: hidden !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.b {
  display: block;
}
.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ieo-ib {
  display: inline;
  zoom: 1;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.at {
  vertical-align: top !important;
}
.am {
  vertical-align: middle !important;
}
.ab {
  vertical-align: bottom !important;
}
.as {
  vertical-align: sub !important;
}
.no-mg {
  margin: 0 !important;
}
.no-pad {
  padding: 0 !important;
}
.oh {
  overflow: hidden;
}
.text-hidden {
  overflow: hidden;
  text-indent: -9999px;
}
.text-hidden2 {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.fw-light {
  font-weight: 300;
}
.fw-book {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 500;
}
.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: 30px;
}
/*@sc_lbl_width: 168px;
@sc_txt_width: 338px - @content_hpadding;
@sc_combo_width: 350px - @content_hpadding;*/
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// RESET CSS //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  font: normal 62.5% 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  background: #f5f5f5 url(../../images/nature/body-bg.jpg) repeat center top;
  color: #262626;
}
#body {
  background: none;
}
#wrapper {
  margin: 0 auto;
  width: auto;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#c1-wrapper {
  clear: both;
  background: url(../../images/nature/c-bg.png) repeat-y center top;
}
#c2-wrapper {
  margin: 0 auto;
}
#c3-wrapper {
  padding-top: 30px;
  width: auto;
  background: url(../../images/nature/c-grass.png) repeat-x center bottom;
}
img {
  border: none;
}
a,
label,
button {
  cursor: pointer;
}
a {
  color: #77a50a;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
p,
li,
label,
address,
dt,
dd,
td,
th {
  margin-bottom: 6px;
  font-size: 11px;
  color: #262626;
}
p,
li,
address,
dd,
dt {
  margin-bottom: 6px;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #262626;
}
ul {
  padding-left: 14px;
}
address {
  font-style: normal;
  margin: 6px 0;
}
input,
textarea,
select,
textarea,
button {
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
  color: #262626;
}
.icon {
  font-style: normal;
}
.label {
  vertical-align: middle;
  margin: 0;
  font-size: 11px;
}
.label input {
  vertical-align: middle;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// GENERAL //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
.gradient1 {
  background: #77a50a;
  background: -moz-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bc19), color-stop(100%, #538405));
  background: -webkit-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -o-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -ms-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: linear-gradient(to bottom, #97bc19 0%, #538405 100%);
  border-color: #77a50a;
  color: #ffffff;
}
.gradient1o {
  background: #97bc19;
  background: -moz-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #538405), color-stop(100%, #97bc19));
  background: -webkit-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -o-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -ms-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: linear-gradient(to bottom, #538405 0%, #97bc19 100%);
}
.gradient1c {
  background: #97bc19;
  background: -moz-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #538405), color-stop(100%, #97bc19));
  background: -webkit-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -o-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -ms-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: linear-gradient(to bottom, #538405 0%, #97bc19 100%);
  -webkit-box-shadow: inset 0 0 6px #000000;
  -moz-box-shadow: inset 0 0 6px #000000;
  box-shadow: inset 0 0 6px #000000;
}
.gradient2 {
  background: #ebebeb;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #dddddd 100%);
  border-color: #dddddd;
  color: #212121;
}
.gradient2o {
  background: #ebebeb;
}
.gradient2c {
  background: #ebebeb;
  -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: #2f2f2f;
  background: -moz-linear-gradient(top, #414141 0%, #262626 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #262626));
  background: -webkit-linear-gradient(top, #414141 0%, #262626 100%);
  background: -o-linear-gradient(top, #414141 0%, #262626 100%);
  background: -ms-linear-gradient(top, #414141 0%, #262626 100%);
  background: linear-gradient(to bottom, #414141 0%, #262626 100%);
  border-color: #2f2f2f;
  color: #cdcdcd;
}
.gradient3o {
  background: #2f2f2f;
  background: -moz-linear-gradient(top, #262626 0%, #414141 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #414141));
  background: -webkit-linear-gradient(top, #262626 0%, #414141 100%);
  background: -o-linear-gradient(top, #262626 0%, #414141 100%);
  background: -ms-linear-gradient(top, #262626 0%, #414141 100%);
  background: linear-gradient(to bottom, #262626 0%, #414141 100%);
}
.gradient3c {
  background: #2f2f2f;
  background: -moz-linear-gradient(top, #262626 0%, #414141 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #414141));
  background: -webkit-linear-gradient(top, #262626 0%, #414141 100%);
  background: -o-linear-gradient(top, #262626 0%, #414141 100%);
  background: -ms-linear-gradient(top, #262626 0%, #414141 100%);
  background: linear-gradient(to bottom, #262626 0%, #414141 100%);
  -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: #77a50a;
  background: -moz-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bc19), color-stop(100%, #538405));
  background: -webkit-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -o-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -ms-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: linear-gradient(to bottom, #97bc19 0%, #538405 100%);
  border-color: #77a50a;
  color: #ffffff;
}
.gradient4o {
  background: #538405;
  background: -moz-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #538405), color-stop(100%, #97bc19));
  background: -webkit-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -o-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -ms-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: linear-gradient(to bottom, #538405 0%, #97bc19 100%);
  color: #ffffff;
}
.gradient4c {
  background: #538405;
  background: -moz-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #538405), color-stop(100%, #97bc19));
  background: -webkit-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -o-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -ms-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: linear-gradient(to bottom, #538405 0%, #97bc19 100%);
  color: #ffffff;
}
.gradientPP {
  background: #ffc439;
  background: -moz-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcf5d), color-stop(100%, #ffb915));
  background: -webkit-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -o-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -ms-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: linear-gradient(to bottom, #ffcf5d 0%, #ffb915 100%);
  border-color: #dc911d;
  color: #212121;
}
.gradientPPo {
  background: #ffb915;
  background: -moz-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb915), color-stop(100%, #ffcf5d));
  background: -webkit-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -o-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -ms-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: linear-gradient(to bottom, #ffb915 0%, #ffcf5d 100%);
  color: #000000;
}
.gradientPPc {
  background: #ffb915;
  background: -moz-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb915), color-stop(100%, #ffcf5d));
  background: -webkit-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -o-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -ms-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: linear-gradient(to bottom, #ffb915 0%, #ffcf5d 100%);
  color: #000000;
}
.nav-colors {
  background: #77a50a;
  background: -moz-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bc19), color-stop(100%, #538405));
  background: -webkit-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -o-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -ms-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: linear-gradient(to bottom, #97bc19 0%, #538405 100%);
  border-color: #77a50a;
  color: #ffffff;
  border-bottom: none;
}
.nav-li-colors {
  border-left: none;
  background: url(../../images/nature/h-nav-border.png) no-repeat left center;
}
.nav-a-colors {
  color: #ffffff;
}
.nav-span-colors {
  border: 1px solid #77a50a;
  border-left: none;
  border-right: none;
}
.nav-span-colors-o {
  background: #538405;
  border-color: #77a50a;
  color: #ffffff;
}
.subnav-colors {
  border: 1px solid #538405;
  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: #262626;
}
.subnav-a-colors-o {
  color: #77a50a;
}
.richsub-a-colors {
  color: #262626;
}
.richsub-a-colors-o {
  color: #77a50a;
}
.h-cart-colors {
  background: none;
}
.h-cart-a-colors {
  color: #262626;
}
.h-cart-h1-colors {
  border-right: none;
}
.h-cart-amount-colors {
  border-left: none;
}
.h-account-colors {
  background: none;
  border-right: 1px solid #d3dcbf;
}
.h-account-a-colors {
  color: #262626;
}
.h-account-span-colors {
  color: #262626;
}
.footer-colors {
  background: url(../../images/nature/f-bg.jpg) repeat center top;
}
.f-nav1-li-colors {
  border-left: 1px solid #ffffff;
}
.f-nav1-a-colors {
  color: #ffffff;
}
.f-nav2-li-colors {
  color: #c5bfb3;
}
.f-nav2-a-colors {
  color: #c5bfb3;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// BUTTONS //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
.button {
  /* Structure */
  display: inline-block;
  *display: inline;
  /*IE 6/7*/
  zoom: 1;
  font-family: 'Roboto', 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: normal;
  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: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
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: 2px 10px;
  line-height: 20px;
  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: 13px;
}
.btn1 {
  background: #77a50a;
  background: -moz-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bc19), color-stop(100%, #538405));
  background: -webkit-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -o-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -ms-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: linear-gradient(to bottom, #97bc19 0%, #538405 100%);
  border-color: #77a50a;
  color: #ffffff;
}
.btn1 .icon {
  color: #ffffff;
}
.btn1:hover,
.btn1:active {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #97bc19;
  background: -moz-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #538405), color-stop(100%, #97bc19));
  background: -webkit-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -o-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -ms-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: linear-gradient(to bottom, #538405 0%, #97bc19 100%);
}
.btn1:active,
.btn2:active {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
.btn2 {
  background: #ebebeb;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #dddddd 100%);
  border-color: #dddddd;
  color: #212121;
}
.btn2:hover,
.btn2:active {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #ebebeb;
}
.btn3 {
  padding: 4px 12px;
  line-height: 23px;
  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: #77a50a;
  background: -moz-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bc19), color-stop(100%, #538405));
  background: -webkit-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -o-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -ms-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: linear-gradient(to bottom, #97bc19 0%, #538405 100%);
  border-color: #77a50a;
  color: #ffffff;
  -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: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn3:hover,
.btn3:active {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #538405;
  background: -moz-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #538405), color-stop(100%, #97bc19));
  background: -webkit-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -o-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: -ms-linear-gradient(top, #538405 0%, #97bc19 100%);
  background: linear-gradient(to bottom, #538405 0%, #97bc19 100%);
  color: #ffffff;
}
.btn3:active {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
.btn4 {
  padding: 3px 10px;
  line-height: 15px;
  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: #2f2f2f;
  background: -moz-linear-gradient(top, #414141 0%, #262626 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #262626));
  background: -webkit-linear-gradient(top, #414141 0%, #262626 100%);
  background: -o-linear-gradient(top, #414141 0%, #262626 100%);
  background: -ms-linear-gradient(top, #414141 0%, #262626 100%);
  background: linear-gradient(to bottom, #414141 0%, #262626 100%);
  border-color: #2f2f2f;
  color: #cdcdcd;
  font-size: 11px;
  color: #ffffff;
}
.btn4:hover,
.btn4:active {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #2f2f2f;
  background: -moz-linear-gradient(top, #262626 0%, #414141 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #414141));
  background: -webkit-linear-gradient(top, #262626 0%, #414141 100%);
  background: -o-linear-gradient(top, #262626 0%, #414141 100%);
  background: -ms-linear-gradient(top, #262626 0%, #414141 100%);
  background: linear-gradient(to bottom, #262626 0%, #414141 100%);
}
.btn4:active {
  -webkit-box-shadow: inset 0 2px 10px #000000;
  -moz-box-shadow: inset 0 2px 10px #000000;
  box-shadow: inset 0 2px 10px #000000;
}
@-moz-document url-prefix() {
  button.btn1,
  button.btn2,
  button.btn5 {
    padding: 1px 10px;
  }
  button.btn3 {
    padding: 3px 12px;
  }
  button.btn4 {
    padding: 2px 10px;
  }
}
.btn5 {
  background: #f1f6e6;
  border-color: #77a50a;
  color: #77a50a;
}
.btn5:hover,
.btn5:active {
  background: #77a50a;
  border-color: #77a50a;
  color: #ffffff;
}
.btn5:hover .icon,
.btn5:active .icon {
  color: #ffffff;
}
.btn5:active,
.btn5:active {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// COMBOBOX //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
.chzn-container {
  font-size: 1em;
}
.chzn-container .chzn-results {
  max-height: 340px;
}
.chzn-container .chzn-results li {
  padding: 5px 7px 6px;
  font-size: 11px;
}
.chzn-container .chzn-results .highlighted {
  background: #77a50a;
  color: #ffffff;
}
.chzn-container .chzn-results .group-result {
  color: #262626;
}
.chzn-container .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: 11px;
  color: #262626;
}
.chzn-container .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 .chzn-single div b {
  background-position: 3px -3px;
  position: relative;
  color: #666666;
}
.chzn-container .chzn-single div b .icon {
  display: block;
  position: absolute;
  right: 8px;
  top: 3px;
  line-height: normal;
  font-size: 11px;
}
.chzn-container .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 .chzn-search {
  display: none;
  position: relative;
}
.chzn-container .chzn-search input {
  font-size: 11px;
}
.chzn-container .chzn-search .icon {
  display: block;
  position: absolute;
  right: 8px;
  top: 9px;
  line-height: normal;
  font-size: 13px;
  color: #666666;
}
.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: 13px;
  font-weight: 500;
}
.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: 11px;
  color: #262626;
}
.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: #77a50a;
}
.field-ko .textbox,
.field-ko .date-input,
.field-ko textarea {
  background: #f2eae9;
  border: 1px solid #d7321f;
  color: #d7321f;
}
.field-ko .icon-ko {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  line-height: normal;
  font-size: 13px;
  color: #d7321f;
}
.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: #77a50a;
}
textarea {
  height: 60px;
}
.date {
  position: relative;
}
.date .icon {
  display: block;
  position: absolute;
  left: 70px;
  top: 0px;
  line-height: normal;
  font-size: 17px;
}
.file-input,
.file-formats {
  font-size: 11px;
}
.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: 11px;
}
.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: 11px;
  text-align: right;
}
.form1 .optional {
  font-style: italic;
  color: #666666;
}
.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: 11px;
}
.form2 .optional {
  font-style: italic;
  color: #666666;
}
.form2 .textbox,
.form2 textarea {
  width: 318px;
}
.form2 .combobox,
.form2 .ul-rd-h,
.form2 .ul-combo-h {
  width: 350px;
}
.form3 .required-fields {
  margin-bottom: 30px;
}
.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: 11px;
  font-weight: 500;
}
.form3 .field-help {
  font-style: italic;
  font-size: 10px;
  color: #666666;
}
.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: 11px;
}
.sc-form .field-rd-h .label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  padding-top: 2px;
  font-size: 11px;
}
.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: #666666;
}
.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: #77a50a;
}
.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: 13px;
  color: #77a50a;
}
.success .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 17px;
  color: #77a50a;
}
.success-group {
  position: relative;
  margin: 20px 0 20px 30px;
  padding: 10px 15px;
  background: #f1f6e6;
}
.success-group .icon {
  display: block;
  position: absolute;
  left: -30px;
  top: 7px;
  line-height: normal;
  font-size: 24px;
  color: #77a50a;
}
.success-group .success {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 13px;
  color: #77a50a;
}
.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: 13px;
  color: #d7321f;
}
.error .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 15px;
  color: #d7321f;
}
.error-group {
  position: relative;
  margin: 20px 0 20px 30px;
  padding: 10px 15px;
  background: #f2eae9;
}
.error-group .icon {
  display: block;
  position: absolute;
  left: -30px;
  top: 7px;
  line-height: normal;
  font-size: 22px;
  color: #d7321f;
}
.error-group .errors {
  padding: 0;
  list-style: none;
}
.error-group .error {
  margin: 0;
  padding: 3px 0 3px 10px;
  font-size: 13px;
  color: #d7321f;
}
.error-group .error .icon {
  display: block;
  position: absolute;
  left: 0px;
  top: 6px;
  line-height: normal;
  font-size: 12px;
}
#login-form,
#pre-registration-form {
  padding: 10px 15px;
  width: 415px;
  border: 1px solid #dddddd;
}
#login-form .label,
#pre-registration-form .label {
  width: 185px;
}
#login-form .textbox,
#pre-registration-form .textbox,
#login-form textarea,
#pre-registration-form textarea,
#login-form .combobox,
#pre-registration-form .combobox {
  width: 188px;
}
#login-form .btn-area,
#pre-registration-form .btn-area {
  padding-left: 195px;
}
.checkout-forbidden #pre-registration-form .btn-area {
  padding-left: 0;
}
#login-form {
  float: left;
}
#pre-registration-form {
  float: right;
}
#pwd-lost {
  margin-top: 10px;
  padding-left: 195px;
}
.pwd-lost-a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  font-style: italic;
  color: #262626;
}
#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: 11px;
  color: #666666;
}
/* -------------------------------------------------------------------------------------- //
 * ------------------------------------// 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: 4px;
  line-height: normal;
  font-size: 12px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// MODALS //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
#simplemodal-overlay {
  background-color: #000000;
}
#simplemodal-container {
  background-color: #ffffff;
  border: 8px solid #414141;
  padding: 12px;
}
#simplemodal-container .simplemodal-close {
  display: inline;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 3200;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#simplemodal-container .simplemodal-close .icon {
  display: block;
  position: absolute;
  left: 3px;
  top: 2px;
  line-height: normal;
  font-size: 15px;
  color: #414141;
}
#simplemodal-container .modalCloseImg {
  display: block;
  position: absolute;
  top: -20px !important;
  right: -22px !important;
  z-index: 3200;
  width: 25px !important;
  height: 29px !important;
  cursor: pointer;
  background: url(/_t/_/_css/simplemodal-basic-1.3/img/basic/x.png) no-repeat center center;
}
.modal-form .label {
  width: 150px;
}
.modal-form .textbox,
.modal-form textarea {
  width: 298px;
}
.modal-form .field-check {
  margin-bottom: 10px;
}
.modal-form .field-check .label {
  float: right;
  padding: 0 30px 0 0;
  width: 310px;
  text-align: left;
}
.modal-form .btn-area {
  text-align: right;
}
.modal-form .btn-area .button {
  margin-left: 10px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TABS //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.tabs-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #2f2f2f;
  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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  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: #cdcdcd;
}
.current .tabs-a,
.tabs-a:hover,
.tabs-a:active {
  background: #77a50a;
  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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #262626;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TABLES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  background: #ffffff;
}
table,
th,
td {
  border-bottom: 1px solid #dddddd;
}
th,
td {
  padding: 7px 5px;
  font-size: 11px;
}
th p,
td p {
  margin: 0;
  font-size: 11px;
}
th {
  font-weight: 500;
}
thead {
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
thead th {
  border-bottom: none;
  background: #2f2f2f;
  background: -moz-linear-gradient(top, #414141 0%, #262626 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #262626));
  background: -webkit-linear-gradient(top, #414141 0%, #262626 100%);
  background: -o-linear-gradient(top, #414141 0%, #262626 100%);
  background: -ms-linear-gradient(top, #414141 0%, #262626 100%);
  background: linear-gradient(to bottom, #414141 0%, #262626 100%);
  border-color: #2f2f2f;
  color: #cdcdcd;
  border-top: 1px solid #2f2f2f;
  border-left: 1px solid #dddddd;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
thead th:first-child {
  border-left: 1px solid #2f2f2f;
}
thead th:last-child {
  border-right: 1px solid #2f2f2f;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TITLES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.h1 {
  margin-bottom: 20px;
  line-height: 22px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #262626;
}
.c1-h1 {
  font-weight: 700;
}
.h1 a {
  text-decoration: none;
}
.h1 a:hover,
.h1 a:focus {
  text-decoration: underline;
}
.main-h1 {
  margin-bottom: 20px;
  line-height: 28px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #262626;
}
.h2 {
  margin: 15px 0 20px 0;
  line-height: 18px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.h3 {
  margin: 12px 0 10px 0;
  line-height: 16px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// BLOCS //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.bloc {
  margin-bottom: 20px;
}
#main .bloc {
  margin-bottom: 20px;
}
#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,
#main .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: 12px;
}
.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: 12px;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// RATING //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
.stars-bg {
  position: relative;
  overflow: hidden;
  width: 77px;
  height: 15px;
  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: 15px;
  background: #ffffff;
}
.stars-fg .icon {
  color: #e48f20;
}
.c1-stars-fg {
  display: block;
  width: 77px;
  height: 15px;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// 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: 12px;
  text-align: center;
  text-decoration: none;
  color: #262626;
}
.msie-old .pagination-page {
  display: inline;
  zoom: 1;
}
.pagination .current,
.pagination-page:hover,
.pagination-page:focus {
  background: #77a50a;
  background: -moz-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bc19), color-stop(100%, #538405));
  background: -webkit-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -o-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -ms-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: linear-gradient(to bottom, #97bc19 0%, #538405 100%);
  border-color: #77a50a;
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #77a50a;
  -moz-box-shadow: inset 0 0 0 1px #77a50a;
  box-shadow: inset 0 0 0 1px #77a50a;
}
.pagination-prev,
.pagination-next {
  position: relative;
}
.pagination-prev .icon,
.pagination-next .icon {
  display: block;
  position: absolute;
  top: 1px;
  line-height: normal;
  font-size: 13px;
}
.pagination-prev .icon {
  left: 8px;
}
.pagination-next .icon {
  right: 8px;
}
/* -------------------------------------------------------------------------------------- //
 * ---------------------------------// PRODUCTS STATE //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
#prod-state {
  padding: 2px 6px;
  font-size: 14px;
}
#prod-state .state-value {
  font-size: 16px;
  font-weight: 500;
}
#prod-state .state-upto {
  font-size: 14px;
  font-weight: 400;
}
#prod-state.sale {
  background: #77a50a;
  color: #ffffff;
}
#prod-state.special-offer {
  background: #d7321f;
  color: #ffffff;
}
#prod-state.new {
  background: #009ce0;
  color: #ffffff;
}
/* -------------------------------------------------------------------------------------- //
 * ---------------------------------// PRODUCTS LISTS //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
.js-active .prod-line {
  visibility: hidden;
}
.prod-list {
  clear: both;
}
.prod-list .prod-line {
  clear: both;
  margin-bottom: 30px;
}
.prod-list .prod {
  float: left;
  margin-right: 13px;
  width: 218px;
  border: none;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
}
.prod-list .prod-sale {
  border-color: #538405;
}
.prod-list .prod-special-offer {
  border-color: #a32517;
}
.prod-list .prod-new {
  border-color: #0079ad;
}
.prod-list .prod-flash {
  border-color: #8a0808;
}
.prod-list .last {
  margin: 0;
}
.prod-list .c1-prod {
  position: relative;
  padding: 0;
}
.prod-list .with-prod-state .c1-prod {
  padding-bottom: 35px;
}
.prod-list .prod-photo-a {
  display: block;
  margin: 0 0 6px 0;
  height: 200px;
  width: 218px;
  background: #ffffff;
  border-bottom: 2px solid #f0f0f0;
}
.prod-list .prod-photo {
  max-width: 200px;
  max-height: 200px;
}
.prod-list .prod-name {
  font-size: 13px;
  font-weight: 500;
}
.prod-list .prod-name-a {
  text-decoration: none;
  color: #2a200b;
}
.prod-list .prod-ref {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
}
.prod-list .prod-ref-a {
  text-decoration: none;
  color: #262626;
}
.prod-list .prod-brand {
  margin-bottom: 3px;
  font-size: 11px;
}
.prod-list .prod-brand-a {
  text-decoration: none;
  color: #89b60f;
}
.prod-list .stars-bg {
  display: inline-block;
}
.prod-list .prod-price {
  margin: 0;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
}
.prod-list .prod-price-a {
  text-decoration: none;
  color: #2a200b;
}
.prod-list .prod-price-from {
  white-space: nowrap;
}
.prod-list .prod-flash .prod-price-from,
.prod-list .prod-sale .prod-price-from,
.prod-list .prod-special-offer .prod-price-from {
  display: block;
}
.prod-list .prod-price-cur,
.prod-list .prod-price-old {
  margin: 0 3px;
  line-height: 18px;
  font-size: 18px;
  white-space: nowrap;
}
.prod-list .prod-price-cur {
  font-weight: 500;
}
.prod-list .prod-price-cur-inv {
  margin: 0 3px;
  white-space: nowrap;
  font-weight: 400;
}
.prod-list .prod-price-cur-inv:before {
  content: "(";
}
.prod-list .prod-price-cur-inv:after {
  content: ")";
}
.prod-list .prod-state {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.prod-list .prod-state .icon {
  display: block;
  position: absolute;
  left: 105px;
  top: -10px;
  line-height: normal;
  font-size: 14px;
  color: #262626;
}
.prod-list .sale {
  background: #77a50a;
  color: #ffffff;
}
.prod-list .sale .icon {
  color: #77a50a;
}
.prod-list .special-offer {
  background: #d7321f;
  color: #ffffff;
}
.prod-list .special-offer .icon {
  color: #d7321f;
}
.prod-list .new {
  background: #009ce0;
  color: #ffffff;
}
.prod-list .new .icon {
  color: #009ce0;
}
.prod-list .c1-prod-state {
  display: block;
  padding: 0 4px;
  width: 210px;
  height: 25px;
  line-height: 25px;
}
.prod-list .state-value {
  font-size: 14px;
}
.prod-list .state-upto {
  font-size: 12px;
}
.prod-list .flash-sale {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 218px;
}
.prod-list .flash-sale-h1 {
  padding: 4px 0 0 30px;
  width: 50px;
  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: 10px;
  text-align: left;
}
.prod-list .flash-sale-h1 .icon {
  left: 5px;
  top: 1px;
  font-size: 23px;
}
.prod-list .countdown {
  padding: 5px 0 5px 5px;
  height: 20px;
  width: 133px;
}
.prod-list .flash-sale-h2 {
  display: none;
  float: left;
  padding: 0 4px 0 0;
  height: 20px;
  line-height: 19px;
  font-size: 11px;
  color: #ffffff;
}
.prod-list .dash {
  margin-right: 3px;
  width: auto;
  height: 20px;
}
.prod-list .dash .digit {
  margin: 0;
  width: 7px;
  height: 20px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
}
.prod-list .dash .dash-ext {
  padding: 0;
  width: auto;
  height: 20px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.prod-list .prod-description {
  display: none;
}
.prod-list .prod-hover {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 204px;
  background: rgba(255, 255, 255, 0.7);
  border: 5px solid #d4d4d4;
}
.prod-list .c1-prod-hover {
  margin: 0;
}
.prod-list .about-btn {
  margin-bottom: 10px;
  font-size: 14px;
}
.prod-list .add-cart-btn {
  font-size: 18px;
  font-weight: 500;
}
.prod-list .prod:hover,
.prod-list .prod:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.prod-list .prod:hover .prod-hover,
.prod-list .prod:focus .prod-hover {
  visibility: visible;
}
.display-inv-prices .prod-list .prod-price-from,
.display-inv-prices .prod-list .prod-price-old {
  display: block;
}
.display-inv-prices .prod-list .et,
.display-inv-prices .prod-list .it {
  font-size: 11px;
  text-decoration: none;
}
.prod-list-button .prod-hover {
  display: block;
}
.prod-flash .prod-price-cur {
  color: #d7321f;
}
.prod-sale .prod-price-cur {
  color: #77a50a;
}
.prod-special-offer .prod-price-cur {
  color: #d7321f;
}
.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;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// REASSURANCE //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#reassurance {
  margin: 0 auto;
  padding: 0;
  width: 920px;
  background: #f1f6e6;
}
#rea-ul {
  display: table;
  padding: 0;
  width: 920px;
  list-style: none;
  font-size: 0;
}
.rea-li {
  display: table-cell;
  vertical-align: top !important;
  margin: 0;
  width: 25%;
}
.msie-old .rea-li {
  display: inline;
  zoom: 1;
}
.rea-a {
  display: block;
  position: relative;
  vertical-align: top !important;
  padding: 7px 10px 7px 42px;
  min-height: 38px;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
  color: #262626;
}
.rea-a .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
.rea-a .rea-img {
  position: absolute;
  left: 10px;
  top: 10px;
}
.rea-a .rea-arrow {
  display: none;
  left: 14px;
  bottom: -3px;
  font-size: 11px;
}
.rea-a .rea-icon {
  left: 10px;
  top: 10px;
  font-size: 24px;
  color: #77a50a;
}
.rea-a strong {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #262626;
}
.rea-a:hover,
.rea-a:active {
  color: #77a50a;
}
.rea-a:hover strong,
.rea-a:active strong {
  color: #77a50a;
}
.rea-a:hover .rea-arrow,
.rea-a:active .rea-arrow {
  display: block;
}
.rea-a:hover .rea-icon,
.rea-a:active .rea-icon {
  color: #77a50a;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// HEADER //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
#header {
  margin: 0;
  padding: 0;
}
#c1-header {
  position: relative;
}
#h-bar {
  height: 45px;
  background: #e6ebdb url(../../images/nature/h-bar-bg.jpg) repeat center top;
  background: rgba(119, 165, 10, 0.1);
  border-bottom: 3px solid #486406;
}
#c1-h-bar {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
#logo {
  margin: 0 auto;
  padding: 20px 0 25px 0;
  width: 960px;
}
#logo-a {
  display: block;
  text-align: center;
  text-decoration: none;
}
#logo-slogan {
  display: block;
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
#logo-shop {
  display: block;
  margin-bottom: 10px;
  line-height: 44px;
  font-size: 44px;
  font-weight: 900;
  text-transform: uppercase;
  color: #77a50a;
}
.with-logo #logo-slogan {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
#account-cart-area {
  position: absolute;
  right: 20px;
  top: 0;
}
#h-cart,
#h-account {
  float: right;
}
#h-cart-h1,
#h-cart-amount {
  font-size: 14px;
}
#h-cart {
  clear: right;
  margin: 0 0 0 5px;
  background: none;
}
#h-cart-a {
  display: block;
  padding-top: 7px;
  height: 18px;
  line-height: 18px;
  font-size: 0;
  text-decoration: none;
  color: #262626;
}
#h-cart-h1 {
  position: relative;
  padding: 0 0 0 52px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 18px;
  font-weight: 400;
  border-right: none;
}
#h-cart-h1 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  overflow: hidden;
  text-indent: -9999px;
  width: 57px;
  height: 43px;
  background: url(../../images/jewelry/h-cart.png) no-repeat left top;
}
.msie-old #h-cart-h1 {
  display: inline;
  zoom: 1;
}
#h-cart-amount {
  padding: 0 10px 0 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 18px;
  font-weight: 500;
  border-left: none;
}
#h-cart-free-delivery {
  display: block;
  padding: 0 10px 4px 52px;
  line-height: 12px;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  color: #666666;
}
#c1-account-pop,
#c1-cart-pop {
  margin-top: 6px;
}
#h-account {
  margin-top: 10px;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  background: none;
  border-right: 1px solid #d3dcbf;
}
#h-account-a {
  display: block;
  padding: 0 30px 0 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #262626;
}
#h-account-a #h-account-span {
  color: #262626;
}
#h-account-a .icon {
  position: absolute;
  right: 20px;
  top: 8px;
  line-height: normal;
  font-size: 8px;
}
#search-form {
  position: absolute;
  left: 0px;
  top: 9px;
}
#search-form-fs {
  position: relative;
  width: 256px;
  height: 25px;
  border: 1px solid #f7f9f4;
  border-color: rgba(255, 255, 255, 0.7);
  background: #f8f9f6;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#search {
  position: absolute;
  left: 10px;
  top: 2px;
  padding: 0;
  width: 213px;
  height: 21px;
  line-height: 21px;
  border: none;
  border-right: 1px solid #c5bfb3;
  background: none;
  font-size: 11px;
  font-style: italic;
  color: #262626;
}
#search-btn {
  position: absolute;
  right: 3px;
  top: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  border: none;
  background: none;
  font-size: 12px;
}
#search-btn .icon {
  position: absolute;
  left: 5px;
  top: 3px;
  line-height: normal;
  font-size: 14px;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// NAVIGATION //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#nav {
  margin: 0 auto;
  width: 960px;
  background: #77a50a;
  background: -moz-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bc19), color-stop(100%, #538405));
  background: -webkit-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -o-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -ms-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: linear-gradient(to bottom, #97bc19 0%, #538405 100%);
  border-color: #77a50a;
  color: #ffffff;
  border-bottom: none;
}
#c1-nav {
  padding: 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0 1px #77a50a;
  -moz-box-shadow: inset 0 0 0 1px #77a50a;
  box-shadow: inset 0 0 0 1px #77a50a;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.li-lvl0,
.h-lvl0 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.li-lvl0 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  margin: 0;
  padding: 0 4px 0 6px;
  border-left: none;
  background: url(../../images/nature/h-nav-border.png) no-repeat left center;
}
.a-lvl0 {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
}
.span-lvl0 {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 10px 15px;
  border: 1px solid #77a50a;
  border-left: none;
  border-right: none;
}
.span-lvl0 .icon {
  display: none;
}
.with-subnav .span-lvl0 {
  padding: 10px 25px 10px 15px;
  position: relative;
}
.with-subnav .span-lvl0 .icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 18px;
  line-height: normal;
  font-size: 6px;
}
#li-home,
#li-home-rich {
  border: none;
  background: none;
}
#li-home .span-lvl0,
#li-home-rich .span-lvl0 {
  padding: 10px 19px;
  position: relative;
}
#li-home .span-lvl0 #icon-home,
#li-home-rich .span-lvl0 #icon-home {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: normal;
  font-size: 18px;
}
#li-blog,
#li-blog-rich {
  float: right;
}
#li-blog .span-lvl0,
#li-blog-rich .span-lvl0 {
  padding: 10px 15px 10px 40px;
  position: relative;
  background: #332f20;
  color: #1155cc;
}
#li-blog .span-lvl0 #icon-blog,
#li-blog-rich .span-lvl0 #icon-blog {
  display: block;
  position: absolute;
  left: 9px;
  top: 7px;
  line-height: normal;
  font-size: 23px;
}
.a-lvl0:hover,
.a-lvl0:focus,
.current .a-lvl0,
.with-subnav .over {
  position: relative;
  z-index: 19;
}
.a-lvl0:hover .span-lvl0,
.a-lvl0:focus .span-lvl0,
.current .span-lvl0,
.with-subnav .over .span-lvl0 {
  background: #538405;
  border-color: #77a50a;
  color: #ffffff;
}
#li-home .a-lvl0:hover .span-lvl0,
#li-home .a-lvl0:focus .span-lvl0,
#li-home.current .span-lvl0,
#li-home .over .span-lvl0 {
  background: #538405;
  border-color: #77a50a;
  color: #ffffff;
}
#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: #538405;
  border-color: #77a50a;
  color: #ffffff;
}
#li-blog .a-lvl0:hover .span-lvl0,
#li-blog .a-lvl0:focus .span-lvl0,
#li-blog.current .span-lvl0,
#li-blog .over .span-lvl0 {
  background: #538405;
  border-color: #77a50a;
  color: #ffffff;
}
#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: #538405;
  border-color: #77a50a;
  color: #ffffff;
}
#nav .subnav {
  display: none;
}
/* Zone dans laquelle est placée le sous menu */
#subnav {
  /*display: none;*/
  position: absolute;
  left: 200px;
  top: 250px;
  z-index: 120;
}
#subnav .subnav {
  display: block;
  overflow: hidden;
  border: 1px solid #538405;
  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: 11px;
  text-decoration: none;
  color: #262626;
}
.std-subnav .current1 .a-lvl1,
.std-subnav .a-lvl1:hover,
.std-subnav .a-lvl1:focus {
  color: #77a50a;
}
.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: 500;
  text-decoration: none;
  color: #262626;
}
.rich-subnav .current1 .a-lvl1,
.rich-subnav .a-lvl1:hover,
.rich-subnav .a-lvl1:focus {
  color: #77a50a;
}
.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: 11px;
  text-decoration: none;
  color: #262626;
}
.rich-subnav .current2 .a-lvl2,
.rich-subnav .a-lvl2:hover,
.rich-subnav .a-lvl2:focus {
  color: #77a50a;
}
.rich-subnav .span-lvl2 {
  display: block;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// FOOTER //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
#footer {
  padding: 0;
  background: url(../../images/nature/f-bg.jpg) repeat center top;
}
#c1-footer {
  padding: 30px 0 20px 0;
  background: url(../../images/nature/f-grass.png) repeat-x center top;
}
/* EXPERT G */
#footer-top {
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 960px;
  border-bottom: none;
}
.f-bloc {
  float: left;
  padding-right: 20px;
  width: 190px;
}
.f-h1 {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}
#f-nav1,
#f-nav2 {
  float: left;
  clear: left;
  margin-right: 10px;
  padding: 0;
  width: 480px;
  list-style: none;
}
#f-nav1 {
  font-size: 0;
}
.f-nav1-li,
.f-nav2-li {
  display: inline;
}
.f-nav1-li {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
.f-nav2-li {
  font-size: 11px;
  color: #c5bfb3;
}
.f-nav1-a,
.f-nav2-a {
  text-decoration: none;
}
.f-nav1-a {
  color: #ffffff;
}
.f-nav2-a {
  color: #c5bfb3;
}
.f-nav1-a:hover,
.f-nav1-a:focus,
.f-nav2-a:hover,
.f-nav2-a:focus {
  text-decoration: none;
  color: #77a50a;
}
#f-social {
  float: right;
  margin-right: 10px;
  width: 180px;
}
#f-blog-name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  color: #ffffff;
}
#f-blog-name:hover,
#f-blog-name:focus {
  text-decoration: none;
  color: #77a50a;
}
#f-blog-rss {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  color: #c5bfb3;
}
#f-blog-rss .icon {
  display: block;
  position: absolute;
  left: 2px;
  top: 3px;
  line-height: normal;
  font-size: 8px;
}
#f-blog-rss:hover,
#f-blog-rss:focus {
  text-decoration: none;
  color: #77a50a;
}
/* ------------------------- Newsletter --------------------------- */
#newsletter-form {
  float: right;
  width: 216px;
  padding: 11px;
  background: #60543b;
  background: rgba(38, 38, 38, 0.2);
}
#newsletter-form-fs {
  position: relative;
  width: 216px;
  height: 25px;
  border: 1px solid #cfcbc4;
  border-color: rgba(255, 255, 255, 0.7);
  background: #b0a99d;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 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;
}
#newsletter {
  position: absolute;
  left: 5px;
  top: 3px;
  padding: 0;
  width: 166px;
  height: 19px;
  line-height: 19px;
  border: none;
  background: none;
  font-size: 11px;
  font-style: italic;
  color: #262626;
}
#newsletter-btn {
  position: absolute;
  right: 3px;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 18px;
  border: none;
  background: none;
  font-size: 16px;
  text-align: center;
}
#newsletter-btn .icon {
  display: block;
  position: absolute;
  left: 1px;
  top: -2px;
  line-height: normal;
  font-size: 23px;
  color: #262626;
}
#newsletter-btn:hover,
#newsletter-btn:active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#footer-bottom {
  margin: 0 auto;
  padding-top: 20px;
  width: 960px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
#f-about-us {
  float: left;
  width: 660px;
}
#f-about-us.full {
  float: none;
  width: auto;
}
.f-text {
  color: #c5bfb3;
}
#shop-rating {
  float: right;
  position: relative;
  margin-bottom: 30px;
  padding: 17px 0 0 46px;
  width: 194px;
  min-height: 33px;
}
#shop-rating .f-h1 {
  margin: 0;
  color: #ffffff;
}
#shop-rating .f-h1 a {
  text-decoration: none;
  color: #ffffff;
}
#shop-rating .stars-bg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin-right: 4px;
}
#shop-rating .stars-fg {
  background: url(../../images/nature/f-bg.jpg) repeat center top;
}
#shop-rating #shop-rating-read-a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  padding-top: 2px;
  color: #c5bfb3;
}
.msie-old #shop-rating .stars-bg,
.msie-old #shop-rating #shop-rating-read-a {
  display: inline;
  zoom: 1;
}
#rating-val {
  position: absolute;
  left: 0;
  top: 18px;
  width: 36px;
  height: 33px;
  line-height: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e48f20;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
/* ------------------- Social networks --------------------- */
#sn-ul {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.sn-li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  margin: 0 5px 5px 0;
  /*margin-bottom: 1px;*/
}
.sn-a {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
.sn-a .icon {
  display: block;
  position: absolute;
  left: 6px;
  top: 5px;
  line-height: 20px;
  font-size: 18px;
  color: #ffffff;
}
.sn-a:hover,
.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;
}
.sn-a:hover .icon,
.sn-a:active .icon {
  color: #ffffff;
}
#sn-email .sn-a:hover,
#sn-email .sn-a:active {
  background: #262626;
}
#sn-email .icon {
  top: 5px;
}
#sn-facebook .sn-a:hover,
#sn-facebook .sn-a:active {
  background: #3b5998;
}
#sn-twitter .sn-a:hover,
#sn-twitter .sn-a:active {
  background: #5dd7fc;
}
#sn-twitter .icon {
  top: 6px;
}
#sn-google .sn-a:hover,
#sn-google .sn-a:active {
  background: #da573b;
}
#sn-google .icon {
  top: 6px;
}
#sn-pinterest .sn-a:hover,
#sn-pinterest .sn-a:active {
  background: #b80e23;
}
#sn-youtube .sn-a:hover,
#sn-youtube .sn-a:active {
  background: #ec282a;
}
#sn-vimeo .sn-a:hover,
#sn-vimeo .sn-a:active {
  background: #1bb6ec;
}
#sn-vimeo .icon {
  left: 5px;
  top: 6px;
}
#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;
}
#sn-linkedin .sn-a:hover,
#sn-linkedin .sn-a:active {
  background: #0274b3;
}
#sn-linkedin .sn-a:hover .text-icon,
#sn-linkedin .sn-a:active .text-icon {
  color: #ffffff;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// SIDEBAR //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#sidebar {
  float: left;
  width: 220px;
}
.right-column #sidebar {
  float: right;
}
.s-bloc,
.s-bloc-basic {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #efefef;
}
#s-bloc-cats {
  padding-bottom: 0;
  border-bottom: 2px solid #2f2f2f;
}
.s-bloc-last,
.s-bloc-basic,
#s-bloc-main-nav,
#s-blog {
  padding-bottom: 0;
  border: none;
}
#s-blog {
  margin-bottom: 0;
}
.s-bloc-basic .bloc {
  margin-bottom: 0;
}
.s-bloc .bloc {
  margin-bottom: 30px;
}
.s-bloc .bloc :last-child {
  margin-bottom: 0;
}
/* ------------------------- Titles --------------------------- */
.s-h1.s-h1 {
  margin-bottom: 15px;
  line-height: 20px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #262626;
}
#s-bloc-cats .s-h1,
#s-bloc-main-nav .s-h1 {
  margin-bottom: 10px;
}
.s-c1-h1 {
  font-weight: 700;
}
.s-h1 a {
  text-decoration: none;
  color: #262626;
}
.s-h1 a:hover,
.s-h1 a:focus {
  text-decoration: underline;
}
.s-h2 {
  margin: 15px 0 10px 0;
  line-height: 18px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.s-h3 {
  margin: 12px 0 8px 0;
  line-height: 16px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
/* ------------------------- Navigation --------------------------- */
.s-ul-lvl0 {
  list-style: none;
  padding: 0;
}
.s-li-lvl0 {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
}
.s-a-lvl0 {
  display: block;
  position: relative;
  padding: 0 0 0 8px;
  text-decoration: none;
  color: #666666;
}
.s-a-lvl0 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  line-height: normal;
  font-size: 3px;
}
.s-a-lvl0:hover,
.s-a-lvl0:focus,
.current .s-a-lvl0 {
  color: #77a50a;
}
#s-bloc-cats .s-li-lvl0 {
  margin: 0;
  border-bottom: 1px dashed #efefef;
  font-size: 13px;
}
#s-bloc-cats .last {
  border-bottom: none;
}
#s-bloc-cats .s-a-lvl0 {
  padding: 6px 0 7px 14px;
}
#s-bloc-cats .s-a-lvl0 .icon {
  left: 0;
  top: 11px;
  font-size: 8px;
}
#s-nav {
  margin-bottom: 20px;
}
#s-nav .s-h1 {
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 2px solid #77a50a;
}
#s-nav .s-c1-h1 {
  font-weight: 500;
}
#s-nav .s-ul-lvl0 {
  list-style: none;
  padding: 0;
}
#s-nav .s-ul-lvl0 .first {
  border-top: none;
}
#s-nav .s-li-lvl0,
#s-nav .s-h-lvl0 {
  font-size: 13px;
  font-weight: 500;
}
#s-nav .s-li-lvl0 {
  margin: 0;
  padding: 6px 0 2px 0;
  border-top: 1px dotted #262626;
}
#s-nav .s-a-lvl0 {
  display: block;
  position: relative;
  margin-bottom: 4px;
  padding: 0;
  text-decoration: none;
  color: #666666;
}
#s-nav .s-a-lvl0 .icon {
  display: none;
}
#s-nav .s-a-lvl0:hover,
#s-nav .s-a-lvl0:focus,
#s-nav .current .s-a-lvl0,
#s-nav .opened .s-a-lvl0 {
  color: #77a50a;
}
#s-nav .s-ul-lvl1 {
  display: none;
  list-style: none;
  padding: 0;
}
#s-nav .current .opened {
  display: block;
}
#s-nav .s-li-lvl1,
#s-nav .s-h-lvl1 {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
#s-nav .s-a-lvl1 {
  display: block;
  position: relative;
  padding: 4px 6px 4px 14px;
  text-decoration: none;
  color: #666666;
}
#s-nav .s-a-lvl1 .icon {
  display: block;
  position: absolute;
  left: 6px;
  top: 4px;
  line-height: normal;
  font-size: 8px;
}
#s-nav .s-a-lvl1:hover,
#s-nav .s-a-lvl1:focus,
#s-nav .current2 .s-a-lvl1 {
  color: #77a50a;
}
/* ------------------------- Blog --------------------------- */
#s-blog .s-h1 {
  margin-bottom: 0;
}
#s-blog .s-h1 a {
  color: #ffffff;
}
#s-blog .s-c1-h1 strong {
  font-weight: 500;
}
#s-rss {
  margin: 0;
  font-size: 13px;
}
#s-rss-a {
  display: block;
  position: relative;
  padding: 0 0 0 14px;
  font-size: 11px;
  text-decoration: none;
  color: #262626;
}
#s-rss-a .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: normal;
  font-size: 10px;
}
#s-rss-a:hover,
#s-rss-a:focus {
  color: #77a50a;
}
#sidebar #shop-rating {
  font-size: 0;
}
#sidebar #shop-rating .stars-bg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 2px 0;
}
#sidebar #shop-rating .stars-fg {
  top: 2px;
}
#sidebar #shop-rating #shop-rating-add,
#sidebar #shop-rating #shop-rating-read,
#sidebar #shop-rating .stars-bg {
  vertical-align: middle;
}
#sidebar .msie-old #shop-rating-add,
#sidebar .msie-old #shop-rating-read,
#sidebar .msie-old .stars-bg {
  display: inline;
  zoom: 1;
}
#sidebar #rating-val {
  vertical-align: middle !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 11px;
}
#sidebar #shop-rating-read-a {
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  text-decoration: none;
  color: #262626;
}
#sidebar #shop-rating-read-a .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: normal;
  font-size: 13px;
}
#sidebar #shop-rating-read:hover,
#sidebar #shop-rating-read:focus {
  text-decoration: underline;
}
#sidebar .msie-old #shop-rating .stars-bg {
  display: inline;
  zoom: 1;
}
/* ----------------------------- 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 #f0f0f0;
  font-size: 13px;
}
.account-a {
  display: block;
  position: relative;
  padding: 6px 5px 6px 26px;
  text-decoration: none;
  color: #262626;
}
.account-a .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
#account-cfg .icon {
  left: 4px;
  top: 4px;
  font-size: 19px;
}
#account-password .icon {
  left: 5px;
  top: 3px;
  font-size: 17px;
}
#account-history .icon {
  left: 7px;
  top: 7px;
  font-size: 13px;
}
#account-shop-rating .icon {
  left: 7px;
  top: 6px;
  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: 5px;
  font-size: 16px;
}
.current .account-a,
.account-a:hover,
.account-a:focus {
  background: #f1f6e6;
  color: #77a50a;
}
.current .account-a {
  font-weight: 500;
}
.order-list td {
  text-align: center;
}
.parcel-track {
  display: block;
  position: relative;
  padding: 5px 0 5px 26px;
}
.parcel-track .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: normal;
  font-size: 19px;
}
.address-infos {
  margin: 20px 0 10px 0;
  padding: 10px 15px;
  width: 298px;
  border: 1px solid #dddddd;
}
.address-infos .h3 {
  margin-top: 0;
}
.address-infos a {
  color: #d7321f;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// HIGHLIGHT //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#main-slider {
  position: relative;
  margin-bottom: 30px;
  width: 960px;
  height: 350px;
  overflow: hidden;
}
#main-slider .nivo-controlNav {
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: 15;
  padding: 0;
  width: 960px;
  list-style: none;
  text-align: center;
}
#main-slider .nivo-controlNav a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  text-indent: -9000px;
  outline: none;
  background: #ebebeb;
  -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: #77a50a;
}
#main-slider .nivo-prevNav,
#main-slider .nivo-nextNav {
  display: block;
  position: absolute;
  top: 150px;
  width: 35px;
  height: 51px;
  background: rgba(0, 0, 0, 0.5);
}
#main-slider .nivo-prevNav .icon,
#main-slider .nivo-nextNav .icon {
  display: block;
  position: absolute;
  top: 0px;
  line-height: normal;
  font-size: 40px;
  color: #ffffff;
}
#main-slider .nivo-prevNav {
  left: 0;
}
#main-slider .nivo-prevNav .icon {
  left: 9px;
}
#main-slider .nivo-nextNav {
  right: 0;
}
#main-slider .nivo-nextNav .icon {
  right: 9px;
}
#main-slider .nivo-prevNav:hover,
#main-slider .nivo-prevNav:focus,
#main-slider .nivo-nextNav:hover,
#main-slider .nivo-nextNav:focus {
  background: rgba(0, 0, 0, 0.8);
}
.msie-old #main-slider .nivo-controlNav a {
  display: inline;
  zoom: 1;
}
.slider-main #main-slider {
  width: 680px;
}
.slider-main #main-slider .nivo-controlNav {
  width: 680px;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// SELECTIONS //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
.selection {
  margin-bottom: 30px;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// BRAND SLIDER //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
#brand-slider {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 34px;
  width: 852px;
  text-align: center;
}
#brand-slider .caroufredsel_wrapper {
  display: inline-block !important;
  *display: inline;
  *zoom: 1;
}
#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;
}
.brand-slider-img {
  border: 1px solid #f0f0f0;
  -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: #262626;
}
#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: 0;
}
#brand-slider-next {
  right: 0;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// CONTENT //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#pre-content {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  background: #ffffff;
}
#pre-content #main-slider {
  margin: 0;
}
#content {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#c1-content {
  padding: 35px 20px 30px 20px;
}
#main {
  float: right;
  width: 680px;
}
#main.no-column {
  float: none;
  width: 920px;
}
/* ------------------------- Breadcrumb --------------------------- */
#breadcrumb {
  margin-bottom: 15px;
  font-size: 11px;
}
#breadcrumb .first {
  position: relative;
  padding-left: 16px;
}
#breadcrumb .first .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: normal;
  font-size: 11px;
}
.breadcrumb-a {
  color: #262626;
}
#breadcrumb-current {
  color: #77a50a;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// PRODUCT DETAILS //------------------------------- //
 * -------------------------------------------------------------------------------------- */
.with-brand-img {
  position: relative;
  padding-right: 60px;
  min-height: 50px;
}
#prod-h1 {
  line-height: 22px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 500;
}
#c1-prod-h1 {
  display: block;
}
#prod-ref {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
#prod-brand {
  margin-bottom: 20px;
}
#prod-brand-a {
  text-decoration: none;
  color: #89b60f;
}
#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: 11px;
  text-decoration: none;
  color: #262626;
}
#prod-rating-add .icon,
#prod-rating-read .icon {
  display: block;
  position: absolute;
  left: 5px;
  top: 0px;
  line-height: normal;
  font-size: 13px;
}
#prod-rating-read {
  margin-left: 6px;
  padding-left: 24px;
  border-left: 1px solid #262626;
  color: #262626;
}
#prod-rating-read .icon {
  left: 6px;
  top: 0px;
  font-size: 13px;
}
#prod-rating-add:hover,
#prod-rating-add:focus,
#prod-rating-read:hover,
#prod-rating-read:focus {
  text-decoration: underline;
}
.msie-old #prod-rating .stars-bg {
  display: inline;
  zoom: 1;
}
#shopping-area {
  float: right;
  margin-bottom: 40px;
  width: 510px;
}
#gallery-area {
  float: left;
  position: relative;
  margin-bottom: 40px;
  width: 380px;
  padding: 0;
}
.vertical-navigation #shopping-area {
  margin-bottom: 20px;
  width: 400px;
}
.vertical-navigation #gallery-area {
  margin-bottom: 20px;
  width: 250px;
}
.vertical-navigation #main-photo {
  width: 250px;
  height: auto;
}
.vertical-navigation #thumbnails {
  width: 168px;
  padding: 0 41px;
}
.vertical-navigation #thumb-prev {
  left: 0;
}
.vertical-navigation #thumb-next {
  right: 0;
}
.vertical-navigation .custo .textbox,
.vertical-navigation .custo textarea {
  width: 388px;
}
.vertical-navigation #price {
  width: 170px;
}
.vertical-navigation .price-cur-container {
  line-height: 40px;
  font-size: 32px;
}
.vertical-navigation .price-old-container {
  font-size: 24px;
}
.vertical-navigation #share {
  margin: 0 0 40px 0;
}
.checkout-allowed #gallery-area.with-state {
  padding-top: 30px;
}
.checkout-allowed #gallery-area.with-flash-sale {
  padding-top: 42px;
}
#main-photo {
  position: relative;
  margin-bottom: 16px;
  width: 380px;
  height: 380px;
  text-align: center;
}
#main-photo .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: #262626;
}
.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: 8px;
  color: #262626;
}
#thumb-prev .icon,
#thumb-next .icon {
  font-size: 30px;
}
#thumb-prev.disabled,
#thumb-next.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
#thumb-prev {
  left: 20px;
}
#thumb-next {
  right: 20px;
}
#prod-state {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
.state-value {
  font-size: 16px;
  font-weight: 500;
}
.state-upto {
  font-size: 14px;
  font-weight: 400;
}
#flash-sale,
.flash-sale {
  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 {
  position: absolute;
  top: 0;
  left: 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: 500;
  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: 500;
  text-align: center;
  color: #ffffff;
}
#flash-sale .digit {
  background: #5f0707;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.85);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.weeks-dash {
  display: none;
}
.dash-ext {
  display: block;
  float: left;
  padding: 0 0 0 4px;
  width: 16px;
  height: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: 700;
  color: #470505;
}
/* ----------------------------- Variations / Customisations ---------------------------- */
#variations,
#customisations {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #dedede;
}
#variations .lightbox,
#customisations .lightbox {
  float: left;
  margin: 0 4px 0 0;
}
#variations .lightbox img,
#customisations .lightbox img {
  float: left;
}
#variations .combobox,
#customisations .combobox {
  width: 300px;
}
#variations .photo-variation,
#customisations .photo-variation {
  float: left;
  margin-right: 6px;
}
#variations .label,
#customisations .label {
  margin: 0;
  font-size: 11px;
}
#variations img,
#customisations img {
  border: 1px solid #dfdfdf;
}
.var-list {
  clear: both;
  margin-bottom: 10px;
}
.var,
.custo {
  margin-bottom: 10px;
}
.var-h2,
#custo-h1 {
  margin-bottom: 6px;
  font-family: 'Roboto', 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: 11px;
  font-weight: 400;
  color: #666666;
}
.custo-h2 .label {
  font-size: 11px;
  font-weight: 400;
  color: #666666;
}
.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: 11px;
}
.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;
  margin-right: 30px;
  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: 11px;
  font-weight: 500;
}
#c1-prod-quantity {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 22px;
  background: #f4f4f4;
  border: 1px solid #dedede;
}
#quantity {
  padding: 0;
  width: 25px;
  height: 20px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
#quantity:hover,
#quantity:focus {
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
#prod-more,
#prod-less {
  display: block;
  position: absolute;
  top: 4px;
  width: 12px;
  height: 12px;
  background: #262626;
  -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;
}
#prod-more .icon,
#prod-less .icon {
  display: block;
  position: absolute;
  left: 3px;
  top: 1px;
  line-height: normal;
  font-size: 7px;
  color: #ffffff;
}
#prod-more:hover,
#prod-more:focus,
#prod-less:hover,
#prod-less:focus {
  background: #666666;
}
#prod-more:hover .icon,
#prod-more:focus .icon,
#prod-less:hover .icon,
#prod-less:focus .icon {
  color: #ffffff;
}
#prod-more {
  right: 5px;
}
#prod-less {
  left: 5px;
}
.stockcontainer {
  position: relative;
  margin: 0 0 20px 0;
  padding-left: 15px;
}
.stockcontainer .icon {
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: normal;
  font-size: 10px;
}
.quantity-choice .stockcontainer {
  float: left;
  margin: 6px 0 20px 0;
}
#stock-ok,
.stock-ok {
  color: #77a50a;
}
#stock-ko,
.stock-ko {
  color: #d7321f;
}
/*
.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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
.price-from {
  display: block;
}
.price-cur,
.price-cur-inv,
.price-old {
  white-space: nowrap;
}
.price-cur-container {
  margin-right: 10px;
  line-height: 40px;
  font-size: 40px;
  font-weight: 500;
  color: #2a200b;
}
.price-cur {
  font-weight: 500;
}
.price-cur-inv-container {
  font-size: 18px;
}
.price-cur-inv-container:before {
  content: "(";
}
.price-cur-inv-container:after {
  content: ")";
}
.display-inv-prices .price-old-container {
  display: block;
}
.price-old-container {
  font-size: 30px;
  font-weight: 400;
  white-space: nowrap;
}
.prod-flash .price-cur-container,
.prod-flash .price-cur-inv-container {
  color: #d7321f;
}
.prod-sale .price-cur-container,
.prod-sale .price-cur-inv-container {
  color: #77a50a;
}
.prod-special-offer .price-cur-container,
.prod-special-offer .price-cur-inv-container {
  color: #d7321f;
}
#ecotax {
  display: block;
  font-size: 10px;
}
#add-cart-btn,
#goto-contact-btn {
  float: right;
  padding: 8px 5px 10px 5px;
  height: auto;
  width: 220px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
@-moz-document url-prefix() {
  #add-cart-btn,
  #goto-contact-btn {
    padding: 7px 5px 9px 5px;
  }
}
.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: 500;
  background: #f1f6e6;
  border: 1px solid #afdea5;
  color: #77a50a;
}
.add-cart-confirm-item .icon {
  display: block;
  position: absolute;
  left: 18px;
  top: 14px;
  line-height: normal;
  font-size: 40px;
  color: #77a50a;
}
.add-cart-confirm-item .confirm-btn {
  margin-top: 10px;
}
.add-cart-confirm-item {
  background: #77a50a;
  border: 1px solid #77a50a;
  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_lfs;
		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: #f1f6e6;
  color: #262626;
}
#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: #262626;
}
#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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#hover-price {
  margin: 0;
  font-family: 'Roboto', 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: #77a50a;
}
.special-offer #hover-price .price-cur,
.special-offer #hover-price .price-cur-container .ht {
  color: #d7321f;
}
#hover-add-cart-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin-right: 20px;
  padding: 2px 10px;
  width: 180px;
  line-height: 19px;
  white-space: normal;
  text-transform: uppercase;
}
#hover-close-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  width: 20px;
  height: 20px;
  background: #262626;
  -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: 1px;
  line-height: normal;
  font-size: 15px;
  color: #ffffff;
}
#hover-close-btn:hover,
#hover-close-btn:active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#prod-add-cart {
  float: right;
  margin: 0 0 20px 0;
  padding: 0;
  width: 220px;
}
#alert-btn {
  display: none;
}
.buyable #add-cart-btn {
  margin-bottom: 10px;
}
.buyable .stock-ko #alert-btn {
  display: block;
}
.not-buyable .stock-ok #alert-btn {
  display: none;
}
.not-buyable .stock-ko #add-cart-btn {
  display: none;
}
.not-buyable .stock-ko #alert-btn {
  display: block;
}
#alert-btn {
  clear: right;
  float: right;
  position: relative;
  padding: 3px 5px 5px 55px;
  line-height: 15px;
  height: auto;
  width: 158px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  white-space: normal;
  text-transform: uppercase;
  text-align: left;
}
#alert-btn .icon {
  display: block;
  position: absolute;
  left: 18px;
  top: 3px;
  line-height: normal;
  font-size: 28px;
}
#alert-modal {
  display: none;
  font-size: 0;
}
#alert-modal .field {
  margin-bottom: 30px;
}
#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: 500;
  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: #c5bfb3;
}
.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: #666666;
}
#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: 500;
  color: #d7321f;
}
.msie-old #alert-photo,
.msie-old #alert-h1 {
  display: inline;
  zoom: 1;
}
#alert-form {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f1f6e6;
}
.alert-h2 {
  font-weight: 500;
}
.range-h1 {
  margin-top: 30px;
  font-size: 13px;
}
.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: #77a50a;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  color: #262626;
}
.range-td {
  background: #f1f6e6;
  font-size: 11px;
  text-align: center;
  color: #262626;
}
.range-amount-tr .range-td {
  font-weight: 500;
}
#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: 19px;
  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: 11px;
  color: #262626;
}
.email-btn .icon {
  display: block;
  position: absolute;
  left: 5px;
  top: -1px;
  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 #262626;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #262626;
}
#comments-tab #comment-form .h2 {
  margin-top: 0;
}
#modal-prod-photo {
  float: left;
  max-width: 150px;
  max-height: 150px;
}
#modal-prod-infos {
  float: right;
  width: 410px;
}
#modal-prod-name {
  float: left;
  margin: 0;
  width: 300px;
  font-size: 12px;
  font-weight: 500;
}
#modal-prod-brand {
  clear: left;
  float: left;
  width: 300px;
  font-size: 11px;
}
#modal-prod-brand-a {
  text-decoration: none;
  color: #89b60f;
}
#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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
#modal-prod-price-old {
  font-size: 16px;
}
.prod-flash #modal-prod-price-cur {
  color: #d7321f;
}
.prod-sale #modal-prod-price-cur {
  color: #77a50a;
}
.prod-special-offer #modal-prod-price-cur {
  color: #d7321f;
}
#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;
  min-width: 200px;
}
#add-cart-modal #modal-stay-btn {
  left: 0;
  min-width: 170px;
}
#add-cart-modal #modal-checkout-btn {
  right: 0;
  padding-right: 30px;
}
#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: #262626;
}
#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 #f0f0f0;
  font-size: 20px;
  font-weight: 500;
  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 #f0f0f0;
  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: #262626;
}
#modal-cross-sell .prod-price {
  font-size: 11px;
  text-align: center;
}
#modal-cross-sell .prod-price-a {
  text-decoration: none;
  color: #262626;
}
#modal-cross-sell .prod-price-cur {
  display: block;
  font-size: 14px;
  color: #262626;
}
#modal-cross-sell .prod-price-old {
  font-size: 12px;
  color: #262626;
}
#modal-cross-sell .prod-flash .prod-price-cur {
  color: #d7321f;
}
#modal-cross-sell .prod-sale .prod-price-cur {
  color: #77a50a;
}
#modal-cross-sell .prod-special-offer .prod-price-cur {
  color: #d7321f;
}
#modal-cross-sell-h1 {
  font-size: 14px;
  font-weight: 500;
}
#div-img-raw {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1px;
  z-index: -9999;
}
#div-img-raw img {
  visibility: hidden;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------// HOMEPAGE //----------------------------- //
 * -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// BLOG //------------------------------- //
 * -------------------------------------------------------------------------------------- */
.page-blog .h1,
.page-blog-post .h1 {
  margin-bottom: 4px;
}
.page-blog .post {
  margin-bottom: 30px;
}
.page-blog .post.first {
  margin-top: 10px;
}
.page-blog .post.last {
  margin-bottom: 10px;
}
.post-infos {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #262626;
}
.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 #262626;
  text-transform: lowercase;
}
.comments-nb .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: normal;
  font-size: 17px;
  color: #262626;
}
.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: 13px;
  text-align: center;
  color: #262626;
}
#comment-form .h2 {
  position: relative;
  margin-top: 30px;
  padding: 0 0 4px 25px;
  border-bottom: 1px solid #262626;
}
#comment-form .h2 .icon {
  display: block;
  position: absolute;
  left: 3px;
  top: -2px;
  line-height: normal;
  font-size: 20px;
  color: #262626;
}
#comments .h2 {
  position: relative;
  margin-top: 30px;
  padding: 0 0 4px 25px;
  border-bottom: 1px solid #262626;
}
#comments .h2 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
  font-size: 20px;
  color: #262626;
}
#comments .h2 .icon-add-comment {
  left: 3px;
}
#comments .even {
  background: #f1f6e6;
  border-color: #f1f6e6;
}
#comments .admin {
  background: #f1f6e6;
  border: 1px dashed #77a50a;
}
#comments .stars-bg {
  position: absolute;
  right: 10px;
  top: 5px;
}
#comments .stars-bg .icon {
  color: #e48f20;
}
#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: #e48f20;
}
.star-on .icon {
  color: #e48f20;
}
.star-off .icon {
  color: #cccccc;
}
.rate-input {
  display: none;
}
.icon-share-fb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  width: 16px;
  height: 16px;
  line-height: 18px;
  background: #4e69a2;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
.icon-share-tw {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  width: 16px;
  height: 16px;
  line-height: 18px;
  background: #33ccff;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// CHECKOUT - CART //------------------------------- //
 * -------------------------------------------------------------------------------------- */
#cart-empty {
  background: url(/_t/_/images/npc-sac-clair.png) no-repeat left top;
  height: 350px;
  padding: 115px 0 0 400px;
}
.cart-empty-txt {
  font-size: 24px;
  color: #262626;
  margin-bottom: 30px;
}
.cart-empty-txt strong {
  display: block;
  color: #77a50a;
  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: #2f2f2f;
  background: -moz-linear-gradient(top, #414141 0%, #262626 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #262626));
  background: -webkit-linear-gradient(top, #414141 0%, #262626 100%);
  background: -o-linear-gradient(top, #414141 0%, #262626 100%);
  background: -ms-linear-gradient(top, #414141 0%, #262626 100%);
  background: linear-gradient(to bottom, #414141 0%, #262626 100%);
  border-color: #2f2f2f;
  color: #cdcdcd;
  font-size: 22px;
  font-weight: 500;
  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: #2f2f2f;
  background: -moz-linear-gradient(top, #262626 0%, #414141 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #414141));
  background: -webkit-linear-gradient(top, #262626 0%, #414141 100%);
  background: -o-linear-gradient(top, #262626 0%, #414141 100%);
  background: -ms-linear-gradient(top, #262626 0%, #414141 100%);
  background: linear-gradient(to bottom, #262626 0%, #414141 100%);
}
#btn-start:active {
  -webkit-box-shadow: inset 0 2px 10px #000000;
  -moz-box-shadow: inset 0 2px 10px #000000;
  box-shadow: inset 0 2px 10px #000000;
}
.c1-checkout {
  position: relative;
}
.td-prod-photo {
  width: 52px;
}
.td-prod-infos,
.td-option-infos {
  text-align: left;
}
.td-prod-infos .prod-name-a,
.td-option-infos .prod-name-a {
  text-decoration: none;
  color: #262626;
}
.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: 'Roboto', 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: 500;
  color: #d7321f;
}
.td-prod-price .prod-price-old,
.td-prod-unit-price .prod-price-old,
.td-option-price .prod-price-old {
  color: #666666;
}
.td-prod-price .prod-ecotax,
.td-prod-unit-price .prod-ecotax,
.td-option-price .prod-ecotax {
  margin-top: 4px;
  font-size: 10px;
  color: #666666;
}
.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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 500;
}
.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: #d7321f;
}
.tr-total .c1-th-total,
.tr-total .c1-td-total {
  padding: 7px 5px;
  background: #f1f6e6;
  font-family: 'Roboto', 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: 500;
  white-space: nowrap;
  text-align: center;
}
.tr-total .c1-td-total {
  color: #d7321f;
}
#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: #f1f6e6;
  border: 1px solid #77a50a;
  font-size: 13px;
  text-align: left;
  color: #262626;
}
.checkout-contact strong {
  font-weight: 500;
}
.checkout-contact a {
  text-transform: lowercase;
}
.checkout-contact .icon {
  display: block;
  position: absolute;
  left: 12px;
  top: 2px;
  line-height: normal;
  font-size: 32px;
}
.page-validation .checkout-contact,
.page-end .checkout-contact {
  position: absolute;
  right: auto;
  left: 0px;
  bottom: auto;
  top: 0;
  padding: 4px 10px 4px 46px;
  border: none;
  background: none;
  color: #262626;
}
.page-validation .checkout-contact a,
.page-end .checkout-contact a {
  color: #77a50a;
}
.page-validation .checkout-contact .icon,
.page-end .checkout-contact .icon {
  left: 0px;
}
.page-validation #c1-wrapper,
.page-end #c1-wrapper {
  padding-top: 0;
}
.page-validation #c3-wrapper,
.page-end #c3-wrapper {
  padding-top: 20px;
}
.page-cart .cart-h1 {
  float: left;
  width: 40%;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.page-cart .cart-h1 span {
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 500;
  color: #d7321f;
}
.page-cart .cart-save {
  clear: left;
  float: left;
  position: relative;
  margin-bottom: 30px;
  padding-left: 14px;
  font-size: 10px;
  font-style: italic;
  color: #666666;
}
.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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 500;
  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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
  color: #666666;
}
.page-cart .prod-list .prod-price-old {
  display: inline;
}
.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: #262626;
}
.page-cart .td-prod-stock .prod-stock-ok .icon {
  color: #77a50a;
}
.page-cart .td-prod-stock .prod-stock-ko .icon {
  color: #d7321f;
}
.page-cart .td-prod-unit-price .prod-price-cur {
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 400;
  color: #262626;
}
.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: #262626;
}
.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: #262626;
}
.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: #77a50a;
}
.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: #666666;
}
.page-cart .tr-delivery .td-option-infos .delivery-comp a {
  display: inline-block;
  color: #666666;
}
#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: #262626;
}
.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: #77a50a;
}
.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 !important;
}
.recalculate-btn .icon {
  left: 16px;
  top: 6px;
  font-size: 12px;
}
.paypal-checkout-btn {
  position: relative;
  padding: 4px 12px;
  line-height: 23px;
  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: #77a50a;
  background: -moz-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bc19), color-stop(100%, #538405));
  background: -webkit-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -o-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: -ms-linear-gradient(top, #97bc19 0%, #538405 100%);
  background: linear-gradient(to bottom, #97bc19 0%, #538405 100%);
  border-color: #77a50a;
  color: #ffffff;
  -webkit-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 1px 0 0 rgba(255, 255, 255, 0.2);
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
  padding-right: 95px;
  width: auto;
  height: auto;
  text-indent: 0;
  background: #ffc439;
  background: -moz-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcf5d), color-stop(100%, #ffb915));
  background: -webkit-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -o-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: -ms-linear-gradient(top, #ffcf5d 0%, #ffb915 100%);
  background: linear-gradient(to bottom, #ffcf5d 0%, #ffb915 100%);
  border-color: #dc911d;
  color: #212121;
  font-size: 13px;
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.paypal-checkout-btn:hover,
.paypal-checkout-btn:active {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #ffb915;
  background: -moz-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb915), color-stop(100%, #ffcf5d));
  background: -webkit-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -o-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: -ms-linear-gradient(top, #ffb915 0%, #ffcf5d 100%);
  background: linear-gradient(to bottom, #ffb915 0%, #ffcf5d 100%);
  color: #000000;
}
.paypal-checkout-btn:active {
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}
.paypal-checkout-btn .paypal-logo {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 74px;
  height: 20px;
  background: url(/_t/_/images/logo-paypal.png) no-repeat left top;
}
.validate-btn {
  padding-right: 40px !important;
}
.validate-btn .icon {
  right: 12px;
  top: 3px;
  font-size: 20px;
}
.options-list {
  position: relative;
  padding: 20px 1.9% 10px 1.9%;
  border: 1px solid #dddddd;
}
.options-list .option-add {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dddddd;
  font-size: 0;
}
.options-list .first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.options-list .field {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  margin: 0;
  padding: 0 4% 0 6%;
  width: 66%;
}
.options-list .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
.options-list #option-sms .icon {
  left: 1px;
  top: 0px;
  font-size: 40px;
}
.options-list #option-parcel-msg .icon {
  left: 3px;
  top: -9px;
  font-size: 33px;
}
.options-list #option-gift-paper .icon {
  left: 6px;
  top: -4px;
  font-size: 35px;
}
.options-list .option-h1 {
  display: block;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 13px;
}
.options-list .option-price {
  color: #d7321f;
}
.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 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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
/* -------------------------------------------------------------------------------------- //
 * ------------------------------// 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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #262626;
}
.sc-h1-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #2f2f2f;
  -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 30px 0;
  width: 270px;
  overflow: hidden;
  cursor: pointer;
  font-size: 11px;
  color: #262626;
}
.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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.sc-auth-mode-desc {
  margin-bottom: 10px;
  color: #666666;
  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: #77a50a;
}
.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: 4px 20px 4px 10px;
  width: 196px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
.sc-fieldset-email .button .icon {
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  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: 2px 10px 2px 30px;
  width: 78px;
  line-height: 12px;
  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: 50%;
  margin-top: -14px;
  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 #c5bfb3;
  border-bottom: 2px solid #c5bfb3;
}
.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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #77a50a;
}
.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: #262626;
}
.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: #262626;
}
.validated-bloc .sc-h2 .icon {
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  line-height: normal;
  font-size: 24px;
  color: #77a50a;
}
.validated-bloc .sc-h2 .change-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
  text-decoration: underline;
  color: #262626;
}
#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: 13px;
  font-weight: 500;
  color: #262626;
}
.sc-h3 span {
  font-weight: 400;
}
#sc-delivery-bloc .summary-bloc {
  font-size: 0;
}
#sc-delivery-bloc .summary-bloc p {
  margin: 0;
  color: #666666;
}
#sc-delivery-bloc .summary-bloc .sc-delivery-img-val {
  margin-right: 10px;
}
#sc-delivery-bloc .summary-bloc .delivery-mode-name {
  color: #262626;
}
.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: #262626;
}
.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: #262626;
}
.sc-delivery-price-val {
  font-weight: 500;
  color: #d7321f;
}
.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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
  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: #77a50a;
  background: #f1f6e6;
}
.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: #262626;
}
.delivery-mode-infos p {
  font-size: 11px;
  color: #262626;
}
.delivery-mode-infos .delivery-mode-name {
  margin-bottom: 6px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #77a50a;
}
.delivery-mode-name {
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #77a50a;
}
.delivery-price {
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #d7321f;
}
.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: 'Roboto', 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: #77a50a;
  background: #f1f6e6;
}
.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: #262626;
  font-size: 13px;
}
.payment-mode-name span {
  font-size: 11px;
  font-weight: 500;
  color: #d7321f;
}
.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: #2f2f2f;
  background: -moz-linear-gradient(top, #414141 0%, #262626 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #262626));
  background: -webkit-linear-gradient(top, #414141 0%, #262626 100%);
  background: -o-linear-gradient(top, #414141 0%, #262626 100%);
  background: -ms-linear-gradient(top, #414141 0%, #262626 100%);
  background: linear-gradient(to bottom, #414141 0%, #262626 100%);
  border-color: #2f2f2f;
  color: #cdcdcd;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 11px;
  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: 'Roboto', 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: 11px;
  color: #262626;
}
.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: 500;
}
.options-table {
  margin-bottom: 20px;
  border-top: 2px solid #dddddd;
}
.change {
  font-size: 10px;
  color: #d7321f;
}
.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: 500;
  color: #77a50a;
}
.confirmation-num .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: normal;
  font-size: 15px;
}
.confirmation-expla,
.confirmation-tracking {
  font-size: 11px;
  color: #666666;
}
.confirmation-tracking a {
  white-space: nowrap;
  color: #262626;
}
.tuto-area {
  margin: 40px 0;
  padding: 10px 15px 15px 15px;
  background: #f2eae9;
}
.tuto-area table {
  margin-bottom: 10px;
  width: 100%;
}
.tuto-h1 {
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.tuto-infos {
  float: left;
  display: block;
}
.tuto-area-cheque .tuto-infos {
  width: 50%;
}
.tuto-info {
  font-size: 13px;
}
.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: 500;
}
.msie-old .tuto-info {
  display: inline;
  zoom: 1;
}
.tuto-illust {
  float: right;
  display: block;
  width: 20%;
  padding-left: 146px;
  background: url(/_t/_/images/npc-tuto-cheque.png) no-repeat left top;
  font-weight: 500;
  color: #d7321f;
}
.tuto-specification {
  font-size: 13px;
  font-style: italic;
  color: #666666;
}
.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: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #262626;
}
.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: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.end-h1 {
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.end-h1 span {
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-weight: 500;
  color: #d7321f;
}
.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;
}
.page-end #simplemodal-overlay,
.page-end #simplemodal-container {
  display: none !important;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// COMMENTS //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#prod-comments #comments,
#comments-tab #comments {
  float: left;
  width: 540px;
}
#prod-comments #comments.submited,
#comments-tab #comments.submited {
  float: none;
  width: auto;
}
#prod-comments #comment-form,
#comments-tab #comment-form {
  float: right;
  width: 350px;
}
#comments-prod-area {
  float: right;
  width: 740px;
}
.vertical-navigation #comments-tab #comments {
  float: none;
  margin-bottom: 30px;
  width: auto;
}
.vertical-navigation #comments-tab #comment-form {
  float: none;
  width: auto;
}
.vertical-navigation #comments-prod-area {
  float: right;
  width: 740px;
}
#comments-prod-photo {
  float: left;
}
/* -------------------------------------------------------------------------------------- //
 * ------------------------------------// ACCOUNT POP //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
#account-pop {
  display: none;
  position: absolute;
}
#account-arrow {
  position: absolute;
  z-index: 20;
}
#account-arrow .icon {
  font-size: 20px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
  color: #ebebeb;
}
.pop-bottom-left #account-arrow {
  left: 20px;
  right: auto;
  top: -14px;
}
.pop-bottom-right #account-arrow {
  left: auto;
  right: 20px;
  top: -14px;
}
#c1-account-pop {
  position: relative;
  z-index: 19;
  margin-top: 13px;
  padding: 10px;
  width: 330px;
  background: #ebebeb;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#account-form .field {
  margin: 0;
  padding: 0 0 10px 0;
}
#account-form .label {
  width: 120px;
}
#account-form .textbox,
#account-form textarea,
#account-form .combobox {
  width: 168px;
}
#account-form .btn-area {
  margin-bottom: 30px;
  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: #666666;
}
#account-create .button {
  margin-left: 10px;
}
.account-pop-ul {
  padding: 0;
  list-style: none;
}
.account-pop-li {
  margin: 0;
  font-size: 11px;
}
.account-pop-a {
  display: block;
  position: relative;
  padding: 3px 5px 6px 26px;
  text-decoration: none;
  color: #262626;
}
.account-pop-a .icon {
  display: block;
  position: absolute;
  line-height: normal;
}
.account-pop-cat {
  display: block;
}
#account-pop-cfg .icon {
  left: 4px;
  top: -1px;
  font-size: 19px;
}
#account-pop-history .icon {
  left: 7px;
  top: 3px;
  font-size: 13px;
}
#account-pop-logout .icon {
  left: 6px;
  top: 0px;
  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: #f1f6e6;
  color: #77a50a;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// CART POP //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#cart-pop {
  display: none;
  position: absolute;
}
#cart-arrow {
  position: absolute;
  right: 20px;
  top: -14px;
  z-index: 20;
}
#cart-arrow .icon {
  font-size: 20px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
  filter: dropshadow(color=#cdcdcd, offx=0, offy=-1);
  color: #ffffff;
}
.msie8-older #cart-arrow {
  display: none;
}
#c1-cart-pop {
  position: relative;
  z-index: 19;
  margin-top: 13px;
  padding: 10px;
  width: 330px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#cart-products .prod {
  display: table;
  position: relative;
  padding: 10px 0;
  width: 330px;
  border-top: 1px solid #dddddd;
}
#cart-products .first {
  border: none;
}
#cart-products .prod-photo-a {
  display: table-cell;
  vertical-align: middle !important;
  width: 50px;
  border: 1px solid #ffffff;
}
#cart-products .prod-infos {
  display: table-cell;
  vertical-align: middle !important;
  margin: 0;
  padding: 0 10px 0 15px;
}
#cart-products .prod-name {
  margin: 0;
}
#cart-products .prod-name-a {
  text-decoration: none;
}
#cart-products .prod-name-a:hover,
#cart-products .prod-name-a:focus {
  text-decoration: underline;
}
#cart-products .prod-vars {
  margin: 0;
  font-size: 10px;
}
#cart-products .prod-quantity {
  display: table-cell;
  vertical-align: middle !important;
  width: 60px;
  font-size: 0;
}
#cart-products .prod-quantity-input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  padding: 0;
  width: 20px;
  height: 13px;
  text-align: center;
}
#cart-products .prod-less,
#cart-products .prod-more {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  position: relative;
  width: 15px;
  height: 15px;
}
#cart-products .prod-less .icon,
#cart-products .prod-more .icon {
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  line-height: normal;
  font-size: 6px;
  color: #f0f0f0;
}
#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: #f0f0f0;
}
#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: #77a50a;
}
#cart-products .prod-price {
  display: table-cell;
  vertical-align: middle !important;
  width: 80px;
  line-height: 20px;
  font-family: 'Roboto', Geneva, Helvetica, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
#cart-products .prod-remove {
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 80px;
  text-align: center;
}
#cart-products .prod-remove-btn {
  visibility: hidden;
  position: relative;
  padding-left: 12px;
  line-height: 20px;
  font-size: 10px;
  color: #999999;
}
#cart-products .prod-remove-btn .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  line-height: normal;
  font-size: 10px;
  color: #999999;
}
#cart-products .prod:hover .prod-remove-btn,
#cart-products .prod:focus .prod-remove-btn {
  visibility: visible;
}
#cart-pop-footer {
  margin: 10px -10px -10px -10px;
  padding: 10px;
  border-top: 2px solid #dddddd;
  font-size: 0;
}
#cart-pop-nb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle !important;
  margin: 0 0 15px 0;
  height: 24px;
  line-height: 22px;
  width: 165px;
  font-size: 11px;
  color: #666666;
}
#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: 11px;
  text-align: right;
}
#cart-pop-total .cart-amount {
  font-size: 15px;
  font-weight: 500;
  color: #77a50a;
}
#cart-pop-comp {
  margin: 0 0 20px 0;
  padding: 5px 20px;
  background: #ebebeb;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  color: #212121;
}
#checkout-btn {
  display: block;
  vertical-align: middle !important;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
#cart-msg {
  margin: 0 0 30px 0;
  padding: 15px 20px;
  border: 1px solid #d6bcb9;
  background: #f2eae9;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------// 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);
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// WIZI DEBUGGING //-------------------------------- //
 * -------------------------------------------------------------------------------------- */
#wizi-debug {
  background: #ffffff;
  color: #000000;
}
#wizi-debug * {
  color: #000000;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------// POWERED WIZISHOP //-------------------------------- //
 * -------------------------------------------------------------------------------------- */
#powered-wizishop {
  background: #cbcbcb;
}
#c1-powered-wizishop {
  margin: 0 auto;
  padding: 0 20px;
  width: 920px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  color: #212121;
}
#c1-powered-wizishop #powered-wizishop-a {
  color: #212121;
}
/* -------------------------------------------------------------------------------------- //
 * ------------------------------------// LANG SWITCH //--------------------------------- //
 * -------------------------------------------------------------------------------------- */
#lang-switch {
  width: 61px;
}
#lang-ul {
  border: none;
  background: #e6ebdb;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
#lang-ul .current {
  background: #ffffff;
  color: #000000;
}
#lang-ul .current .lang-a {
  padding: 6px 14px 5px 29px;
}
.lang-li,
#lang-current {
  font-size: 11px;
  font-weight: 400;
}
#lang-current {
  border: none;
  background: none;
  color: #000000;
}
#lang-current .lang-a {
  padding: 6px 14px 5px 29px;
}
.lang-li {
  border-color: #e6ebdb;
  border-top: 1px solid #dfdfdf;
  color: #262626;
}
.lang-a {
  padding: 6px 14px 5px 29px;
  background: url(/_t/_/images/flags/flags.png?2) no-repeat 9px 6px;
}
.lang-a:hover,
.lang-a:focus {
  background-color: #ffffff;
  color: #000000;
}
.lang-de .lang-a {
  background-position: 9px 6px;
}
.lang-en .lang-a {
  background-position: 9px -94px;
}
.lang-es .lang-a {
  background-position: 9px -194px;
}
.lang-fr .lang-a {
  background-position: 9px -294px;
}
.lang-it .lang-a {
  background-position: 9px -394px;
}
.lang-nl .lang-a {
  background-position: 9px -494px;
}
.lang-pt .lang-a {
  background-position: 9px -594px;
}
.lang-us .lang-a {
  background-position: 9px -694px;
}
.lang-ch .lang-a {
  background-position: 9px -794px;
}
/* ----------------------------------------------------------------------------------------------------- //
/* --------------------------------// AJOUT PANIER VARATION PROD-LIST //-------------------------------- //
/* ----------------------------------------------------------------------------------------------------- */
.prod-list .prod .prod-var {
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  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: none;
  background: #fff;
  padding: 10px;
}
.prod-list .prod .prod-var:before {
  content: '';
  display: block;
  position: absolute;
  height: 86px;
  width: 100%;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.prod-list .prod .prod-var .c1-prod-var {
  z-index: 3;
  position: relative;
  -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 .add-cart-btn,
.prod-list .prod .prod-var .quick-view-btn {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
.prod-list .prod:hover,
.prod-list .prod:focus {
  z-index: 1;
  opacity: 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;
  width: 100%;
}
.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;
    }
  }
}
