article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "Droid Sans", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #202a0e;
  line-height: 24px;
  background-color: #e2cdad;
  background-image: url("../images/body_background.jpg");
  background-repeat: repeat;
  background-position: 0px 0px;
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: #9f6801;
  font-weight: bold;
  -webkit-transition: color ease-out 0.3s;
  -moz-transition: color ease-out 0.3s;
  -ms-transition: color ease-out 0.3s;
  -o-transition: color ease-out 0.3s;
  transition: color ease-out 0.3s;
}
a:visited {
  color: #9f6801;
}
a:hover {
  color: #202a0e;
}

.hidden {
  display: none;
}

.clearBox {
  clear: both;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

::-webkit-selection {
  background: #9f6801;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #9f6801;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #9f6801;
  color: #fff;
  text-shadow: none;
}

.general-sprite, .border-shadow, .site-header .wrapper-center:before, .site-header .wrapper-center:after, .site-header .wrapper-center .container-logo h1 a:before, .site-header .wrapper-center .container-logo h1 a:after, .site-content.home .home-slideshow .navigation-module .informations-container:before, .site-content.home .home-slideshow .navigation-module .informations-container:after, .site-content.home .home-slideshow .navigation-module .informations-container .container:before, .site-content.home .home-slideshow .navigation-module .informations-container .container:after, .site-footer .wrapper-center .vcard:before, .site-footer .wrapper-center .vcard:after, .border-shadow-small, .site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul:before, .site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul:after, .button-link-dark, .site-content.product-page .product-details .top-part .right-part .cart-link, .site-header .top-bar .wrapper-center .nav-options ul li .title:after, .site-header .top-bar .wrapper-center .nav-languages .selected:after, .site-content .page-header .cart-header .image, .site-content .page-part-title .title span:before, .site-content .page-part-title .title span:after, .site-content .page-pagination ul:before, .site-content .page-pagination ul:after, .site-content.home .home-slideshow .navigation-module .navigation-container .more-link a, .site-content.product-page .product-details .top-part .right-part .cart-add-link span:before, .site-content.product-page .product-details .top-part .right-part .cart-link span, .site-content.adoption-page .adoption-items-container .part-submit .submit-link span, .site-content.contact-page .contact-box-1 .part-bottom .part-address .social-link:before, .site-content.newsletter-page .newsletter-box-1 .submit-link span, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .right-part .cart-remove-icon-link span, .site-footer .wrapper-center .links-socials .container ul li a span {
  background-image: url("../images/general_sprite.png");
  background-repeat: no-repeat;
}

.border-shadow, .site-header .wrapper-center:before, .site-header .wrapper-center:after, .site-header .wrapper-center .container-logo h1 a:before, .site-header .wrapper-center .container-logo h1 a:after, .site-content.home .home-slideshow .navigation-module .informations-container:before, .site-content.home .home-slideshow .navigation-module .informations-container:after, .site-content.home .home-slideshow .navigation-module .informations-container .container:before, .site-content.home .home-slideshow .navigation-module .informations-container .container:after, .site-footer .wrapper-center .vcard:before, .site-footer .wrapper-center .vcard:after {
  content: "";
  display: block;
  height: 130px;
  width: 132px;
  background-position: 0px -30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

.border-shadow-small, .site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul:before, .site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul:after {
  content: "";
  display: block;
  width: 103px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0px -163px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

.normal-title, .big-title, .small-title, .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-products li .title, .site-content.home .home-adoption .informations-container .title, .site-content.products-listing-page .products-container li .title, .site-content.product-page .product-details .top-part .left-part .quantity-amout, .site-content.product-page .related-products li .title, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .title {
  font-family: 'Droid Serif', serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
}

.big-title {
  font-size: 40px;
  line-height: 45px;
}

.small-title {
  font-size: 22px;
  line-height: 26px;
}

.button-link-dark, .site-content.product-page .product-details .top-part .right-part .cart-link {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #202a0e;
  color: #ffbb3b !important;
  background-position: -1016px 12px;
  padding-left: 20px;
  padding-right: 12px;
  margin-top: 20px;
}
.button-link-dark:hover, .site-content.product-page .product-details .top-part .right-part .cart-link:hover {
  color: #f3e2c8 !important;
  background-position: -1016px -158px;
}

.content-raster, .site-content .nav-submenu:after, .site-content.cart-page .cart-box-1 .cart-items-container:after, .site-content.cart-page .cart-box-4 .cart-items-container:after {
  background-image: url("../images/raster_content.png");
  background-repeat: repeat;
  background-position: -5px -6px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.white-background, .site-content.products-listing-page .products-container li .price-container, .site-content.adoption-page .adoption-items-container .adoption-item .content .option.active {
  background-color: rgba(255, 255, 255, 0.5);
}

.input {
  background-color: white;
  border: 0px;
  padding: 5px 10px 5px 10px;
  font-family: "Droid Sans", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #89866a;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color ease-out 0.3s, color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s, color ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s, color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s, color ease-out 0.3s;
  transition: background-color ease-out 0.3s, color ease-out 0.3s;
}
.input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #202a0e;
}
.input:focus {
  outline: 0px;
  color: #9f6801;
}
.input.full-width {
  width: 100%;
  display: block;
}
.input.select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding-right: 30px;
  background-image: url("../images/select_icon.png");
  background-repeat: no-repeat;
  background-position: right 50%;
  cursor: pointer;
}
.input.error {
  background-color: rgba(255, 0, 0, 0.2);
}

.obligatory {
  color: #9f6801;
}

.index-container {
  padding: 100px 0px 100px 0px;
  background-color: #f6e9d6;
  text-align: center;
}
.index-container h1 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #81854c;
}
.index-container:before {
  content: "";
  display: block;
  width: 209px;
  height: 259px;
  background-image: url("../images/logo_olio_leo.png");
  background-repeat: no-repeat;
  position: relative;
  top: -50px;
  margin: 0 auto;
}

.wrapper-center {
  width: 956px;
  position: relative;
  left: 50%;
  margin-left: -478px;
}

.site-header {
  background-color: #f3e2c8;
  position: relative;
  z-index: 102;
}
.site-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  border-top: 1px dotted #81854c;
  position: relative;
  padding-bottom: 3px;
  z-index: 0;
}
.site-header .wrapper-center {
  position: relative;
}
.site-header .wrapper-center:before {
  position: absolute;
  left: -130px;
  bottom: 0px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.site-header .wrapper-center:after {
  position: absolute;
  left: 217px;
  bottom: 0px;
}
.site-header .wrapper-center .container-logo {
  display: inline-block;
  position: absolute;
  background-color: #f6e9d6;
  padding: 3px;
  z-index: 101;
  top: -5px;
}
.site-header .wrapper-center .container-logo h1 {
  display: inline-block;
  background-color: #f6e9d6;
  border: 1px dotted #81854c;
}
.site-header .wrapper-center .container-logo h1 a {
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.site-header .wrapper-center .container-logo h1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
.site-header .wrapper-center .container-logo h1 a:before {
  position: absolute;
  left: 4px;
  bottom: 4px;
}
.site-header .wrapper-center .container-logo h1 a:after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.site-header .wrapper-center .container-logo h1 a img {
  width: 209px;
}
.site-header .wrapper-center .nav-main-height-fixer {
  position: relative;
  padding-top: 47px;
  display: none;
}
.site-header .wrapper-center .nav-main-height-fixer.visible {
  display: block;
}
.site-header .wrapper-center .nav-main {
  position: relative;
  padding-top: 47px;
  text-align: right;
  -webkit-transition: box-shadow ease-out 0.3s;
  -moz-transition: box-shadow ease-out 0.3s;
  -ms-transition: box-shadow ease-out 0.3s;
  -o-transition: box-shadow ease-out 0.3s;
  transition: box-shadow ease-out 0.3s;
}
.site-header .wrapper-center .nav-main.fixed {
  position: fixed;
  top: 0px;
  z-index: 10;
  background-color: #f3e2c8;
  left: 0px;
  width: 100%;
  padding-top: 0px;
  border-bottom: 1px dotted;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 0px;
}
.site-header .wrapper-center .nav-main.fixed .container-for-fixed {
  width: 956px;
  margin: 0 auto;
}
.site-header .wrapper-center .nav-main.small {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 0px;
}
.site-header .wrapper-center .nav-main.small .container-for-fixed {
  background-position: 2px center;
}
.site-header .wrapper-center .nav-main.small .container-for-fixed > ul > li {
  display: inline-block;
  position: relative;
}
.site-header .wrapper-center .nav-main.small .container-for-fixed > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.site-header .wrapper-center .nav-main.small .container-for-fixed > ul > li:hover ul {
  margin-top: -3px;
}
.site-header .wrapper-center .nav-main.small .container-for-fixed > ul > li:hover ul:before {
  display: none;
}
.site-header .wrapper-center .nav-main.small .container-for-fixed > ul > li:hover ul:after {
  display: none;
}
.site-header .wrapper-center .nav-main .container-for-fixed {
  background-image: url("../images/logo_olio_leo_fixed.png");
  background-repeat: no-repeat;
  background-position: 2px -200px;
  -webkit-transition: background-position ease-out 0.5s;
  -moz-transition: background-position ease-out 0.5s;
  -ms-transition: background-position ease-out 0.5s;
  -o-transition: background-position ease-out 0.5s;
  transition: background-position ease-out 0.5s;
}
.site-header .wrapper-center .nav-main .container-for-fixed ul li a {
  font-family: 'Droid Serif', serif;
  color: #202a0e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
  opacity: 0.99;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  display: block;
}
.site-header .wrapper-center .nav-main .container-for-fixed ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li {
  display: inline-block;
  position: relative;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li > a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding-top: 40px;
  padding-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: opacity ease-out 0.3s, padding-top ease-out 0.3s, padding-bottom ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s, padding-top ease-out 0.3s, padding-bottom ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s, padding-top ease-out 0.3s, padding-bottom ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s, padding-top ease-out 0.3s, padding-bottom ease-out 0.3s;
  transition: opacity ease-out 0.3s, padding-top ease-out 0.3s, padding-bottom ease-out 0.3s;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li > a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li:last-child a {
  padding-right: 0px !important;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li:last-child ul {
  margin-left: -90px;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li:hover > a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li:hover ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  margin-top: -15px;
  -webkit-transition: opacity ease-out 0.3s, margin-top ease-out 0s 0s;
  -moz-transition: opacity ease-out 0.3s, margin-top ease-out 0s 0s;
  -ms-transition: opacity ease-out 0.3s, margin-top ease-out 0s 0s;
  -o-transition: opacity ease-out 0.3s, margin-top ease-out 0s 0s;
  transition: opacity ease-out 0.3s, margin-top ease-out 0s 0s;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul {
  position: absolute;
  border: 1px dotted #81854c;
  border-top: 0px;
  background-color: #f3e2c8;
  text-align: center;
  padding: 0px 20px 10px 20px;
  margin-top: -1000px;
  z-index: 102;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: #f3e2c8 0px 0px 0px 3px;
  -moz-box-shadow: #f3e2c8 0px 0px 0px 3px;
  box-shadow: #f3e2c8 0px 0px 0px 3px;
  -webkit-transition: opacity ease-out 0.3s, margin-top ease-out 0s 0.3s;
  -moz-transition: opacity ease-out 0.3s, margin-top ease-out 0s 0.3s;
  -ms-transition: opacity ease-out 0.3s, margin-top ease-out 0s 0.3s;
  -o-transition: opacity ease-out 0.3s, margin-top ease-out 0s 0.3s;
  transition: opacity ease-out 0.3s, margin-top ease-out 0s 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul:before {
  position: absolute;
  left: -107px;
  top: -13px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul:after {
  position: absolute;
  right: -107px;
  top: -13px;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul li a {
  font-weight: normal;
  line-height: 17px;
  padding-bottom: 10px;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul li a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul li:first-child {
  position: relative;
  margin-top: -2px;
}
.site-header .top-bar {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 47px;
  z-index: 100;
  color: #f3e2c8;
  line-height: 10px;
  background-color: black;
  border-bottom: 1px solid black;
  background-image: url("../images/raster_top_bar.png");
  background-repeat: repeat-x;
  background-position: 0px -9px;
}
.site-header .top-bar:after, .site-header .top-bar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #615a50;
  top: 46px;
}
.site-header .top-bar:after {
  top: 45px;
  background-color: black;
}
.site-header .top-bar a {
  color: #c5912b;
}
.site-header .top-bar a:visited {
  color: #c5912b;
}
.site-header .top-bar a:hover {
  color: #f3e2c8;
}
.site-header .top-bar .wrapper-center .nav-options {
  float: right;
}
.site-header .top-bar .wrapper-center .nav-options ul li {
  display: inline-block;
  float: right;
  border: 1px solid #615a50;
  border-top: 0px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: black;
  outline: 1px solid black;
  text-align: right;
}
.site-header .top-bar .wrapper-center .nav-options ul li:hover .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-header .top-bar .wrapper-center .nav-options ul li:hover .container-form {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-header .top-bar .wrapper-center .nav-options ul li .title {
  height: 46px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #c5912b;
  cursor: pointer;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.site-header .top-bar .wrapper-center .nav-options ul li .title:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.site-header .top-bar .wrapper-center .nav-options ul li .container-form {
  border: 0px;
  max-height: 0px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: max-height ease-in-out 0.35s, opacity ease-out 0.35s;
  -moz-transition: max-height ease-in-out 0.35s, opacity ease-out 0.35s;
  -ms-transition: max-height ease-in-out 0.35s, opacity ease-out 0.35s;
  -o-transition: max-height ease-in-out 0.35s, opacity ease-out 0.35s;
  transition: max-height ease-in-out 0.35s, opacity ease-out 0.35s;
}
.site-header .top-bar .wrapper-center .nav-options ul li .container-form form {
  position: relative;
  top: -10px;
  padding-bottom: 10px;
}
.site-header .top-bar .wrapper-center .nav-options ul li .container-form form input {
  width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  padding: 10px 10px 9px 10px;
  background-color: #312d28;
  color: #c5912b;
  margin-top: 10px;
  -webkit-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -moz-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -ms-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -o-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  transition: color ease-out 0.3s, background-color ease-out 0.3s;
  text-align: right;
}
.site-header .top-bar .wrapper-center .nav-options ul li .container-form form input:hover {
  background-color: #181613;
}
.site-header .top-bar .wrapper-center .nav-options ul li .container-form form input:focus {
  outline: 0px;
  background-color: #181613;
  color: #f3e2c8;
}
.site-header .top-bar .wrapper-center .nav-options ul li .container-form form input.submit {
  background-color: #c5912b;
  color: black;
  font-weight: 700;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.site-header .top-bar .wrapper-center .nav-options ul li .container-form form input.submit:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-header .top-bar .wrapper-center .nav-options ul li.search:hover .container-form {
  max-height: 60px;
}
.site-header .top-bar .wrapper-center .nav-options ul li.search .title {
  width: 300px;
}
.site-header .top-bar .wrapper-center .nav-options ul li.search .title:after {
  background-position: -60px 0px;
}
.site-header .top-bar .wrapper-center .nav-options ul li.search .container-form form input {
  width: 300px;
}
.site-header .top-bar .wrapper-center .nav-options ul li.search .container-form form input.text {
  left: 0px;
  z-index: 1;
  position: absolute;
  text-align: left;
}
.site-header .top-bar .wrapper-center .nav-options ul li.search .container-form form input.submit {
  color: transparent;
  position: relative;
  z-index: 2;
  top: 0px;
  width: 40px;
  margin-top: 0px;
  background-image: url("../images/icon_arrow_right_dark.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 5px;
}
.site-header .top-bar .wrapper-center .nav-options ul li.connexion:hover .container-form {
  max-height: 150px;
}
.site-header .top-bar .wrapper-center .nav-options ul li.connexion .title {
  width: 150px;
}
.site-header .top-bar .wrapper-center .nav-options ul li.connexion .title:after {
  background-position: -30px 0px;
}
.site-header .top-bar .wrapper-center .nav-options ul li.logout .title:after {
  background-position: -90px 0px;
}
.site-header .top-bar .wrapper-center .nav-options ul li.my-account.active .title {
  color: #f3e2c8;
}
.site-header .top-bar .wrapper-center .nav-options ul li.my-account.active .title:after {
  background-position: -30px 0px;
}
.site-header .top-bar .wrapper-center .nav-languages {
  border: 1px solid #615a50;
  border-top: 0px;
  float: right;
  height: auto;
  z-index: 10;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: black;
  outline: 1px solid black;
}
.site-header .top-bar .wrapper-center .nav-languages:hover .container-languages {
  max-height: 170px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-header .top-bar .wrapper-center .nav-languages:hover .selected {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-header .top-bar .wrapper-center .nav-languages .selected {
  display: block;
  height: 46px;
  width: 32px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.site-header .top-bar .wrapper-center .nav-languages .selected:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  right: -10px;
}
.site-header .top-bar .wrapper-center .nav-languages .container-languages {
  max-height: 0px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: max-height ease-in-out 0.35s, opacity ease-out 0.35s;
  -moz-transition: max-height ease-in-out 0.35s, opacity ease-out 0.35s;
  -ms-transition: max-height ease-in-out 0.35s, opacity ease-out 0.35s;
  -o-transition: max-height ease-in-out 0.35s, opacity ease-out 0.35s;
  transition: max-height ease-in-out 0.35s, opacity ease-out 0.35s;
}
.site-header .top-bar .wrapper-center .nav-languages .container-languages ul {
  padding-bottom: 10px;
  position: relative;
  top: -10px;
}
.site-header .top-bar .wrapper-center .nav-languages .container-languages ul li a {
  display: block;
  width: 32px;
  text-align: center;
  background-color: #312d28;
  padding: 10px 0px 9px 0px;
  margin-top: 10px;
  font-weight: normal;
  -webkit-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -moz-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -ms-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -o-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  transition: color ease-out 0.3s, background-color ease-out 0.3s;
}
.site-header .top-bar .wrapper-center .nav-languages .container-languages ul li a:hover {
  background-color: #181613;
}
.site-header .top-bar .wrapper-center .nav-languages .container-languages ul li a.active {
  color: #f3e2c8;
}
.site-header .top-bar .wrapper-center .nav-languages .container-languages ul li a.active:hover {
  background-color: #312d28;
}

.site-content .page-header {
  position: relative;
  width: 100%;
  height: 165px;
  background-image: url("../images/header_background_1.jpg");
  background-repeat: no-repeat;
  background-position: center 0px;
}
.site-content .page-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  border-bottom: 1px dotted #81854c;
  bottom: -4px;
}
.site-content .page-header .cart-header {
  position: relative;
  float: right;
  height: 165px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, #202a0e));
  background-image: -webkit-linear-gradient(top, transparent, #202a0e);
  background-image: -moz-linear-gradient(top, transparent, #202a0e);
  background-image: -o-linear-gradient(top, transparent, #202a0e);
  background-image: -ms-linear-gradient(top, transparent, #202a0e);
  background-image: linear-gradient(top, transparent, #202a0e);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  color: #f6e9d6;
  font-weight: normal;
}
.site-content .page-header .cart-header:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #121506;
  bottom: 0px;
  position: absolute;
  height: 8px;
  left: 0px;
}
.site-content .page-header .cart-header .title a {
  font-family: 'Droid Serif', serif;
  color: #ffbb3b;
  text-shadow: #121506 0px 1px 0px;
  font-size: 18px;
  line-height: 18px;
  padding-right: 60px;
}
.site-content .page-header .cart-header .title a:hover {
  color: #f6e9d6;
}
.site-content .page-header .cart-header .amount {
  font-size: 12px;
  position: relative;
  padding-right: 60px;
  top: -3px;
  text-shadow: #121506 0px 1px 0px;
}
.site-content .page-header .cart-header .image {
  display: block;
  position: absolute;
  width: 54px;
  height: 48px;
  background-position: 0px -270px;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  right: 10px;
  bottom: 15px;
}
.site-content .page-header .cart-header .image span {
  display: none;
}
.site-content .page-header .cart-header .image:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-content .nav-submenu {
  width: 100%;
  text-align: center;
  padding-top: 37px;
  border-bottom: 1px dotted #81854c;
  padding-bottom: 47px;
  position: relative;
}
.site-content .nav-submenu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #81854c;
  bottom: 32px;
}
.site-content .nav-submenu:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 1px;
}
.site-content .nav-submenu li {
  display: inline-block;
}
.site-content .nav-submenu li a {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-weight: 700;
  color: #202a0e;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  padding-left: 20px;
  padding-right: 20px;
}
.site-content .nav-submenu li a:hover, .site-content .nav-submenu li a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.site-content .nav-submenu.with-third-level ul.third-level {
  border-top: 1px dotted #81854c;
  padding-top: 16px;
  margin-top: 14px;
}
.site-content .nav-submenu.with-third-level ul.third-level li a {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}
.site-content .page-part-title {
  width: 100%;
  border-top: 1px dotted #81854c;
  border-bottom: 1px dotted #81854c;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  line-height: 96px;
  height: 96px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.site-content .page-part-title .title {
  position: relative;
}
.site-content .page-part-title .title span:before, .site-content .page-part-title .title span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  margin-left: -37px;
  background-position: 0px -237px;
}
.site-content .page-part-title .title span:after {
  margin-left: 5px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.site-content .page-part-title.light {
  background-color: #f3e2c8;
  border: 0px;
}
.site-content .page-part-title.without-top-border {
  border-top-color: transparent;
}
.site-content .page-pagination {
  width: 100%;
  border-top: 1px dotted #81854c;
  border-bottom: 1px dotted #81854c;
  line-height: 96px;
  height: 96px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 80px;
}
.site-content .page-pagination ul {
  position: relative;
}
.site-content .page-pagination ul:before, .site-content .page-pagination ul:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  margin-left: -37px;
  background-position: 0px -237px;
}
.site-content .page-pagination ul:after {
  margin-left: 5px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.site-content .page-pagination ul li {
  display: inline-block;
}
.site-content .page-pagination ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 1px;
  background-color: rgba(18, 21, 6, 0.5);
  -webkit-transition: background-color ease-out 0.3s, color ease-out 0.3s, text-shadow ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s, color ease-out 0.3s, text-shadow ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s, color ease-out 0.3s, text-shadow ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s, color ease-out 0.3s, text-shadow ease-out 0.3s;
  transition: background-color ease-out 0.3s, color ease-out 0.3s, text-shadow ease-out 0.3s;
  color: #ffbb3b;
  text-shadow: #202a0e 0px 1px 0px;
}
.site-content .page-pagination ul li a:hover, .site-content .page-pagination ul li a.active {
  background-color: rgba(18, 21, 6, 0.1);
  color: #202a0e;
  text-shadow: #f6e9d6 0px 1px 0px;
}
.site-content .images-slideshow-module {
  position: relative;
}
.site-content .images-slideshow-module .images-container {
  width: 100%;
  background-color: #202a0e;
  position: relative;
}
.site-content .images-slideshow-module .images-container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-image: url("../images/raster_top_bar.png");
  background-repeat: repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-content .images-slideshow-module .images-container li {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
}
.site-content .images-slideshow-module .images-container li img {
  position: absolute;
  width: 100%;
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity ease-out 0.35s;
  -moz-transition: opacity ease-out 0.35s;
  -ms-transition: opacity ease-out 0.35s;
  -o-transition: opacity ease-out 0.35s;
  transition: opacity ease-out 0.35s;
  vertical-align: text-bottom;
  display: block;
}
.site-content .images-slideshow-module .images-container li.active {
  z-index: 1;
}
.site-content .images-slideshow-module .images-container li.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity ease-in-out 1.2s;
  -moz-transition: opacity ease-in-out 1.2s;
  -ms-transition: opacity ease-in-out 1.2s;
  -o-transition: opacity ease-in-out 1.2s;
  transition: opacity ease-in-out 1.2s;
}
.site-content .images-slideshow-module .images-container li.first {
  position: relative;
}
.site-content .images-slideshow-module .images-container li.first img {
  position: relative;
}
.site-content .images-slideshow-module .navigation-container {
  position: relative;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site-content .images-slideshow-module .navigation-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #202a0e;
  z-index: 1;
}
.site-content .images-slideshow-module .navigation-container .navigation {
  position: relative;
  z-index: 1;
  top: 0px;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
}
.site-content .images-slideshow-module .navigation-container .navigation li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.site-content .images-slideshow-module .navigation-container .navigation li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #121506;
  margin: 0px;
  padding: 0px;
  margin-left: 1px;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}
.site-content .images-slideshow-module .navigation-container .navigation li a span {
  font-size: 0px;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  margin-left: 16px;
  margin-top: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffbb3b;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}
.site-content .images-slideshow-module .navigation-container .navigation li a:hover {
  background-color: transparent;
}
.site-content .images-slideshow-module .navigation-container .navigation li a:hover span {
  background-color: #f3e2c8;
}
.site-content .images-slideshow-module .navigation-container .navigation li.active a {
  background-color: transparent;
}
.site-content .images-slideshow-module .navigation-container .navigation li.active a span {
  background-color: #f3e2c8;
}
.site-content.home {
  position: relative;
}
.site-content.home:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #81854c;
  top: 473px;
}
.site-content.home .home-slideshow {
  width: 100%;
  height: 470px;
  background-color: #202a0e;
  position: relative;
  overflow: hidden;
}
.site-content.home .home-slideshow:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url("../images/raster_top_bar.png");
  background-repeat: repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-content.home .home-slideshow .navigation-module {
  width: 50%;
  z-index: 10;
  position: absolute;
  top: 165px;
}
.site-content.home .home-slideshow .navigation-module .title, .site-content.home .home-slideshow .navigation-module .subtitle, .site-content.home .home-slideshow .navigation-module .desc, .site-content.home .home-slideshow .navigation-module .more-link {
  -webkit-transition: opacity ease-out 1.2s;
  -moz-transition: opacity ease-out 1.2s;
  -ms-transition: opacity ease-out 1.2s;
  -o-transition: opacity ease-out 1.2s;
  transition: opacity ease-out 1.2s;
}
.site-content.home .home-slideshow .navigation-module.fadedOut .title, .site-content.home .home-slideshow .navigation-module.fadedOut .subtitle, .site-content.home .home-slideshow .navigation-module.fadedOut .desc, .site-content.home .home-slideshow .navigation-module.fadedOut .more-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity ease-out 0.35s;
  -moz-transition: opacity ease-out 0.35s;
  -ms-transition: opacity ease-out 0.35s;
  -o-transition: opacity ease-out 0.35s;
  transition: opacity ease-out 0.35s;
}
.site-content.home .home-slideshow .navigation-module .informations-container {
  background-color: #f6e9d6;
  padding: 3px;
}
.site-content.home .home-slideshow .navigation-module .informations-container:before {
  position: absolute;
  z-index: 0;
  left: 3px;
  top: 3px;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.site-content.home .home-slideshow .navigation-module .informations-container:after {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 0;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.site-content.home .home-slideshow .navigation-module .informations-container .container {
  position: relative;
  height: 219px;
  border: 1px dotted #81854c;
  padding: 36px;
  padding-top: 27px;
  padding-right: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-content.home .home-slideshow .navigation-module .informations-container .container * {
  position: relative;
  z-index: 1;
}
.site-content.home .home-slideshow .navigation-module .informations-container .container:before {
  position: absolute;
  z-index: 0;
  left: 0px;
  bottom: 0px;
}
.site-content.home .home-slideshow .navigation-module .informations-container .container:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.site-content.home .home-slideshow .navigation-module .informations-container .container .subtitle {
  color: #89866a;
}
.site-content.home .home-slideshow .navigation-module .informations-container .container .desc {
  padding-top: 20px;
}
.site-content.home .home-slideshow .navigation-module .navigation-container {
  position: relative;
  width: 100%;
  height: 40px;
}
.site-content.home .home-slideshow .navigation-module .navigation-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #202a0e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  z-index: 0;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .more-link {
  position: absolute;
  padding: 8px 0px 0px  15px;
  text-shadow: black 0px 2px 0px;
  z-index: 1;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .more-link a {
  color: #ffbb3b;
  padding-left: 10px;
  background-position: -1028px 5px;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .more-link a:hover {
  color: #f3e2c8;
  background-position: -1028px -165px;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .navigation {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .navigation li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  outline: 0px;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .navigation li * {
  outline: 0px;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .navigation li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #121506;
  margin: 0px;
  padding: 0px;
  margin-left: 1px;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .navigation li a span {
  font-size: 0px;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  margin-left: 16px;
  margin-top: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffbb3b;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .navigation li a:hover {
  background-color: transparent;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .navigation li a:hover span {
  background-color: #f3e2c8;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .navigation li.active a {
  background-color: transparent;
}
.site-content.home .home-slideshow .navigation-module .navigation-container .navigation li.active a span {
  background-color: #f3e2c8;
}
.site-content.home .home-slideshow .home-slideshow-items li h3, .site-content.home .home-slideshow .home-slideshow-items li p, .site-content.home .home-slideshow .home-slideshow-items li a {
  display: none;
}
.site-content.home .home-slideshow .home-slideshow-items li img {
  width: 2560px;
  height: 470px;
  position: absolute;
  left: 50%;
  margin-left: -1280px;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity ease-out 0.35s;
  -moz-transition: opacity ease-out 0.35s;
  -ms-transition: opacity ease-out 0.35s;
  -o-transition: opacity ease-out 0.35s;
  transition: opacity ease-out 0.35s;
}
.site-content.home .home-slideshow .home-slideshow-items li.active img {
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity ease-in-out 1.2s;
  -moz-transition: opacity ease-in-out 1.2s;
  -ms-transition: opacity ease-in-out 1.2s;
  -o-transition: opacity ease-in-out 1.2s;
  transition: opacity ease-in-out 1.2s;
}
.site-content.home .home-products-title {
  margin-top: 3px;
}
.site-content.home .home-products {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2px;
}
.site-content.home .home-products li {
  float: left;
  width: 33.33%;
  background-color: #f3e2c8;
  position: relative;
  margin-top: 190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
.site-content.home .home-products li:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0px;
  left: -2px;
  background-color: #e2cdad;
  background-image: url("../images/body_background.jpg");
  background-repeat: repeat;
  background-position: 0px 0px;
  background-attachment: fixed;
}
.site-content.home .home-products li img {
  position: absolute;
  left: 50%;
  margin-left: -141px;
  margin-top: -190px;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.home .home-products li img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-content.home .home-products li .title {
  padding-top: 60px;
}
.site-content.home .home-products li .subtitle {
  color: #89866a;
  font-size: 12px;
  line-height: 20px;
}
.site-content.home .home-products li .desc {
  padding-top: 10px;
  height: 75px;
  overflow: hidden;
  margin-bottom: 20px;
}
.site-content.home .home-products li .button-link-dark, .site-content.home .home-products li .site-content.product-page .product-details .top-part .right-part .cart-link, .site-content.product-page .product-details .top-part .right-part .site-content.home .home-products li .cart-link {
  margin-top: 0px;
}
.site-content.home .home-adoption-title {
  margin-bottom: 2px;
}
.site-content.home .home-adoption {
  background-image: url("../images/home_adoption_background.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 235px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
  -webkit-box-shadow: border-box;
  -moz-box-shadow: border-box;
  box-shadow: border-box;
  overflow: hidden;
  *zoom: 1;
}
.site-content.home .home-adoption .informations-container {
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3e2c8), color-stop(100%, rgba(243, 226, 200, 0)));
  background-image: -webkit-linear-gradient(top, #f3e2c8, rgba(243, 226, 200, 0));
  background-image: -moz-linear-gradient(top, #f3e2c8, rgba(243, 226, 200, 0));
  background-image: -o-linear-gradient(top, #f3e2c8, rgba(243, 226, 200, 0));
  background-image: -ms-linear-gradient(top, #f3e2c8, rgba(243, 226, 200, 0));
  background-image: linear-gradient(top, #f3e2c8, rgba(243, 226, 200, 0));
  float: left;
  width: 575px;
}
.site-content.home .home-adoption .informations-container .title {
  padding-bottom: 25px;
}
.site-content.home .home-adoption img {
  float: right;
}
.site-content.normal-content {
  padding-bottom: 40px;
}
.site-content.normal-content .normal-content-box {
  background-color: #f3e2c8;
  margin-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.normal-content .normal-content-box .normal-title, .site-content.normal-content .normal-content-box .big-title, .site-content.normal-content .normal-content-box .small-title, .site-content.normal-content .normal-content-box .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.normal-content .normal-content-box .title, .site-content.normal-content .normal-content-box .site-content.home .home-products li .title, .site-content.home .home-products li .site-content.normal-content .normal-content-box .title, .site-content.normal-content .normal-content-box .site-content.home .home-adoption .informations-container .title, .site-content.home .home-adoption .informations-container .site-content.normal-content .normal-content-box .title, .site-content.normal-content .normal-content-box .site-content.products-listing-page .products-container li .title, .site-content.products-listing-page .products-container li .site-content.normal-content .normal-content-box .title, .site-content.normal-content .normal-content-box .site-content.product-page .product-details .top-part .left-part .quantity-amout, .site-content.product-page .product-details .top-part .left-part .site-content.normal-content .normal-content-box .quantity-amout, .site-content.normal-content .normal-content-box .site-content.product-page .related-products li .title, .site-content.product-page .related-products li .site-content.normal-content .normal-content-box .title, .site-content.normal-content .normal-content-box .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .site-content.normal-content .normal-content-box .quantity-amout, .site-content.normal-content .normal-content-box .site-content.cart-page .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .cart-items-container li .site-content.normal-content .normal-content-box .price, .site-content.normal-content .normal-content-box .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .title, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .site-content.normal-content .normal-content-box .title {
  line-height: 30px;
  padding: 40px;
  padding-bottom: 20px;
  clear: both;
}
.site-content.normal-content .normal-content-box .desc {
  padding: 40px;
  padding-top: 0px;
}
.site-content.normal-content .normal-content-box img {
  vertical-align: text-bottom;
  display: inline-block;
  float: left;
}
.site-content.normal-content .normal-content-box.sided .text-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 608px;
  float: left;
}
.site-content.normal-content .normal-content-box.sided .images-container {
  width: 348px;
  float: right;
}
.site-content.products-listing-page .products-container {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2px;
}
.site-content.products-listing-page .products-container li {
  float: left;
  width: 50%;
  background-color: #f3e2c8;
  position: relative;
  margin-top: 190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
.site-content.products-listing-page .products-container li:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0px;
  left: -2px;
  background-color: #e2cdad;
  background-image: url("../images/body_background.jpg");
  background-repeat: repeat;
  background-position: 0px 0px;
  background-attachment: fixed;
}
.site-content.products-listing-page .products-container li img {
  position: absolute;
  left: 50%;
  margin-left: -141px;
  margin-top: -190px;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.products-listing-page .products-container li img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-content.products-listing-page .products-container li .title {
  padding-top: 60px;
}
.site-content.products-listing-page .products-container li .subtitle {
  color: #89866a;
  font-size: 12px;
  line-height: 20px;
}
.site-content.products-listing-page .products-container li .desc {
  padding-top: 10px;
  height: 50px;
  margin-bottom: 20px;
  overflow: hidden;
}
.site-content.products-listing-page .products-container li .price-container {
  height: 30px;
  position: relative;
}
.site-content.products-listing-page .products-container li .price-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #81854c;
  top: -2px;
  position: absolute;
}
.site-content.products-listing-page .products-container li .price-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #81854c;
  bottom: -2px;
  position: absolute;
}
.site-content.products-listing-page .products-container li .price-container .price {
  width: 50%;
  height: 30px;
  line-height: 30px;
  padding-left: 7px;
}
.site-content.products-listing-page .products-container li .price-container .button-link-dark, .site-content.products-listing-page .products-container li .price-container .site-content.product-page .product-details .top-part .right-part .cart-link, .site-content.product-page .product-details .top-part .right-part .site-content.products-listing-page .products-container li .price-container .cart-link {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 0px;
}
.site-content.product-page {
  padding-bottom: 80px;
}
.site-content.product-page .product-introduction {
  background-color: #f3e2c8;
  margin-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.product-page .product-introduction .normal-title, .site-content.product-page .product-introduction .big-title, .site-content.product-page .product-introduction .small-title, .site-content.product-page .product-introduction .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.product-page .product-introduction .title, .site-content.product-page .product-introduction .site-content.home .home-products li .title, .site-content.home .home-products li .site-content.product-page .product-introduction .title, .site-content.product-page .product-introduction .site-content.home .home-adoption .informations-container .title, .site-content.home .home-adoption .informations-container .site-content.product-page .product-introduction .title, .site-content.product-page .product-introduction .site-content.products-listing-page .products-container li .title, .site-content.products-listing-page .products-container li .site-content.product-page .product-introduction .title, .site-content.product-page .product-introduction .product-details .top-part .left-part .quantity-amout, .site-content.product-page .product-details .top-part .left-part .product-introduction .quantity-amout, .site-content.product-page .product-introduction .related-products li .title, .site-content.product-page .related-products li .product-introduction .title, .site-content.product-page .product-introduction .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .site-content.product-page .product-introduction .quantity-amout, .site-content.product-page .product-introduction .site-content.cart-page .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .cart-items-container li .site-content.product-page .product-introduction .price, .site-content.product-page .product-introduction .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .title, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .site-content.product-page .product-introduction .title {
  line-height: 30px;
  padding: 40px;
  padding-bottom: 20px;
  clear: both;
}
.site-content.product-page .product-introduction .desc {
  padding: 40px;
  padding-top: 0px;
}
.site-content.product-page .product-details {
  background-color: #f3e2c8;
}
.site-content.product-page .product-details .top-part {
  border-top: 1px dotted #81854c;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  *zoom: 1;
}
.site-content.product-page .product-details .top-part .left-part {
  float: left;
  width: 10%;
  position: relative;
}
.site-content.product-page .product-details .top-part .left-part:after {
  content: "";
  display: block;
  width: 1px;
  height: 500px;
  position: absolute;
  border-left: 1px dotted #81854c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0px;
  top: 0px;
}
.site-content.product-page .product-details .top-part .left-part .quantity-amout {
  display: block;
  border-bottom: 1px dotted #81854c;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 75px;
  line-height: 75px;
}
.site-content.product-page .product-details .top-part .left-part .remove, .site-content.product-page .product-details .top-part .left-part .add {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  width: 50%;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity ease-out 0.3s, color ease-out 0.3s, background-color ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s, color ease-out 0.3s, background-color ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s, color ease-out 0.3s, background-color ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s, color ease-out 0.3s, background-color ease-out 0.3s;
  transition: opacity ease-out 0.3s, color ease-out 0.3s, background-color ease-out 0.3s;
}
.site-content.product-page .product-details .top-part .left-part .remove:hover, .site-content.product-page .product-details .top-part .left-part .add:hover {
  background-color: #202a0e;
  color: #f3e2c8;
}
.site-content.product-page .product-details .top-part .left-part .add {
  border-left: 1px dotted #81854c;
}
.site-content.product-page .product-details .top-part .left-part .remove.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
.site-content.product-page .product-details .top-part .left-part .remove.disabled:hover {
  background-color: transparent;
  color: #9f6801;
}
.site-content.product-page .product-details .top-part .center-part {
  float: left;
  width: 60%;
  position: relative;
}
.site-content.product-page .product-details .top-part .center-part:after {
  content: "";
  display: block;
  width: 1px;
  height: 500px;
  position: absolute;
  border-left: 1px dotted #81854c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 1px;
  top: 0px;
}
.site-content.product-page .product-details .top-part .center-part .product-final-price {
  padding-top: 20px;
  padding-left: 20px;
}
.site-content.product-page .product-details .top-part .center-part .subtitle {
  color: #89866a;
  padding-left: 20px;
}
.site-content.product-page .product-details .top-part .right-part {
  float: right;
  width: 30%;
  background-color: #202a0e;
}
.site-content.product-page .product-details .top-part .right-part .cart-add-link {
  color: #ffbb3b;
  height: 75px;
  line-height: 75px;
  display: block;
  font-size: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  border-bottom: 1px dotted #81854c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.site-content.product-page .product-details .top-part .right-part .cart-add-link span {
  display: inline-block;
  padding-left: 40px;
}
.site-content.product-page .product-details .top-part .right-part .cart-add-link span:before {
  content: "";
  display: block;
  width: 29px;
  height: 25px;
  background-position: -60px -270px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  margin-left: -40px;
}
.site-content.product-page .product-details .top-part .right-part .cart-add-link:hover {
  color: #f3e2c8;
}
.site-content.product-page .product-details .top-part .right-part .cart-link {
  background-color: #121506;
  width: 100%;
  background-image: none;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
}
.site-content.product-page .product-details .top-part .right-part .cart-link span {
  display: inline-block;
  background-position: -1016px 12px;
  padding-left: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -webkit-transition: color ease-out 0.3s, opacity ease-out 0.3s;
  -moz-transition: color ease-out 0.3s, opacity ease-out 0.3s;
  -ms-transition: color ease-out 0.3s, opacity ease-out 0.3s;
  -o-transition: color ease-out 0.3s, opacity ease-out 0.3s;
  transition: color ease-out 0.3s, opacity ease-out 0.3s;
}
.site-content.product-page .product-details .top-part .right-part .cart-link:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background-position: -1016px -158px;
}
.site-content.product-page .product-details .middle-part {
  border-top: 1px dotted #81854c;
  border-bottom: 1px dotted #81854c;
  padding: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.site-content.product-page .product-details .middle-part table tr td {
  padding-right: 40px;
  color: #89866a;
}
.site-content.product-page .product-details .middle-part table tr td strong {
  font-weight: bold;
  color: #202a0e;
}
.site-content.product-page .product-details .bottom-part {
  padding: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-content.product-page .product-details .bottom-part .social-items {
  position: relative;
  top: 4px;
  left: -4px;
}
.site-content.product-page .product-details .bottom-part .social-items .item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.site-content.product-page .product-details .bottom-part .social-items .item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.product-page .product-related-items-title {
  margin-top: 40px;
}
.site-content.product-page .related-products {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2px;
}
.site-content.product-page .related-products li {
  float: left;
  width: 33.33%;
  background-color: #f3e2c8;
  position: relative;
  margin-top: 190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
.site-content.product-page .related-products li:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0px;
  left: -2px;
  background-color: #e2cdad;
  background-image: url("../images/body_background.jpg");
  background-repeat: repeat;
  background-position: 0px 0px;
  background-attachment: fixed;
}
.site-content.product-page .related-products li img {
  position: absolute;
  left: 50%;
  margin-left: -141px;
  margin-top: -190px;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.product-page .related-products li img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-content.product-page .related-products li .title {
  padding-top: 60px;
}
.site-content.product-page .related-products li .subtitle {
  color: #89866a;
  font-size: 12px;
  line-height: 20px;
}
.site-content.product-page .related-products li .desc {
  padding-top: 10px;
  height: 75px;
  overflow: hidden;
  margin-bottom: 20px;
}
.site-content.product-page .related-products li .button-link-dark, .site-content.product-page .related-products li .product-details .top-part .right-part .cart-link, .site-content.product-page .product-details .top-part .right-part .related-products li .cart-link {
  margin-top: 0px;
}
.site-content.account-page {
  padding-bottom: 40px;
}
.site-content.account-page .account-part {
  background-color: #f3e2c8;
  margin-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.account-page .account-part .col-left, .site-content.account-page .account-part .col-center, .site-content.account-page .account-part .col-right {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-content.account-page .account-part .col-right {
  float: right;
}
.site-content.account-page .account-part .col-right.extended {
  width: 66%;
}
.site-content.account-page .account-part .part-title {
  line-height: 30px;
  padding: 40px;
  padding-bottom: 20px;
}
.site-content.account-page .account-part .clear {
  clear: both;
}
.site-content.account-page .account-part .datas {
  color: #89866a;
}
.site-content.account-page .account-part .datas strong {
  color: #202a0e;
  font-weight: bold;
  display: inline-block;
  padding-right: 5px;
}
.site-content.account-page .account-part .padding-wrapper {
  padding: 40px;
  padding-top: 0px;
}
.site-content.account-page .part-my-account {
  margin-top: 43px;
}
.site-content.account-page .part-my-account .col-left {
  padding-left: 40px;
  padding-bottom: 20px;
}
.site-content.account-page .part-my-account .col-right, .site-content.account-page .part-my-account .col-left, .site-content.account-page .part-my-account .col-center {
  padding-right: 40px;
}
.site-content.account-page .part-my-tree .col-left {
  padding-left: 40px;
  padding-right: 40px;
}
.site-content.account-page .part-my-tree .col-left .part-title {
  padding-left: 0px;
}
.site-content.account-page .part-my-tree .col-left .datas {
  padding-bottom: 20px;
}
.site-content.account-page .part-last-orders .last-orders-list {
  border-bottom: 1px dotted #81854c;
}
.site-content.account-page .part-last-orders .last-orders-list .order-item {
  border-top: 1px dotted #81854c;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.account-page .part-last-orders .last-orders-list .order-item ul {
  float: left;
  width: 75%;
}
.site-content.account-page .part-last-orders .last-orders-list .order-item ul li {
  display: inline-block;
  color: #89866a;
  padding-right: 20px;
}
.site-content.account-page .part-last-orders .last-orders-list .order-item ul li strong {
  color: #202a0e;
  font-weight: bold;
  display: inline-block;
  padding-right: 5px;
}
.site-content.account-page .part-last-orders .last-orders-list .order-item .button-link-dark, .site-content.account-page .part-last-orders .last-orders-list .order-item .site-content.product-page .product-details .top-part .right-part .cart-link, .site-content.product-page .product-details .top-part .right-part .site-content.account-page .part-last-orders .last-orders-list .order-item .cart-link {
  float: right;
  position: relative;
  margin-top: -3px;
}
.site-content.account-page .part-last-orders .last-orders-list .order-item:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.4);
}
.site-content.adoption-page .adoption-items-container {
  padding-bottom: 80px;
}
.site-content.adoption-page .adoption-items-container .adoption-item {
  background-color: #f3e2c8;
}
.site-content.adoption-page .adoption-items-container .adoption-item .normal-title, .site-content.adoption-page .adoption-items-container .adoption-item .big-title, .site-content.adoption-page .adoption-items-container .adoption-item .small-title, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.adoption-page .adoption-items-container .adoption-item .title, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.home .home-products li .title, .site-content.home .home-products li .site-content.adoption-page .adoption-items-container .adoption-item .title, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.home .home-adoption .informations-container .title, .site-content.home .home-adoption .informations-container .site-content.adoption-page .adoption-items-container .adoption-item .title, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.products-listing-page .products-container li .title, .site-content.products-listing-page .products-container li .site-content.adoption-page .adoption-items-container .adoption-item .title, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.product-page .product-details .top-part .left-part .quantity-amout, .site-content.product-page .product-details .top-part .left-part .site-content.adoption-page .adoption-items-container .adoption-item .quantity-amout, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.product-page .related-products li .title, .site-content.product-page .related-products li .site-content.adoption-page .adoption-items-container .adoption-item .title, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .site-content.adoption-page .adoption-items-container .adoption-item .quantity-amout, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.cart-page .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .cart-items-container li .site-content.adoption-page .adoption-items-container .adoption-item .price, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .title, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .site-content.adoption-page .adoption-items-container .adoption-item .title {
  height: 96px;
  line-height: 96px;
  border-bottom: 1px dotted #81854c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: opacity ease-out 0.3s, border-color ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s, border-color ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s, border-color ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s, border-color ease-out 0.3s;
  transition: opacity ease-out 0.3s, border-color ease-out 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-content.adoption-page .adoption-items-container .adoption-item .normal-title span, .site-content.adoption-page .adoption-items-container .adoption-item .big-title span, .site-content.adoption-page .adoption-items-container .adoption-item .small-title span, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.home .home-slideshow .navigation-module .informations-container .container .title span, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.adoption-page .adoption-items-container .adoption-item .title span, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.home .home-products li .title span, .site-content.home .home-products li .site-content.adoption-page .adoption-items-container .adoption-item .title span, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.home .home-adoption .informations-container .title span, .site-content.home .home-adoption .informations-container .site-content.adoption-page .adoption-items-container .adoption-item .title span, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.products-listing-page .products-container li .title span, .site-content.products-listing-page .products-container li .site-content.adoption-page .adoption-items-container .adoption-item .title span, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.product-page .product-details .top-part .left-part .quantity-amout span, .site-content.product-page .product-details .top-part .left-part .site-content.adoption-page .adoption-items-container .adoption-item .quantity-amout span, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.product-page .related-products li .title span, .site-content.product-page .related-products li .site-content.adoption-page .adoption-items-container .adoption-item .title span, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout span, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .site-content.adoption-page .adoption-items-container .adoption-item .quantity-amout span, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.cart-page .cart-box-4 .cart-items-container li .price span, .site-content.cart-page .cart-box-4 .cart-items-container li .site-content.adoption-page .adoption-items-container .adoption-item .price span, .site-content.adoption-page .adoption-items-container .adoption-item .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .title span, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .site-content.adoption-page .adoption-items-container .adoption-item .title span {
  font-size: 20px;
  color: #f3e2c8;
  background-color: #202a0e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.site-content.adoption-page .adoption-items-container .adoption-item .content {
  height: 0px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  overflow: hidden;
  *zoom: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item .content:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px dotted #81854c;
  clear: both;
  position: relative;
  top: 1px;
}
.site-content.adoption-page .adoption-items-container .adoption-item .content .desc {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  position: relative;
}
.site-content.adoption-page .adoption-items-container .adoption-item .content .desc:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px dotted #81854c;
  clear: both;
  position: absolute;
  left: 0px;
  bottom: 1px;
}
.site-content.adoption-page .adoption-items-container .adoption-item .content .option {
  position: relative;
  display: block;
  background-color: #202a0e;
  float: left;
  width: 50%;
  height: 175px;
  line-height: 175px;
  color: #ffbb3b;
  text-align: center;
  -webkit-transition: background-color ease-out 0.3s, color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s, color ease-out 0.3s;
  -ms-transition: background-color ease-out 0.3s, color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s, color ease-out 0.3s;
  transition: background-color ease-out 0.3s, color ease-out 0.3s;
}
.site-content.adoption-page .adoption-items-container .adoption-item .content .option:before {
  height: 500px;
  width: 1px;
  background-color: #f3e2c8;
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0px;
}
.site-content.adoption-page .adoption-items-container .adoption-item .content .option:hover {
  background-color: #121506;
  color: #f6e9d6;
}
.site-content.adoption-page .adoption-items-container .adoption-item .content .option.active {
  pointer-events: none;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #202a0e !important;
}
.site-content.adoption-page .adoption-items-container .adoption-item .content .option .option-title {
  font-family: 'Droid Serif', serif;
  font-weight: normal;
  font-size: 30px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.active .normal-title, .site-content.adoption-page .adoption-items-container .adoption-item.active .big-title, .site-content.adoption-page .adoption-items-container .adoption-item.active .small-title, .site-content.adoption-page .adoption-items-container .adoption-item.active .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.adoption-page .adoption-items-container .adoption-item.active .title, .site-content.adoption-page .adoption-items-container .adoption-item.active .site-content.home .home-products li .title, .site-content.home .home-products li .site-content.adoption-page .adoption-items-container .adoption-item.active .title, .site-content.adoption-page .adoption-items-container .adoption-item.active .site-content.home .home-adoption .informations-container .title, .site-content.home .home-adoption .informations-container .site-content.adoption-page .adoption-items-container .adoption-item.active .title, .site-content.adoption-page .adoption-items-container .adoption-item.active .site-content.products-listing-page .products-container li .title, .site-content.products-listing-page .products-container li .site-content.adoption-page .adoption-items-container .adoption-item.active .title, .site-content.adoption-page .adoption-items-container .adoption-item.active .site-content.product-page .product-details .top-part .left-part .quantity-amout, .site-content.product-page .product-details .top-part .left-part .site-content.adoption-page .adoption-items-container .adoption-item.active .quantity-amout, .site-content.adoption-page .adoption-items-container .adoption-item.active .site-content.product-page .related-products li .title, .site-content.product-page .related-products li .site-content.adoption-page .adoption-items-container .adoption-item.active .title, .site-content.adoption-page .adoption-items-container .adoption-item.active .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .site-content.adoption-page .adoption-items-container .adoption-item.active .quantity-amout, .site-content.adoption-page .adoption-items-container .adoption-item.active .site-content.cart-page .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .cart-items-container li .site-content.adoption-page .adoption-items-container .adoption-item.active .price, .site-content.adoption-page .adoption-items-container .adoption-item.active .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .title, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .site-content.adoption-page .adoption-items-container .adoption-item.active .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  border-color: transparent;
}
.site-content.adoption-page .adoption-items-container .adoption-item.active .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  height: auto;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-type .option {
  height: auto;
  line-height: 24px;
  font-size: 14px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-type .option img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-type .option .option-title {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 15px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-type .option .option-desc {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  transition: opacity ease-out 0.3s, color ease-out 0.3s;
  color: #f3e2c8;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-type .option.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-type .option.active .option-desc {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #202a0e;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-type .option:hover .option-desc {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-location .desc:after {
  bottom: 0px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-location .option {
  width: 100%;
  height: auto;
  line-height: 24px;
  font-size: 14px;
  text-align: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 1px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-location .option * {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-location .option:before {
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -1px;
  clear: both;
  display: none;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-location .option img {
  width: 32%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  float: left;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-location .option .option-title {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 15px;
  width: 68%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-location .option .option-desc {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  transition: opacity ease-out 0.3s, color ease-out 0.3s;
  color: #f3e2c8;
  width: 68%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-location .option.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-location .option.active .option-desc {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #202a0e;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-location .option:hover .option-desc {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .content .desc label {
  font-weight: bold;
  display: block;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .content .desc select {
  width: 33%;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option {
  height: auto;
  line-height: 24px;
  font-size: 14px;
  width: 33.33%;
  height: 460px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option .option-price {
  display: inline-block;
  margin-top: 40px;
  background-color: #f6e9d6;
  color: #202a0e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 90px;
  height: 90px;
  line-height: 105px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  position: relative;
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity ease-out 0.3s, background-color ease-out 0.3s, color ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s, background-color ease-out 0.3s, color ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s, background-color ease-out 0.3s, color ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s, background-color ease-out 0.3s, color ease-out 0.3s;
  transition: opacity ease-out 0.3s, background-color ease-out 0.3s, color ease-out 0.3s;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option .option-price .chf {
  position: absolute;
  top: 25%;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  display: inline-block;
  text-align: center;
  left: 0px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option .option-title {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 15px;
  line-height: 35px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option .option-title span {
  font-size: 14px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  font-weight: 400;
  display: block;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option .option-desc {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s, color ease-out 0.3s;
  transition: opacity ease-out 0.3s, color ease-out 0.3s;
  color: #f3e2c8;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option.active .option-desc {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #202a0e;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option.active .option-price {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background-color: #202a0e;
  color: #f6e9d6;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option:hover .option-price {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-subscription .option:hover .option-desc {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift {
  overflow: hidden;
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift form {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-left, .site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-center, .site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-right, .site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-full-width {
  float: left;
  width: 33.33%;
  position: relative;
  padding-bottom: 15px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-left:before, .site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-center:before, .site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-right:before, .site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-full-width:before {
  content: "";
  width: 3px;
  background-color: #f3e2c8;
  position: absolute;
  left: -3px;
  top: 0px;
  bottom: 0px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-left .input, .site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-center .input, .site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-right .input, .site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-full-width .input {
  width: 100%;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .col-full-width {
  width: 100%;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .clear {
  clear: both;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift label {
  display: block;
  font-weight: bold;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .part-top {
  padding-bottom: 30px;
  border-bottom: 1px dotted #81854c;
  margin-bottom: 35px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .part-top .col-center {
  *zoom: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .part-top .col-center:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .part-top .col-center .input {
  float: left;
  width: 33.33%;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .part-middle {
  overflow: hidden;
  *zoom: 1;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .part-middle .subtitle {
  font-family: 'Droid Serif', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #89866a;
  padding-bottom: 20px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .part-bottom {
  padding-top: 35px;
  margin-top: 30px;
  border-top: 1px dotted #81854c;
  clear: both;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .part-bottom .input {
  width: 100%;
  height: 200px;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift .obligatory-desc {
  padding-top: 29px;
  text-align: right;
}
.site-content.adoption-page .adoption-items-container .adoption-item.part-gift.disabled {
  height: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden;
}
.site-content.adoption-page .adoption-items-container .part-submit {
  padding-top: 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  height: 0px;
  overflow: hidden;
  margin-top: 40px;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.site-content.adoption-page .adoption-items-container .part-submit.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  height: auto;
}
.site-content.adoption-page .adoption-items-container .part-submit .submit-link {
  display: block;
  background-color: transparent;
  color: #ffbb3b;
  border: 0px;
  font-size: 20px;
  font-family: "Droid Sans", Arial, Helvetica, Sans-Serif;
  text-align: center;
  width: 100%;
  height: 96px;
  line-height: 96px;
  padding: 0px;
  margin: 0px;
  background-color: #202a0e;
  -webkit-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -moz-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -ms-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -o-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  transition: color ease-out 0.3s, background-color ease-out 0.3s;
}
.site-content.adoption-page .adoption-items-container .part-submit .submit-link:hover {
  color: #f6e9d6;
  background-color: #121506;
}
.site-content.adoption-page .adoption-items-container .part-submit .submit-link span {
  background-position: -1016px 9px;
  padding-left: 25px;
}
.site-content.adoption-page .adoption-items-container .part-submit .submit-link span:hover {
  background-position: -1016px -161px;
}
.site-content.contact-page .contact-box-1 {
  background-color: #f3e2c8;
  margin-bottom: 40px;
}
.site-content.contact-page .contact-box-1 .normal-title, .site-content.contact-page .contact-box-1 .big-title, .site-content.contact-page .contact-box-1 .small-title, .site-content.contact-page .contact-box-1 .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.contact-page .contact-box-1 .title, .site-content.contact-page .contact-box-1 .site-content.home .home-products li .title, .site-content.home .home-products li .site-content.contact-page .contact-box-1 .title, .site-content.contact-page .contact-box-1 .site-content.home .home-adoption .informations-container .title, .site-content.home .home-adoption .informations-container .site-content.contact-page .contact-box-1 .title, .site-content.contact-page .contact-box-1 .site-content.products-listing-page .products-container li .title, .site-content.products-listing-page .products-container li .site-content.contact-page .contact-box-1 .title, .site-content.contact-page .contact-box-1 .site-content.product-page .product-details .top-part .left-part .quantity-amout, .site-content.product-page .product-details .top-part .left-part .site-content.contact-page .contact-box-1 .quantity-amout, .site-content.contact-page .contact-box-1 .site-content.product-page .related-products li .title, .site-content.product-page .related-products li .site-content.contact-page .contact-box-1 .title, .site-content.contact-page .contact-box-1 .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .site-content.contact-page .contact-box-1 .quantity-amout, .site-content.contact-page .contact-box-1 .site-content.cart-page .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .cart-items-container li .site-content.contact-page .contact-box-1 .price, .site-content.contact-page .contact-box-1 .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .title, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .site-content.contact-page .contact-box-1 .title {
  padding: 40px;
  padding-top: 35px;
  padding-bottom: 20px;
}
.site-content.contact-page .contact-box-1 .desc {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #81854c;
}
.site-content.contact-page .contact-box-1 .part-bottom {
  overflow: hidden;
  *zoom: 1;
  padding-top: 1px;
}
.site-content.contact-page .contact-box-1 .part-bottom .part-address {
  width: 33.33%;
  padding: 40px;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.site-content.contact-page .contact-box-1 .part-bottom .part-address .social-link {
  position: relative;
  padding-left: 25px;
  padding-top: 2px;
}
.site-content.contact-page .contact-box-1 .part-bottom .part-address .social-link:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-position: -210px -202px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.site-content.contact-page .contact-box-1 .part-bottom .part-address .social-link.facebook-link:before {
  background-position: -180px -202px;
}
.site-content.contact-page .contact-box-1 .part-bottom .part-address .social-link.pinterest-link:before {
  background-position: -240px -202px;
}
.site-content.contact-page .contact-box-1 .part-bottom .part-address strong {
  font-weight: bold;
}
.site-content.contact-page .contact-box-1 .part-bottom .part-map {
  width: 66.66%;
  float: right;
}
.site-content.contact-page .contact-box-1 .part-bottom .part-map #map-canvas {
  width: 100%;
  height: 400px;
}
.site-content.contact-page .contact-box-2 {
  background-color: #f3e2c8;
  margin-bottom: 80px;
}
.site-content.contact-page .contact-box-2 .form-container {
  padding: 40px;
  padding-top: 35px;
  position: relative;
  border-bottom: 1px dotted #81854c;
  margin-bottom: 1px;
}
.site-content.contact-page .contact-box-2 .form-container .normal-title, .site-content.contact-page .contact-box-2 .form-container .big-title, .site-content.contact-page .contact-box-2 .form-container .small-title, .site-content.contact-page .contact-box-2 .form-container .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.contact-page .contact-box-2 .form-container .title, .site-content.contact-page .contact-box-2 .form-container .site-content.home .home-products li .title, .site-content.home .home-products li .site-content.contact-page .contact-box-2 .form-container .title, .site-content.contact-page .contact-box-2 .form-container .site-content.home .home-adoption .informations-container .title, .site-content.home .home-adoption .informations-container .site-content.contact-page .contact-box-2 .form-container .title, .site-content.contact-page .contact-box-2 .form-container .site-content.products-listing-page .products-container li .title, .site-content.products-listing-page .products-container li .site-content.contact-page .contact-box-2 .form-container .title, .site-content.contact-page .contact-box-2 .form-container .site-content.product-page .product-details .top-part .left-part .quantity-amout, .site-content.product-page .product-details .top-part .left-part .site-content.contact-page .contact-box-2 .form-container .quantity-amout, .site-content.contact-page .contact-box-2 .form-container .site-content.product-page .related-products li .title, .site-content.product-page .related-products li .site-content.contact-page .contact-box-2 .form-container .title, .site-content.contact-page .contact-box-2 .form-container .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .site-content.contact-page .contact-box-2 .form-container .quantity-amout, .site-content.contact-page .contact-box-2 .form-container .site-content.cart-page .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .cart-items-container li .site-content.contact-page .contact-box-2 .form-container .price, .site-content.contact-page .contact-box-2 .form-container .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .title, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .site-content.contact-page .contact-box-2 .form-container .title {
  padding-bottom: 20px;
}
.site-content.contact-page .contact-box-2 .form-container .obligatory-indication {
  color: #89866a;
  right: 40px;
  top: 46px;
  position: absolute;
}
.site-content.contact-page .contact-box-2 .form-container .col-left, .site-content.contact-page .contact-box-2 .form-container .col-center, .site-content.contact-page .contact-box-2 .form-container .col-right {
  float: left;
  width: 33%;
  padding-bottom: 15px;
  position: relative;
}
.site-content.contact-page .contact-box-2 .form-container .col-left:before, .site-content.contact-page .contact-box-2 .form-container .col-center:before, .site-content.contact-page .contact-box-2 .form-container .col-right:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #f3e2c8;
  left: -3px;
  top: 0px;
  position: absolute;
}
.site-content.contact-page .contact-box-2 .form-container .col-right {
  width: 34%;
  float: right;
}
.site-content.contact-page .contact-box-2 .form-container .clear {
  clear: both;
}
.site-content.contact-page .contact-box-2 .form-container label {
  font-weight: bold;
  display: block;
}
.site-content.contact-page .contact-box-2 .form-container .input, .site-content.contact-page .contact-box-2 .form-container .textarea {
  width: 100%;
}
.site-content.contact-page .contact-box-2 .form-container .textarea {
  height: 200px;
}
.site-content.contact-page .contact-box-2 .input.submit {
  display: block;
  background-color: transparent;
  color: #ffbb3b;
  border: 0px;
  font-size: 20px;
  font-family: "Droid Sans", Arial, Helvetica, Sans-Serif;
  text-align: center;
  width: 100%;
  height: 96px;
  line-height: 96px;
  padding: 0px;
  margin: 0px;
  background-color: #202a0e;
  -webkit-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -moz-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -ms-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -o-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  transition: color ease-out 0.3s, background-color ease-out 0.3s;
}
.site-content.contact-page .contact-box-2 .input.submit:hover {
  color: #f6e9d6;
  background-color: #121506;
}
.site-content.newsletter-page .newsletter-box-1 {
  background-color: #f3e2c8;
  margin-bottom: 80px;
}
.site-content.newsletter-page .newsletter-box-1 .normal-title, .site-content.newsletter-page .newsletter-box-1 .big-title, .site-content.newsletter-page .newsletter-box-1 .small-title, .site-content.newsletter-page .newsletter-box-1 .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.newsletter-page .newsletter-box-1 .title, .site-content.newsletter-page .newsletter-box-1 .site-content.home .home-products li .title, .site-content.home .home-products li .site-content.newsletter-page .newsletter-box-1 .title, .site-content.newsletter-page .newsletter-box-1 .site-content.home .home-adoption .informations-container .title, .site-content.home .home-adoption .informations-container .site-content.newsletter-page .newsletter-box-1 .title, .site-content.newsletter-page .newsletter-box-1 .site-content.products-listing-page .products-container li .title, .site-content.products-listing-page .products-container li .site-content.newsletter-page .newsletter-box-1 .title, .site-content.newsletter-page .newsletter-box-1 .site-content.product-page .product-details .top-part .left-part .quantity-amout, .site-content.product-page .product-details .top-part .left-part .site-content.newsletter-page .newsletter-box-1 .quantity-amout, .site-content.newsletter-page .newsletter-box-1 .site-content.product-page .related-products li .title, .site-content.product-page .related-products li .site-content.newsletter-page .newsletter-box-1 .title, .site-content.newsletter-page .newsletter-box-1 .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .site-content.newsletter-page .newsletter-box-1 .quantity-amout, .site-content.newsletter-page .newsletter-box-1 .site-content.cart-page .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .cart-items-container li .site-content.newsletter-page .newsletter-box-1 .price, .site-content.newsletter-page .newsletter-box-1 .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .title, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .site-content.newsletter-page .newsletter-box-1 .title {
  padding: 40px;
  padding-top: 35px;
  padding-bottom: 20px;
}
.site-content.newsletter-page .newsletter-box-1 .desc {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #81854c;
}
.site-content.newsletter-page .newsletter-box-1 .part-bottom .form-container {
  padding: 40px;
  padding-top: 35px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.newsletter-page .newsletter-box-1 .col-left, .site-content.newsletter-page .newsletter-box-1 .col-center, .site-content.newsletter-page .newsletter-box-1 .col-right {
  float: left;
  width: 33%;
  position: relative;
}
.site-content.newsletter-page .newsletter-box-1 .col-left:before, .site-content.newsletter-page .newsletter-box-1 .col-center:before, .site-content.newsletter-page .newsletter-box-1 .col-right:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #f3e2c8;
  left: -3px;
  top: 0px;
  position: absolute;
}
.site-content.newsletter-page .newsletter-box-1 .col-right {
  width: 34%;
  float: right;
}
.site-content.newsletter-page .newsletter-box-1 .clear {
  clear: both;
}
.site-content.newsletter-page .newsletter-box-1 label {
  font-weight: bold;
  display: block;
}
.site-content.newsletter-page .newsletter-box-1 .input {
  width: 100%;
}
.site-content.newsletter-page .newsletter-box-1 .submit-link {
  display: block;
  background-color: transparent;
  color: #ffbb3b;
  border: 0px;
  font-size: 20px;
  font-family: "Droid Sans", Arial, Helvetica, Sans-Serif;
  text-align: center;
  width: 100%;
  height: 96px;
  line-height: 96px;
  padding: 0px;
  margin: 0px;
  background-color: #202a0e;
  -webkit-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -moz-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -ms-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  -o-transition: color ease-out 0.3s, background-color ease-out 0.3s;
  transition: color ease-out 0.3s, background-color ease-out 0.3s;
}
.site-content.newsletter-page .newsletter-box-1 .submit-link:hover {
  color: #f6e9d6;
  background-color: #121506;
}
.site-content.newsletter-page .newsletter-box-1 .submit-link span {
  background-position: -1016px 9px;
  padding-left: 25px;
}
.site-content.newsletter-page .newsletter-box-1 .submit-link span:hover {
  background-position: -1016px -161px;
}
.site-content.cart-page .step-module {
  background-color: #f6e9d6;
  height: 96px;
  line-height: 96px;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 1px dotted #81854c;
}
.site-content.cart-page .step-module ul {
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
.site-content.cart-page .step-module ul:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dotted #81854c;
  position: absolute;
  top: 48px;
  z-index: 0;
  left: 0px;
}
.site-content.cart-page .step-module ul li {
  float: left;
  width: 25%;
  position: relative;
  z-index: 20;
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  text-align: center;
}
.site-content.cart-page .step-module ul li.first {
  text-align: left;
}
.site-content.cart-page .step-module ul li.last {
  text-align: right;
}
.site-content.cart-page .step-module ul li.link .number {
  background-color: #9f6801;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
.site-content.cart-page .step-module ul li.active .number {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.cart-page .step-module ul li.active .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-content.cart-page .step-module ul li p {
  display: inline-block;
  background-color: #f6e9d6;
  padding-left: 10px;
  padding-right: 10px;
}
.site-content.cart-page .step-module ul li .number {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #202a0e;
  color: #f6e9d6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  line-height: 21px;
  text-align: center;
  margin-right: 5px;
}
.site-content.cart-page .step-module ul li .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
.site-content.cart-page .cart-box-1 {
  background-color: #f3e2c8;
  margin-bottom: 80px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.cart-page .cart-box-1 .part-title {
  padding: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #81854c;
}
.site-content.cart-page .cart-box-1 .cart-items-container {
  border-bottom: 1px dotted #81854c;
}
.site-content.cart-page .cart-box-1 .cart-items-container:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  bottom: 1px;
  top: 1px;
  margin-bottom: 2px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px dotted #81854c;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item.last .remove-links {
  pointer-events: none;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item.last .remove-links a {
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item.last .remove-links * {
  pointer-events: none;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part {
  float: left;
  width: 10%;
  position: relative;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part:after {
  content: "";
  display: block;
  width: 1px;
  height: 500px;
  position: absolute;
  border-left: 1px dotted #81854c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0px;
  top: 0px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout {
  display: block;
  border-bottom: 1px dotted #81854c;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 75px;
  line-height: 75px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .remove, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .add {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  width: 50%;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity ease-out 0.3s, color ease-out 0.3s, background-color ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s, color ease-out 0.3s, background-color ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s, color ease-out 0.3s, background-color ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s, color ease-out 0.3s, background-color ease-out 0.3s;
  transition: opacity ease-out 0.3s, color ease-out 0.3s, background-color ease-out 0.3s;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .remove:hover, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .add:hover {
  background-color: #202a0e;
  color: #f3e2c8;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .add {
  border-left: 1px dotted #81854c;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .remove.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .remove.disabled:hover {
  background-color: transparent;
  color: #9f6801;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .center-part {
  float: left;
  width: 80%;
  position: relative;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .center-part .col-left {
  float: left;
  width: 50%;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .center-part .col-left .product-title {
  padding-left: 90px;
  padding-top: 20px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .center-part .col-left .subtitle {
  color: #89866a;
  padding-left: 90px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .center-part .col-right {
  float: right;
  width: 50%;
  text-align: right;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .center-part .col-right .product-final-price {
  padding-right: 20px;
  padding-top: 20px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .center-part .col-right .subtitle {
  color: #89866a;
  padding-right: 20px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .center-part img {
  height: 75px;
  float: left;
  position: absolute;
  top: 15px;
  left: 10px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .right-part {
  float: right;
  width: 10%;
  position: relative;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .right-part:before {
  content: "";
  display: block;
  width: 1px;
  height: 500px;
  position: absolute;
  border-left: 1px dotted #81854c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: -1px;
  top: 0px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .right-part .cart-remove-icon-link {
  position: relative;
  height: 75px;
  display: block;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .right-part .cart-remove-icon-link span {
  font-size: 0px;
  display: block;
  width: 35px;
  height: 35px;
  background-position: 0px -328px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -17px;
  margin-left: -17px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .right-part .cart-remove-icon-link:hover span {
  background-position: -60px -328px;
}
.site-content.cart-page .cart-box-1 .cart-items-container .cart-item .right-part .cart-remove-link {
  height: 30px;
  line-height: 30px;
  border-top: 1px dotted #81854c;
  display: block;
  text-align: center;
  left: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-content.cart-page .cart-box-1 .transport-fee-part {
  padding: 40px;
  padding-top: 35px;
  padding-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px dotted #81854c;
}
.site-content.cart-page .cart-box-1 .transport-fee-part .col-left {
  width: 50%;
  float: left;
}
.site-content.cart-page .cart-box-1 .transport-fee-part .col-right {
  width: 50%;
  float: right;
  text-align: right;
  color: #89866a;
  padding-top: 17px;
}
.site-content.cart-page .cart-box-1 .transport-fee-part .col-right strong {
  font-weight: bold;
  color: #202a0e;
}
.site-content.cart-page .cart-box-1 .transport-fee-part label {
  font-weight: bold;
  display: block;
}
.site-content.cart-page .cart-box-1 .transport-fee-part .select {
  width: 300px;
}
.site-content.cart-page .cart-box-1 .price-part {
  border-bottom: 1px dotted #81854c;
  background-color: #f6e9d6;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}
.site-content.cart-page .cart-box-1 .price-part .subtitle {
  color: #89866a;
}
.site-content.cart-page .cart-box-1 .price-part .subtitle strong {
  font-weight: bold;
  color: #202a0e;
}
.site-content.cart-page .cart-box-1 .next-step-link {
  float: right;
  margin-right: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.site-content.cart-page .cart-box-2 {
  background-color: #f3e2c8;
  margin-bottom: 80px;
}
.site-content.cart-page .cart-box-2 .normal-title, .site-content.cart-page .cart-box-2 .big-title, .site-content.cart-page .cart-box-2 .small-title, .site-content.cart-page .cart-box-2 .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.cart-page .cart-box-2 .title, .site-content.cart-page .cart-box-2 .site-content.home .home-products li .title, .site-content.home .home-products li .site-content.cart-page .cart-box-2 .title, .site-content.cart-page .cart-box-2 .site-content.home .home-adoption .informations-container .title, .site-content.home .home-adoption .informations-container .site-content.cart-page .cart-box-2 .title, .site-content.cart-page .cart-box-2 .site-content.products-listing-page .products-container li .title, .site-content.products-listing-page .products-container li .site-content.cart-page .cart-box-2 .title, .site-content.cart-page .cart-box-2 .site-content.product-page .product-details .top-part .left-part .quantity-amout, .site-content.product-page .product-details .top-part .left-part .site-content.cart-page .cart-box-2 .quantity-amout, .site-content.cart-page .cart-box-2 .site-content.product-page .related-products li .title, .site-content.product-page .related-products li .site-content.cart-page .cart-box-2 .title, .site-content.cart-page .cart-box-2 .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .cart-box-2 .quantity-amout, .site-content.cart-page .cart-box-2 .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .cart-items-container li .cart-box-2 .price, .site-content.cart-page .cart-box-2 .cart-box-4 .part-bottom .col-right .price-total .title, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .cart-box-2 .title {
  padding-bottom: 20px;
}
.site-content.cart-page .cart-box-2 .part-top, .site-content.cart-page .cart-box-2 .part-middle, .site-content.cart-page .cart-box-2 .part-bottom {
  padding: 40px;
  padding-top: 35px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.cart-page .cart-box-2 .part-top {
  border-bottom: 1px dotted #81854c;
}
.site-content.cart-page .cart-box-2 .part-middle {
  border-bottom: 1px dotted #81854c;
}
.site-content.cart-page .cart-box-2 .part-middle .conditions-part {
  border-bottom: 1px dotted #81854c;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.site-content.cart-page .cart-box-2 .part-middle .conditions-part label {
  font-weight: normal;
  color: #89866a;
  display: inline;
  padding-left: 5px;
  position: relative;
  top: 1px;
}
.site-content.cart-page .cart-box-2 label {
  font-weight: bold;
  display: block;
}
.site-content.cart-page .cart-box-2 .grey {
  color: #89866a;
  font-weight: normal;
}
.site-content.cart-page .cart-box-2 .clear {
  clear: both;
}
.site-content.cart-page .cart-box-2 .col-left, .site-content.cart-page .cart-box-2 .col-right, .site-content.cart-page .cart-box-2 .col-center {
  float: left;
  width: 33%;
  position: relative;
}
.site-content.cart-page .cart-box-2 .col-left:before, .site-content.cart-page .cart-box-2 .col-right:before, .site-content.cart-page .cart-box-2 .col-center:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -3px;
  background-color: #f3e2c8;
  top: 0px;
}
.site-content.cart-page .cart-box-2 .col-left .input, .site-content.cart-page .cart-box-2 .col-right .input, .site-content.cart-page .cart-box-2 .col-center .input {
  width: 100%;
}
.site-content.cart-page .cart-box-2 .col-left .submit, .site-content.cart-page .cart-box-2 .col-right .submit, .site-content.cart-page .cart-box-2 .col-center .submit {
  background-color: #202a0e;
  color: #ffbb3b !important;
  text-align: center;
}
.site-content.cart-page .cart-box-2 .col-left .submit:hover, .site-content.cart-page .cart-box-2 .col-right .submit:hover, .site-content.cart-page .cart-box-2 .col-center .submit:hover {
  color: #f3e2c8 !important;
  background-position: -1016px -158px;
}
.site-content.cart-page .cart-box-2 .col-right {
  width: 34%;
  float: right;
}
.site-content.cart-page .cart-box-3 {
  background-color: #f3e2c8;
  margin-bottom: 80px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.cart-page .cart-box-3 .normal-title, .site-content.cart-page .cart-box-3 .big-title, .site-content.cart-page .cart-box-3 .small-title, .site-content.cart-page .cart-box-3 .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.cart-page .cart-box-3 .title, .site-content.cart-page .cart-box-3 .site-content.home .home-products li .title, .site-content.home .home-products li .site-content.cart-page .cart-box-3 .title, .site-content.cart-page .cart-box-3 .site-content.home .home-adoption .informations-container .title, .site-content.home .home-adoption .informations-container .site-content.cart-page .cart-box-3 .title, .site-content.cart-page .cart-box-3 .site-content.products-listing-page .products-container li .title, .site-content.products-listing-page .products-container li .site-content.cart-page .cart-box-3 .title, .site-content.cart-page .cart-box-3 .site-content.product-page .product-details .top-part .left-part .quantity-amout, .site-content.product-page .product-details .top-part .left-part .site-content.cart-page .cart-box-3 .quantity-amout, .site-content.cart-page .cart-box-3 .site-content.product-page .related-products li .title, .site-content.product-page .related-products li .site-content.cart-page .cart-box-3 .title, .site-content.cart-page .cart-box-3 .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .cart-box-3 .quantity-amout, .site-content.cart-page .cart-box-3 .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .cart-items-container li .cart-box-3 .price, .site-content.cart-page .cart-box-3 .cart-box-4 .part-bottom .col-right .price-total .title, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .cart-box-3 .title {
  padding-bottom: 30px;
}
.site-content.cart-page .cart-box-3 .part-adress-deliver, .site-content.cart-page .cart-box-3 .part-adress-facturation {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #81854c;
}
.site-content.cart-page .cart-box-3 form {
  overflow: hidden;
  *zoom: 1;
}
.site-content.cart-page .cart-box-3 .part-adress-facturation form {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  padding-top: 30px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site-content.cart-page .cart-box-3 .part-adress-facturation form * {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site-content.cart-page .cart-box-3 .part-adress-facturation form.removed {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.site-content.cart-page .cart-box-3 .part-adress-facturation form.removed * {
  pointer-events: none;
}
.site-content.cart-page .cart-box-3 .part-adress-facturation .normal-title, .site-content.cart-page .cart-box-3 .part-adress-facturation .big-title, .site-content.cart-page .cart-box-3 .part-adress-facturation .small-title, .site-content.cart-page .cart-box-3 .part-adress-facturation .site-content.home .home-slideshow .navigation-module .informations-container .container .title, .site-content.home .home-slideshow .navigation-module .informations-container .container .site-content.cart-page .cart-box-3 .part-adress-facturation .title, .site-content.cart-page .cart-box-3 .part-adress-facturation .site-content.home .home-products li .title, .site-content.home .home-products li .site-content.cart-page .cart-box-3 .part-adress-facturation .title, .site-content.cart-page .cart-box-3 .part-adress-facturation .site-content.home .home-adoption .informations-container .title, .site-content.home .home-adoption .informations-container .site-content.cart-page .cart-box-3 .part-adress-facturation .title, .site-content.cart-page .cart-box-3 .part-adress-facturation .site-content.products-listing-page .products-container li .title, .site-content.products-listing-page .products-container li .site-content.cart-page .cart-box-3 .part-adress-facturation .title, .site-content.cart-page .cart-box-3 .part-adress-facturation .site-content.product-page .product-details .top-part .left-part .quantity-amout, .site-content.product-page .product-details .top-part .left-part .site-content.cart-page .cart-box-3 .part-adress-facturation .quantity-amout, .site-content.cart-page .cart-box-3 .part-adress-facturation .site-content.product-page .related-products li .title, .site-content.product-page .related-products li .site-content.cart-page .cart-box-3 .part-adress-facturation .title, .site-content.cart-page .cart-box-3 .part-adress-facturation .cart-box-1 .cart-items-container .cart-item .left-part .quantity-amout, .site-content.cart-page .cart-box-1 .cart-items-container .cart-item .left-part .cart-box-3 .part-adress-facturation .quantity-amout, .site-content.cart-page .cart-box-3 .part-adress-facturation .cart-box-4 .cart-items-container li .price, .site-content.cart-page .cart-box-4 .cart-items-container li .cart-box-3 .part-adress-facturation .price, .site-content.cart-page .cart-box-3 .part-adress-facturation .cart-box-4 .part-bottom .col-right .price-total .title, .site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .cart-box-3 .part-adress-facturation .title {
  display: inline-block;
  padding-bottom: 0px;
}
.site-content.cart-page .cart-box-3 .part-adress-facturation .facturation-identic-indication {
  display: inline-block;
  padding-left: 40px;
}
.site-content.cart-page .cart-box-3 .part-adress-facturation .facturation-identic-indication label {
  display: inline-block;
  font-weight: normal;
  color: #89866a;
  padding-left: 10px;
}
.site-content.cart-page .cart-box-3 .part-adress-facturation .facturation-identic-indication input {
  position: relative;
  top: -1px;
}
.site-content.cart-page .cart-box-3 .col-left, .site-content.cart-page .cart-box-3 .col-center, .site-content.cart-page .cart-box-3 .col-right, .site-content.cart-page .cart-box-3 .col-full-width {
  float: left;
  width: 33.33%;
  position: relative;
  padding-bottom: 15px;
}
.site-content.cart-page .cart-box-3 .col-left:before, .site-content.cart-page .cart-box-3 .col-center:before, .site-content.cart-page .cart-box-3 .col-right:before, .site-content.cart-page .cart-box-3 .col-full-width:before {
  content: "";
  width: 3px;
  background-color: #f3e2c8;
  position: absolute;
  left: -3px;
  top: 0px;
  bottom: 0px;
}
.site-content.cart-page .cart-box-3 .col-left .input, .site-content.cart-page .cart-box-3 .col-center .input, .site-content.cart-page .cart-box-3 .col-right .input, .site-content.cart-page .cart-box-3 .col-full-width .input {
  width: 100%;
}
.site-content.cart-page .cart-box-3 .col-full-width {
  width: 100%;
}
.site-content.cart-page .cart-box-3 .clear {
  clear: both;
}
.site-content.cart-page .cart-box-3 label {
  display: block;
  font-weight: bold;
}
.site-content.cart-page .cart-box-3 .part-top {
  padding-bottom: 30px;
  border-bottom: 1px dotted #81854c;
  margin-bottom: 35px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.cart-page .cart-box-3 .part-top .col-center {
  *zoom: 1;
}
.site-content.cart-page .cart-box-3 .part-top .col-center:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.site-content.cart-page .cart-box-3 .part-top .col-center .input {
  float: left;
  width: 33.33%;
}
.site-content.cart-page .cart-box-3 .part-middle {
  overflow: hidden;
  *zoom: 1;
}
.site-content.cart-page .cart-box-3 .part-middle .subtitle {
  font-family: 'Droid Serif', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #89866a;
  padding-bottom: 20px;
}
.site-content.cart-page .cart-box-3 .part-bottom {
  padding-top: 35px;
  margin-top: 30px;
  border-top: 1px dotted #81854c;
  clear: both;
}
.site-content.cart-page .cart-box-3 .part-bottom .input {
  width: 100%;
  height: 200px;
}
.site-content.cart-page .cart-box-3 .obligatory-desc {
  padding-top: 29px;
  text-align: right;
}
.site-content.cart-page .cart-box-3 .next-step-link {
  float: right;
  margin: 40px;
}
.site-content.cart-page .cart-box-4 {
  background-color: #f3e2c8;
  margin-bottom: 80px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.cart-page .cart-box-4 .part-title {
  padding: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.site-content.cart-page .cart-box-4 .cart-items-container {
  border-top: 1px dotted #81854c;
  border-bottom: 1px dotted #81854c;
}
.site-content.cart-page .cart-box-4 .cart-items-container:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  bottom: 1px;
  top: 1px;
  margin-bottom: 2px;
}
.site-content.cart-page .cart-box-4 .cart-items-container li {
  border-bottom: 1px dotted #81854c;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
.site-content.cart-page .cart-box-4 .cart-items-container li .infos {
  float: left;
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-content.cart-page .cart-box-4 .cart-items-container li .infos img {
  float: left;
  height: 75px;
  margin-left: -20px;
}
.site-content.cart-page .cart-box-4 .cart-items-container li .infos span {
  display: block;
}
.site-content.cart-page .cart-box-4 .cart-items-container li .infos .subtitle {
  color: #89866a;
}
.site-content.cart-page .cart-box-4 .cart-items-container li .price {
  float: right;
  width: 30%;
  text-align: right;
}
.site-content.cart-page .cart-box-4 .part-bottom {
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
.site-content.cart-page .cart-box-4 .part-bottom .col-left, .site-content.cart-page .cart-box-4 .part-bottom .col-right {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  color: #89866a;
}
.site-content.cart-page .cart-box-4 .part-bottom .col-left strong, .site-content.cart-page .cart-box-4 .part-bottom .col-right strong {
  font-weight: bold;
  color: #202a0e;
}
.site-content.cart-page .cart-box-4 .part-bottom .col-right {
  float: right;
  padding-left: 0px;
  text-align: right;
  padding-right: 0px;
}
.site-content.cart-page .cart-box-4 .part-bottom .col-right:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  border-left: 1px dotted #81854c;
  top: 0px;
  bottom: 0px;
}
.site-content.cart-page .cart-box-4 .part-bottom .col-right .price-subtotal {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
.site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total {
  border-top: 1px dotted #81854c;
  border-bottom: 1px dotted #81854c;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6e9d6;
}
.site-content.cart-page .cart-box-4 .part-bottom .col-right .price-total .title {
  color: #202a0e;
}
.site-content.cart-page .cart-box-4 .part-bottom .col-right .buy-link {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}
.site-content.cart-page .cart-box-4 .part-bottom .col-right .buy-link .part-conditions label {
  padding-left: 10px;
  position: relative;
  top: 1px;
  display: inline-block;
}

#lightbox-content {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10001;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity ease-out 0.3s 0.3s;
  -moz-transition: opacity ease-out 0.3s 0.3s;
  -ms-transition: opacity ease-out 0.3s 0.3s;
  -o-transition: opacity ease-out 0.3s 0.3s;
  transition: opacity ease-out 0.3s 0.3s;
  height: 0px;
  overflow: hidden;
  width: 956px;
  background-color: #f3e2c8;
  left: 50%;
  margin-left: -478px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
#lightbox-content.active {
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  overflow: visible;
}
#lightbox-content.animated-out {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#lightbox-background {
  width: 100%;
  height: 0px;
  background-color: #121506;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  cursor: pointer;
}
#lightbox-background.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  height: 100%;
}
#lightbox-background.animated-out {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.sticky-footer-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -240px;
}

.sticky-footer-push {
  height: 240px;
}

.site-footer {
  height: 240px;
  overflow: hidden;
  position: relative;
}
.site-footer .wrapper-center {
  height: 240px;
}
.site-footer .wrapper-center:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px dotted #81854c;
  height: 1px;
  top: 8px;
  width: 100%;
}
.site-footer .wrapper-center .vcard {
  background-color: #f6e9d6;
  border: 1px dotted #81854c;
  border-bottom: 0px;
  -webkit-box-shadow: #f6e9d6 0px 0px 0px 3px;
  -moz-box-shadow: #f6e9d6 0px 0px 0px 3px;
  box-shadow: #f6e9d6 0px 0px 0px 3px;
  margin-top: 3px;
  float: left;
  position: relative;
  height: 240px;
  width: 171px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  margin-left: 43px;
  padding: 32px;
  padding-top: 32px;
  font-size: 12px;
  line-height: 20px;
}
.site-footer .wrapper-center .vcard:before {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.site-footer .wrapper-center .vcard:after {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.site-footer .wrapper-center .vcard a {
  font-weight: normal;
}
.site-footer .wrapper-center .vcard .org {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
}
.site-footer .wrapper-center .menu-shortcuts {
  float: left;
  padding-left: 40px;
  padding-top: 34px;
}
.site-footer .wrapper-center .menu-shortcuts > li {
  float: left;
  padding-right: 40px;
}
.site-footer .wrapper-center .menu-shortcuts > li ul {
  position: relative;
  top: -5px;
}
.site-footer .wrapper-center .menu-shortcuts > li ul li {
  font-size: 12px;
  line-height: 20px;
}
.site-footer .wrapper-center .menu-shortcuts > li ul li a {
  font-weight: normal;
}
.site-footer .wrapper-center .menu-shortcuts > li:last-child {
  text-align: right;
  float: right;
  position: absolute;
  padding-right: 0px;
  right: 40px;
}
.site-footer .wrapper-center .menu-shortcuts > li:last-child ul {
  top: 3px;
}
.site-footer .wrapper-center .menu-shortcuts .title {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: normal;
  color: #202a0e;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.site-footer .wrapper-center .menu-shortcuts .title:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-footer .wrapper-center .menu-shortcuts .title.hidden {
  display: none;
}
.site-footer .wrapper-center .links-socials {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -2px;
  background-color: black;
  border: 1px solid black;
  border-bottom: 0px;
  background-image: url("../images/raster_top_bar.png");
  background-repeat: repeat-x;
  background-position: 0px -9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: #615a50 0px 0px 0px 1px inset;
  -moz-box-shadow: #615a50 0px 0px 0px 1px inset;
  box-shadow: #615a50 0px 0px 0px 1px inset;
  text-align: right;
}
.site-footer .wrapper-center .links-socials .container {
  background-color: black;
  border: 1px solid #615a50;
  border-bottom: 0px solid #615a50;
  display: inline-block;
  margin-right: 40px;
  height: 50px;
  line-height: 47px;
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer .wrapper-center .links-socials .container p {
  display: inline;
  color: #c5912b;
  font-size: 12px;
}
.site-footer .wrapper-center .links-socials .container ul {
  display: inline;
  height: 50px;
  padding-left: 10px;
}
.site-footer .wrapper-center .links-socials .container ul li {
  display: inline-block;
  position: relative;
  top: 5px;
}
.site-footer .wrapper-center .links-socials .container ul li a {
  display: block;
  padding: 4px;
  -webkit-transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -ms-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.site-footer .wrapper-center .links-socials .container ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.site-footer .wrapper-center .links-socials .container ul li a span {
  display: block;
  float: left;
  width: 19px;
  height: 19px;
  background-position: 0px -202px;
  font-size: 0px;
}
.site-footer .wrapper-center .links-socials .container ul li a.twitter span {
  background-position: -30px -202px;
}
.site-footer .wrapper-center .links-socials .container ul li a.pinterest span {
  background-position: -60px -202px;
}

#browser-message {
  background-color: #fff;
  position: relative;
  padding: 40px;
  z-index: 10000;
  text-align: center;
}
#browser-message .red {
  color: #be0000;
  font-weight: bold;
}

body.ie10 .input {
  height: 30px;
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.ie10 .site-content .page-pagination ul {
  position: relative;
}
body.ie10 .site-content .page-pagination ul:before, body.ie10 .site-content .page-pagination ul:after {
  position: relative;
  top: 3px;
  margin-left: 0px;
  left: -10px;
}
body.ie10 .site-content .page-pagination ul:after {
  left: 0px;
  margin-left: 5px;
}

body.ie9 .input {
  height: 30px;
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.ie9 .site-footer .wrapper-center .links-socials .container ul li {
  top: 10px;
}
body.ie9 .site-content .page-pagination ul {
  position: relative;
}
body.ie9 .site-content .page-pagination ul:before, body.ie9 .site-content .page-pagination ul:after {
  position: relative;
  top: 3px;
  margin-left: 0px;
  left: -5px;
}
body.ie9 .site-content .page-pagination ul:after {
  left: 0px;
  margin-left: 5px;
}
body.ie9 .site-content .page-header .cart-header {
  background-image: none;
  background-color: rgba(32, 42, 14, 0.5);
}
body.ie9 .site-content.home .home-adoption .informations-container {
  background-image: none;
  background-color: #f3e2c8;
  padding-top: 29px;
}

@media screen and (max-width: 1090px) {
  .site-header .wrapper-center .nav-main .container-for-fixed > ul > li:last-child ul {
    margin-left: auto;
    left: auto;
    right: 0px;
  }
}
@media screen and (max-width: 1330px) {
  .site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul:before, .site-header .wrapper-center .nav-main .container-for-fixed > ul > li ul:after {
    display: none;
  }
}
@media screen and (max-width: 956px) {
  body {
    padding-left: 10px;
    width: 966px;
  }

  .wrapper-center {
    width: 956px;
    position: relative;
    left: 0px;
    margin-left: 0px;
  }

  .site-content .page-header {
    width: 956px;
  }
  .site-content .page-header:after {
    width: 956px;
  }
  .site-content.home:before {
    width: 956px;
  }
  .site-content.home .home-slideshow {
    width: 956px;
  }
  .site-content.home .home-slideshow:before {
    width: 956px;
  }

  .site-header {
    width: 956px;
  }
  .site-header:after {
    width: 956px;
  }
  .site-header .top-bar {
    width: 956px;
  }
  .site-header .top-bar:after, .site-header .top-bar:before {
    width: 956px;
  }
  .site-header .wrapper-center .nav-main-height-fixer {
    position: relative;
    padding-top: 47px;
    display: none;
  }
  .site-header .wrapper-center .nav-main-height-fixer.visible {
    display: none !important;
  }
  .site-header .wrapper-center .nav-main.fixed {
    position: relative !important;
    top: auto !important;
    z-index: 10;
    background-color: transparent !important;
    left: auto !important;
    width: auto !important;
    padding-top: 47px !important;
    border-bottom: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .site-header .wrapper-center .nav-main .container-for-fixed {
    width: auto !important;
    margin: auto !important;
  }
  .site-header .wrapper-center .nav-main .container-for-fixed > ul > li:last-child a {
    padding-right: 20px !important;
  }

  .site-footer {
    width: 956px;
  }
}
