/***********************************************/
/******************  MIXINS  *******************/
/***********************************************/
.bgCover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.nogutter,
.nogutter [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.col2-set,
.col2-set,
.col4-set {
  margin: 0;
}
/***********************************************/
/***********  FIX - RESET & BOILERS  ***********/
/***********************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:-moz-any-link:focus {
  outline: none;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  border: 0;
}
body {
  /* fix pour font trop bold sur mac (requis firefox25 pour le moz-osx-font-smoothing) */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .regular-price .price {
  color: #593d2b;
}
body .special-price .price {
  color: #e91d1d;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
/*************************************************/
/******************** GENERAL ********************/
/*************************************************/
html {
  overflow-x: hidden;
}
html,
body {
  font-family: 'proxima-nova', sans-serif;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  color: #818073;
}
html .page-title,
body .page-title {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
  padding-bottom: 10px;
  border: 0;
}
html .page-title h1,
body .page-title h1 {
  font-size: 38px;
  font-weight: 600;
  color: #593d2b;
  margin: 0;
  border: 0;
  padding: 0;
}
html h2,
body h2,
html h2.legend,
body h2.legend {
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #593d2b;
}
html h3,
body h3 {
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  margin: 0 15px 0 0;
  font-weight: 600;
  color: #593d2b;
}
html .block,
body .block {
  box-shadow: none;
}
html .input-text,
body .input-text,
html input[type='text'],
body input[type='text'] {
  background-color: #FFF;
  border-color: #c7c8c6;
  border-radius: 0;
  max-width: 100%;
}
html .form-list textarea,
body .form-list textarea {
  background-color: #f4f5f2;
  border-color: #c7c8c6;
  border-radius: 0;
}
html .form-list select,
body .form-list select {
  border-radius: 0;
}
html .form-list select#country option[value=""],
body .form-list select#country option[value=""],
html .form-list select[title="Country"] option[value=""],
body .form-list select[title="Country"] option[value=""] {
  display: none;
}
html .table-container,
body .table-container {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
html .note-msg,
body .note-msg {
  background-color: #eaf5db;
  color: #818073;
  border-color: #8cc63e;
}
html table,
body table,
html .data-table,
body .data-table {
  width: 100%;
  border: 0;
  overflow-x: auto!important;
}
html table thead tr,
body table thead tr,
html .data-table thead tr,
body .data-table thead tr {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x transparent;
  border-bottom: 0;
}
html table tr,
body table tr,
html .data-table tr,
body .data-table tr {
  width: 100%;
}
html table tr:nth-child(even),
body table tr:nth-child(even),
html .data-table tr:nth-child(even),
body .data-table tr:nth-child(even) {
  background-color: #f4f5f2;
}
html table tr:nth-child(even).hover,
body table tr:nth-child(even).hover,
html .data-table tr:nth-child(even).hover,
body .data-table tr:nth-child(even).hover {
  background-color: #f4f5f2;
}
html table tr:nth-child(off),
body table tr:nth-child(off),
html .data-table tr:nth-child(off),
body .data-table tr:nth-child(off) {
  background-color: #FFF;
}
html table tr:hover,
body table tr:hover,
html .data-table tr:hover,
body .data-table tr:hover {
  cursor: default;
}
html table tr th,
body table tr th,
html .data-table tr th,
body .data-table tr th,
html table tr td,
body table tr td,
html .data-table tr td,
body .data-table tr td {
  padding: 10px;
  border: 0;
}
html table tr th,
body table tr th,
html .data-table tr th,
body .data-table tr th {
  background: none;
  font-size: 18px;
}
.layout.layout-1-col div[role="main"] {
  padding: 0;
}
.tbl {
  display: table;
}
.tbl-rw {
  display: table-row;
}
.tbl-cl {
  display: table-cell;
}
section {
  position: relative;
  display: block;
}
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  color: inherit;
}
.no-padding-bottom {
  padding-bottom: 0px !important;
}
.no-padding-top {
  padding-top: 0px !important;
}
.no-side-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.center {
  text-align: center;
  vertical-align: middle;
  margin: auto;
}
.container_full {
  width: 100%;
  max-width: 2200px;
  margin: auto;
}
.container_full .row {
  margin-left: 0;
  margin-right: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.layout {
  margin-left: 0px;
  margin-right: 0px;
}
body a {
  -webkit-transition: color 180ms ease-out;
  -moz-transition: color 180ms ease-out;
  -o-transition: color 180ms ease-out;
  transition: color 180ms ease-out;
  color: #8cc63e;
}
body a:hover,
body a:focus {
  color: #6b9e26;
}
.wysiwyg_content p,
p.reg {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
  color: #818073;
}
.wysiwyg_content p.small,
p.small {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 15px 0;
  color: #818073;
}
.wysiwyg_content h1,
.page_title {
  font-size: 38px;
  line-height: 46px;
  margin: 0 0 30px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #593d2b;
}
.wysiwyg_content h2,
.section_title {
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #593d2b;
}
.section_title.green {
  color: #8cc63e;
}
.wysiwyg_content h3,
.box_title {
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #818073;
}
ul.reg,
ol.reg,
.wysiwyg_content ul,
.wysiwyg_content ol {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}
ul.reg li,
.wysiwyg_content ul li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  color: #818073;
  font-weight: 600;
}
ul.reg li + li,
.wysiwyg_content ul li + li {
  margin: 8px 0 0 0;
}
ul.reg li:before,
.wysiwyg_content ul li:before {
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 0px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  font-family: 'FontAwesome';
  content: '\f105';
  color: #818073;
}
ul.large {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
}
ul.large li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 15px;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  color: #818073;
  font-weight: 600;
}
ul.large li + li {
  margin: 15px 0 0 0;
}
ul.large li:before {
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 0px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  font-family: 'FontAwesome';
  content: '\f105';
  color: #818073;
}
.wysiwyg_content p:last-child,
.wysiwyg_content ul:last-child,
.wysiwyg_content ol:last-child,
.wysiwyg_content h1:last-child,
.wysiwyg_content h2:last-child,
.wysiwyg_content h3:last-child,
.wysiwyg_content h3:last-child {
  margin-bottom: 0px;
}
.buttons-set button.button {
  margin-bottom: 10px;
}
.fancy_title {
  background: url('../images/bg_titles.png') repeat-x center center;
  position: relative;
  display: block;
  margin: 55px 0 40px 0;
  padding: 0;
  text-align: center;
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
  color: #593d2b;
}
.fancy_title span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin: auto;
  background-color: #ffffff;
  max-width: 100%;
}
.notice {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #818073;
}
.buttons-set {
  background: url('../images/bg_border_dotted.png') top left repeat-x;
  border-top: 0;
  margin-top: 20px;
  padding-top: 10px!important;
}
.legend {
  border: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
}
body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="password"]:focus,
body textarea:focus {
  outline-color: #8cc63e;
}
body .btn,
body button.btn-cart,
body .button,
body #confirmButtons button.am-btn-left,
body #confirmButtons button.am-btn-right,
body .cart-table .button,
body #get_direction {
  position: relative;
  display: inline-block;
  border: 2px solid transparent;
  min-width: 125px;
  height: auto;
  padding: 6px 20px;
  margin: 0;
  background-color: #8cc63e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  background-image: none;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
body .btn .fa-angle-double-right,
body button.btn-cart .fa-angle-double-right,
body .button .fa-angle-double-right,
body #confirmButtons button.am-btn-left .fa-angle-double-right,
body #confirmButtons button.am-btn-right .fa-angle-double-right,
body .cart-table .button .fa-angle-double-right,
body #get_direction .fa-angle-double-right {
  margin-left: 5px;
}
body .btn:hover,
body button.btn-cart:hover,
body .button:hover,
body #confirmButtons button.am-btn-left:hover,
body #confirmButtons button.am-btn-right:hover,
body .cart-table .button:hover,
body #get_direction:hover,
body .btn:focus,
body button.btn-cart:focus,
body .button:focus,
body #confirmButtons button.am-btn-left:focus,
body #confirmButtons button.am-btn-right:focus,
body .cart-table .button:focus,
body #get_direction:focus {
  background-color: #6b9e26;
  border-color: transparent;
  color: #ffffff;
}
body .btn.large,
body button.btn-cart.large,
body .button.large,
body #confirmButtons button.am-btn-left.large,
body #confirmButtons button.am-btn-right.large,
body .cart-table .button.large,
body #get_direction.large {
  padding: 15px 20px;
  min-width: 160px;
}
body .btn.green.alt,
body button.btn-cart.green.alt,
body .button.green.alt,
body #confirmButtons button.am-btn-left.green.alt,
body #confirmButtons button.am-btn-right.green.alt,
body .cart-table .button.green.alt,
body #get_direction.green.alt {
  background-color: #6b9e26;
}
body .btn.green.alt:hover,
body button.btn-cart.green.alt:hover,
body .button.green.alt:hover,
body #confirmButtons button.am-btn-left.green.alt:hover,
body #confirmButtons button.am-btn-right.green.alt:hover,
body .cart-table .button.green.alt:hover,
body #get_direction.green.alt:hover,
body .btn.green.alt:focus,
body button.btn-cart.green.alt:focus,
body .button.green.alt:focus,
body #confirmButtons button.am-btn-left.green.alt:focus,
body #confirmButtons button.am-btn-right.green.alt:focus,
body .cart-table .button.green.alt:focus,
body #get_direction.green.alt:focus {
  background-color: #8cc63e;
  border-color: #ffffff;
}
body .btn.brown,
body button.btn-cart.brown,
body .button.brown,
body #confirmButtons button.am-btn-left.brown,
body #confirmButtons button.am-btn-right.brown,
body .cart-table .button.brown,
body #get_direction.brown {
  background-color: #593d2b;
}
body .btn.brown:hover,
body button.btn-cart.brown:hover,
body .button.brown:hover,
body #confirmButtons button.am-btn-left.brown:hover,
body #confirmButtons button.am-btn-right.brown:hover,
body .cart-table .button.brown:hover,
body #get_direction.brown:hover {
  background-color: #3c2c1f;
}
body .btn.charcoal,
body button.btn-cart.charcoal,
body .button.charcoal,
body #confirmButtons button.am-btn-left.charcoal,
body #confirmButtons button.am-btn-right.charcoal,
body .cart-table .button.charcoal,
body #get_direction.charcoal {
  background-color: #595851;
}
body .btn.charcoal:hover,
body button.btn-cart.charcoal:hover,
body .button.charcoal:hover,
body #confirmButtons button.am-btn-left.charcoal:hover,
body #confirmButtons button.am-btn-right.charcoal:hover,
body .cart-table .button.charcoal:hover,
body #get_direction.charcoal:hover,
body .btn.charcoal:focus,
body button.btn-cart.charcoal:focus,
body .button.charcoal:focus,
body #confirmButtons button.am-btn-left.charcoal:focus,
body #confirmButtons button.am-btn-right.charcoal:focus,
body .cart-table .button.charcoal:focus,
body #get_direction.charcoal:focus {
  background-color: #818073;
  border-color: #ffffff;
}
body .btn.lightgrey,
body button.btn-cart.lightgrey,
body .button.lightgrey,
body #confirmButtons button.am-btn-left.lightgrey,
body #confirmButtons button.am-btn-right.lightgrey,
body .cart-table .button.lightgrey,
body #get_direction.lightgrey {
  background-color: #f4f5f2;
  color: #595851;
}
body .btn.lightgrey:hover,
body button.btn-cart.lightgrey:hover,
body .button.lightgrey:hover,
body #confirmButtons button.am-btn-left.lightgrey:hover,
body #confirmButtons button.am-btn-right.lightgrey:hover,
body .cart-table .button.lightgrey:hover,
body #get_direction.lightgrey:hover {
  background-color: #c7c8c6;
}
body .btn.disabled,
body button.btn-cart.disabled,
body .button.disabled,
body #confirmButtons button.am-btn-left.disabled,
body #confirmButtons button.am-btn-right.disabled,
body .cart-table .button.disabled,
body #get_direction.disabled {
  background-color: #818073;
}
body button.btn-cart {
  background-color: #3c2c1f;
}
body button.btn-cart:hover,
body button.btn-cart:focus {
  background-color: #7f5d42;
}
body .cart-table .button {
  margin-bottom: 5px;
}
body button.btn-cart {
  background-color: #8cc63e;
}
body button.btn-cart:hover,
body button.btn-cart:focus {
  background-color: #6b9e26;
}
.cart-table .btn-print {
  float: left;
  margin-left: 5px!important;
}
.btn_more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  background-color: #f4f5f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 0 0 20px;
  vertical-align: top;
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  color: #818073;
}
.btn_more.white {
  background-color: #ffffff;
}
.btn_more.white:hover,
.btn_more.white:focus {
  background-color: #818073;
}
.btn_more .icon {
  position: relative;
  display: block;
  background-color: #818073;
  -webkit-transition: background 180ms ease-out;
  -moz-transition: background 180ms ease-out;
  -o-transition: background 180ms ease-out;
  transition: background 180ms ease-out;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  color: #818073;
  float: right;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.btn_more:hover,
.btn_more:focus {
  background-color: #818073;
  color: #ffffff;
}
.btn_more:hover .icon,
.btn_more:focus .icon {
  background-color: #595851;
}
.price-box {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
}
.price-box .price {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #593d2b;
}
.price-box .regular-price .price {
  color: #593d2b;
}
.price-box .special-price {
  margin-right: 10px;
}
.price-box .special-price .price {
  color: #e91d1d;
}
.price-box .special-price .price-label {
  display: none;
}
.price-box .special-price,
.price-box .old-price {
  display: inline-block;
}
.price-box .old-price .price {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: #593d2b;
}
.price-box .old-price .price-label {
  display: inline-block;
}
.price-box .price-label {
  font-size: 14px;
  color: #593d2b;
  font-weight: normal;
}
.price-n-size .price-box,
.price-n-size div.size {
  display: inline-block;
}
.price-n-size div.size {
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 15px 0;
  color: #818073;
}
/************************************************/
/******************** HEADER ********************/
/************************************************/
header[role="banner"] {
  position: relative;
  display: block;
  background-color: #3c2c1f;
  margin: 0 0;
  padding: 0 0;
  z-index: 40;
}
header[role="banner"] > .container {
  padding-bottom: 20px;
  z-index: 5;
}
header[role="banner"] .metas_container {
  margin-bottom: 10px;
}
header[role="banner"] ul.social_networks {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 15px 0 0 0;
  vertical-align: top;
}
header[role="banner"] ul.social_networks li {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
}
header[role="banner"] ul.social_networks li a {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
  -webkit-transition: background 180ms ease-out;
  -moz-transition: background 180ms ease-out;
  -o-transition: background 180ms ease-out;
  transition: background 180ms ease-out;
  text-align: center;
  color: #3c2c1f;
}
header[role="banner"] ul.social_networks li a span {
  position: absolute;
  left: -400px;
}
header[role="banner"] ul.social_networks li a:hover {
  background-color: #8cc63e;
}
header[role="banner"] ul.links {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 12px 0 0 0;
  vertical-align: top;
  float: none;
}
header[role="banner"] ul.links li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}
header[role="banner"] ul.links li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  -webkit-transition: color 180ms ease-out;
  -moz-transition: color 180ms ease-out;
  -o-transition: color 180ms ease-out;
  transition: color 180ms ease-out;
  color: #ffffff;
}
header[role="banner"] ul.links li a .fa,
header[role="banner"] ul.links li a span {
  margin-right: 4px;
  font-size: 16px;
  color: #8cc63e;
}
header[role="banner"] ul.links li a .fp-and {
  font-size: 14px;
}
header[role="banner"] ul.links li a:hover,
header[role="banner"] ul.links li a:focus {
  color: #8cc63e;
}
header[role="banner"] .left_metas {
  float: left;
}
header[role="banner"] .right_metas,
header[role="banner"] .login-register,
header[role="banner"] .account,
header[role="banner"] .form-language {
  float: right;
}
header[role="banner"] .right_metas {
  position: relative;
}
header[role="banner"] .right_metas .customername {
  font-size: 14px;
  padding: 17px 10px 0 0;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  left: 50px;
  top: -15px;
  z-index: 5;
}
header[role="banner"] .right_metas .login-register {
  font-size: 14px;
  margin-top: 19px;
  font-weight: 600;
  color: #ffffff;
}
header[role="banner"] .right_metas .login-register:hover,
header[role="banner"] .right_metas .login-register:focus {
  color: #8cc63e;
}
header[role="banner"] .right_metas .account {
  position: relative;
  display: block;
  -webkit-transition: background 180ms ease-out;
  -moz-transition: background 180ms ease-out;
  -o-transition: background 180ms ease-out;
  transition: background 180ms ease-out;
  background-color: #8cc63e;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
}
header[role="banner"] .right_metas .account .fp-profile {
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
}
header[role="banner"] .right_metas .account:hover {
  background-color: #6b9e26;
}
header[role="banner"] .form-language {
  position: relative;
  display: block;
  padding: 0;
  margin: 17px 0 0 20px;
  width: 130px;
  height: auto;
  /*&:after{
			display:block;position:absolute;
			top:0;right:0;
			z-index:1;
			
			font-family:'FontAwesome';
			font-size-adjust:none;font-stretch:normal;
			font-style: normal;font-weight: normal;
			font-size:14px;line-height:16px;
			content:"\f103";
			color:#8cc63e;
		}*/
}
header[role="banner"] .form-language .cs-skin-border > span {
  border: 0;
  padding: 0 18px 0 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
}
header[role="banner"] .form-language .cs-skin-border > span:after {
  right: 0;
  z-index: 1;
  font-family: 'FontAwesome';
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  content: "\f103";
  color: #8cc63e;
}
header[role="banner"] .form-language .cs-skin-border .cs-selected span {
  color: #8cc63e;
}
header[role="banner"] .form-language .cs-skin-border .cs-selected span:after {
  display: none;
}
header[role="banner"] .form-language .cs-skin-border.cs-active > span {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
}
header[role="banner"] .form-language .cs-skin-border ul span {
  padding: 6px 18px;
}
header[role="banner"] .form-language .cs-skin-border .cs-options li span:hover,
header[role="banner"] .form-language .cs-skin-border li.cs-focus span {
  background: #7f5d42;
  color: #8cc63e;
}
header[role="banner"] .form-language .cs-skin-border .cs-options {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
header[role="banner"] .form-language .cs-skin-border .cs-options li[data-value=""] {
  display: block;
}
header[role="banner"] .form-language .cs-skin-border .cs-options li span:hover,
header[role="banner"] .form-language .cs-skin-border li.cs-focus span {
  background: #593d2b;
}
header[role="banner"] .form-language div.cs-skin-border {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
}
header[role="banner"] .form-language .cs-select .cs-options {
  background: #7f5d42;
  width: 150px;
  right: 0;
  left: inherit;
  border-top: 5px solid #3c2c1f;
}
header[role="banner"] .form-language .cs-select .cs-options {
  background: #593d2b;
}
header[role="banner"] .form-language select {
  background: transparent none;
  padding: 0 18px 0 0;
  margin: 0;
  width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  border: none;
  z-index: 5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  font-weight: 600;
  color: #ffffff;
}
header[role="banner"] .form-language select::-ms-expand {
  display: none;
}
header[role="banner"] .form-language select option {
  background-color: #593d2b;
}
header[role="banner"] .form-language select::-ms-expand {
  display: none;
}
header[role="banner"] #search_mini_form {
  position: relative;
  display: block;
  width: 230px;
  height: auto;
  float: right;
  z-index: 5;
}
header[role="banner"] #search_mini_form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
header[role="banner"] #search_mini_form fieldset,
header[role="banner"] #search_mini_form fieldset input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
}
header[role="banner"] #search_mini_form fieldset input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 0 45px 0 15px;
  -webkit-transition: border 180ms ease-out;
  -moz-transition: border 180ms ease-out;
  -o-transition: border 180ms ease-out;
  transition: border 180ms ease-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 15px;
  line-height: 43px;
  text-transform: none;
  font-weight: 600;
  color: #ffffff;
}
header[role="banner"] #search_mini_form fieldset input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #8cc63e;
  outline: none;
}
header[role="banner"] #search_mini_form fieldset button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  display: block;
  background: none transparent;
  margin: 0;
  padding: 0;
  right: 10px;
  top: 0px;
  -webkit-transition: color 180ms ease-out;
  -moz-transition: color 180ms ease-out;
  -o-transition: color 180ms ease-out;
  transition: color 180ms ease-out;
  border: 0px;
  font-size: 22px;
  line-height: 43px;
  color: #ffffff;
}
header[role="banner"] #search_mini_form fieldset button:hover,
header[role="banner"] #search_mini_form fieldset button:focus {
  color: #8cc63e;
}
header[role="banner"] #search_mini_form #search.loading + button {
  display: none;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup_triangle,
header[role="banner"] #search_mini_form #am_search_container .am_search_popup {
  background-color: #818073;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup {
  border-color: #818073;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-width: 4px;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_search_popup_inner {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_element {
  border-bottom: 1px solid #f4f5f2;
  background: none transparent;
  -webkit-transition: background 180ms ease-out;
  -moz-transition: background 180ms ease-out;
  -o-transition: background 180ms ease-out;
  transition: background 180ms ease-out;
  font-size: 14px;
  color: #818073;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_element:hover,
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_element:focus,
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_element:active {
  background-color: #f4f5f2;
  color: #818073;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_element:hover .price,
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_element:focus .price,
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_element:active .price {
  color: #818073;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_image > img {
  border: none;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_right {
  border-left: 0px none;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .am_title,
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .price {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #593d2b;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .amhighlight {
  background-color: #8cc63e;
  color: #ffffff !important;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup .more_results {
  background-color: #f4f5f2;
  padding: 4px;
}
header[role="banner"] #search_mini_form #am_search_container .am_search_popup a {
  color: #8cc63e;
}
header[role="banner"] .minicart {
  display: block;
  position: relative;
  padding: 0 30px 0 0;
  float: right;
  z-index: 5;
}
header[role="banner"] .minicart .trigger {
  position: relative;
  display: inline-block;
  padding: 5px 20px 0 0;
}
header[role="banner"] .minicart .trigger:hover .fp-cart,
header[role="banner"] .minicart .trigger:focus .fp-cart {
  color: #6b9e26;
}
header[role="banner"] .minicart .trigger .fp-cart {
  font-size: 40px;
  line-height: 40px;
  -webkit-transition: color 180ms ease-out;
  -moz-transition: color 180ms ease-out;
  -o-transition: color 180ms ease-out;
  transition: color 180ms ease-out;
  color: #8cc63e;
}
header[role="banner"] .minicart .trigger .count {
  display: block;
  position: absolute;
  background-color: #e91d1d;
  width: 31px;
  height: 31px;
  overflow: hidden;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 31px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
header[role="banner"] .minicart .block.block-cart {
  position: absolute;
  display: none;
  border: 1px solid #818073;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  top: 115%;
  left: 0px;
  width: 320px;
  z-index: 30;
}
header[role="banner"] .minicart .block.block-cart .block-title strong {
  font-size: 18px;
  line-height: 20px;
  background-color: #f4f5f2;
  border-bottom: none;
  font-weight: 600;
  color: #593d2b;
  border: 0;
}
header[role="banner"] .minicart .block.block-cart .fa-close {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
  float: right;
  color: #e91d1d;
}
header[role="banner"] .minicart .block.block-cart .actions {
  border-bottom: 1px solid #f4f5f2;
  background-color: transparent;
  padding: 0 15px 10px 15px;
  -webkit-transition: background 180ms ease-out;
  -moz-transition: background 180ms ease-out;
  -o-transition: background 180ms ease-out;
  transition: background 180ms ease-out;
  border-top: none;
}
header[role="banner"] .minicart .block.block-cart .actions .button {
  border-color: transparent;
  background-color: #8cc63e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  color: #ffffff;
}
header[role="banner"] .minicart .block.block-cart .actions .button:hover,
header[role="banner"] .minicart .block.block-cart .actions .buttonfocus {
  background-color: #6b9e26;
}
header[role="banner"] .shipping_indicator {
  padding: 5px 0 0 0;
  margin: 0 30px 0 0;
  position: relative;
  display: block;
  float: right;
}
header[role="banner"] .shipping_indicator .fp-shipping {
  position: relative;
  display: block;
  width: 65px;
  height: auto;
  font-size: 50px;
  line-height: 50px;
  padding: 0 15px 0 0;
  color: #ffffff;
  float: left;
}
header[role="banner"] .shipping_indicator .desc {
  position: relative;
  display: block;
  padding: 7px 0 0 65px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
}
header[role="banner"] .shipping_indicator .desc .big,
header[role="banner"] .shipping_indicator .desc strong {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
header[role="banner"] .shipping_indicator .desc strong {
  display: block;
}
header[role="banner"] .shipping_indicator .desc span.green {
  color: #8cc63e;
}
header[role="banner"] .shipping_indicator .desc sup {
  font-size: 9px;
  font-weight: normal;
}
header[role="banner"] .mobile_search {
  display: none;
}
header[role="banner"] .mobile_search #search_mini_form {
  float: none;
  margin: 15px auto 0;
}
header[role="banner"] .connect_mobile {
  display: none;
}
.main_menu {
  position: relative;
  display: block;
  background-color: #f4f5f2;
}
.main_menu .logo,
.main_menu .cart {
  display: none;
}
.main_menu.sticky {
  border-bottom: 2px solid #8cc63e;
  background-color: #3c2c1f;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  z-index: 20;
}
.main_menu.sticky nav.navbar-default.navbar {
  min-height: 0px;
}
.main_menu.sticky nav.navbar-default.navbar .navbar-nav > .open > a,
.main_menu.sticky nav.navbar-default.navbar .navbar-nav > .open > a:hover,
.main_menu.sticky nav.navbar-default.navbar .navbar-nav > .open > a:focus,
.main_menu.sticky nav.navbar-default.navbar .navbar-nav > .open > a:active {
  background-color: #8cc63e;
  color: #ffffff;
}
.main_menu.sticky nav.navbar-default.navbar .navbar-nav > li > a {
  font-size: 13px;
  line-height: 16px;
  padding: 15px 10px;
  color: #ffffff;
}
.main_menu.sticky nav.navbar-default.navbar .navbar-nav > li > a:hover,
.main_menu.sticky nav.navbar-default.navbar .navbar-nav > li > a:focus {
  color: #8cc63e;
}
.main_menu.sticky nav.navbar-default.navbar .navbar-nav > li.active > a {
  color: #8cc63e;
}
.main_menu.sticky .logo {
  display: inline-block;
  position: relative;
  padding: 0px 15px;
  font-size: 26px;
}
.main_menu.sticky .logo > img {
  max-height: 28px;
  position: relative;
  top: -5px;
}
.main_menu.sticky .cart {
  display: inline-block;
  position: relative;
  padding: 8px 15px;
  font-size: 26px;
  color: #8cc63e;
}
.main_menu.sticky .cart:hover,
.main_menu.sticky .cart:focus {
  color: #6b9e26;
}
.main_menu.sticky .cart .count {
  font-family: 'proxima-nova', sans-serif;
  display: block;
  position: absolute;
  background-color: #e91d1d;
  width: 22px;
  height: 22px;
  overflow: hidden;
  top: 3px;
  right: 0;
  font-size: 11px;
  line-height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
.main_menu.sticky {
  background-color: #3c2c1f;
}
.main_menu nav.navbar {
  position: inherit;
  background: none;
  border: 0;
  margin: 0;
}
.main_menu nav .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.main_menu nav.navbar-default.navbar {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-height: 48px;
  margin: 0 auto;
  border: none;
  text-align: center;
}
.main_menu nav.navbar-default.navbar ul {
  float: none;
}
.main_menu nav.navbar-default.navbar ul ul {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.main_menu nav.navbar-default.navbar ul ul li {
  float: none;
  position: inherit;
  /*&.sale-menu,*/
}
.main_menu nav.navbar-default.navbar ul ul li.nav-107,
.main_menu nav.navbar-default.navbar ul ul li.nav-108 {
  background: #8cc63e;
}
.main_menu nav.navbar-default.navbar ul ul li.nav-107:hover,
.main_menu nav.navbar-default.navbar ul ul li.nav-108:hover {
  background: #6b9e26;
}
.main_menu nav.navbar-default.navbar ul ul li.nav-107 > a,
.main_menu nav.navbar-default.navbar ul ul li.nav-108 > a {
  color: #fff;
}
.main_menu nav.navbar-default.navbar ul ul li.nav-107 > a:hover,
.main_menu nav.navbar-default.navbar ul ul li.nav-108 > a:hover {
  color: #fff !important;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu {
  width: 100%;
  padding: 0;
  border: 0;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .title-drop {
  background-color: #8cc63e;
  padding: 10px 0;
  position: relative;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .title-drop .container-icon {
  background-color: #8cc63e;
  position: absolute;
  z-index: 15;
  display: block;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .title-drop .title {
  overflow: hidden;
  position: relative;
  color: #FFF;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 75px;
  line-height: 75px;
  margin-left: 75px;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .title-drop .title a {
  padding: 0 20px;
  position: absolute;
  background-color: #8cc63e;
  display: inline-block;
  z-index: 10;
  line-height: 75px;
  color: #FFF;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .title-drop .title a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .title-drop .title:after {
  z-index: 0;
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  border-bottom: 2px dotted #FFF;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu {
  padding: 30px 0;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .dropmenu-list .level1 {
  float: left;
  width: 50%;
  margin: 0 0 20px 0;
  padding-right: 20px;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .dropmenu-list .level1 a {
  color: #818073;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  padding-bottom: 6px;
  display: block;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .dropmenu-list .level1 a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  color: #8cc63e;
  display: inline;
  margin-left: 10px;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .dropmenu-list .level1 a:hover {
  color: #8cc63e;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .dropmenu-list .level1:after {
  content: " ";
  display: block;
  width: 50px;
  border-bottom: 1px solid #8cc63e;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .left_menu {
  padding-right: 60px;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu {
  padding-left: 60px;
  border-left: 1px solid #d5d4c9;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item {
  position: relative;
  width: 50%;
  float: left;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item img.sug,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item img.sug {
  display: none;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item-details,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item-details {
  float: left;
  width: 50%;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item-details h2,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item-details h2 {
  color: #8cc63e;
  font-weight: 500;
  font-size: 32px;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item-details h2:after,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item-details h2:after {
  content: " ";
  display: block;
  width: 50px;
  padding-top: 10px;
  border-bottom: 1px solid #8cc63e;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item-details h3,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item-details h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item-details h3 a,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item-details h3 a {
  color: #3c2c1f;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item-details h3 a .frag,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item-details h3 a .frag {
  font-size: 15px;
  line-height: 17px;
  color: #818073;
  display: block;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item-details .rating_wrap,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item-details .rating_wrap {
  margin-bottom: 17px;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item-details .stock_notify,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item-details .stock_notify {
  position: relative;
  display: block;
  padding-left: 26px;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item-details .stock_notify i,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item-details .stock_notify i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .featured-products .item-details .stock_notify span,
.main_menu nav.navbar-default.navbar ul ul li .dropdown-menu .content-drop-menu .right_menu .item-details .stock_notify span {
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
}
.main_menu nav.navbar-default.navbar .navbar-nav > li > a {
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  font-weight: 600;
  color: #818073;
  padding: 15px 10px;
}
.main_menu nav.navbar-default.navbar .navbar-nav > li > a:hover,
.main_menu nav.navbar-default.navbar .navbar-nav > li > a:focus {
  color: #8cc63e;
}
.main_menu nav.navbar-default.navbar .navbar-nav > li.active > a {
  background-color: transparent;
  color: #8cc63e;
}
.main_menu nav.navbar-default.navbar .navbar-nav .sale-menu .content-drop-menu .dropmenu-list .level1 {
  width: 33%;
  display: table;
  margin: 0 0 10px 0;
  padding-right: 10px;
}
.main_menu nav.navbar-default.navbar .navbar-nav .sale-menu .content-drop-menu .dropmenu-list .level1 a {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
  background: #f4f5f2;
  line-height: 22px;
}
.main_menu nav.navbar-default.navbar .navbar-nav .sale-menu .content-drop-menu .dropmenu-list .level1.green a {
  background: #8cc63e;
  color: #fff;
}
.main_menu nav.navbar-default.navbar .navbar-nav .sale-menu .content-drop-menu .dropmenu-list .level1.green a:after {
  color: #fff;
}
.main_menu nav.navbar-default.navbar .navbar-nav .sale-menu .content-drop-menu .dropmenu-list .level1.green a:hover {
  background: #6b9e26;
}
.main_menu nav.navbar-default.navbar .navbar-nav .sale-menu .content-drop-menu .dropmenu-list .level1:after {
  display: none;
}
.main_menu nav.navbar-default.navbar .navbar-nav .sale-menu .content-drop-menu .dropmenu-list .level1:nth-child(3n+1) {
  clear: both;
}
.main_menu nav.navbar-default.navbar .navbar-nav .sale-menu .content-drop-menu .right_menu .level1 {
  width: 100%;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .dropmenu-list .level1 {
  width: 25%!important;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .dropmenu-list .level1 a.child {
  font-size: 14px!important;
  font-weight: normal!important;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .dropmenu-list .level1 a:first-child {
  position: relative;
  margin-bottom: 10px;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .dropmenu-list .level1 a:first-child:before {
  content: " ";
  display: block;
  width: 50px;
  padding-top: 10px;
  border-bottom: 1px solid #8cc63e;
  position: absolute;
  bottom: 0;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .dropmenu-list .level1 a .pastille {
  max-height: 21px;
  vertical-align: top;
  margin-left: -23px;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .dropmenu-list .level1 a.category-header:before {
  content: " ";
  display: block;
  width: 50px;
  padding-top: 10px;
  border-bottom: 1px solid #8cc63e;
  position: relative;
  bottom: -35px;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .dropmenu-list .level1:after {
  display: none!important;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .legende {
  clear: both;
  float: left;
  background-color: #f4f5f2;
  padding: 12px 24px;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .legende div {
  display: inline-block;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .legende .element img {
  margin-left: 10px;
  margin-right: 7px;
}
.main_menu .menu-collections .dropdown-menu .content-drop-menu .legende .element span {
  vertical-align: middle;
}
.main_menu .megamenu_title {
  padding: 0 0 15px 0;
  margin: 0 0 25px 0;
  display: block;
  position: relative;
  border-bottom: 1px dotted #593d2b;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  color: #593d2b;
}
.icon-menu {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  padding: 5px;
  float: left;
  /*span{
		position:relative;display:block;
		background-color:#ffffff;
		width:100%;height:100%;
		.border-radius(50%);

		font-size:36px;line-height:59px;
		text-align:center;
		color:@green;
	}*/
}
.register_bar {
  position: relative;
  display: none;
  background-color: #8cc63e;
  padding: 20px 0;
}
.register_bar .create-profil-bar {
  display: table;
}
.register_bar .create-profil-bar .container-icon,
.register_bar .create-profil-bar .desc,
.register_bar .create-profil-bar .meta {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.register_bar .create-profil-bar .container-icon .icon {
  position: relative;
  display: block;
  border: 3px solid #ffffff;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  float: left;
}
.register_bar .create-profil-bar .container-icon .icon span {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 36px;
  line-height: 59px;
  text-align: center;
  color: #8cc63e;
}
.register_bar .create-profil-bar .desc {
  position: relative;
  width: 70%;
  height: auto;
  vertical-align: top;
  padding: 0 45px;
}
.register_bar .create-profil-bar .desc * {
  color: #ffffff;
}
.register_bar .create-profil-bar .desc p.section_title {
  margin-bottom: 10px;
  line-height: 24px;
}
.register_bar .create-profil-bar .desc p.reg {
  font-size: 14px;
  line-height: 18px;
}
.register_bar .create-profil-bar .desc p.reg:last-child {
  margin-bottom: 0px;
}
.register_bar .create-profil-bar .meta {
  position: relative;
  width: 25%;
  height: auto;
}
.register_bar .create-profil-bar .meta .fp-close-circled {
  -webkit-transition: color 180ms ease-out;
  -moz-transition: color 180ms ease-out;
  -o-transition: color 180ms ease-out;
  transition: color 180ms ease-out;
  margin-top: 22px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  line-height: 36px;
  cursor: pointer;
  color: #ffffff;
}
.register_bar .create-profil-bar .meta .fp-close-circled:hover,
.register_bar .create-profil-bar .meta .fp-close-circled:focus {
  color: #6b9e26;
}
body div#confirmBox {
  background: transparent;
  border: 7px solid #fff;
  padding: 7px;
}
body div#confirmBox h1 {
  background: #fff;
}
body div#confirmBox p {
  padding-bottom: 5px;
}
body div#confirmBox #messageBox {
  background: #fff;
}
body div#confirmBox #confirmButtons {
  background: #fff;
}
body div#confirmBox #confirmButtons button {
  box-shadow: none;
  text-transform: none;
}
body div#confirmBox #confirmButtons button.am-btn-left {
  margin-right: 15px;
}
body div#confirmBox #confirmButtons button.am-btn-right {
  background-color: #818073;
}
body div#confirmBox #confirmButtons button:hover {
  background-image: none;
}
body div#confirmBox .input_wrap {
  margin-bottom: 20px;
}
body div#confirmBox .select_wrap select {
  box-sizing: border-box !important;
}
/*************************************************/
/******************** CONTENT ********************/
/*************************************************/
#content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 35px 0 0 0px;
}
.nopadding-top {
  padding-top: 0 !important;
}
.nopadding-bottom {
  padding-bottom: 0px !important;
}
.banners_list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.banners_list .item {
  position: relative;
  display: block;
  width: 33.33%;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
}
.banners_list .item img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 180ms ease-out;
  -moz-transition: opacity 180ms ease-out;
  -o-transition: opacity 180ms ease-out;
  transition: opacity 180ms ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.banners_list .item:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.banners_list.discover .item.spotlight {
  border-top: 1px solid #d8d8d0;
  border-bottom: 1px solid #d8d8d0;
  padding: 20px 20px 0px 20px;
  position: relative;
  min-height: 284px;
}
.banners_list.discover .item.spotlight img {
  width: auto;
}
.banners_list.discover .item.spotlight .img_box {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  float: left;
}
.banners_list.discover .item.spotlight .img_box .badge {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 5;
  width: 80px;
}
.banners_list.discover .item.spotlight .img_box .thumb {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 40px auto auto auto;
}
.banners_list.discover .item.spotlight .desc {
  display: block;
  width: 50%;
  height: auto;
  padding: 0 0 50px;
  text-align: right;
  float: left;
}
.banners_list.discover .item.spotlight .desc .caption {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: #593d2b;
}
.banners_list.discover .item.spotlight .desc .caption span {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  display: block;
}
.banners_list.discover .item.spotlight .desc .caption:after {
  position: absolute;
  display: block;
  background-color: #818073;
  width: 45px;
  height: 1px;
  bottom: 0px;
  right: 0px;
  content: " ";
}
.banners_list.discover .item.spotlight .desc .name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #818073;
  margin: 0 0 2px;
}
.banners_list.discover .item.spotlight .desc .reg {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.banners_list.discover .item.spotlight .desc .price-box {
  margin: 0 0 10px 0;
}
.banners_list.discover .item.spotlight .desc .price-box .regular-price {
  margin: 0;
}
.banners_list.discover .item.spotlight .desc .price-box .regular-price .price {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #593d2b;
}
.banners_list.discover .item.spotlight .btn_more {
  bottom: 25px;
  right: 20px;
  position: absolute;
}
.top_bar {
  margin: 0 auto 25px auto;
  padding: 20px 0;
  position: relative;
  display: block;
  background-color: #8cc63e;
  width: 100%;
  height: auto;
}
.top_bar h1.page_title {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  font-weight: 600;
  color: #ffffff;
  float: left;
}
.top_bar .breadcrumb {
  margin: 0px;
  padding: 6px 0 0 0;
  float: right;
}
.top_bar .breadcrumb > li:before,
.top_bar .breadcrumb li strong,
.top_bar .breadcrumb strong,
.top_bar .breadcrumb li a {
  color: #ffffff;
}
.breadcrumb {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0 0 50px 0;
  background-color: transparent;
}
.breadcrumb > li + li:before {
  font-family: 'FontAwesome';
  display: inline-block;
  content: "\f105";
  padding: 0 5px;
}
.breadcrumb li a,
.breadcrumb li strong {
  font-weight: 600;
}
.breadcrumb strong {
  color: #818073;
}
.btn_anchor {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  background-color: #f4f5f2;
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #818073;
}
.btn_anchor:hover,
.btn_anchor:focus {
  background-color: #c7c8c6;
  color: #ffffff;
}
.txt_block + .txt_block {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 2px solid #f4f5f2;
}
#product-media-carousel .carousel-inner .item.active img {
  display: block;
  margin: 0 auto;
}
/************************************************/
/******************* HOMEPAGE *******************/
/************************************************/
.cms-home {
  /* temp */
}
.cms-home .category-products .toolbar {
  display: none;
}
.cms-home #content {
  padding-bottom: 70px;
}
.cms-home .bx-wrapper {
  margin: 0 !important;
}
.cms-home .banner_bot {
  padding-top: 0;
}
.home_banner {
  margin: 0 auto 35px auto;
  padding: 0px;
  position: relative;
  display: block;
  height: auto;
  max-height: 650px;
  width: 100%;
  max-width: 2200px;
  overflow: hidden;
}
.home_banner .banner {
  overflow: hidden;
  text-align: center;
  min-height: 300px;
}
.home_banner .banner img {
  width: auto;
  display: inline-block;
  min-width: 100%;
}
.home_banner .banner,
.home_banner .banner img {
  position: relative;
  display: block;
  height: auto;
  max-width: none;
}
.home_banner .rsMinW .rsOverflow {
  background-color: #ffffff;
}
.home_banner .sliderContainer {
  position: absolute;
  display: block;
  padding: 6px 6px;
  margin: 0;
  border: 6px solid transparent;
  width: 365px;
  height: auto;
  background: transparent;
  top: 30px;
  right: 80px;
}
.home_banner .sliderContainer .royalSlider {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: auto;
}
.home_banner .sliderContainer .rsSlide,
.home_banner .sliderContainer img.rsImg {
  background-color: #ffffff;
}
.home_banner .sliderContainer .rsBullets {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  bottom: -50px;
  left: 0px;
}
.home_banner .sliderContainer .rsBullets .rsBullet {
  margin: 5px 5px;
}
.home_banner .sliderContainer .rsBullets .rsBullet,
.home_banner .sliderContainer .rsBullets .rsBullet span {
  width: 18px;
  height: 18px;
  padding: 0px;
}
.mobile_banner {
  margin: 0 auto 35px auto;
  padding: 0px;
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  max-width: 1200px;
  overflow: hidden;
}
.mobile_banner .banner,
.mobile_banner .banner img {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: auto;
}
.mobile_banner .banner {
  margin: 0 0 20px;
}
.mobile_banner .rsMinW .rsOverflow {
  background-color: #ffffff;
}
.mobile_banner .sliderContainer {
  position: relative;
  display: block;
  background: transparent;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.mobile_banner .sliderContainer .royalSlider {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: auto;
}
.mobile_banner .sliderContainer .rsSlide,
.mobile_banner .sliderContainer img.rsImg {
  background-color: #ffffff;
}
.show-mobile {
  display: none;
}
.home_prefoot {
  position: relative;
  display: block;
  margin-top: 80px;
}
.home_prefoot .fake {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.home_prefoot .fake .left {
  background: #818073 url('../images/bg_indexation_v2.jpg') no-repeat center center;
  width: 70%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}
.home_prefoot .fake .right {
  background-color: #f4f5f2;
  width: 30%;
  height: 100%;
  float: right;
}
.home_prefoot .container {
  position: relative;
  z-index: 5;
}
.home_prefoot .indexation,
.home_prefoot .poll_wrap {
  padding-top: 35px;
  padding-bottom: 35px;
}
.home_prefoot .poll_wrap {
  background-color: #f4f5f2;
  padding-left: 45px;
}
.indexation {
  padding-right: 45px;
}
.indexation .wysiwyg_content {
  text-align: center;
}
.indexation .wysiwyg_content * {
  text-align: center;
  color: #ffffff;
}
.indexation .wysiwyg_content h1 {
  font-size: 36px;
  line-height: 40px;
  text-transform: none;
  margin: 0 0 25px 0;
  font-weight: 600;
}
.indexation .wysiwyg_content p.small {
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
  font-weight: normal;
  margin: 0 0 40px 0;
  color: #ffffff;
}
.indexation .wysiwyg_content .btn_more {
  color: #818073;
}
.indexation .wysiwyg_content .btn_more .icon {
  color: #ffffff;
}
.indexation .wysiwyg_content .btn_more:hover,
.indexation .wysiwyg_content .btn_more:focus {
  color: #ffffff;
}
.block-poll {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 16px;
}
.block-poll h3 {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #8cc63e;
}
.block-poll .question {
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #593d2b;
}
.block-poll ul {
  margin: 0 0 25px 0;
}
.block-poll li {
  padding: 5px 0px;
}
.block-poll label {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #818073;
}
.block-poll .notice {
  font-size: 16px;
  line-height: 20px;
}
/************************************************/
/******************* PAGE 404 *******************/
/************************************************/
.text-top-404 {
  text-align: center;
  color: #818073;
}
.text-top-404 h2 {
  font-size: 30px;
  margin: 0 0 5px 0;
}
.text-top-404 h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.text-top-404 p {
  font-size: 18px;
}
.bandeau-404 {
  background-color: #f4f5f2;
  text-align: center;
  margin: 30px 0 0 0;
  padding: 20px 0;
}
/************************************************/
/*************** PAGE STANDARD ***************/
/************************************************/
.container-page-standard .line-full:nth-child(odd) {
  background-color: #f4f5f2;
}
.container-page-standard .line-full:nth-child(odd) .container-line .line-text {
  padding-left: 5%;
}
.container-page-standard .line-full:nth-child(odd) .container-line .line-text h3 {
  color: #818073;
}
.container-page-standard .line-full .container-line {
  display: table;
}
.container-page-standard .line-full .container-line .line-text {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  padding: 40px 0;
  padding-right: 5%;
}
.container-page-standard .line-full .container-line .line-text h3 {
  font-weight: 600;
  color: #8cc63e;
}
.container-page-standard .line-full .container-line .line-img {
  width: 35%;
  vertical-align: bottom;
  display: table-cell;
}
.container-page-standard .line-full .container-line .line-img img {
  width: 100%;
}
/************************************************/
/**************** Store Locator *****************/
/************************************************/
#store_search .form-list li.store-locator-list {
  display: block;
  float: left;
  clear: none;
  margin-right: 10px;
  max-width: 100%;
}
#store_search .form-list li.store-locator-list label {
  width: 100%;
}
#store_search .form-list li.store-locator-list #radius {
  width: 50px;
  float: left;
}
#store_search .form-list li.store-locator-list span {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
.store-locator-view-detail .tab_wrap {
  border-radius: 0;
  border: none;
}
.store-locator-view-detail .tab_wrap h2 {
  color: #3c2c1f;
  font-family: 'proxima-nova', sans-serif;
  text-align: left;
  padding-bottom: 10px;
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
  margin-top: 20px;
}
.store-locator-view-detail .tab_wrap .tabs {
  border: 0;
  border-radius: 0;
}
.store-locator-view-detail .tab_wrap .tabs ul li a {
  background-color: #818073;
  color: #FFF;
}
.store-locator-view-detail .tab_wrap .tabs ul li a.active {
  background-color: #8cc63e;
}
.store-locator-view-detail .tab_wrap .tab_content li {
  border: 0;
}
.store-locator-view-detail .tab_wrap .tab_content .directions-input label {
  background-color: #818073;
  height: 25px;
}
.store-locator-view-detail .tab_wrap .tab_content .directions-input input {
  height: 25px;
  border: 1px solid #818073;
}
.store-locator-view-detail .tab_wrap .tab_content .directions-type ul#travel-modes input[type="radio"]:checked + label {
  background-color: #8cc63e;
}
#store-content {
  border: none!important;
  padding: 0;
}
#store-content #map {
  height: 657px;
}
#store-content #map .store_popup p {
  font-size: 14px;
  color: #818073;
}
#store-content #map .store_popup p.store_name {
  font-size: 20px;
  font-weight: 600;
  color: #593d2b;
}
#store-content .store-box {
  border: 0;
  padding: 0;
  height: 660px;
}
#store-content .store-box .store-title {
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #593d2b;
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
  margin-right: 0;
  padding: 0 0 10px 0;
  width: 100%;
}
#store-content .store-box #list-store {
  width: 100%;
  padding: 0;
  height: 610px;
}
#store-content .store-box #list-store li {
  border: 0;
  padding: 20px;
  background-color: #f4f5f2;
}
#store-content .store-box #list-store li .istore {
  float: none;
  width: 100%;
}
#store-content .store-box #list-store li p {
  font-size: 14px;
  color: #818073;
}
#store-content .store-box #list-store li p.store_name {
  font-size: 20px;
  font-weight: 600;
  color: #593d2b;
}
#store-content .store-box #list-store li .store_detail a {
  color: #8cc63e;
}
#store-content .store-box #list-store li input.position {
  border: 1px solid #c7c8c6;
  padding: 5px;
}
#store-content .store-locator-tag {
  display: none;
  background: none;
  background-color: #f4f5f2;
  border: none;
  margin: 10px 0 0 0;
  width: 100%;
}
#store-content .store-locator-tag .store-locator-span-tag {
  background: none;
  border: none;
  position: relative;
}
#store-content .store-locator-tag a {
  border-color: transparent;
  background: none;
  background-color: #8cc63e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  color: #ffffff;
}
#store-content .store-locator-tag a:hover,
#store-content .store-locator-tag afocus {
  background-color: #6b9e26;
}
/************************************************/
/********************* Login ********************/
/************************************************/
.account-login .login-container .item {
  background-color: #f4f5f2;
  padding: 20px 20px 95px 20px;
  position: relative;
  text-align: left;
}
.account-login .login-container .item.new-users {
  margin-left: 0;
}
.account-login .login-container .item.fb-login-container .fb-login {
  width: 100%;
  padding: 0 15px;
}
.account-login .login-container .item.fb-login-container .new-users {
  width: 100%;
  padding: 0;
}
.account-login .login-container .item.fb-login-container .fb_button {
  background-color: #4567b0;
}
.account-login .login-container .item.registered-users h2 {
  margin-bottom: 0px;
}
.account-login .login-container .item.registered-users p.required {
  text-align: left;
  margin-bottom: 15px;
}
.account-login .login-container .item.registered-users .validation-advice {
  font-size: 12px;
}
.account-login .login-container .item.registered-users label {
  font-weight: normal;
  font-size: 14px;
}
.account-login .login-container .item.registered-users .buttons-set .button a {
  font-size: 14px;
}
.account-login .login-container .item.registered-users .buttons-set .button.button {
  float: left;
  margin-right: 10px;
}
.account-login .login-container .item .fb-login {
  padding: 0!important;
}
.account-login .login-container .item .fb-login h2 {
  background: none;
  padding: 0;
  display: table;
}
.account-login .login-container .item .fb-login h2 i {
  color: #4567b0;
  display: table-cell;
  vertical-align: middle;
  font-size: 34px;
  padding-right: 15px;
}
.account-login .login-container .item .fb-login h2 span {
  display: table-cell;
  vertical-align: middle;
}
.account-login .login-container .item .fb-login #form-loginfb {
  text-align: left!important;
}
.account-login .login-container .item .content {
  min-height: inherit;
}
.account-login .login-container .item .buttons-set {
  border: 0;
  background: none;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  padding: 0 20px;
  text-align: left;
}
.account-login .login-container .item .buttons-set .button.button {
  float: left;
  margin: 0;
}
/************************************************/
/************** CRÉATION DE PROFIL **************/
/************************************************/
.customer-account-create {
  background-color: #f4f5f2;
}
.customer-account-create #content {
  padding-bottom: 0;
}
.customer-account-create .prefooter {
  padding-top: 70px;
  background-color: #FFF;
}
.customer-account-create .intro-personnalisation,
.customer-account-create .second-intro-personnalisation {
  text-align: center;
  padding: 40px 0;
}
.customer-account-create .intro-personnalisation p,
.customer-account-create .second-intro-personnalisation p {
  margin: 10px 0;
}
.account-create #form-validate .form-list .fields .field.name-firstname,
.account-create #form-validate .form-list .fields .field.name-lastname,
.account-create #form-validate .form-list .fields .field.txt_password,
.account-create #form-validate .form-list .fields .field.txt_password_confirm {
  width: 50%;
}
.customer-account-edit #form-validate .form-list .fields .customer-name .field {
  width: 50%;
}
.customer-account-edit #form-validate .buttons-set .required {
  float: none!important;
}
.account-create.no-profil #form-validate .custom-attributes,
.customer-account-edit.no-profil #form-validate .custom-attributes {
  display: none;
}
.account-create .profil-nav,
.customer-account-edit .profil-nav {
  position: relative;
}
.account-create .profil-nav ul,
.customer-account-edit .profil-nav ul {
  text-align: center;
}
.account-create .profil-nav ul li,
.customer-account-edit .profil-nav ul li {
  display: inline-block;
  background-color: #818073;
  font-weight: 500;
  min-width: 30px;
  text-align: center;
  color: #FFF;
  padding: 5px;
}
.account-create .profil-nav ul li:first-child,
.customer-account-edit .profil-nav ul li:first-child {
  background-color: #8cc63e;
}
.account-create .profil-nav a.passer,
.customer-account-edit .profil-nav a.passer {
  padding: 5px 10px;
  color: #FFF;
  position: absolute;
  right: 15px;
  top: 0;
  /*background-color: @darkGrey;

			&:hover{
				background-color: darken(@darkGrey, 10%)
			}*/
}
.account-create .profil-nav.second-page ul li:first-child,
.customer-account-edit .profil-nav.second-page ul li:first-child {
  background-color: #818073;
}
.account-create .profil-nav.second-page ul li.second,
.customer-account-edit .profil-nav.second-page ul li.second {
  background-color: #8cc63e;
}
.account-create #form-validate .form-list .fields .field,
.customer-account-edit #form-validate .form-list .fields .field {
  width: 100%;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image {
  width: 100%;
  position: relative;
  padding-bottom: 133.33%;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
  background-size: cover!important;
  text-align: center;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image .container-over,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image .container-over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image .container-over .content-over,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image .container-over .content-over {
  display: table;
  width: 100%;
  height: 100%;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image .container-title-data-image,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image .container-title-data-image {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image .container-title-data-image span,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image .container-title-data-image span {
  display: inline-block;
  background-color: rgba(129, 128, 115, 0.5);
  padding: 5px 20px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  max-width: 100%;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.active,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.active {
  outline: 6px solid #8cc63e;
  outline-offset: -6px;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.active:after,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.active:after {
  content: "\f00c";
  font-family: "FontAwesome";
  padding: 6px 10px;
  color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #8cc63e;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image:hover .container-title-data-image,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image:hover .container-title-data-image {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.bathroom,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.bathroom {
  background: url("../images/preferences-profil/2-Image2-SalleDeBain.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.bedroom,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.bedroom {
  background: url("../images/preferences-profil/4-Image4-ChambreACoucher.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.body,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.body {
  background: url("../images/preferences-profil/5-Image1-Corps.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.chinese_garden,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.chinese_garden {
  background: url("../images/preferences-profil/11-Image3-JardinsChinois.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.citrus,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.citrus {
  background: url("../images/preferences-profil/13-Image1-Agrumes.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.cream,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.cream {
  background: url("../images/preferences-profil/17-Image1-Creme.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.face,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.face {
  background: url("../images/preferences-profil/6-Image2-Visage.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.family_room,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.family_room {
  background: url("../images/preferences-profil/3-Image3-Ambiance.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.feet,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.feet {
  background: url("../images/preferences-profil/8-Image4-Pieds.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.flowery_fields,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.flowery_fields {
  background: url("../images/preferences-profil/12-Image4-ChampsFleuri.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.foam,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.foam {
  background: url("../images/preferences-profil/18-Image2-Mousse.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.fruit_orchard,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.fruit_orchard {
  background: url("../images/preferences-profil/16-Image4-FruitsVerger.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.hands,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.hands {
  background: url("../images/preferences-profil/7-Image3-Mains.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.herbs,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.herbs {
  background: url("../images/preferences-profil/14-Image2-FinesHerbes.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.kitchen,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.kitchen {
  background: url("../images/preferences-profil/1-Image1-Cuisine.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.liquid_soap,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.liquid_soap {
  background: url("../images/preferences-profil/19-Image3-Liquide.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.tropical_beach,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.tropical_beach {
  background: url("../images/preferences-profil/10-Image2-Plage.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.tropical_fruit,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.tropical_fruit {
  background: url("../images/preferences-profil/15-Image3-FruitsTropicaux.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.tuscany,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.tuscany {
  background: url("../images/preferences-profil/9-Image1-Toscane.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box .data-image.vaporized_water,
.customer-account-edit #form-validate .form-list .fields .field .input-box .data-image.vaporized_water {
  background: url("../images/preferences-profil/20-Image4-Vaporisateur.jpg") center center no-repeat;
}
.account-create #form-validate .form-list .fields .field .input-box select,
.customer-account-edit #form-validate .form-list .fields .field .input-box select {
  display: none;
}
.account-create #form-validate .form-list .fields .field .input-box .mention,
.customer-account-edit #form-validate .form-list .fields .field .input-box .mention {
  font-size: small;
}
.account-create #form-validate .nav-bottom,
.customer-account-edit #form-validate .nav-bottom {
  text-align: center;
}
.account-create #form-validate .nav-bottom button,
.customer-account-edit #form-validate .nav-bottom button {
  background-color: #8cc63e;
}
.account-create #form-validate .nav-bottom button:hover,
.customer-account-edit #form-validate .nav-bottom button:hover {
  background-color: #71a130;
}
.account-create #form-validate .buttons-set .required,
.customer-account-edit #form-validate .buttons-set .required {
  float: right;
}
.account-create #form-validate .buttons-set .nav-button,
.customer-account-edit #form-validate .buttons-set .nav-button {
  text-align: center;
}
.account-create #form-validate .buttons-set .nav-button .button,
.customer-account-edit #form-validate .buttons-set .nav-button .button {
  display: inline-block;
  float: none;
}
.account-create #form-validate .buttons-set .nav-button .previous,
.customer-account-edit #form-validate .buttons-set .nav-button .previous {
  background-color: #8cc63e;
}
.account-create #form-validate .buttons-set .nav-button .previous:hover,
.customer-account-edit #form-validate .buttons-set .nav-button .previous:hover {
  background-color: #71a130;
}
/************************************************/
/******************* Logout *******************/
/************************************************/
.logout-container {
  padding-top: 25px;
  padding-bottom: 35px;
}
/************************************************/
/******************* Boutique *******************/
/************************************************/
.product-gift-card .product-shop p:not([class]) {
  display: none;
}
.product-gift-card .product-options .select_wrap {
  display: none;
}
.product-gift-card .product-options .qty_wrap span {
  width: auto;
  margin: 5px;
  padding: 5px 10px;
  height: auto;
  background-color: #f4f5f2;
}
.product-gift-card .product-options .qty_wrap span.active {
  background-color: #8cc63e;
  color: white;
}
.product-gift-card .product-options .qty_wrap span:hover {
  background-color: #8cc63e;
  color: white;
}
.egiftCard_check .box_title a {
  color: #818073;
  display: inline-block;
  padding-left: 45px;
  position: relative;
}
.egiftCard_check .box_title a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09d";
  position: absolute;
  left: 0;
  top: -4px;
  color: #8cc63e;
}
.egiftCard_check .egiftCard_balance_check {
  display: block;
  clear: both;
  position: absolute;
  width: 245px;
  padding: 20px;
  z-index: 30;
  background: #818073;
  color: #fff;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.egiftCard_check .egiftCard_balance_check:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18.5px 18px 18.5px;
  border-color: transparent transparent #818073 transparent;
}
.egiftCard_check .egiftCard_balance_check p {
  font-weight: 300;
}
.egiftCard_check .egiftCard_balance_check .input-box {
  margin: 10px 0;
}
.egiftCard_check .egiftCard_balance_check .btn {
  width: 100%;
}
.egiftCard_check .egiftCard_balance_check .amount_egiftCard {
  margin-top: 15px;
  background: url('../images/bg_border_dotted_white.png') top left repeat-x;
  text-align: right;
  display: none;
}
.egiftCard_check .egiftCard_balance_check .amount_egiftCard h4 {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  padding-top: 10px;
}
.egiftCard_check .egiftCard_balance_check .amount_egiftCard h4 span {
  font-size: 24px;
  margin-left: 10px;
}
.egiftCard_check .egiftCard_balance_check .error_amount_egiftCard {
  display: none;
}
.egiftCard_check .egiftCard_balance_check .error_amount_egiftCard h4 {
  background-color: #e91d1d;
  color: white;
  padding: 10px;
  text-align: center;
}
.egiftCard_check.sidebar {
  background: #818073;
  padding-top: 20px;
}
.egiftCard_check.sidebar .box_title {
  color: #fff;
  display: inline-block;
  padding: 0 20px 0 65px;
  position: relative;
}
.egiftCard_check.sidebar .box_title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  height: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09d";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #8cc63e;
}
.egiftCard_check.sidebar .egiftCard_balance_check {
  position: relative;
  width: 100%;
  top: 0;
}
.egiftCard_check.sidebar .egiftCard_balance_check:before {
  display: none;
}
.egiftCard_check.closed .egiftCard_balance_check {
  display: none;
}
.amshopby-filters-top {
  display: none;
}
.slider-filter li {
  width: 154px!important;
}
.amshopby-page-container .success-msg {
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  font-size: 18px;
}
.category-products .category-info {
  margin-top: -25px;
  margin-bottom: 15px;
}
.category-products .category-info .attribute_box {
  -webkit-background-size: 50% auto;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  background-size: 50% auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #f4f5f2;
  /* do not override background-image*/
  padding: 42px 32px 42px 55%;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.category-products .category-info .attribute_box::after {
  position: absolute;
  display: block;
  background-color: #8cc63e;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 180ms ease-out;
  -moz-transition: opacity 180ms ease-out;
  -o-transition: opacity 180ms ease-out;
  transition: opacity 180ms ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  left: 0;
  content: " ";
  z-index: 1;
}
.category-products .category-info .attribute_box h2,
.category-products .category-info .attribute_box h3,
.category-products .category-info .attribute_box p,
.category-products .category-info .attribute_box ul,
.category-products .category-info .attribute_box ol {
  position: relative;
  z-index: 5;
}
.category-products .category-info .attribute_box h2 {
  position: relative;
  display: block;
  font-size: 38px;
  line-height: 44px;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #3c2c1f;
}
.category-products .category-info .attribute_box p:last-child {
  margin: 0;
}
.category-products .category-info .attribute_box p {
  text-align: left;
  margin: 0;
  color: #818073;
}
.category-products .toolbar .pager {
  margin-bottom: 20px;
  border: 0;
}
.category-products .toolbar .pager .select_wrap,
.category-products .toolbar .pager .amount,
.category-products .toolbar .pager .pages {
  float: right;
}
.category-products .toolbar .pager .select_wrap {
  width: 200px;
}
.category-products .toolbar .pager .pages {
  margin: 0;
  width: auto;
  padding: 0 30px;
}
.category-products .toolbar .pager .pages strong {
  display: none;
}
.category-products .toolbar .pager .pages ol li {
  display: inline-block;
  width: 30px;
  border-left: 1px solid #d8d8d4;
  font-size: 18px;
  font-weight: 600;
  float: left;
  text-align: center;
}
.category-products .toolbar .pager .pages ol li:first-child {
  border: 0;
}
.category-products .toolbar .sorter {
  border: 1px solid #cacac5;
  padding: 0;
}
.category-products .toolbar .sorter .top-sorter {
  padding: 15px;
}
.category-products .toolbar .sorter .currently {
  display: none;
}
.category-products .toolbar .sorter .left-sorter p,
.category-products .toolbar .sorter .left-sorter .btn_tabs {
  display: inline-block;
  margin-right: 10px;
}
.category-products .toolbar .sorter .left-sorter .btn_tabs li {
  display: inline-block;
  margin-right: 10px;
}
.category-products .toolbar .sorter .left-sorter .btn_tabs li.active {
  position: relative;
}
.category-products .toolbar .sorter .left-sorter .btn_tabs li.active .button {
  background-color: #818073;
}
.category-products .toolbar .sorter .left-sorter .btn_tabs li.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px #818073;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.category-products .toolbar .sorter .right-sorter .limiter,
.category-products .toolbar .sorter .right-sorter .sort-by {
  float: right;
  min-width: 150px;
}
.category-products .toolbar .sorter .right-sorter .limiter .select_wrap,
.category-products .toolbar .sorter .right-sorter .sort-by .select_wrap {
  display: inline-block;
  width: auto;
}
.category-products .toolbar .sorter .right-sorter .limiter {
  width: 220px;
}
.category-products .toolbar .sorter .right-sorter .limiter .select_wrap {
  width: 80px;
}
.category-products .toolbar .sorter .right-sorter .limiter p {
  display: inline-block;
}
.category-products .toolbar .sorter .right-sorter .sort-by {
  padding: 0;
}
.category-products .toolbar .sorter .right-sorter .sort-by select {
  width: 130px;
}
.category-products .toolbar .sorter .carrousel-categories {
  width: 100%;
  margin-bottom: 15px;
}
.category-products .toolbar .sorter .carrousel-categories ol {
  text-align: center;
}
.category-products .toolbar .sorter .carrousel-categories ol li {
  display: inline-block;
  margin-right: 10px;
}
.category-products .toolbar .sorter .carrousel-categories ol li a {
  display: block;
}
.category-products .toolbar .sorter .carrousel-categories ol li a.amshopby-attr-selected {
  outline: 6px solid #8cc63e;
  outline-offset: -6px;
}
.category-products .toolbar .sorter .carrousel-categories ol li a.amshopby-attr-selected:after {
  content: "\f00c";
  font-family: "FontAwesome";
  padding: 0 10px;
  color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #8cc63e;
}
.category-products .toolbar .sorter .carrousel-categories .bx-wrapper .bx-loading {
  display: none!important;
}
.category-products .toolbar .sorter .carrousel-categories .bx-wrapper .bx-viewport {
  height: 77px!important;
  margin: 0 auto;
}
.category-products .toolbar .sorter .carrousel-categories .bx-wrapper .bx-prev,
.category-products .toolbar .sorter .carrousel-categories .bx-wrapper .bx-next {
  background: none;
  padding: 5px;
  background-color: #f4f5f2;
  text-indent: initial;
  content: none;
  width: auto;
  height: 33px;
  z-index: inherit;
}
.category-products .toolbar .sorter .carrousel-categories .bx-wrapper .bx-prev:after,
.category-products .toolbar .sorter .carrousel-categories .bx-wrapper .bx-next:after {
  font-family: "FontAwesome";
  font-size: 30px;
  color: #818073;
  line-height: 22px;
}
.category-products .toolbar .sorter .carrousel-categories .bx-wrapper .bx-prev {
  left: 0;
}
.category-products .toolbar .sorter .carrousel-categories .bx-wrapper .bx-prev:after {
  content: "\f100";
}
.category-products .toolbar .sorter .carrousel-categories .bx-wrapper .bx-next {
  right: 0;
}
.category-products .toolbar .sorter .carrousel-categories .bx-wrapper .bx-next:after {
  content: "\f101";
}
/************************************************/
/****************** Mon compte ******************/
/************************************************/
.nav-account,
.block-progress {
  border: none;
}
.nav-account .block-title,
.block-progress .block-title {
  padding-left: 0;
  border: 0;
  /*&:before{
			content: "\e60b";
			font-family: 'fruits-passion';
			display: inline-block;
			float:left;
			color:@green;
			margin-right: 10px;
			font-size: 22px;
		}*/
  background: none;
  color: #818073;
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
}
.nav-account .block-title strong,
.block-progress .block-title strong {
  font-weight: 600;
}
.nav-account .block-title strong span,
.block-progress .block-title strong span {
  font-size: 21px;
}
.nav-account .block-content,
.block-progress .block-content {
  padding: 0;
}
.nav-account .block-content ul li,
.block-progress .block-content ul li,
.nav-account .block-content dl li,
.block-progress .block-content dl li,
.nav-account .block-content ul div,
.block-progress .block-content ul div,
.nav-account .block-content dl div,
.block-progress .block-content dl div {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
  padding: 10px 0;
}
.nav-account .block-content ul li a,
.block-progress .block-content ul li a,
.nav-account .block-content dl li a,
.block-progress .block-content dl li a,
.nav-account .block-content ul div a,
.block-progress .block-content ul div a,
.nav-account .block-content dl div a,
.block-progress .block-content dl div a {
  color: #818073;
  font-size: 16px;
  border: none;
  margin: 0;
  padding: 0;
}
.nav-account .block-content ul li a:hover,
.block-progress .block-content ul li a:hover,
.nav-account .block-content dl li a:hover,
.block-progress .block-content dl li a:hover,
.nav-account .block-content ul div a:hover,
.block-progress .block-content ul div a:hover,
.nav-account .block-content dl div a:hover,
.block-progress .block-content dl div a:hover {
  color: #8cc63e;
}
.nav-account .block-content ul li a:after,
.block-progress .block-content ul li a:after,
.nav-account .block-content dl li a:after,
.block-progress .block-content dl li a:after,
.nav-account .block-content ul div a:after,
.block-progress .block-content ul div a:after,
.nav-account .block-content dl div a:after,
.block-progress .block-content dl div a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  color: #8cc63e;
  display: inline;
  margin-left: 10px;
}
.nav-account .block-content ul li dt,
.block-progress .block-content ul li dt,
.nav-account .block-content dl li dt,
.block-progress .block-content dl li dt,
.nav-account .block-content ul div dt,
.block-progress .block-content ul div dt,
.nav-account .block-content dl div dt,
.block-progress .block-content dl div dt {
  color: #818073;
  font-size: 16px;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.nav-account .block-content ul li.current,
.block-progress .block-content ul li.current,
.nav-account .block-content dl li.current,
.block-progress .block-content dl li.current,
.nav-account .block-content ul div.current,
.block-progress .block-content ul div.current,
.nav-account .block-content dl div.current,
.block-progress .block-content dl div.current {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
  padding: 10px 0;
  border: 0;
}
.nav-account .block-content ul li.current strong,
.block-progress .block-content ul li.current strong,
.nav-account .block-content dl li.current strong,
.block-progress .block-content dl li.current strong,
.nav-account .block-content ul div.current strong,
.block-progress .block-content ul div.current strong,
.nav-account .block-content dl div.current strong,
.block-progress .block-content dl div.current strong {
  font-weight: normal;
  color: #8cc63e;
  font-size: 16px;
}
.nav-account .block-content ul li.current strong:after,
.block-progress .block-content ul li.current strong:after,
.nav-account .block-content dl li.current strong:after,
.block-progress .block-content dl li.current strong:after,
.nav-account .block-content ul div.current strong:after,
.block-progress .block-content ul div.current strong:after,
.nav-account .block-content dl div.current strong:after,
.block-progress .block-content dl div.current strong:after {
  content: "\f101";
  font-family: 'FontAwesome';
  color: #8cc63e;
  display: inline;
  margin-left: 10px;
}
.nav-account .block-content ul li:before,
.block-progress .block-content ul li:before,
.nav-account .block-content dl li:before,
.block-progress .block-content dl li:before,
.nav-account .block-content ul div:before,
.block-progress .block-content ul div:before,
.nav-account .block-content dl div:before,
.block-progress .block-content dl div:before {
  font-family: 'FontAwesome';
  display: inline-block;
  float: left;
  color: #8cc63e;
  margin-right: 10px;
  font-size: 18px;
}
.nav-account .block-content ul li.account:before,
.block-progress .block-content ul li.account:before,
.nav-account .block-content dl li.account:before,
.block-progress .block-content dl li.account:before,
.nav-account .block-content ul div.account:before,
.block-progress .block-content ul div.account:before,
.nav-account .block-content dl div.account:before,
.block-progress .block-content dl div.account:before {
  content: "\e60b";
  font-family: 'fruits-passion';
}
.nav-account .block-content ul li.account_edit:before,
.block-progress .block-content ul li.account_edit:before,
.nav-account .block-content dl li.account_edit:before,
.block-progress .block-content dl li.account_edit:before,
.nav-account .block-content ul div.account_edit:before,
.block-progress .block-content ul div.account_edit:before,
.nav-account .block-content dl div.account_edit:before,
.block-progress .block-content dl div.account_edit:before {
  content: "\f05a";
}
.nav-account .block-content ul li.address_book:before,
.block-progress .block-content ul li.address_book:before,
.nav-account .block-content dl li.address_book:before,
.block-progress .block-content dl li.address_book:before,
.nav-account .block-content ul div.address_book:before,
.block-progress .block-content ul div.address_book:before,
.nav-account .block-content dl div.address_book:before,
.block-progress .block-content dl div.address_book:before {
  content: "\f0f6";
}
.nav-account .block-content ul li.orders:before,
.block-progress .block-content ul li.orders:before,
.nav-account .block-content dl li.orders:before,
.block-progress .block-content dl li.orders:before,
.nav-account .block-content ul div.orders:before,
.block-progress .block-content ul div.orders:before,
.nav-account .block-content dl div.orders:before,
.block-progress .block-content dl div.orders:before {
  content: "\f017";
}
.nav-account .block-content ul li.recurring_profiles:before,
.block-progress .block-content ul li.recurring_profiles:before,
.nav-account .block-content dl li.recurring_profiles:before,
.block-progress .block-content dl li.recurring_profiles:before,
.nav-account .block-content ul div.recurring_profiles:before,
.block-progress .block-content ul div.recurring_profiles:before,
.nav-account .block-content dl div.recurring_profiles:before,
.block-progress .block-content dl div.recurring_profiles:before {
  content: "\f01e";
}
.nav-account .block-content ul li.wishlist:before,
.block-progress .block-content ul li.wishlist:before,
.nav-account .block-content dl li.wishlist:before,
.block-progress .block-content dl li.wishlist:before,
.nav-account .block-content ul div.wishlist:before,
.block-progress .block-content ul div.wishlist:before,
.nav-account .block-content dl div.wishlist:before,
.block-progress .block-content dl div.wishlist:before {
  content: "\f08a";
}
.nav-account .block-content ul li.newsletter:before,
.block-progress .block-content ul li.newsletter:before,
.nav-account .block-content dl li.newsletter:before,
.block-progress .block-content dl li.newsletter:before,
.nav-account .block-content ul div.newsletter:before,
.block-progress .block-content ul div.newsletter:before,
.nav-account .block-content dl div.newsletter:before,
.block-progress .block-content dl div.newsletter:before {
  content: "\f003";
}
.nav-account .block-content ul li.aw_recurring:before,
.block-progress .block-content ul li.aw_recurring:before,
.nav-account .block-content dl li.aw_recurring:before,
.block-progress .block-content dl li.aw_recurring:before,
.nav-account .block-content ul div.aw_recurring:before,
.block-progress .block-content ul div.aw_recurring:before,
.nav-account .block-content dl div.aw_recurring:before,
.block-progress .block-content dl div.aw_recurring:before {
  content: "\e604";
  font-family: 'fruits-passion';
}
.nav-account .block-content ul li.giftcard:before,
.block-progress .block-content ul li.giftcard:before,
.nav-account .block-content dl li.giftcard:before,
.block-progress .block-content dl li.giftcard:before,
.nav-account .block-content ul div.giftcard:before,
.block-progress .block-content ul div.giftcard:before,
.nav-account .block-content dl div.giftcard:before,
.block-progress .block-content dl div.giftcard:before {
  content: "\f09d";
}
.nav-account .block-content ul li.wholesalecustomer_favorite:before,
.block-progress .block-content ul li.wholesalecustomer_favorite:before,
.nav-account .block-content dl li.wholesalecustomer_favorite:before,
.block-progress .block-content dl li.wholesalecustomer_favorite:before,
.nav-account .block-content ul div.wholesalecustomer_favorite:before,
.block-progress .block-content ul div.wholesalecustomer_favorite:before,
.nav-account .block-content dl div.wholesalecustomer_favorite:before,
.block-progress .block-content dl div.wholesalecustomer_favorite:before {
  content: "\e60d";
  font-family: 'fruits-passion';
}
/* Espace de travail du compte */
aside[role="complementary"] .block-cart .block-title .fa-close {
  display: none;
}
.my-account .page-title {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
  padding-bottom: 10px;
  border: 0;
}
.my-account .page-title h1 {
  font-size: 38px;
  font-weight: 600;
  color: #593d2b;
  margin: 0;
  border: 0;
  padding: 0;
}
.my-account .box-account {
  border: none;
  box-shadow: none;
  padding: 0;
  overflow-x: auto!important;
}
.my-account .box-account .box-head {
  background: none;
  border: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.my-account .box-account .box-head h2 {
  font-size: 24px;
  color: #593d2b;
}
.my-account form table {
  border: none;
}
.my-account form table tr td,
.my-account form table tr th {
  border: none;
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
  background-color: transparent!important;
}
.my-account form table tr th {
  font-size: 18px;
  font-weight: 700;
  color: #3c2c1f;
}
.my-account form table tr td {
  padding: 20px 10px;
}
.my-account form table tr td h3 a {
  font-size: 20px;
  font-weight: 600;
  color: #3c2c1f;
}
.my-account form table tr td .description .inner {
  font-size: 14px;
}
.my-account .dashboard .box .box-title {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
}
/*wishlist*/
.my-wishlist textarea {
  background-color: #f4f5f2;
  margin-top: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.my-wishlist .btn-remove {
  padding: 5px 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid;
  color: #8cc63e;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.my-wishlist .btn-remove:after {
  color: inherit;
  font-size: inherit;
}
.my-wishlist .btn-remove:hover {
  color: #6b9e26;
}
.my-wishlist .edit:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.my-wishlist #wishlist-view-form #wishlist-table thead tr:hover {
  background: none;
}
.my-wishlist #wishlist-view-form #wishlist-table tbody tr td:first-child {
  width: 70px;
  min-width: 70px;
}
.my-wishlist #wishlist-view-form #wishlist-table tbody tr td:nth-child(n+2) {
  max-width: 175px;
}
.my-wishlist #wishlist-view-form #wishlist-table tbody tr:nth-child(even),
.my-wishlist #wishlist-view-form #wishlist-table tbody tr.even {
  background-color: #FFF;
}
.my-wishlist #wishlist-view-form #wishlist-table tbody tr:hover {
  background: none;
}
.my-wishlist #wishlist-view-form .buttons-set button.button {
  background-color: #818073;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.my-wishlist #wishlist-view-form .buttons-set button.button:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.my-wishlist #wishlist-view-form .buttons-set button.button:hover {
  background-color: #66655b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.my-wishlist #wishlist-view-form .buttons-set button.button.btn-update:after {
  content: "\f0c7";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.my-wishlist #wishlist-view-form .buttons-set button.button.btn-print::after {
  content: "\f02f";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.my-wishlist #wishlist-view-form .buttons-set button.btn-add {
  background-color: #8cc63e;
  border-color: #8cc63e;
}
.my-wishlist #wishlist-view-form .buttons-set button.btn-add:hover {
  background-color: #71a130;
  border-color: #71a130;
}
.my-wishlist .cart-cell .qty_wrap {
  width: 100%;
}
.my-wishlist .add-to-cart-alt .btn-cart {
  display: inline-block;
  width: auto;
}
.my-wishlist .add-to-cart-alt .btn-cart:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 10px;
}
/************************************************/
/******************* CONTACT ********************/
/************************************************/
.col-contact .contact {
  margin-bottom: 40px;
}
.col-contact .button {
  margin-bottom: 10px;
}
/************************************************/
/******************** BLOGUE ********************/
/************************************************/
.is-blog {
  background-color: #f4f5f2;
}
.is-blog .prefooter {
  padding-top: 60px;
  background-color: #FFF;
}
.is-blog .page-title {
  background: none!important;
  padding-bottom: 10px;
}
.is-blog .page-title h1 {
  font-size: 38px;
  font-weight: 600;
  color: #593d2b;
  margin: 0;
  padding: 0;
}
.is-blog .wp-sidebar .block {
  background: none;
  border: 0;
}
.is-blog .wp-sidebar .block .block-title {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
  color: #3c2c1f;
  border: 0;
  padding: 10px 0;
}
.is-blog .wp-sidebar .block .block-title strong {
  font-weight: 600;
}
.is-blog .wp-sidebar .block .block-title strong span {
  font-size: 22px;
}
.is-blog .wp-sidebar .block .block-content ul li {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
  padding: 10px 0;
}
.is-blog .wp-sidebar .block .block-content ul li a {
  color: #818073;
  font-size: 16px;
  border: none;
  margin: 0;
  padding: 0;
}
.is-blog .wp-sidebar .block .block-content ul li a:hover {
  color: #8cc63e;
}
.is-blog .wp-sidebar .block .block-content ul li a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  color: #8cc63e;
  display: inline;
  margin-left: 10px;
}
.is-blog .post-list li.item .post-list-item {
  height: 100%;
}
.is-blog .post-list li.item .post-list-item .post-entry-with-image {
  height: auto;
}
.is-blog .post-list #post-list .item .post-list-item {
  background-color: #FFF;
  padding-bottom: 50px;
}
.is-blog .post-list #post-list .item .post-list-item .featured-image {
  width: 100%;
  margin: 0;
  padding: 0;
}
.is-blog .post-list #post-list .item .post-list-item .featured-image img {
  width: 100%;
}
.is-blog .post-list #post-list .item .post-list-item .post-entry {
  padding: 20px;
  margin: 0;
}
.is-blog .post-list #post-list .item .post-list-item .post-entry h2 {
  margin: 0;
}
.is-blog .post-list #post-list .item .post-list-item .post-entry h2 a {
  color: #3c2c1f;
  font-size: 22px;
}
.is-blog .post-list #post-list .item .post-list-item .post-entry p {
  margin: 15px 0 0 0;
  font-size: 14px;
}
.is-blog .post-list #post-list .item .post-list-item .post-entry p.date {
  margin-top: 0;
}
.is-blog .post-list #post-list .item .post-list-item .post-entry p.author span {
  font-weight: 600;
  color: #8cc63e;
}
.is-blog .post-list #post-list .item .post-list-item .post-entry p.comments {
  margin-top: 0;
  font-weight: 600;
  color: #8cc63e;
}
.is-blog .post-list #post-list .item .post-list-item .post-entry .btn_more {
  position: absolute;
  bottom: 20px;
}
.is-blog .container-single-blog {
  background-color: #FFF;
  padding: 20px;
}
.is-blog .container-single-blog .container-text {
  margin: 30px 0;
}
.is-blog .container-single-blog .featured-image img {
  width: 100%;
}
.is-blog .container-single-blog #comments .comment-list .comment .comment-entry {
  font-size: 14px;
}
.is-blog .pages {
  text-align: right;
}
.is-blog .pages strong {
  display: none;
}
.is-blog .pages ol li {
  display: inline-block;
  background-color: #818073;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.is-blog .pages ol li.current {
  background-color: #8cc63e;
}
.is-blog .pages ol li:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #8cc63e;
}
.is-blog .pages ol li a,
.is-blog .pages ol li span {
  min-width: 30px;
  font-weight: 600;
  color: #FFF;
  display: block;
}
/************************************************/
/**************** PAGE CONTACT ******************/
/************************************************/
#contactForm .form-list {
  margin: 0;
  padding: 0;
}
#contactForm .form-list li {
  list-style: none;
}
/************************************************/
/***************** PAGE CAREER ******************/
/************************************************/
.jobs-department-wrapper {
  margin-bottom: 35px !important;
  border: none;
}
.jobs-department-wrapper .teaser-department {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 150px;
  padding: 40px 20px 40px 52%;
  -webkit-background-size: 50% auto;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #f4f5f2;
  cursor: pointer;
}
.jobs-department-wrapper .teaser-department:hover .btn_more {
  background: #595851;
}
.jobs-department-wrapper .teaser-department:hover .btn_more .icon {
  background: #595851;
}
.jobs-department-wrapper .teaser-department h2 {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
}
.jobs-department-wrapper .teaser-department .btn_more {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #818073;
  color: #fff;
  font-weight: 500;
}
.jobs-department-wrapper .teaser-department .btn_more:hover {
  background: #595851;
}
.jobs-department-wrapper .content-department {
  display: none;
  background: #f4f5f2;
  border-top: 5px solid #8cc63e;
}
.jobs-department-wrapper .content-department .job {
  padding: 20px;
  background: #f4f5f2;
}
.jobs-department-wrapper .content-department .job + .job {
  border-left: #fff;
}
.inno-jobs.job-details .job-content ul {
  list-style: initial;
  list-style-position: inside;
}
.inno-jobs.job-details ul.job-requirements {
  margin-top: 20px;
  padding: 10px 20px;
  background: #f4f5f2;
}
.inno-jobs.job-details ul.job-requirements li {
  margin: 10px 0 0;
  float: left;
  width: 49%;
  margin-right: 2%;
}
.inno-jobs.job-details ul.job-requirements li:nth-child(2n) {
  margin-right: 0;
}
.inno-jobs.job-details ul.job-requirements li:nth-child(-n+2) {
  margin-top: 0;
}
.inno-jobs.job-details ul.job-requirements li p {
  margin-bottom: 0;
}
.inno-jobs.job-details ul.job-requirements li label {
  color: #8cc63e;
  text-transform: none;
}
/************************************************/
/*************** PRODUCTS CATALOG ***************/
/************************************************/
.std .products-grid {
  padding: 0px;
}
.products-grid {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0px;
}
.products-grid .item {
  padding: 20px 20px 55px 20px;
  margin: 0;
  position: relative;
  display: block;
  width: 25%;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.products-grid .item .product-image {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0px;
  width: 100%;
  height: 250px;
}
.products-grid .item .product-image:before,
.products-grid .item .product-image:after {
  position: absolute;
  background: #d5d5d5;
  left: 0;
  top: 0;
  content: ' ';
  display: block;
  z-index: 5;
}
.products-grid .item .product-image:before {
  background: -moz-linear-gradient(top, #d5d5d5 0%, #d5d5d5 0%, rgba(213, 213, 213, 0) 95%);
  background: -webkit-linear-gradient(top, #d5d5d5 0%, #d5d5d5 0%, rgba(213, 213, 213, 0) 95%);
  background: linear-gradient(to bottom, #d5d5d5 0%, #d5d5d5 0%, rgba(213, 213, 213, 0) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#00d5d5d5', GradientType=0);
  width: 1px;
  height: 50%;
  max-height: 125px;
}
.products-grid .item .product-image:after {
  background: -moz-linear-gradient(left, #d5d5d5 0%, #d5d5d5 0%, rgba(213, 213, 213, 0) 95%);
  background: -webkit-linear-gradient(left, #d5d5d5 0%, #d5d5d5 0%, rgba(213, 213, 213, 0) 95%);
  background: linear-gradient(to right, #d5d5d5 0%, #d5d5d5 0%, rgba(213, 213, 213, 0) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#00d5d5d5', GradientType=1);
  width: 50%;
  max-width: 125px;
  height: 1px;
}
.products-grid .item .product-image img.thumb {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0px;
  width: auto;
  height: auto;
  -webkit-transition: opacity 180ms ease-out;
  -moz-transition: opacity 180ms ease-out;
  -o-transition: opacity 180ms ease-out;
  transition: opacity 180ms ease-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border: none;
}
.products-grid .item .product-image:hover img.thumb,
.products-grid .item .product-image:focus img.thumb {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.products-grid .item .product-name {
  position: relative;
  display: block;
  min-height: 0px;
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #593d2b;
  min-height: 65px;
  max-height: 65px;
  overflow: hidden;
}
.products-grid .item .product-name a {
  color: #593d2b;
}
.products-grid .item .product-name a:hover,
.products-grid .item .product-name a:focus,
.products-grid .item .product-name a:active {
  color: #6b9e26;
}
.products-grid .item .product-name .frag {
  font-size: 15px;
  line-height: 17px;
  color: #818073;
  display: block;
}
.products-grid .item .product-name .link-wishlist {
  position: relative;
  display: inline-block;
  font-size: 23px;
  line-height: 24px;
  vertical-align: top;
  margin-left: 6px;
  color: #8cc63e;
  height: 24px;
  width: 23px;
  top: 1px;
}
.products-grid .item .product-name .link-wishlist:hover .fp-hearth-new {
  color: #8cc63e;
  font-size: 18px;
  line-height: 24px;
}
.products-grid .item .product-name .link-wishlist:hover .fp-hearth-new:before {
  content: "\e601";
}
.products-grid .item .product-name .fp-hearth-full {
  font-size: 18px;
  line-height: 24px;
}
.products-grid .item .product-sku {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #818073;
}
.products-grid .item .actions {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  bottom: 20px;
  left: 0;
  padding-left: 20px;
}
.products-grid .item .rating_wrap {
  position: relative;
  display: inline-block;
  margin: 0 0 17px 0;
}
.products-grid .item .rating_wrap .rating_stars {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 15px 0 0;
}
.products-grid .item .rating_wrap .rating_stars li {
  font-size: 17px;
  line-height: 17px;
  margin: 0 2px 0 0;
  padding: 0;
  color: #818073;
}
.products-grid .item .rating_wrap a {
  font-size: 14px;
  line-height: 17px;
}
.products-grid .item .stock_notify {
  position: relative;
  display: block;
  padding-left: 26px;
}
.products-grid .item .stock_notify i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}
.products-grid .item .stock_notify span {
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
}
.products-grid .item.promo button.btn-cart {
  background-color: #3c2c1f;
}
.products-grid .item.promo button.btn-cart:hover {
  background-color: #7f5d42;
}
.products-grid .item.promo button.btn-cart {
  background-color: #e91d1d;
}
.products-grid .item.promo button.btn-cart:hover {
  background-color: #c01313;
}
.qty_wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
  font-size: 0px;
}
.qty_wrap > span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 34px;
  background: #f4f5f2;
  vertical-align: top;
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  cursor: pointer;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #818073;
}
.qty_wrap > span:hover,
.qty_wrap > span:focus {
  background-color: #8cc63e;
  color: #ffffff;
}
.qty_wrap input.qty,
.qty_wrap input.select-qty {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin: 0 1px;
  width: 50px;
  height: 34px;
  background: #f4f5f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  vertical-align: top;
  border: none;
  z-index: 5;
  font-size: 14px;
  line-height: 34px;
  font-weight: normal;
  text-align: center;
  color: #818073;
}
.qty_wrap + button.btn-cart {
  min-width: 0px;
}
.product-image .ribbon-wrapper {
  position: absolute;
  display: block;
  width: 115px;
  height: 115px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 5;
}
.product-image .ribbon-wrapper .ribbon {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  background: #3c2c1f;
  position: relative;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  padding: 7px 0;
  left: -31px;
  top: 19px;
  width: 130px;
}
.product-image .ribbon-wrapper.green .ribbon {
  background: #8cc63e;
}
.product-image .ribbon-wrapper.red .ribbon {
  background: #e91d1d;
}
.product-promo-tag {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #e91d1d;
}
.product-promo-tag .fp-tag {
  font-size: 18px;
}
.product-promo-tag .wrap-promo {
  display: none;
  position: absolute;
  bottom: 20px;
  padding: 5px 10px 5px 20px;
}
.product-promo-tag:hover .wrap-promo {
  display: block;
}
.products-grid .item .product-image .sug,
.product-essential .product-img-box .product-image .sug {
  display: block;
  position: absolute;
  background: transparent;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  top: 0;
  right: 0;
  border: none;
  z-index: 2;
}
.products-grid .item.banner {
  padding-bottom: 20px !important;
}
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0px;
}
.bx-wrapper .bx-viewport .products-grid .item {
  width: 100%;
  height: auto;
}
.slider_controls {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  text-align: right;
}
.slider_controls .t_nav_right,
.slider_controls .t_nav_left {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.slider_controls .t_nav_right .bx-next,
.slider_controls .t_nav_left .bx-next,
.slider_controls .t_nav_right .bx-prev,
.slider_controls .t_nav_left .bx-prev {
  position: relative;
  display: block;
  background: none #f4f5f2;
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 32px;
  font-family: 'FontAwesome';
  text-align: center;
  color: #818073;
}
.slider_controls .t_nav_right .bx-next.disabled,
.slider_controls .t_nav_left .bx-next.disabled,
.slider_controls .t_nav_right .bx-prev.disabled,
.slider_controls .t_nav_left .bx-prev.disabled {
  color: #c7c8c6;
  cursor: default;
}
.slider_controls .t_nav_right .bx-next:before,
.slider_controls .t_nav_left .bx-next:before {
  content: '\f101';
}
.slider_controls .t_nav_right .bx-prev:before,
.slider_controls .t_nav_left .bx-prev:before {
  content: '\f100';
}
/*************************************************/
/************* SINGLE PRODUCT (VIEW) *************/
/*************************************************/
.addthis_sharing_toolbox {
  float: right;
}
.product-view {
  margin: 0!important;
  overflow-x: hidden;
}
.product-essential {
  position: relative;
  display: block;
  margin: 0 0 35px 0;
  padding: 0;
  float: none;
  overflow-x: hidden;
}
.product-essential .product-img-box,
.product-essential .product-shop {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
  float: none;
  clear: both;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.product-essential .product-img-box .section_title,
.product-essential .product-shop .section_title {
  margin-bottom: 10px;
}
.product-essential .product-img-box h1 small,
.product-essential .product-shop h1 small {
  font-size: 10px;
  display: block;
  width: 100%;
  color: #c7c8c6;
}
.product-essential .product-img-box h1 .product-sku,
.product-essential .product-shop h1 .product-sku {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #818073;
}
.product-essential .product-img-box .product-image {
  border-bottom: none;
  margin-bottom: 15px;
}
.product-essential .product-img-box .product-image > a,
.product-essential .product-img-box .product-image > a .thumb {
  position: relative;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  border: none;
}
.product-essential .product-img-box .product-image > a .thumb {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: opacity 180ms ease-out;
  -moz-transition: opacity 180ms ease-out;
  -o-transition: opacity 180ms ease-out;
  transition: opacity 180ms ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin: auto;
}
.product-essential .product-img-box .product-image > a:hover .zoom_notice,
.product-essential .product-img-box .product-image > a:focus .zoom_notice,
.product-essential .product-img-box .product-image > a:hover .thumb,
.product-essential .product-img-box .product-image > a:focus .thumb {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.product-essential .product-img-box .product-image .zoom_notice {
  padding: 0 20px;
  margin-left: -54px;
  position: absolute;
  display: block;
  background-color: #f4f5f2;
  width: auto;
  height: 32px;
  bottom: 10px;
  left: 50%;
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #818073;
}
.product-essential .product-img-box .product-image .zoom_notice .fa {
  font-size: 18px;
  line-height: 30px;
  margin-right: 5px;
}
.product-essential .product-img-box .product-image .zoom_notice:hover,
.product-essential .product-img-box .product-image .zoom_noticefocus {
  background-color: #818073;
  color: #ffffff;
}
.product-essential .product-img-box .carousel .carousel-control {
  background-image: none;
  color: #000;
}
.product-essential .product-img-box .carousel .carousel-control .glyphicon-chevron-left,
.product-essential .product-img-box .carousel .carousel-control .glyphicon-chevron-right,
.product-essential .product-img-box .carousel .carousel-control .icon-prev,
.product-essential .product-img-box .carousel .carousel-control .icon-next {
  height: 65px;
  margin-top: -35px;
  font-size: 65px;
}
.product-essential .product-img-box .more-views {
  border-top: none;
  padding: 0px;
}
.product-essential .product-img-box .more-views ul {
  margin-bottom: 0px;
}
.product-essential .product-img-box .more-views ul li a {
  border: 1px solid transparent;
  -webkit-transition: border 180ms ease-out;
  -moz-transition: border 180ms ease-out;
  -o-transition: border 180ms ease-out;
  transition: border 180ms ease-out;
}
.product-essential .product-img-box .more-views ul li a,
.product-essential .product-img-box .more-views ul li a > img {
  position: relative;
  display: block;
  padding: 0;
  margin: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.product-essential .product-img-box .more-views ul li a > img {
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border: none;
}
.product-essential .product-img-box .more-views ul li a:hover,
.product-essential .product-img-box .more-views ul li a:focus {
  border: 1px solid #8cc63e;
}
.product-essential .product-img-box .more-views ul li a:hover > img,
.product-essential .product-img-box .more-views ul li a:focus > img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.product-essential .product-name {
  margin: 0 0 15px 0;
}
.product-essential .frag {
  font-size: 15px;
  line-height: 17px;
  color: #818073;
}
.product-essential .product-shop {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-essential .product_actions .add-to-box.promo button {
  background-color: #e91d1d;
}
.product-essential .product_actions .ratings {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
}
.product-essential .product_actions .ratings .rating_stars,
.product-essential .product_actions .ratings .rating-links {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.product-essential .product_actions .ratings .rating_stars {
  margin: 0 12px 0 0;
  padding: 0;
}
.product-essential .product_actions .ratings .rating_stars li {
  font-size: 16px;
  line-height: 16px;
  margin: 0 3px 0 0;
  color: #818073;
}
.product-essential .product_actions .ratings .rating-links {
  font-size: 14px;
  line-height: 16px;
  color: #8cc63e;
}
.product-essential .product_actions p.availability {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #818073;
}
.product-essential .product_actions p.availability span {
  font-weight: normal;
}
.product-essential .product_actions p.availability.in-stock span {
  color: #8cc63e;
}
.product-essential .product_actions p.availability.out-of-stock span {
  color: #e91d1d;
}
.product-essential .product_actions p.availability.back-order span {
  color: #e91d1d;
}
.product-essential .product_actions .price-box {
  position: relative;
  display: block;
  margin: 0px 0px 15px;
}
.product-essential .product_actions .price-box .price-label {
  font-weight: normal;
  font-size: 14px;
  color: #593d2b;
}
.product-essential .product_actions .price-box .price {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #593d2b;
}
.product-essential .product_actions .price-box .special-price,
.product-essential .product_actions .price-box .old-price {
  display: inline-block;
}
.product-essential .product_actions .price-box .special-price {
  margin: 0 10px 0 0;
}
.product-essential .product_actions .price-box .special-price .price {
  color: #e91d1d;
}
.product-essential .product_actions .price-box .special-price .price-label {
  display: none;
}
.product-essential .product_actions .price-box .old-price {
  margin: 0;
  color: #593d2b;
}
.product-essential .product_actions .price-box .old-price .price {
  text-decoration: none;
  font-size: 14px;
  color: #593d2b;
}
.product-essential .add-to-box {
  position: relative;
  display: block;
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: left;
}
.product-essential .add-to-box:before {
  display: none;
}
.product-essential .add-to-box .qty_wrap {
  margin-bottom: 20px;
}
.product-essential .product-options-bottom {
  position: relative;
  margin: 0;
}
.product-essential .product-options-bottom .price-box,
.product-essential .product-options-bottom .add-to-links {
  display: none;
}
.product-essential .product-options {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px 0px 15px;
  background: none transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.product-essential .product-options p.required {
  display: none;
}
.product-essential .product-options .input_wrap {
  position: relative;
  display: block;
}
.product-essential .product-options .input_wrap label {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  color: #593d2b;
}
.product-essential .select_wrap {
  display: inline-block;
}
.tools {
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 0;
}
.tools a {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
  display: block;
  position: relative;
  margin: 0px;
  padding: 12px 15px 12px 45px;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #818073;
}
.tools a:first-child {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x;
  border-bottom: 0;
}
.tools a .fa,
.tools a .fp {
  color: #8cc63e;
}
.tools a:hover .fa,
.tools a:focus .fa,
.tools a:hover .fp,
.tools a:focus .fp {
  color: #6b9e26;
}
.tools a span {
  display: inline-block;
  max-width: 220px;
}
.tools a .icon {
  font-size: 18px;
  line-height: 18px;
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 24px;
}
.tools a .icon.fp-samples {
  font-size: 21px;
}
.tools a .icon.fp-hearth-new {
  font-size: 23px;
}
.product_infotabs {
  position: relative;
  display: block;
  margin: 75px 0 0 0;
  clear: both;
}
.product_infotabs .product-collateral {
  float: none!important;
  padding: 0px;
}
.insert.blog_entry {
  background: #7e7f74 url('../images/bg_blog_insert.jpg') no-repeat left top;
  padding: 25px 20px;
  margin: 0 0 10px;
  position: relative;
  display: block;
  max-width: 380px;
  min-height: 490px;
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.insert.blog_entry + a {
  font-weight: 600;
  font-size: 14px;
}
.insert.blog_entry .blog_logo {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 17px;
}
.insert.blog_entry header {
  padding-top: 20px;
  margin: 0 0 20px;
  position: relative;
  display: block;
}
.insert.blog_entry header:before {
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 55px;
  height: 1px;
  max-width: 100%;
  top: 0;
  left: 0;
  content: " ";
}
.insert.blog_entry header .title {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 24px;
  text-transform: none;
  font-weight: 600;
  margin: 0 0 0 0;
  color: #ffffff;
}
.insert.blog_entry header date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #ffffff;
}
.insert.blog_entry .entry_meta {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin: 0 0 20px;
  color: #ffffff;
}
.insert.blog_entry .entry_meta a {
  font-weight: 600;
}
.insert.blog_entry .excerpt {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 25px;
  color: #ffffff;
}
.catalog-product-view .addthis_sharing_toolbox {
  text-align: right;
}
.catalog-product-view .calendar {
  z-index: 9999999999;
  border: 2px solid white;
}
.catalog-product-view .calendar td.button {
  width: auto;
  min-width: inherit;
  display: table-cell;
  background-color: #8cc63e;
}
.catalog-product-view .calendar table,
.catalog-product-view .calendar .button,
.catalog-product-view .calendar tfoot .ttip,
.catalog-product-view .calendar thead .name,
.catalog-product-view .calendar thead .title {
  border: 1px solid white !important;
}
.catalog-product-view .calendar tbody td.selected {
  border: none;
}
.catalog-product-view .calendar tbody .rowhilite td {
  background: inherit;
}
.catalog-product-view .calendar tbody td:hover,
.catalog-product-view .calendar tbody td.hilite,
.catalog-product-view .calendar tbody td.selected,
.catalog-product-view .calendar td.hilite,
.catalog-product-view .calendar td.hilite.active {
  border: none !important;
  background-color: #d6d6d6;
  text-align: center;
}
.catalog-product-view .calendar .combo .label.hilite,
.catalog-product-view .calendar .combo .label.active {
  background-color: #d6d6d6;
  color: #818073;
}
.catalog-product-view .calendar table thead tr:first-child td {
  background-color: #3c2c1f !important;
}
.catalog-product-view .calendar tbody td {
  color: #818073;
}
.catalog-product-view .calendar tfoot .ttip {
  background-color: #818073;
}
.catalog-product-view .calendar thead .weekend {
  color: inherit !important;
}
.catalog-product-view .calendar .emptycell {
  padding: 0;
}
.catalog-product-view .calendar .daynames {
  background-color: #eaeae9;
}
.catalog-product-view .calendar table td {
  padding: 9px !important;
  text-align: center !important;
}
.catalog-product-view .calendar table,
.catalog-product-view .calendar .combo .label:nth-child(odd) {
  background-color: #f4f5f2;
}
.catalog-product-view .calendar .combo .label {
  padding: 3px;
}
.catalog-product-view .calendar tr:nth-child(even),
.catalog-product-view .calendar .combo .label:nth-child(even) {
  background-color: #eaeae9;
}
.catalog-product-view .product-custom-option.datetime-picker.input-text {
  display: inline-block;
  vertical-align: top;
}
.catalog-product-view .product-custom-option.fa-calendar {
  color: #8cc63e;
}
.catalog-product-view .calendar-custom-option td {
  padding: 0;
}
.catalog-product-view .calendar-custom-option .icon-container {
  padding: 0 0 0 10px;
  max-width: 45px;
}
#checkoutSteps .section,
.product-view .box-collateral.expando,
.box-collateral.expando,
.box-collateral .expando {
  position: relative;
  display: block;
  border: 1px solid #ffffff;
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#checkoutSteps .section h2.trigger,
.product-view .box-collateral.expando h2.trigger,
.box-collateral.expando h2.trigger,
.box-collateral .expando h2.trigger,
#checkoutSteps .section .step-title,
.product-view .box-collateral.expando .step-title,
.box-collateral.expando .step-title,
.box-collateral .expando .step-title {
  position: relative;
  display: block;
  padding: 15px 50px 15px 25px;
  margin: 0;
  background-color: #8cc63e;
  width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  border: none;
  font-size: 22px;
  line-height: 24px;
  text-transform: none;
  font-weight: normal;
  color: #ffffff;
}
#checkoutSteps .section h2.trigger .fa-angle-down,
.product-view .box-collateral.expando h2.trigger .fa-angle-down,
.box-collateral.expando h2.trigger .fa-angle-down,
.box-collateral .expando h2.trigger .fa-angle-down,
#checkoutSteps .section .step-title .fa-angle-down,
.product-view .box-collateral.expando .step-title .fa-angle-down,
.box-collateral.expando .step-title .fa-angle-down,
.box-collateral .expando .step-title .fa-angle-down {
  position: absolute;
  display: block;
  font-size: 30px;
  line-height: 30px;
  top: 15px;
  right: 25px;
}
#checkoutSteps .section .step-title span,
.product-view .box-collateral.expando .step-title span,
.box-collateral.expando .step-title span,
.box-collateral .expando .step-title span {
  background: none;
}
#checkoutSteps .section .step-title h2,
.product-view .box-collateral.expando .step-title h2,
.box-collateral.expando .step-title h2,
.box-collateral .expando .step-title h2 {
  color: #FFF;
}
#checkoutSteps .section .expandable,
.product-view .box-collateral.expando .expandable,
.box-collateral.expando .expandable,
.box-collateral .expando .expandable,
#checkoutSteps .section .step,
.product-view .box-collateral.expando .step,
.box-collateral.expando .step,
.box-collateral .expando .step {
  position: relative;
  display: none;
  background-color: #f4f5f2;
  padding: 30px 15px;
  margin: 0;
  width: 100%;
  height: auto;
  border: 0;
}
#checkoutSteps .section .expandable > h2,
.product-view .box-collateral.expando .expandable > h2,
.box-collateral.expando .expandable > h2,
.box-collateral .expando .expandable > h2,
#checkoutSteps .section .step > h2,
.product-view .box-collateral.expando .step > h2,
.box-collateral.expando .step > h2,
.box-collateral .expando .step > h2 {
  margin-top: 0px;
}
#checkoutSteps .section .step,
.product-view .box-collateral.expando .step,
.box-collateral.expando .step,
.box-collateral .expando .step {
  display: block;
}
#checkoutSteps .section.open.first .expandable,
.product-view .box-collateral.expando.open.first .expandable,
.box-collateral.expando.open.first .expandable,
.box-collateral .expando.open.first .expandable {
  display: block;
}
#checkoutSteps .section.open .trigger .fa-angle-down:before,
.product-view .box-collateral.expando.open .trigger .fa-angle-down:before,
.box-collateral.expando.open .trigger .fa-angle-down:before,
.box-collateral .expando.open .trigger .fa-angle-down:before {
  content: "\f106";
}
#checkoutSteps .section {
  border: 0;
  margin-bottom: 5px;
}
#checkoutSteps .section .step-title a {
  color: #d2e9b4;
}
#checkoutSteps .section .step-title a:hover {
  color: #FFF;
}
.product_specs {
  margin: 35px auto 0 auto;
  padding: 20px 0;
  position: relative;
  display: block;
  background-color: #f4f5f2;
  width: 100%;
  height: auto;
}
.product_specs .img_wrap {
  position: relative;
  display: inline-block;
  border: 6px solid #ffffff;
  padding: 6px 6px;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.product_specs .img_wrap img {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
.product_specs .comment_box {
  position: relative;
  display: block;
  border: 2px dotted #8cc63e;
  width: 100%;
  height: auto;
  padding: 17px 20px;
}
.product_specs .comment_box h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #8cc63e;
}
.product_specs .comment_box ul.rating_stars {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
}
.product_specs .comment_box ul.rating_stars li {
  position: relative;
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  color: #818073;
}
#customer-reviews {
  position: relative;
  display: block;
  padding: 100px 0 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
#customer-reviews .review {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#customer-reviews .review + .review {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c7c8c6;
}
#customer-reviews .review h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
#customer-reviews .review .rating_wrap {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
}
#customer-reviews .review .rating_wrap .rating_stars {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#customer-reviews .review .rating_wrap .rating_stars li {
  font-size: 22px;
  line-height: 22px;
  margin: 0 4px 0 0;
  padding: 0;
  color: #818073;
}
#customer-reviews .review .foot {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #593d2b;
}
#customer-reviews .review .foot small {
  display: block;
}
#customer-reviews .review .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  margin-top: 5px;
  margin-left: 70px;
}
#customer-reviews .review .admin_comment {
  margin-left: 30px;
  padding: 10px 10px 10px 20px;
  background-color: white;
}
#customer-reviews .expando {
  margin-bottom: 30px;
}
#customer-reviews #review-form fieldset {
  border: none;
}
.form-add {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
}
.form-add .vote {
  margin-bottom: 30px;
}
.form-add .vote h3 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  margin: 0 15px 0 0;
  font-weight: 600;
  color: #593d2b;
}
.form-add .vote .rating {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  direction: rtl;
}
.form-add .vote .rating .star {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  color: #593d2b;
}
.form-add .vote .rating .star:hover:before,
.form-add .vote .rating .star.star-hover:before,
.form-add .vote .rating .star:hover ~ .star:before {
  content: "\f005";
}
.bestseller_tag {
  position: absolute;
  display: block;
  padding: 20px 20px 20px 60px;
  background-color: #818073;
  width: auto;
  height: 93px;
  float: right;
  top: 0;
  left: 72%;
}
.bestseller_tag:after {
  position: absolute;
  display: block;
  background-color: #818073;
  width: 6000px;
  height: 100%;
  top: 0;
  right: -6000px;
  content: ' ';
}
.bestseller_tag:before {
  border: solid transparent;
  border-left-color: #ffffff;
  pointer-events: none;
  border-width: 46px;
  position: absolute;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
  margin-top: 0;
  content: " ";
}
.bestseller_tag .fa {
  font-size: 45px;
  line-height: 45px;
  color: #8cc63e;
  float: left;
}
.bestseller_tag .txt {
  font-size: 19px;
  line-height: 21px;
  display: block;
  color: #fff;
}
.bestseller_tag .txt > span {
  padding-left: 8px;
  display: block;
  float: right;
}
.bestseller_tag .txt > span > span {
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  color: #fff;
}
/************************************************/
/***************** LANDING PAGE *****************/
/************************************************/
.landing-page p {
  text-align: center;
  margin: 0 0 40px 0;
}
.landing-page .attribute_box {
  -webkit-background-size: 50% auto;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  background-size: 50% auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #f4f5f2;
  /* do not override background-image*/
  padding: 42px 32px 42px 55%;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.landing-page .attribute_box + .attribute_box {
  margin: 10px 0 0 0;
}
.landing-page .attribute_box::after {
  position: absolute;
  display: block;
  background-color: #8cc63e;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 180ms ease-out;
  -moz-transition: opacity 180ms ease-out;
  -o-transition: opacity 180ms ease-out;
  transition: opacity 180ms ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  left: 0;
  content: " ";
  z-index: 1;
}
.landing-page .attribute_box:hover::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.landing-page .attribute_box:hover h2,
.landing-page .attribute_box:hover h3,
.landing-page .attribute_box:hover p,
.landing-page .attribute_box:hover ul,
.landing-page .attribute_box:hover ol,
.landing-page .attribute_box:hover li {
  color: #ffffff;
}
.landing-page .attribute_box:hover .fa {
  background-color: #6b9e26;
}
.landing-page .attribute_box h2,
.landing-page .attribute_box h3,
.landing-page .attribute_box p,
.landing-page .attribute_box ul,
.landing-page .attribute_box ol {
  position: relative;
  z-index: 5;
}
.landing-page .attribute_box h2 {
  position: relative;
  display: block;
  font-size: 38px;
  line-height: 44px;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #3c2c1f;
}
.landing-page .attribute_box p:last-child {
  margin: 0;
}
.landing-page .attribute_box p {
  text-align: left;
  margin: 0;
  color: #818073;
}
.landing-page .attribute_box .fa {
  position: absolute;
  display: block;
  background-color: #818073;
  width: 32px;
  height: 32px;
  bottom: 0;
  right: 0;
  z-index: 6;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
/************************************************/
/********************* CART *********************/
/************************************************/
.page-title .checkout-types .img-payment {
  margin: 0!important;
}
.page-title .checkout-types .img-payment .img-credit {
  display: none;
}
.block-cart {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.block-cart .subtotal {
  background-color: #d8eabf;
  border-color: #abdd69;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #6b9e26;
}
.block-cart .block-subtitle {
  padding: 10px 15px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #f4f5f2;
}
#shopping-cart-table img {
  min-width: 100px;
}
#shopping-cart-table tr td {
  background: url('../images/bg_border_dotted.png') bottom left repeat-x #FFF;
}
#shopping-cart-table tr td.sale-space {
  background: none;
  background-color: white !important;
  height: 50px;
}
#shopping-cart-table tr td.sale-title {
  background: none;
  background-color: #8cc63e !important;
}
#shopping-cart-table tr td.sale-title a {
  color: white;
}
#shopping-cart-table tr.last td {
  background: none;
}
.checkout-cart-index .page_title .fp-cart {
  margin-right: 15px;
}
.cart .category-products .item .actions {
  position: relative;
  bottom: 0;
  left: 0;
}
.cart .teaser-cart {
  border: 2px dotted #c7c8c6;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  display: table;
}
.cart .teaser-cart .img-teaser-cart,
.cart .teaser-cart .text-teaser-cart,
.cart .teaser-cart .button-teaser-cart {
  display: table-cell;
  vertical-align: middle;
}
.cart .teaser-cart .img-teaser-cart {
  min-width: 180px;
  padding-right: 30px;
}
.cart .teaser-cart .text-teaser-cart h4 {
  font-weight: 600;
  color: #8cc63e;
  font-size: 22px;
}
.cart .teaser-cart .button-teaser-cart {
  padding-left: 30px;
}
.cart .teaser-cart .button-teaser-cart a {
  width: 100%;
}
.cart .teaser-cart .button-teaser-cart .add-to-cart-box {
  text-align: center;
}
.cart .teaser-cart .button-teaser-cart .product-options {
  background: none;
  border: none !important;
  text-align: center;
}
.cart .teaser-cart .button-teaser-cart .product-options .select_wrap {
  display: none;
}
.cart .teaser-cart .button-teaser-cart > span {
  width: 100%;
}
.cart .teaser-cart .button-teaser-cart .qty_wrap {
  text-align: center;
}
.cart .teaser-cart .button-teaser-cart .qty_wrap span:hover {
  background-color: #8cc63e;
  color: white;
}
.cart .teaser-cart .button-teaser-cart .qty_wrap span.active {
  background-color: #8cc63e;
  color: white;
}
.cart .teaser-cart form > button {
  width: 100%;
  margin-bottom: 10px;
}
.cart .teaser-cart form > div {
  width: 100%;
}
.cart .cart-collaterals .totals,
.cart .cart-collaterals .poste,
.cart .cart-collaterals .rabais {
  padding: 20px;
}
.cart .cart-collaterals .totals h2,
.cart .cart-collaterals .poste h2,
.cart .cart-collaterals .rabais h2 {
  font-weight: 600;
  font-size: 20px;
  color: #593d2b;
}
.cart .cart-collaterals .totals p,
.cart .cart-collaterals .poste p,
.cart .cart-collaterals .rabais p,
.cart .cart-collaterals .totals label,
.cart .cart-collaterals .poste label,
.cart .cart-collaterals .rabais label {
  font-size: 14px;
}
.cart .cart-collaterals .totals .buttons-set button.button,
.cart .cart-collaterals .poste .buttons-set button.button,
.cart .cart-collaterals .rabais .buttons-set button.button {
  margin-bottom: 20px;
}
.cart .cart-collaterals .poste {
  float: left;
  width: 33.333%;
  border-right: 10px solid #FFF;
  border-left: 10px solid #FFF;
  padding-bottom: 0!important;
}
.cart .cart-collaterals .poste .shipping {
  margin: 0;
}
.cart .cart-collaterals .poste #co-shipping-method-form label {
  display: inline;
}
.cart .cart-collaterals .poste #co-shipping-method-form .buttons-set button {
  background-color: #8cc63e;
}
.cart .cart-collaterals .poste #shipping-zip-form .buttons-set {
  position: relative;
}
.cart .cart-collaterals .poste #shipping-zip-form .buttons-set button {
  float: left;
}
.cart .cart-collaterals .container-right-collaterals {
  width: 66.666%;
  display: table;
}
.cart .cart-collaterals .container-right-collaterals .totals,
.cart .cart-collaterals .container-right-collaterals .rabais {
  display: table-cell;
  width: 50%;
  border-right: 10px solid #FFF;
  border-left: 10px solid #FFF;
}
.cart .cart-collaterals .totals {
  margin: 0;
  float: none;
  border-radius: 0;
  background-color: #8cc63e;
  color: #FFF;
  border-top: 0;
  border-bottom: 0;
}
.cart .cart-collaterals .totals button {
  font-size: 24px;
  padding: 15px;
  background: #6b9e26;
}
.cart .cart-collaterals .totals button:hover {
  background: #5d8921;
}
.cart .cart-collaterals .totals button:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.cart .cart-collaterals .totals .checkout-types li > a:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.cart .cart-collaterals .totals a {
  color: #FFF;
}
.cart .cart-collaterals .totals #shopping-cart-totals-table tbody tr {
  border-bottom: 1px solid #fff;
}
.cart .cart-collaterals .totals #shopping-cart-totals-table tr {
  background: none;
}
.cart .cart-collaterals .totals #shopping-cart-totals-table tr td {
  border: none;
}
.cart .cart-collaterals .totals #shopping-cart-totals-table tr.summary-details tr {
  display: table-row !important;
}
.cart .cart-collaterals .totals #shopping-cart-totals-table tr.summary-details td {
  font-size: 16px;
  background: #7ebb2d;
  color: #fff;
}
.cart .cart-collaterals .totals #shopping-cart-totals-table tr.summary-details td strong {
  font-weight: 500;
}
.cart .cart-collaterals .rabais,
.cart .cart-collaterals .poste {
  background-color: #f4f5f2;
  position: relative;
  padding-bottom: 70px;
}
.cart .cart-collaterals .rabais .discount,
.cart .cart-collaterals .poste .discount,
.cart .cart-collaterals .rabais .shipping,
.cart .cart-collaterals .poste .shipping {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.cart .cart-collaterals .rabais .discount h2,
.cart .cart-collaterals .poste .discount h2,
.cart .cart-collaterals .rabais .shipping h2,
.cart .cart-collaterals .poste .shipping h2 {
  background: none;
  border: none;
}
.cart .cart-collaterals .rabais .discount .buttons-set,
.cart .cart-collaterals .poste .discount .buttons-set,
.cart .cart-collaterals .rabais .shipping .buttons-set,
.cart .cart-collaterals .poste .shipping .buttons-set {
  background: none;
  position: absolute;
  bottom: 0;
}
.cart .cart-collaterals .rabais .discount .buttons-set button,
.cart .cart-collaterals .poste .discount .buttons-set button,
.cart .cart-collaterals .rabais .shipping .buttons-set button,
.cart .cart-collaterals .poste .shipping .buttons-set button {
  background-color: #818073;
}
.cart .cart-collaterals .rabais .discount .buttons-set button:after,
.cart .cart-collaterals .poste .discount .buttons-set button:after,
.cart .cart-collaterals .rabais .shipping .buttons-set button:after,
.cart .cart-collaterals .poste .shipping .buttons-set button:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.cart .cart-collaterals .poste .shipping .buttons-set {
  position: relative;
  text-align: left;
}
.cart .cart-collaterals .poste .shipping .buttons-set .button {
  float: none;
}
/************************************************/
/******************** ORDERS ********************/
/************************************************/
.order-info-box {
  position: relative;
  display: block;
  padding-bottom: 30px;
  border: 0px none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.order-info-box + .order-info-box {
  background: transparent url("../images/bg_border_dotted.png") repeat-x scroll left top;
  padding-top: 30px;
}
.order-info-box .info-table {
  border: 1px solid #eeeeee;
}
.my-account .page-title {
  text-align: left;
}
.my-account .page-title h1 {
  float: none;
}
.aw-sarp2-title button {
  vertical-align: top;
  min-width: auto;
}
/************************************************/
/*************** CHECKOUT - gift card ***********/
/************************************************/
#checkoutSteps #amorderattr {
  border: none;
  padding: 0;
  margin: 0;
}
#co-payment-form fieldset {
  border: none;
}
#datacandyForm dd {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
#datacandyForm .wrap_form_carte_cadeau_fp {
  display: none;
  padding-left: 20px;
}
#datacandyForm .form-wrap {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
#datacandyForm .validateButton {
  background-color: #818074;
}
#datacandyForm .validateButton_wrap .please-wait {
  float: none;
  margin-right: 0;
}
#datacandyForm .datacandy_number_wrap,
#datacandyForm .validateButton_wrap,
#datacandyForm .balance_wrap {
  display: inline-block;
  float: left;
  margin-left: 15px;
}
#datacandyForm .checkbox_wrap,
#datacandyForm .add_card_wrap,
#datacandyForm .remove_card {
  float: right;
}
#datacandyForm .balance_label {
  padding: 6px;
}
#datacandyForm .fullbalance {
  padding: 6px 6px 6px 0px;
}
#datacandyForm .fullbalance:after {
  content: '\00A0$';
}
#datacandyForm .checkbox_wrap {
  padding-top: 0;
}
#datacandyForm .datacandy_number_wrap {
  margin-left: 0;
}
#datacandyForm .validateButton_wrap button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\00A0\f101";
}
#datacandyForm .validateButton_wrap button:disabled {
  background-color: #8dc547;
  border-color: #8dc547;
  opacity: 1;
}
#datacandyForm .validateButton_wrap button:disabled:after {
  content: "\00A0\f00c";
}
#datacandyForm #datacandy_amount {
  display: inline-block;
  width: auto;
  max-width: 90px;
  font-size: 16px;
}
#datacandyForm .balance span {
  display: inline-block;
  float: left;
}
#datacandyForm .checkbox_wrap .use {
  margin-top: 6px;
}
#datacandyForm .addButton {
  float: right;
  background: transparent;
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #8cc63e;
}
#datacandyForm .addButton:focus {
  outline: none;
}
#datacandyForm .removeLineButton {
  float: right;
  margin-left: 15px;
  padding-top: 6px;
  background-color: transparent;
  border: none;
}
#datacandyForm .apply_remove_wrap {
  margin-top: 10px;
}
#datacandyForm .apply_remove_wrap .applyButton {
  margin-top: 20px;
}
#datacandyForm .apply_remove_wrap .tocharge.willBeCharged {
  margin-top: 80px;
}
#datacandyForm .apply_remove_wrap .tocharge.choosePayment {
  margin-bottom: 20px;
}
#datacandyForm .apply_remove_wrap .tocharge .tocharge_amount {
  color: #8dc547;
}
#datacandyForm .apply_remove_wrap .tocharge .tocharge_amount:after {
  content: '\00A0$';
}
/*************************************************/
/****************** PASSION BOX ******************/
/*************************************************/
.bte_head {
  padding-top: 43px;
  padding-bottom: 58px;
  z-index: 10;
}
.bte_head .container {
  position: relative;
}
.bte_head h1 {
  font-size: 68px;
  color: #9ec31f;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.bte_head .sous_h1 {
  font-size: 24px;
  line-height: 29px;
  color: #818073;
}
.bte_head .img_box_open {
  display: block;
  position: absolute;
  right: 0;
  top: -125px;
}
.bte_step {
  background-color: #cadb48;
  color: #fff;
}
.bte_step .step_wrap {
  position: relative;
  display: block;
  padding: 45px 35px 45px 55px;
  width: 30%;
  float: left;
}
.bte_step .step_wrap.step1 {
  padding-left: 0px;
  z-index: 3;
}
.bte_step .step_wrap.step2 {
  background-color: #9ec31f;
  z-index: 2;
  width: 40%;
}
.bte_step .step_wrap.step3 {
  padding-right: 0px;
  z-index: 1;
}
.bte_step .tbl {
  display: table;
  padding: 0;
}
.bte_step .step_nbr {
  vertical-align: bottom;
  font-size: 138px;
  line-height: 100px;
  display: table-cell;
  font-weight: 700;
  padding-right: 15px;
}
.bte_step .step_txt {
  vertical-align: bottom;
  display: table-cell;
}
.bte_step .step_title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
.bte_step .step_subtitle {
  font-size: 24px;
  line-height: 24px;
}
.bte_step .step1:after,
.bte_step .step2:after {
  border-bottom: 96px solid transparent;
  border-top: 96px solid transparent;
  border-left: 20px solid #cadb48;
  pointer-events: none;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  content: " ";
}
.bte_step .step2:after {
  border-left-color: #9ec31f;
}
.bte_choose_box h2 {
  padding: 50px 0 60px 0;
  font-size: 38px;
  line-height: 40px;
  margin: 0;
  color: #818073;
  font-weight: 700;
}
.bte_choose_box .bte_wrap {
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.bte_choose_box .bte_osez,
.bte_choose_box .bte_vivez {
  position: absolute;
}
.bte_choose_box .bte_titre_wrap {
  margin-bottom: 26px;
}
.bte_choose_box .bte_price {
  font-size: 60px;
  line-height: 30px;
  margin: 30px 0 15px;
}
.bte_choose_box .bte_price sup {
  font-size: 32px;
  line-height: 32px;
}
.bte_choose_box .bte_price .bte_subprice {
  font-size: 16px;
  font-style: italic;
  position: relative;
  display: block;
  color: #818073;
}
.bte_choose_box .bte_subscribe {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 20px;
  display: inline-block;
}
.bte_choose_box .bte_txt_wrap {
  float: left;
  width: 32%;
}
.bte_choose_box .bte_txt_wrap .tagline_price {
  display: block;
  clear: both;
  padding-top: 15px;
}
.bte_choose_box .bte_img {
  float: left;
}
.bte_choose_box .bte_osez {
  left: 0;
  top: 30px;
  z-index: 10;
}
.bte_choose_box .bte_osez .bte_txt_wrap {
  margin-right: 30px;
  margin-top: 12px;
}
.bte_choose_box .bte_osez .bte_title {
  color: #d80047;
  font-size: 85px;
  line-height: 85px;
  font-weight: 700;
  text-align: right;
}
.bte_choose_box .bte_osez .bte_subtitle {
  color: #d80047;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: right;
}
.bte_choose_box .bte_osez .bte_txt {
  text-align: right;
}
.bte_choose_box .bte_osez .bte_price {
  color: #d80047;
  text-align: right;
}
.bte_choose_box .bte_osez .tagline_price {
  color: #d80047;
  text-align: right;
}
.bte_choose_box .bte_osez .tagline_price:hover {
  color: #a50036;
}
.bte_choose_box .bte_osez .bte_subscribe {
  background-color: #d80047;
  float: right;
}
.bte_choose_box .bte_osez .bte_subscribe:hover {
  background-color: #a50036;
}
.bte_choose_box .bte_vivez {
  left: auto;
  z-index: 5;
  right: 0;
  margin-right: -70px;
}
.bte_choose_box .bte_vivez .bte_txt_wrap {
  margin-top: 41px;
  margin-left: 30px;
}
.bte_choose_box .bte_vivez .bte_title {
  color: #9ec31f;
  font-size: 85px;
  line-height: 85px;
  font-weight: 700;
}
.bte_choose_box .bte_vivez .bte_subtitle {
  color: #9ec31f;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}
.bte_choose_box .bte_vivez .bte_price {
  color: #9ec31f;
}
.bte_choose_box .bte_vivez .tagline_price {
  color: #9ec31f;
}
.bte_choose_box .bte_vivez .tagline_price:hover {
  color: #7a9718;
}
.bte_choose_box .bte_vivez .bte_subscribe {
  background-color: #9ec31f;
}
.bte_choose_box .bte_vivez .bte_subscribe:hover {
  background-color: #7a9718;
}
.bte_extras {
  background-color: #97bf0d;
  color: #fff;
  padding: 85px 0;
  position: relative;
}
.bte_extras:before {
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/media/wysiwyg/boite-cadeau-fruits.png);
  width: 317px;
  height: 555px;
}
.bte_extras h2 {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
}
.bte_extras h3 {
  color: #3c4c07;
  font-size: 24px;
  font-weight: 700;
}
.bte_extras .bte_price {
  font-size: 60px;
  line-height: 30px;
  margin: 30px 0 15px;
  font-weight: 700;
}
.bte_extras .bte_price sup {
  font-size: 32px;
  line-height: 32px;
}
.bte_extras .bte_price span {
  color: #3c4c07;
  font-size: 24px;
}
.bte_extras ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.bte_extras ul li {
  list-style-type: none;
  font-size: 24px;
  padding: 10px 0 0 35px;
  position: relative;
}
.bte_extras ul li:before {
  content: "\f046";
  position: absolute;
  left: 0;
  top: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3c4c07;
}
.bte_extras .border-left {
  position: relative;
}
.bte_extras .border-left:before {
  position: absolute;
  content: ' ';
  display: block;
  left: -15%;
  top: 0;
  height: 100%;
  width: 2px;
  background: url('../images/bg_border_vertical_dotted.png') repeat-y;
}
.bte_ship {
  background: #f4f5f2;
}
.bte_ship #bte_ship {
  margin-top: 40px;
  margin-bottom: 70px;
}
.bte_ship #bte_ship .bte_ship_title {
  font-size: 20px;
  line-height: 20px;
  color: #818073;
  max-width: 555px;
  margin: auto;
  padding-left: 110px;
  position: relative;
}
.bte_ship #bte_ship .bte_ship_title span {
  font-size: 42px;
  line-height: 45px;
  font-weight: 700;
  clear: both;
  display: inline-block;
}
.bte_ship #bte_ship .bte_ship_title .fp-shipping {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 86px;
  line-height: 70px;
  font-weight: normal;
  color: #8cc63e;
}
.passion_box .qty_wrap {
  display: none;
}
.passion_box_cta {
  padding: 22px 22px;
  margin: 50px 0 0 0;
  position: relative;
  display: block;
  background-color: #f4f5f2;
  text-align: center;
}
.passion_box_cta.bestseller {
  margin-top: 215px;
}
.passion_box_cta.dare .major,
.passion_box_cta.dare .sub {
  color: #e91d1d;
}
.passion_box_cta.dare .btn {
  background-color: #e91d1d;
}
.passion_box_cta.live .major,
.passion_box_cta.live .sub {
  color: #8cc63e;
}
.passion_box_cta .label {
  font-size: 20px;
  line-height: 22px;
  text-transform: none;
  font-weight: bold;
  margin: 0 0 20px 0;
  display: block;
  color: #593d2b;
}
.passion_box_cta .major {
  font-size: 64px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.passion_box_cta .sub {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}
.passion_box_cta img {
  position: relative;
  display: block;
  width: 130px;
  height: auto;
  margin: 20px auto;
  max-width: 100%;
}
/*************************************************/
/********************* FORMS *********************/
/*************************************************/
.reg_form,
.form-contact {
  position: relative;
  display: block;
}
.reg_form .input_wrap,
.form-contact .input_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.reg_form .input_wrap.half,
.form-contact .input_wrap.half {
  padding-right: 15px;
  float: left;
  width: 50%;
}
.reg_form .input_wrap.half.last,
.form-contact .input_wrap.half.last {
  padding-left: 15px;
  padding-right: 0px;
}
.reg_form .input_wrap.third,
.form-contact .input_wrap.third {
  padding-right: 15px;
  width: 33.33%;
  float: left;
}
.reg_form .input_wrap.third + .third,
.form-contact .input_wrap.third + .third {
  padding-left: 15px;
}
.reg_form .input_wrap.third.last,
.form-contact .input_wrap.third.last {
  padding-right: 0px;
}
.reg_form label,
.form-contact label {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #593d2b;
}
.reg_form label.required em,
.form-contact label.required em {
  float: none;
  display: inline-block;
  position: relative;
  right: inherit;
  margin-left: 4px;
}
.reg_form input[type="text"],
.form-contact input[type="text"],
.reg_form input[type="email"],
.form-contact input[type="email"],
.reg_form input[type="password"],
.form-contact input[type="password"],
.reg_form textarea,
.form-contact textarea {
  background: #f4f5f2 none;
  border: 0px transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'proxima-nova', sans-serif;
  width: 100%;
  height: 50px;
  font-weight: 600;
  color: #818073;
  font-size: 16px;
}
.reg_form input[type="text"]:focus,
.form-contact input[type="text"]:focus,
.reg_form input[type="email"]:focus,
.form-contact input[type="email"]:focus,
.reg_form input[type="password"]:focus,
.form-contact input[type="password"]:focus,
.reg_form textarea:focus,
.form-contact textarea:focus {
  outline-color: #8cc63e !important;
}
.reg_form input[type="text"],
.form-contact input[type="text"],
.reg_form input[type="email"],
.form-contact input[type="email"],
.reg_form input[type="password"],
.form-contact input[type="password"] {
  line-height: 50px;
  padding: 0 20px;
}
.reg_form textarea,
.form-contact textarea {
  min-height: 140px;
  min-width: 100px;
  max-width: 100%;
  max-height: 310px;
  padding: 20px 20px;
  line-height: 20px;
  resize: vertical;
}
.reg_form input[type="submit"],
.form-contact input[type="submit"],
.reg_form button[type="submit"],
.form-contact button[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border: 1px solid #818073;
  background: none #8cc63e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  padding: 7px 20px;
  min-width: 125px;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  font-weight: 600;
  color: #ffffff;
}
.reg_form input[type="submit"]:hover,
.form-contact input[type="submit"]:hover,
.reg_form button[type="submit"]:hover,
.form-contact button[type="submit"]:hover,
.reg_form input[type="submit"]:focus,
.form-contact input[type="submit"]:focus,
.reg_form button[type="submit"]:focus,
.form-contact button[type="submit"]:focus {
  background-color: #6b9e26;
}
.reg_form input[type="submit"].grey,
.form-contact input[type="submit"].grey,
.reg_form button[type="submit"].grey,
.form-contact button[type="submit"].grey {
  background-color: #818073;
}
.reg_form input[type="submit"].grey:hover,
.form-contact input[type="submit"].grey:hover,
.reg_form button[type="submit"].grey:hover,
.form-contact button[type="submit"].grey:hover,
.reg_form input[type="submit"].grey:focus,
.form-contact input[type="submit"].grey:focus,
.reg_form button[type="submit"].grey:focus,
.form-contact button[type="submit"].grey:focus {
  background-color: #595851;
}
.select_wrap {
  position: relative;
  display: block;
  background-color: transparent;
  width: 100%;
  height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.select_wrap:after {
  position: absolute;
  display: block;
  background-color: transparent;
  width: 32px;
  height: 32px;
  pointer-events: none;
  top: 0px;
  right: 0px;
  font-size: 14px;
  line-height: 32px;
  font-family: 'FontAwesome';
  text-align: center;
  content: "\f107";
  color: #8cc63e;
}
.select_wrap select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  padding: 0 32px 0 10px;
  margin: 0;
  background-color: #f4f5f2;
  width: 100%;
  height: 32px;
  cursor: pointer;
  border: none;
  font-family: 'proxima-nova', sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  color: #818073;
}
.select_wrap select[disabled] {
  cursor: default;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.cs-skin-border > span {
  border: 0;
  padding: 0 30px 0 18px;
  margin: 0;
  height: auto;
  display: inline-block;
}
.cs-skin-border > span:after {
  right: 10px;
  z-index: 1;
  font-family: 'FontAwesome';
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 34px;
  content: "\f103";
  color: #8cc63e;
}
.cs-skin-border .cs-selected span {
  color: #8cc63e;
}
.cs-skin-border .cs-selected span:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #c7c8c6;
}
.cs-skin-border.cs-active > span {
  background: transparent;
  border-color: transparent;
  color: #555555;
}
.cs-skin-border ul span {
  padding: 6px 18px;
}
.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
  background: #fff;
  color: #8cc63e;
}
.cs-skin-border .cs-options {
  color: #555555;
  font-size: 14px;
  line-height: 34px;
}
div.cs-skin-border {
  font-size: 14px;
  line-height: 34px;
  text-align: left;
  font-weight: normal;
  color: #555555;
  width: 100%;
}
.cs-select .cs-options {
  background: #fff;
  width: 100%;
  left: 0;
}
.cs-select .cs-options li {
  margin-bottom: 0;
}
.cs-select .cs-options li[data-value=""] {
  display: none;
}
/************************************************/
/******************** FOOTER ********************/
/************************************************/
.newsletter-optin,
.ajax-checkout-optin,
.ajax-confirm-optin,
.ajax-suspend-optin,
.ajax-change-optin,
.ajax-period-optin,
.datacandy-modal-optin,
.remove-datacandy-modal-optin {
  display: none;
}
.newsletter-optin .input-box,
.ajax-checkout-optin .input-box,
.ajax-confirm-optin .input-box,
.ajax-suspend-optin .input-box,
.ajax-change-optin .input-box,
.ajax-period-optin .input-box,
.datacandy-modal-optin .input-box,
.remove-datacandy-modal-optin .input-box {
  height: 60px;
}
.newsletter-optin .validation-advice,
.ajax-checkout-optin .validation-advice,
.ajax-confirm-optin .validation-advice,
.ajax-suspend-optin .validation-advice,
.ajax-change-optin .validation-advice,
.ajax-period-optin .validation-advice,
.datacandy-modal-optin .validation-advice,
.remove-datacandy-modal-optin .validation-advice {
  text-align: left;
}
.newsletter-optin .overlay,
.ajax-checkout-optin .overlay,
.ajax-confirm-optin .overlay,
.ajax-suspend-optin .overlay,
.ajax-change-optin .overlay,
.ajax-period-optin .overlay,
.datacandy-modal-optin .overlay,
.remove-datacandy-modal-optin .overlay {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}
.newsletter-optin .wrap-content-optin,
.ajax-checkout-optin .wrap-content-optin,
.ajax-confirm-optin .wrap-content-optin,
.ajax-suspend-optin .wrap-content-optin,
.ajax-change-optin .wrap-content-optin,
.ajax-period-optin .wrap-content-optin,
.datacandy-modal-optin .wrap-content-optin,
.remove-datacandy-modal-optin .wrap-content-optin {
  border: 7px solid #FFF;
  z-index: 10000;
  width: 90%;
  max-width: 830px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: none;
}
.newsletter-optin .wrap-content-optin .content-optin,
.ajax-checkout-optin .wrap-content-optin .content-optin,
.ajax-confirm-optin .wrap-content-optin .content-optin,
.ajax-suspend-optin .wrap-content-optin .content-optin,
.ajax-change-optin .wrap-content-optin .content-optin,
.ajax-period-optin .wrap-content-optin .content-optin,
.datacandy-modal-optin .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin {
  margin: 7px;
  background: url('../images/bg_popup_newsletter.jpg') 30px 96% no-repeat #FFF;
  padding: 30px;
  text-align: center;
}
.newsletter-optin .wrap-content-optin .content-optin .close,
.ajax-checkout-optin .wrap-content-optin .content-optin .close,
.ajax-confirm-optin .wrap-content-optin .content-optin .close,
.ajax-suspend-optin .wrap-content-optin .content-optin .close,
.ajax-change-optin .wrap-content-optin .content-optin .close,
.ajax-period-optin .wrap-content-optin .content-optin .close,
.datacandy-modal-optin .wrap-content-optin .content-optin .close,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .close {
  font-size: 30px;
  margin-right: -20px;
  margin-top: -20px;
  cursor: pointer;
}
.newsletter-optin .wrap-content-optin .content-optin .text-newsletter,
.ajax-checkout-optin .wrap-content-optin .content-optin .text-newsletter,
.ajax-confirm-optin .wrap-content-optin .content-optin .text-newsletter,
.ajax-suspend-optin .wrap-content-optin .content-optin .text-newsletter,
.ajax-change-optin .wrap-content-optin .content-optin .text-newsletter,
.ajax-period-optin .wrap-content-optin .content-optin .text-newsletter,
.datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter {
  width: 100%;
  margin-bottom: 30px;
}
.newsletter-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title,
.ajax-checkout-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title,
.ajax-confirm-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title,
.ajax-suspend-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title,
.ajax-change-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title,
.ajax-period-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title,
.datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title {
  margin-bottom: 0;
  margin-top: 30px;
}
.newsletter-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title img,
.ajax-checkout-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title img,
.ajax-confirm-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title img,
.ajax-suspend-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title img,
.ajax-change-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title img,
.ajax-period-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title img,
.datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title img,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter .fancy_title img {
  max-height: 35px;
  width: auto;
  display: block;
}
.newsletter-optin .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-checkout-optin .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-confirm-optin .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-suspend-optin .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-change-optin .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-period-optin .wrap-content-optin .content-optin .text-newsletter h3,
.datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter h3,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter h3 {
  font-size: 35px;
  font-weight: 700;
  color: #8cc63e;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  line-height: 37px;
}
.newsletter-optin .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-checkout-optin .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-confirm-optin .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-suspend-optin .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-change-optin .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-period-optin .wrap-content-optin .content-optin .text-newsletter h4,
.datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter h4,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter h4 {
  margin: 15px 0 0 0;
  font-size: 20px;
  line-height: 24px;
  color: #593d2b;
  font-weight: 700;
}
.newsletter-optin .wrap-content-optin .content-optin .text-newsletter p,
.ajax-checkout-optin .wrap-content-optin .content-optin .text-newsletter p,
.ajax-confirm-optin .wrap-content-optin .content-optin .text-newsletter p,
.ajax-suspend-optin .wrap-content-optin .content-optin .text-newsletter p,
.ajax-change-optin .wrap-content-optin .content-optin .text-newsletter p,
.ajax-period-optin .wrap-content-optin .content-optin .text-newsletter p,
.datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter p,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .text-newsletter p {
  color: #818073;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10%;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe {
  border: none;
  padding: 0;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content div,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content div,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content div,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content div,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content div,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content div,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content div,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content div {
  text-align: left;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap {
  width: 75%;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content input,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content input,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content input {
  width: 75%;
  background-color: #f4f5f2;
  border: none;
  box-shadow: none;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions {
  background: none;
  border-radius: 0;
  border: 0;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button {
  float: left;
  margin-right: 10px;
  background-color: #8cc63e;
  color: white;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon {
  background-color: #8cc63e;
  margin-left: 2px;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link {
  cursor: pointer;
  float: left;
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link:after,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link:after,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link:after,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link:after,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link:after,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link:after,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link:after,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .close-link:after {
  margin-left: 5px;
  content: "\f101";
  font-family: "FontAwesome";
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select {
  font-weight: normal;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure {
  clear: both;
  margin-bottom: 0;
  float: left;
}
.newsletter-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure span.underline,
.ajax-checkout-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure span.underline,
.ajax-confirm-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure span.underline,
.ajax-suspend-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure span.underline,
.ajax-change-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure span.underline,
.ajax-period-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure span.underline,
.datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure span.underline,
.remove-datacandy-modal-optin .wrap-content-optin .content-optin .block-subscribe .block-content .secure span.underline {
  text-decoration: underline;
}
.newsletter-optin.concours.fr-ca .wrap-content-optin .content-optin,
.ajax-checkout-optin.concours.fr-ca .wrap-content-optin .content-optin,
.ajax-confirm-optin.concours.fr-ca .wrap-content-optin .content-optin,
.ajax-suspend-optin.concours.fr-ca .wrap-content-optin .content-optin,
.ajax-change-optin.concours.fr-ca .wrap-content-optin .content-optin,
.ajax-period-optin.concours.fr-ca .wrap-content-optin .content-optin,
.datacandy-modal-optin.concours.fr-ca .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin.concours.fr-ca .wrap-content-optin .content-optin {
  background: url('../images/bg_popup_newsletter_concours_fr.jpg') 25px 75% no-repeat #000;
}
.newsletter-optin.concours .overlay,
.ajax-checkout-optin.concours .overlay,
.ajax-confirm-optin.concours .overlay,
.ajax-suspend-optin.concours .overlay,
.ajax-change-optin.concours .overlay,
.ajax-period-optin.concours .overlay,
.datacandy-modal-optin.concours .overlay,
.remove-datacandy-modal-optin.concours .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.newsletter-optin.concours .wrap-content-optin,
.ajax-checkout-optin.concours .wrap-content-optin,
.ajax-confirm-optin.concours .wrap-content-optin,
.ajax-suspend-optin.concours .wrap-content-optin,
.ajax-change-optin.concours .wrap-content-optin,
.ajax-period-optin.concours .wrap-content-optin,
.datacandy-modal-optin.concours .wrap-content-optin,
.remove-datacandy-modal-optin.concours .wrap-content-optin {
  border: 7px solid #000;
  background: none;
}
.newsletter-optin.concours .wrap-content-optin .content-optin,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin,
.ajax-change-optin.concours .wrap-content-optin .content-optin,
.ajax-period-optin.concours .wrap-content-optin .content-optin,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin {
  background: url('../images/bg_popup_newsletter_concours.jpg') 25px 75% no-repeat #000;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .close,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .close,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .close,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .close,
.ajax-change-optin.concours .wrap-content-optin .content-optin .close,
.ajax-period-optin.concours .wrap-content-optin .content-optin .close,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .close,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .close:hover,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .close:hover,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .close:hover,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .close:hover,
.ajax-change-optin.concours .wrap-content-optin .content-optin .close:hover,
.ajax-period-optin.concours .wrap-content-optin .content-optin .close:hover,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .close:hover,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .close:hover {
  opacity: 0.75;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .text-newsletter .fancy_title span,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .text-newsletter .fancy_title span,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .text-newsletter .fancy_title span,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .text-newsletter .fancy_title span,
.ajax-change-optin.concours .wrap-content-optin .content-optin .text-newsletter .fancy_title span,
.ajax-period-optin.concours .wrap-content-optin .content-optin .text-newsletter .fancy_title span,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .text-newsletter .fancy_title span,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .text-newsletter .fancy_title span {
  background: #000;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-change-optin.concours .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-period-optin.concours .wrap-content-optin .content-optin .text-newsletter h3,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .text-newsletter h3,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .text-newsletter h3 {
  color: #f4f5f2;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-change-optin.concours .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-period-optin.concours .wrap-content-optin .content-optin .text-newsletter h4,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .text-newsletter h4,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .text-newsletter h4 {
  color: #b68a31;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .text-newsletter p,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .text-newsletter p,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .text-newsletter p,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .text-newsletter p,
.ajax-change-optin.concours .wrap-content-optin .content-optin .text-newsletter p,
.ajax-period-optin.concours .wrap-content-optin .content-optin .text-newsletter p,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .text-newsletter p,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .text-newsletter p {
  color: #f4f5f2;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-change-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-period-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content {
  background: #000;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content label,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content label,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content label,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content label,
.ajax-change-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content label,
.ajax-period-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content label,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content label,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content label {
  color: #f4f5f2;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.ajax-change-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.ajax-period-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap select,
.newsletter-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-change-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-period-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content input,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content input,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content input {
  background-color: #dcdfd5;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-change-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-period-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.newsletter-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.ajax-change-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.ajax-period-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button {
  background-color: #b68a31;
  color: #f4f5f2;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.ajax-change-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.ajax-period-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions a.btn_more .icon,
.newsletter-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.ajax-change-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.ajax-period-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .actions button.btn_more .icon {
  background-color: #b68a31;
  color: #f4f5f2;
}
.newsletter-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-checkout-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-confirm-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-suspend-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-change-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-period-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.remove-datacandy-modal-optin.concours .wrap-content-optin .content-optin .block-subscribe .block-content .close-link {
  color: #b68a31;
}
.newsletter-optin.nature_collection_contest,
.ajax-checkout-optin.nature_collection_contest,
.ajax-confirm-optin.nature_collection_contest,
.ajax-suspend-optin.nature_collection_contest,
.ajax-change-optin.nature_collection_contest,
.ajax-period-optin.nature_collection_contest,
.datacandy-modal-optin.nature_collection_contest,
.remove-datacandy-modal-optin.nature_collection_contest {
  display: block;
}
.newsletter-optin.nature_collection_contest .wrap-content-optin,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin,
.ajax-change-optin.nature_collection_contest .wrap-content-optin,
.ajax-period-optin.nature_collection_contest .wrap-content-optin,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  margin: 0 auto !important;
}
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin {
  background: transparent;
}
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe {
  width: 100%;
  float: none;
}
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content {
  max-width: 550px;
  margin: 20px auto 0;
}
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content input,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content input,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content input,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content input,
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap {
  width: 100%;
}
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content label,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content label,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content label,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content label,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content label,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content label,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content label,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content label,
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .select_wrap,
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .actions a,
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .close-link,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .close-link {
  display: none;
}
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox {
  margin-top: 0;
}
.newsletter-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox label,
.ajax-checkout-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox label,
.ajax-confirm-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox label,
.ajax-suspend-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox label,
.ajax-change-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox label,
.ajax-period-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox label,
.datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox label,
.remove-datacandy-modal-optin.nature_collection_contest .wrap-content-optin .content-optin .block-subscribe .block-content .input-box-checkbox label {
  display: inline-block;
}
.newsletter-optin.ajaxconfirm .wrap-content-optin .content-optin,
.ajax-checkout-optin.ajaxconfirm .wrap-content-optin .content-optin,
.ajax-confirm-optin.ajaxconfirm .wrap-content-optin .content-optin,
.ajax-suspend-optin.ajaxconfirm .wrap-content-optin .content-optin,
.ajax-change-optin.ajaxconfirm .wrap-content-optin .content-optin,
.ajax-period-optin.ajaxconfirm .wrap-content-optin .content-optin,
.datacandy-modal-optin.ajaxconfirm .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin.ajaxconfirm .wrap-content-optin .content-optin,
.newsletter-optin.ajaxsuspend .wrap-content-optin .content-optin,
.ajax-checkout-optin.ajaxsuspend .wrap-content-optin .content-optin,
.ajax-confirm-optin.ajaxsuspend .wrap-content-optin .content-optin,
.ajax-suspend-optin.ajaxsuspend .wrap-content-optin .content-optin,
.ajax-change-optin.ajaxsuspend .wrap-content-optin .content-optin,
.ajax-period-optin.ajaxsuspend .wrap-content-optin .content-optin,
.datacandy-modal-optin.ajaxsuspend .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin.ajaxsuspend .wrap-content-optin .content-optin,
.newsletter-optin.ajaxchange .wrap-content-optin .content-optin,
.ajax-checkout-optin.ajaxchange .wrap-content-optin .content-optin,
.ajax-confirm-optin.ajaxchange .wrap-content-optin .content-optin,
.ajax-suspend-optin.ajaxchange .wrap-content-optin .content-optin,
.ajax-change-optin.ajaxchange .wrap-content-optin .content-optin,
.ajax-period-optin.ajaxchange .wrap-content-optin .content-optin,
.datacandy-modal-optin.ajaxchange .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin.ajaxchange .wrap-content-optin .content-optin,
.newsletter-optin.ajaxperiod .wrap-content-optin .content-optin,
.ajax-checkout-optin.ajaxperiod .wrap-content-optin .content-optin,
.ajax-confirm-optin.ajaxperiod .wrap-content-optin .content-optin,
.ajax-suspend-optin.ajaxperiod .wrap-content-optin .content-optin,
.ajax-change-optin.ajaxperiod .wrap-content-optin .content-optin,
.ajax-period-optin.ajaxperiod .wrap-content-optin .content-optin,
.datacandy-modal-optin.ajaxperiod .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin.ajaxperiod .wrap-content-optin .content-optin,
.newsletter-optin.datacandymodal .wrap-content-optin .content-optin,
.ajax-checkout-optin.datacandymodal .wrap-content-optin .content-optin,
.ajax-confirm-optin.datacandymodal .wrap-content-optin .content-optin,
.ajax-suspend-optin.datacandymodal .wrap-content-optin .content-optin,
.ajax-change-optin.datacandymodal .wrap-content-optin .content-optin,
.ajax-period-optin.datacandymodal .wrap-content-optin .content-optin,
.datacandy-modal-optin.datacandymodal .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin.datacandymodal .wrap-content-optin .content-optin,
.newsletter-optin.remove-datacandymodal .wrap-content-optin .content-optin,
.ajax-checkout-optin.remove-datacandymodal .wrap-content-optin .content-optin,
.ajax-confirm-optin.remove-datacandymodal .wrap-content-optin .content-optin,
.ajax-suspend-optin.remove-datacandymodal .wrap-content-optin .content-optin,
.ajax-change-optin.remove-datacandymodal .wrap-content-optin .content-optin,
.ajax-period-optin.remove-datacandymodal .wrap-content-optin .content-optin,
.datacandy-modal-optin.remove-datacandymodal .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin.remove-datacandymodal .wrap-content-optin .content-optin {
  background-image: none;
}
.newsletter-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-checkout-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-confirm-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-suspend-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-change-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-period-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h3,
.datacandy-modal-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h3,
.remove-datacandy-modal-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h3,
.newsletter-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-checkout-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-confirm-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-suspend-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-change-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-period-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h3,
.datacandy-modal-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h3,
.remove-datacandy-modal-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h3,
.newsletter-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-checkout-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-confirm-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-suspend-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-change-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-period-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h3,
.datacandy-modal-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h3,
.remove-datacandy-modal-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h3,
.newsletter-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-checkout-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-confirm-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-suspend-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-change-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-period-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h3,
.datacandy-modal-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h3,
.remove-datacandy-modal-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h3,
.newsletter-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-checkout-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-confirm-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-suspend-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-change-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-period-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.datacandy-modal-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.remove-datacandy-modal-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.newsletter-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-checkout-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-confirm-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-suspend-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-change-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-period-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.datacandy-modal-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h3,
.remove-datacandy-modal-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h3 {
  font-size: 30px;
  margin: 30px 0;
}
.newsletter-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-checkout-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-confirm-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-suspend-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-change-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-period-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h4,
.datacandy-modal-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h4,
.remove-datacandy-modal-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter h4,
.newsletter-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-checkout-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-confirm-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-suspend-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-change-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-period-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h4,
.datacandy-modal-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h4,
.remove-datacandy-modal-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter h4,
.newsletter-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-checkout-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-confirm-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-suspend-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-change-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-period-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h4,
.datacandy-modal-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h4,
.remove-datacandy-modal-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter h4,
.newsletter-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-checkout-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-confirm-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-suspend-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-change-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-period-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h4,
.datacandy-modal-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h4,
.remove-datacandy-modal-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter h4,
.newsletter-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-checkout-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-confirm-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-suspend-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-change-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-period-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.datacandy-modal-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.remove-datacandy-modal-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.newsletter-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-checkout-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-confirm-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-suspend-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-change-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.ajax-period-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.datacandy-modal-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h4,
.remove-datacandy-modal-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter h4 {
  margin: 0 0 30px 0;
}
.newsletter-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-checkout-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-confirm-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-suspend-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-change-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-period-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter .button.gray,
.datacandy-modal-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter .button.gray,
.remove-datacandy-modal-optin.ajaxconfirm .wrap-content-optin .content-optin .text-newsletter .button.gray,
.newsletter-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-checkout-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-confirm-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-suspend-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-change-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-period-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter .button.gray,
.datacandy-modal-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter .button.gray,
.remove-datacandy-modal-optin.ajaxsuspend .wrap-content-optin .content-optin .text-newsletter .button.gray,
.newsletter-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-checkout-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-confirm-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-suspend-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-change-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-period-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter .button.gray,
.datacandy-modal-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter .button.gray,
.remove-datacandy-modal-optin.ajaxchange .wrap-content-optin .content-optin .text-newsletter .button.gray,
.newsletter-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-checkout-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-confirm-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-suspend-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-change-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-period-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter .button.gray,
.datacandy-modal-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter .button.gray,
.remove-datacandy-modal-optin.ajaxperiod .wrap-content-optin .content-optin .text-newsletter .button.gray,
.newsletter-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-checkout-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-confirm-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-suspend-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-change-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-period-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.datacandy-modal-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.remove-datacandy-modal-optin.datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.newsletter-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-checkout-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-confirm-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-suspend-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-change-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.ajax-period-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.datacandy-modal-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray,
.remove-datacandy-modal-optin.remove-datacandymodal .wrap-content-optin .content-optin .text-newsletter .button.gray {
  background-color: #c7c7c7;
}
.newsletter-optin.ajaxchange .changebox-img,
.ajax-checkout-optin.ajaxchange .changebox-img,
.ajax-confirm-optin.ajaxchange .changebox-img,
.ajax-suspend-optin.ajaxchange .changebox-img,
.ajax-change-optin.ajaxchange .changebox-img,
.ajax-period-optin.ajaxchange .changebox-img,
.datacandy-modal-optin.ajaxchange .changebox-img,
.remove-datacandy-modal-optin.ajaxchange .changebox-img {
  margin-top: 55px;
  margin-bottom: 20px;
}
.newsletter-optin.ajaxchange p,
.ajax-checkout-optin.ajaxchange p,
.ajax-confirm-optin.ajaxchange p,
.ajax-suspend-optin.ajaxchange p,
.ajax-change-optin.ajaxchange p,
.ajax-period-optin.ajaxchange p,
.datacandy-modal-optin.ajaxchange p,
.remove-datacandy-modal-optin.ajaxchange p {
  font-size: 18px!important;
  margin-bottom: 6px !important;
  line-height: 23px !important;
  color: #593d2b!important;
}
.newsletter-optin.ajaxchange h4,
.ajax-checkout-optin.ajaxchange h4,
.ajax-confirm-optin.ajaxchange h4,
.ajax-suspend-optin.ajaxchange h4,
.ajax-change-optin.ajaxchange h4,
.ajax-period-optin.ajaxchange h4,
.datacandy-modal-optin.ajaxchange h4,
.remove-datacandy-modal-optin.ajaxchange h4 {
  font-size: 20px;
}
.newsletter-optin.ajaxchange .green,
.ajax-checkout-optin.ajaxchange .green,
.ajax-confirm-optin.ajaxchange .green,
.ajax-suspend-optin.ajaxchange .green,
.ajax-change-optin.ajaxchange .green,
.ajax-period-optin.ajaxchange .green,
.datacandy-modal-optin.ajaxchange .green,
.remove-datacandy-modal-optin.ajaxchange .green {
  color: #8cc63f;
  font-weight: bold;
  text-transform: uppercase;
}
.newsletter-optin.ajaxchange .red,
.ajax-checkout-optin.ajaxchange .red,
.ajax-confirm-optin.ajaxchange .red,
.ajax-suspend-optin.ajaxchange .red,
.ajax-change-optin.ajaxchange .red,
.ajax-period-optin.ajaxchange .red,
.datacandy-modal-optin.ajaxchange .red,
.remove-datacandy-modal-optin.ajaxchange .red {
  color: #d10045;
  font-weight: bold;
  text-transform: uppercase;
}
.newsletter-optin.ajaxcheckout .wrap-content-optin .content-optin,
.ajax-checkout-optin.ajaxcheckout .wrap-content-optin .content-optin,
.ajax-confirm-optin.ajaxcheckout .wrap-content-optin .content-optin,
.ajax-suspend-optin.ajaxcheckout .wrap-content-optin .content-optin,
.ajax-change-optin.ajaxcheckout .wrap-content-optin .content-optin,
.ajax-period-optin.ajaxcheckout .wrap-content-optin .content-optin,
.datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin,
.remove-datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin {
  background-image: none;
  text-align: left;
}
.newsletter-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter,
.ajax-checkout-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter,
.ajax-confirm-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter,
.ajax-suspend-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter,
.ajax-change-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter,
.ajax-period-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter,
.datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter,
.remove-datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter {
  text-align: center;
}
.newsletter-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-checkout-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-confirm-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-suspend-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-change-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter h3,
.ajax-period-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter h3,
.datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter h3,
.remove-datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter h3 {
  font-size: 30px;
}
.newsletter-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter p,
.ajax-checkout-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter p,
.ajax-confirm-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter p,
.ajax-suspend-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter p,
.ajax-change-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter p,
.ajax-period-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter p,
.datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter p,
.remove-datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter p {
  padding: 0;
}
.newsletter-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .highlight,
.ajax-checkout-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .highlight,
.ajax-confirm-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .highlight,
.ajax-suspend-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .highlight,
.ajax-change-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .highlight,
.ajax-period-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .highlight,
.datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .highlight,
.remove-datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .highlight {
  font-size: 16px;
  font-weight: bold;
}
.newsletter-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .green-highlight,
.ajax-checkout-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .green-highlight,
.ajax-confirm-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .green-highlight,
.ajax-suspend-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .green-highlight,
.ajax-change-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .green-highlight,
.ajax-period-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .green-highlight,
.datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .green-highlight,
.remove-datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .text-newsletter .green-highlight {
  font-size: 16px;
  font-weight: bold;
  color: #8cc63f;
  margin-top: 30px;
}
.newsletter-optin.ajaxcheckout .wrap-content-optin .content-optin .paypal-modal h4,
.ajax-checkout-optin.ajaxcheckout .wrap-content-optin .content-optin .paypal-modal h4,
.ajax-confirm-optin.ajaxcheckout .wrap-content-optin .content-optin .paypal-modal h4,
.ajax-suspend-optin.ajaxcheckout .wrap-content-optin .content-optin .paypal-modal h4,
.ajax-change-optin.ajaxcheckout .wrap-content-optin .content-optin .paypal-modal h4,
.ajax-period-optin.ajaxcheckout .wrap-content-optin .content-optin .paypal-modal h4,
.datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .paypal-modal h4,
.remove-datacandy-modal-optin.ajaxcheckout .wrap-content-optin .content-optin .paypal-modal h4 {
  text-transform: uppercase;
}
.newsletter-optin.ajaxcheckout .wrap-content-optin .paypal-logo,
.ajax-checkout-optin.ajaxcheckout .wrap-content-optin .paypal-logo,
.ajax-confirm-optin.ajaxcheckout .wrap-content-optin .paypal-logo,
.ajax-suspend-optin.ajaxcheckout .wrap-content-optin .paypal-logo,
.ajax-change-optin.ajaxcheckout .wrap-content-optin .paypal-logo,
.ajax-period-optin.ajaxcheckout .wrap-content-optin .paypal-logo,
.datacandy-modal-optin.ajaxcheckout .wrap-content-optin .paypal-logo,
.remove-datacandy-modal-optin.ajaxcheckout .wrap-content-optin .paypal-logo {
  display: block!important;
}
footer[role="contentinfo"] {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
}
.foot_cta {
  position: relative;
  display: block;
  background-color: #818073;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 30px 0;
}
.foot_cta .fa-lock {
  font-size: 73px;
  line-height: 73px;
  vertical-align: top;
  text-align: left;
  color: #ffffff;
}
.foot_cta .desc {
  position: relative;
  display: inline-block;
  width: 80%;
  height: auto;
  vertical-align: top;
  text-align: left;
  padding: 10px 30px 0 30px;
}
.foot_cta .desc * {
  color: #ffffff;
}
.foot_cta .desc p:last-child {
  margin-bottom: 0px;
}
.foot_cta .btn {
  vertical-align: top;
  margin-top: 10px;
}
.banner_bot {
  position: relative;
  display: block;
  padding: 75px 0 75px 0;
  font-size: 0px;
  text-align: center;
}
.banner_bot .item {
  width: 25%;
  height: auto;
  min-height: 100px;
  position: relative;
  display: inline-block;
  background-color: #f4f5f2;
  vertical-align: top;
  padding: 20px 15px;
  -webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  font-size: 14px;
}
.banner_bot .item .icon {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  float: left;
  font-size: 50px;
  line-height: 60px;
  color: #8cc63e;
}
.banner_bot .item .icon.fa-map-marker {
  text-align: left;
  width: 40px;
}
.banner_bot .item .icon.fa-map-marker + .desc {
  padding-left: 45px;
}
.banner_bot .item .desc {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 22px;
  padding-left: 65px;
  color: #8cc63e;
  text-align: left;
}
.banner_bot .item .desc strong {
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 600;
  color: #818073;
  display: block;
}
.banner_bot .item + .item {
  border-left: 1px solid #c7c8c6;
}
.banner_bot .item:hover,
.banner_bot .item:focus {
  border-left-color: #8cc63e;
  background-color: #8cc63e;
}
.banner_bot .item:hover + .item,
.banner_bot .item:focus + .item {
  border-left-color: #8cc63e;
}
.banner_bot .item:hover .icon,
.banner_bot .item:focus .icon,
.banner_bot .item:hover .desc,
.banner_bot .item:focus .desc,
.banner_bot .item:hover .desc strong,
.banner_bot .item:focus .desc strong {
  color: #ffffff;
}
.prefoot_elems {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 15px 0;
}
.prefoot_elems .box_title {
  margin: 0 15px 0 0;
  padding: 5px 0 0 0;
  float: left;
}
.prefoot_elems .social_media,
.prefoot_elems .egiftCard_check {
  position: relative;
  float: left;
}
.prefoot_elems .social_media {
  padding: 0 20px 0 25px;
  border-left: 1px solid #818073;
  border-right: 1px solid #818073;
  margin-left: 36px;
  margin-left: 3%;
}
.prefoot_elems.fr-ca .social_media {
  margin-left: 0;
}
.prefoot_elems .subscribe_newsletter {
  position: relative;
  float: right;
}
.prefoot_elems .col-sm-6 {
  padding: 5px 50px 5px  15px;
}
.prefoot_elems .col-sm-6 + .col-sm-6 {
  border-left: 1px solid #818073;
  padding: 5px 15px 5px 50px;
}
.prefoot_elems ul.social_networks {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
  float: left;
}
.prefoot_elems ul.social_networks li {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
}
.prefoot_elems ul.social_networks li a {
  position: relative;
  display: block;
  background-color: #818073;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  line-height: 38px;
  -webkit-transition: background 180ms ease-out;
  -moz-transition: background 180ms ease-out;
  -o-transition: background 180ms ease-out;
  transition: background 180ms ease-out;
  text-align: center;
  color: #ffffff;
}
.prefoot_elems ul.social_networks li a span {
  position: absolute;
  left: -400px;
}
.prefoot_elems ul.social_networks li a:hover {
  background-color: #8cc63e;
}
.prefoot_elems .btn_more {
  float: right;
}
.main_footer {
  position: relative;
  display: block;
  background-color: #f4f5f2;
  padding: 20px 0;
  margin: 0;
}
.main_footer address.copyrights {
  position: relative;
  display: block;
  float: none;
  clear: both;
  margin: 0;
  font-size: 13px;
  line-height: 15px;
  color: #818073;
  text-align: left;
  width: 100%;
}
.footer_menu {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.footer_menu .trigger {
  position: relative;
  display: block;
  padding: 0 25px 12px 0;
  margin: 0;
  border-bottom: 1px solid #c7c8c6;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  font-weight: 600;
  color: #8cc63e;
}
.footer_menu .trigger .fa {
  position: absolute;
  display: block;
  font-size: 16px;
  line-height: 18px;
  top: 0px;
  right: 0;
}
.footer_menu .trigger:hover,
.footer_menu .trigger:focus {
  color: #6b9e26;
}
.footer_menu.closed .trigger .fa:before {
  content: "\f103";
}
.footer_menu .expandable {
  position: relative;
  display: block;
  border-bottom: 1px solid #c7c8c6;
  padding: 20px 0px;
  margin: 0;
  font-size: 0px;
}
.footer_menu ul {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer_menu ul li a {
  color: #818073;
}
.footer_menu ul li a:hover,
.footer_menu ul li a:focus {
  color: #6b9e26;
}
.footer_menu ul.level1 {
  display: inline-block;
  width: 16.6%;
  height: auto;
  vertical-align: top;
}
.footer_menu ul.level1 > li > a {
  font-weight: 600;
}
.footer_menu ul.level1 > li + li {
  margin-top: 17px;
}
.footer_menu ul.level1 + ul.level1 {
  padding: 0 20px;
}
.footer_menu ul.level1 + ul.level1:last-child {
  padding-left: 20px;
}
.footer_menu ul.level2 {
  margin-top: 17px;
}
.footer_menu ul.level2 li + li {
  margin-top: 17px;
}
#delete-from-cart-modal .close,
#delete-from-wishlit-modal .close {
  font-size: 30px;
  margin-right: -5px;
  margin-top: -10px;
  cursor: pointer;
}
#delete-from-cart-modal .modal-content,
#delete-from-wishlit-modal .modal-content {
  border-radius: 0;
  border: 7px solid #FFF;
  padding: 7px;
  background: none;
}
#delete-from-cart-modal .modal-content div,
#delete-from-wishlit-modal .modal-content div {
  border: none;
  background-color: #FFF;
}
#delete-from-cart-modal .modal-content .modal-title h4,
#delete-from-wishlit-modal .modal-content .modal-title h4 {
  font-weight: bold;
}
#delete-from-cart-modal .modal-content .modal-body,
#delete-from-wishlit-modal .modal-content .modal-body {
  padding: 10px 15px;
}
#delete-from-cart-modal .modal-content .modal-body p,
#delete-from-wishlit-modal .modal-content .modal-body p {
  margin: 0;
}
.paypal-logo {
  display: none;
}
div.card_associated {
  color: #8cc63e;
  position: relative;
  font-size: 13px;
  cursor: pointer;
  z-index: 750;
}
div.card_associated:hover ul.card_list {
  display: block;
}
div.card_associated ul.card_list {
  background-color: #fff;
  border: 1px solid #8cc63e;
  padding: 0;
  position: absolute;
  top: 17px;
  left: 0;
  display: none;
  width: 220px;
}
div.card_associated ul.card_list li {
  color: #c7c8c6;
  margin: 0;
  padding: 10px;
}
div.card_associated ul.card_list li:hover {
  background-color: #8cc63e;
  color: #fff;
}
#product_addtocart_form .options-list .price-notice {
  display: none;
}
.product-egift-card .availability,
.product-cartecadeau .availability,
.product-egift-card .note,
.product-cartecadeau .note {
  display: none;
}
/************************************************/
/******************* WHOLESALE ******************/
/************************************************/
.wholesale header[role="banner"] .logo {
  position: relative;
  top: -30px;
}
.wholesale header[role="banner"] .logo.main {
  display: block;
  margin: 34px 0;
}
.wholesale .customer-address-form #form-validate .form-list .fields.wholesale-phone .field {
  width: 33%;
}
.wholesale.customer-account-login .top_bar {
  margin-bottom: 0;
}
.wholesale.customer-account-login .login-banner {
  margin: 60px 0;
}
.wholesale .account-create.wholesale #form-validate .address-fields .form-list .fields .field,
.wholesale .customer-account-edit.wholesale #form-validate .address-fields .form-list .fields .field,
.wholesale .account-create.wholesale #form-validate .password-fields .form-list .fields .field,
.wholesale .customer-account-edit.wholesale #form-validate .password-fields .form-list .fields .field {
  width: 50%;
}
.wholesale .account-create.wholesale #form-validate .address-fields .form-list .fields .field.phone,
.wholesale .customer-account-edit.wholesale #form-validate .address-fields .form-list .fields .field.phone,
.wholesale .account-create.wholesale #form-validate .password-fields .form-list .fields .field.phone,
.wholesale .customer-account-edit.wholesale #form-validate .password-fields .form-list .fields .field.phone,
.wholesale .account-create.wholesale #form-validate .address-fields .form-list .fields .field.ext,
.wholesale .customer-account-edit.wholesale #form-validate .address-fields .form-list .fields .field.ext,
.wholesale .account-create.wholesale #form-validate .password-fields .form-list .fields .field.ext,
.wholesale .customer-account-edit.wholesale #form-validate .password-fields .form-list .fields .field.ext {
  width: 25%;
}
.wholesale .account-create.wholesale #form-validate #region_id,
.wholesale .customer-account-edit.wholesale #form-validate #region_id,
.wholesale .account-create.wholesale #form-validate #country,
.wholesale .customer-account-edit.wholesale #form-validate #country {
  display: block;
}
.wholesale .account-login .explications {
  margin-bottom: 25px;
}
.wholesale .account-login .explications h2 {
  color: #8cc63e;
  font-size: 21px;
  font-weight: 700;
}
.wholesale .customer-account-create .explications {
  margin-bottom: 25px;
}
.wholesale #form-validate .form-list .fields .field .input-box select {
  display: none;
}
.wholesale #form-validate .form-list .fields .field .input-box select#wholesale_country {
  display: block;
}
.wholesale .products-grid .item {
  padding: 20px 20px 90px 20px !important;
}
.wholesale .box-price {
  font-size: 20px;
  font-weight: 600;
}
.wholesale .btn-cart {
  margin-top: 10px;
  display: block !important;
}
.wholesale .product-view .price-box {
  display: none !important;
}
.wholesale .home_prefoot {
  display: none !important;
}
.wholesale #amorderattr {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
.wholesale #amorderattr textarea {
  background-color: white;
}
.wholesale #checkout-shipping-method-load {
  display: none;
}
.wholesale .price-box {
  display: none !important;
}
.wholesale .main_footer address.copyrights {
  line-height: 28px;
}
.wholesale .main_footer address.copyrights .customer_service_phone {
  float: right;
  font-size: 21px;
}
