/* Reset
================================================== */
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-size: 100%;
  font: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

f
ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  display: block; }

.clear {
  clear: both; }

/* Basics
================================================== */
* {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

body {
  position: relative;
  font: 14px Helvetica, Arial, sans-serif;
  line-height: 1.8;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.center {
  text-align: center;
  margin: auto; }

.hide {
  display: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2125em;
  margin-top: -0.2em;
  margin-bottom: 0.2em;
  text-transform: uppercase; }

h1 {
  font-size: 2.3125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.4375em; }

h4 {
  font-size: 1.375em; }

h5 {
  font-size: 1.375em; }

h6 {
  font-size: 1em; }

@media (max-width: 767px) {
  h1 {
    font-size: 1.6875em; }
  h2 {
    font-size: 1.475em; }
  h3 {
    font-size: 1.375em; } }

p {
  margin: 10px 0;
  font-size: 16px; }

p img {
  margin: 0;
  max-width: 100%;
  height: auto; }

em {
  font-style: italic; }

strong {
  font-weight: 600; }

small {
  font-size: 80%; }

hr {
  border: solid #f0f0f0;
  border-width: 1px 0 0;
  clear: both;
  margin: 0px;
  height: 0;
  width: 100%; }

hr.full-width {
  position: absolute;
  left: 0px; }

.no-underline a, a.no-underline {
  text-decoration: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-grey {
  color: #3e3b38; }

/* Links */
a {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: 0; }

a, a:visited {
  outline: 0;
  text-decoration: none; }

a:hover, a:focus {
  outline: 0;
  text-decoration: none;
  color: #3e3b38; }

/* List */
ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 0.1em 0 0.1em 1em;
  font-size: 90%; }

/* Input */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
  outline: none;
  font-size: 13px;
  color: white;
  margin: 0;
  width: 100%;
  display: inline-block;
  background: #fff;
  line-height: 18px;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }

input[type="text"],
input[type="password"],
textarea,
select {
  max-width: 160px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px; }

select {
  padding: 0; }

@media (max-width: 992px) {
  select {
    max-width: 100%;
    height: 32px; } }

@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="email"] {
    padding: 10px;
    max-width: 100%; } }

textarea {
  min-height: 60px; }

label,
legend,
label span {
  font-size: 12px; }

input[type="checkbox"] {
  display: inline; }

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #54afe9;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  padding: 0px 8px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none; }

a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

a.btn span,
button span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

@media (max-width: 767px) {
  a.btn,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    line-height: 37px;
    height: 40px; } }

.title-featured {
  margin-bottom: 20px; }

/* Align vertical */
.align {
  display: table;
  width: 100%; }

.align .vertical {
  display: table-cell;
  vertical-align: middle; }

/* Bootstrap */
.row {
  padding-top: 32px; }

.content {
  padding-bottom: 60px; }

.tabsPages .page.info ul,
.page-title .col-md-7 ul,
.page-title .col-md-12 ul {
  list-style: inherit;
  list-style-position: inside; }

.tabsPages .page.info a,
.page-title .col-md-7 a,
.page-title .col-md-12 a {
  text-decoration: underline; }

.page-title h1 {
  font-size: 2em; }

@media (min-width: 992px) {
  .row {
    padding-top: 50px; }
  .row.products,
  .row.row-sm {
    padding-top: 32px; }
  .row.row-xs {
    padding-top: 0; }
  .page-title h1 {
    font: normal 42px/1 "Futura Bold", Arial, sans-serif;
    color: #3e3b38;
    text-transform: uppercase;
    margin: 0 0 50px; } }

.topnav {
  float: right;
  position: relative;
  white-space: nowrap;
  margin-left: 10px; }
  @media (min-width: 992px) {
    .topnav {
      margin-left: 40px; } }

.topnav .search {
  float: left; }

.topnav .search form input {
  display: block;
  padding: 0 10px;
  color: transparent;
  font-size: 13px;
  width: 36px;
  outline-width: 0;
  border-radius: 8px;
  transition: width 0.3s ease;
  height: 32px; }

.topnav .search form input::-moz-placeholder {
  color: transparent; }

.topnav .search form input::-webkit-input-placeholder {
  color: transparent; }

.topnav .search form input:-ms-input-placeholder {
  color: transparent; }

.topnav .search form .search-input.active input {
  width: 150px;
  padding-left: 30px; }

.topnav .search form input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.topnav .search form input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.topnav .search form input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.topnav .autocomplete {
  display: none;
  width: 275px;
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  z-index: 300; }
  .topnav .autocomplete .products-livesearch {
    max-height: 300px;
    overflow-y: auto; }

.topnav .autocomplete.hide-price .price {
  display: none !important; }

.topnav .autocomplete .product {
  padding: 10px;
  margin-bottom: 0;
  display: block; }

.topnav .autocomplete .product:hover {
  background: #efefef; }

.topnav .autocomplete .product:hover .price {
  color: #333; }

.topnav .autocomplete .product img {
  float: left;
  margin-right: 10px; }

.topnav .autocomplete .product h4, .topnav .autocomplete .product h4 a {
  font-size: 13px;
  margin: 0 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3e3b38; }

.topnav .autocomplete .product .price {
  color: #3e3b38;
  font-weight: bold;
  font-size: 12px;
  margin: 0; }

.topnav .autocomplete .product .price span {
  text-decoration: line-through;
  opacity: 0.6; }

.topnav .autocomplete .more,
.topnav .autocomplete .notfound {
  text-align: center;
  padding: 15px 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold; }

.topnav .autocomplete .more {
  border-top: 1px solid #efefef; }

.topnav .autocomplete .notfound {
  display: none; }

.topnav .autocomplete.noresults .notfound {
  display: block; }

.topnav .autocomplete.noresults .more,
.topnav .autocomplete.noresults .products {
  display: none; }

body {
  background: #3e3b38;
  margin: 0 !important; }

.wrapper {
  background: white; }
  .wrapper.xmas-bg-color {
    background: #f0f0e4; }

.header-padding-top {
  padding-top: 72px; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.row.more-padding {
  padding-top: 60px;
  padding-bottom: 60px; }

.row.no-padding-top {
  padding-top: 0; }

.yellow {
  color: #FFEC4F !important; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slant-left {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 1, 0 0.9" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%); }

.slant-right {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.9, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }

.slant-right-top {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 1, 1 1, 1 0, 0 0.1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 10%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 10%); }

.slant-left-top {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 1, 1 1, 1 0.1, 0 0" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 10%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 10%, 0% 0%); }

.slant-block {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100px; }

.slant-block.slant-right-top {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 1, 1 1, 1 0, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%); }

.slant-block.slant-left-top {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 1, 1 1, 1 1, 0 0" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 0%); }

.slant-block-grey {
  background: #e6e6e6; }

@media (min-width: 768px) {
  .slant-left {
    clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 1, 0 0.8" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); }
  .slant-right {
    clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.8, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); } }

.mobile-padding-top {
  padding-top: 32px; }

@media (max-width: 480px) {
  .mobile-no-padding {
    padding-left: 0;
    padding-right: 0; } }

.wsa-cookielaw {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 24px;
  padding: 5px 0;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  background: #F5F5F5;
  border-bottom: 1px solid #CCCCCC;
  display: none; }
  .wsa-cookielaw .wsa-cookielaw-button {
    display: inline-block;
    vertical-align: top; }
    .wsa-cookielaw .wsa-cookielaw-button:hover {
      color: white; }
  .wsa-cookielaw .wsa-cookielaw-button-green {
    text-shadow: 0 1px 0 #2D6200;
    background: #008644;
    border: none;
    color: white;
    padding: 0 8px;
    border-radius: 3px;
    line-height: 22px; }
    .wsa-cookielaw .wsa-cookielaw-button-green:hover {
      background: #006d37; }
  .wsa-cookielaw .wsa-cookielaw-button-red {
    text-shadow: 0 1px 0 #B0281A;
    background: #D14836;
    border: none;
    color: white;
    padding: 0 8px;
    border-radius: 3px;
    line-height: 22px; }
    .wsa-cookielaw .wsa-cookielaw-button-red:hover {
      background: #C53727; }
  .wsa-cookielaw .wsa-cookielaw-link {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #666666; }
  .wsa-cookielaw .cookie-notification,
  .wsa-cookielaw .cookie-confirmation {
    display: none; }

.wsa-cookielaw-custom-type-1,
.wsa-cookielaw-custom-type-2,
.wsa-cookielaw-custom-type-3,
.wsa-cookielaw-custom-type-4 {
  display: block;
  opacity: 0; }
  .wsa-cookielaw-custom-type-1.active,
  .wsa-cookielaw-custom-type-2.active,
  .wsa-cookielaw-custom-type-3.active,
  .wsa-cookielaw-custom-type-4.active {
    opacity: 1; }

table.legal-table th, table.legal-table td {
  text-align: left;
  padding: 3px 5px;
  border: 1px solid #ccc;
  word-break: break-word;
  word-wrap: break-word; }
  table.legal-table th p, table.legal-table td p {
    font-size: 14px;
    margin: 10px 0;
    font-family: "Futura Book", Arial, sans-serif; }

table.legal-table th {
  padding: 10px 5px;
  font-family: "Futura Bold", Arial, sans-serif; }

label[for=gui-form-comment],
#gui-form-comment {
  display: none !important; }

.dont-break {
  display: inline-block; }

.legal-pages h3 {
  text-transform: uppercase;
  font-family: "Futura Bold", Arial, sans-serif;
  font-size: 16px;
  font-size: 1em; }

.legal-pages p {
  margin: 10px 0;
  font-size: 14px; }

.legal-pages li {
  font-size: 14px; }

.legal-pages ul li {
  margin-left: 15px;
  list-style: outside;
  padding-left: 10px; }

.textpage table span {
  font-family: "Futura Book", Arial, sans-serif !important; }

.textpage table th span {
  font-family: "Futura Bold", Arial, sans-serif !important; }

.textpage li h3,
.textpage li p {
  display: inline-block; }

.textpage li p {
  padding-left: 28px; }

.textpage a {
  cursor: pointer; }

.textpage table {
  line-height: 1.2; }
  .textpage table p {
    font-size: 14px; }

sup {
  top: -0.5em;
  font-size: 0.66em; }

.olapic-headline {
  font-family: "Futura Bold", Arial, sans-serif;
  font-size: 42px;
  color: #3e3b38;
  text-transform: uppercase;
  display: block;
  margin-top: 32px; }

.olapic-text {
  font: normal 20px/1 "Futura Bold", Arial, sans-serif, Arial, sans-serif;
  color: #3e3b38;
  text-transform: uppercase; }

button {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0 15px;
  position: relative;
  height: 40px;
  font: normal 12px/1 "Futura Bold", Arial, sans-serif;
  font-weight: bold; }
  button:focus {
    outline: 0; }
  button.button-orange {
    background-color: #f65112;
    border-color: transparent;
    color: white; }
    button.button-orange span {
      color: white;
      font-family: "Futura Bold", Arial, sans-serif; }
    @media (min-width: 768px) {
      .no-touchevents button.button-orange:hover {
        background-color: white;
        color: #f65112;
        border-color: #f65112; }
        .no-touchevents button.button-orange:hover span {
          color: #f65112; } }
  button.button-yellow {
    background-color: #FFEC4F;
    color: black;
    border-color: transparent; }
  button.button-green {
    background-color: #008644;
    border-color: transparent;
    color: white; }
    button.button-green span {
      color: white;
      font-family: "Futura Bold", Arial, sans-serif; }
    @media (min-width: 768px) {
      .no-touchevents button.button-green:hover {
        background-color: white;
        color: #008644;
        border-color: #008644; }
        .no-touchevents button.button-green:hover span {
          color: #008644; } }
  button.button-white {
    background-color: white;
    border-color: #ededed;
    color: #787573; }
    button.button-white span {
      color: #787573; }
    @media (min-width: 768px) {
      .no-touchevents button.button-white:hover {
        background-color: #008644;
        color: white;
        border-color: #008644; }
        .no-touchevents button.button-white:hover span {
          color: white; } }
  button.add-to-cart {
    display: inline-block;
    background: white;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 0 15px;
    color: #008644;
    height: 40px;
    padding-right: 54px;
    position: relative; }
    button.add-to-cart span {
      font: normal 12px/1 "Futura Bold", Arial, sans-serif;
      font-weight: bold;
      display: inline-block;
      vertical-align: middle; }
      button.add-to-cart span.old-price {
        font-size: 12px;
        opacity: 0.7;
        margin-right: 3px;
        position: relative;
        font-family: "Futura Book", Arial, sans-serif; }
        button.add-to-cart span.old-price:before {
          content: ' ';
          display: block;
          position: absolute;
          width: 100%;
          height: 1px;
          top: 43%;
          left: 0;
          background: #ffffff;
          -webkit-transform: rotate(-10deg) translateY(-50%);
          transform: rotate(-10deg) translateY(-50%);
          border-radius: 10px;
          box-shadow: 0 2px 0 #c6353e; }
      button.add-to-cart span.new-price {
        font-size: 12px; }
    button.add-to-cart:after {
      border-left: 1px solid rgba(0, 0, 0, 0.3);
      height: 100%;
      width: 40px;
      background: url("../image/icon-cart-green.png") no-repeat center;
      background-size: 60% auto;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      content: ' '; }
    @media (min-width: 768px) {
      .no-touchevents button.add-to-cart:hover {
        background-color: #008644;
        border-color: transparent; }
        .no-touchevents button.add-to-cart:hover span {
          color: white; }
        .no-touchevents button.add-to-cart:hover:after {
          border-left: 1px solid rgba(255, 255, 255, 0.3);
          background-image: url("../image/icon-cart.png"); }
      button.add-to-cart.no-hover:hover {
        border: 1px solid #ccc;
        color: #008644;
        background: white; } }
    button.add-to-cart.button-green {
      background-color: #008644;
      border-color: transparent; }
      button.add-to-cart.button-green span {
        color: white; }
      button.add-to-cart.button-green:after {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        background-image: url("../image/icon-cart.png"); }
      @media (min-width: 768px) {
        button.add-to-cart.button-green:hover {
          background-color: white;
          border-color: #ccc; }
          button.add-to-cart.button-green:hover span {
            color: #008644; }
          button.add-to-cart.button-green:hover:after {
            border-left: 1px solid rgba(0, 0, 0, 0.3);
            background-image: url("../image/icon-cart-green.png"); }
        button.add-to-cart.button-green.no-hover:hover {
          background-color: #008644;
          border-color: transparent; }
          button.add-to-cart.button-green.no-hover:hover span {
            color: white; } }
    button.add-to-cart.button-red {
      background-color: #c6353e;
      border-color: transparent;
      color: white; }
      button.add-to-cart.button-red span {
        color: white; }
      button.add-to-cart.button-red:after {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        background-image: url("../image/icon-cart.png"); }
      @media (min-width: 768px) {
        .no-touchevents button.add-to-cart.button-red:hover {
          background-color: white;
          border-color: #ccc;
          color: #3e3b38; }
          .no-touchevents button.add-to-cart.button-red:hover span {
            color: #3e3b38; }
            .no-touchevents button.add-to-cart.button-red:hover span.old-price:before {
              background: #3e3b38;
              box-shadow: 0 2px 0 #fff; }
          .no-touchevents button.add-to-cart.button-red:hover:after {
            border-left: 1px solid rgba(0, 0, 0, 0.3);
            background-image: url("../image/icon-cart-green.png"); }
        button.add-to-cart.button-red.no-hover:hover {
          background-color: #c6353e;
          border-color: transparent;
          color: white; }
          button.add-to-cart.button-red.no-hover:hover span {
            color: white; } }
    button.add-to-cart.no-hover {
      cursor: default; }
    button.add-to-cart.no-icon {
      padding: 0 15px; }
      button.add-to-cart.no-icon:after {
        display: none; }
  button.button-light-color {
    background-color: transparent;
    border: 2px solid white;
    font: normal 14px/1 "Futura Bold", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 0 18px;
    height: 40px; }
    @media (min-width: 768px) {
      .no-touchevents button.button-light-color:hover {
        background-color: white;
        color: #3e3b38; }
        .no-touchevents button.button-light-color:hover span {
          color: #3e3b38; } }
    @media (max-width: 480px) {
      button.button-light-color.mobile-solid-bg {
        background-color: white;
        color: #3e3b38; }
        button.button-light-color.mobile-solid-bg span {
          color: #3e3b38; } }
  button.button-light-color-2 {
    background-color: white;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font: normal 14px/1 "Futura Bold", Arial, sans-serif;
    color: #008644;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 0 18px;
    height: 40px;
    width: 100%; }
    button.button-light-color-2 span {
      color: #008644; }
    @media (min-width: 768px) {
      .no-touchevents button.button-light-color-2:hover {
        background-color: #008644;
        color: white;
        border-color: transparent; }
        .no-touchevents button.button-light-color-2:hover span {
          color: white; } }
  button.button-cart:after {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 40px;
    background: url("../image/icon-cart-green.png") no-repeat bottom right;
    display: block;
    content: ' '; }
  @media (min-width: 768px) {
    button.add-to-cart span {
      font-size: 12px; }
    button.button-light-color {
      font-size: 12px; }
    button.button-light-color-2 {
      width: auto;
      font-size: 12px; } }

.agegate-fix {
  height: 100%; }

.wrapper {
  position: fixed !important; }

#age-gate {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  text-align: center; }
  #age-gate .container {
    margin: 0 auto;
    padding: 0;
    height: inherit;
    height: 100%; }
    #age-gate .container .content {
      padding-bottom: 0; }
      #age-gate .container .content .age-gateway--module .age-gateway-container {
        position: fixed;
        left: 0;
        right: 0;
        height: 50%;
        font-family: "Futura Bold", Arial, sans-serif; }
        @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
          #age-gate .container .content .age-gateway--module .age-gateway-container {
            position: initial; } }
        #age-gate .container .content .age-gateway--module .age-gateway-container.top-container {
          top: 0; }
          @media (max-width: 768px) {
            #age-gate .container .content .age-gateway--module .age-gateway-container.top-container {
              height: 40%; } }
          #age-gate .container .content .age-gateway--module .age-gateway-container.top-container .top-container-content {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%); }
            @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
              #age-gate .container .content .age-gateway--module .age-gateway-container.top-container .top-container-content {
                width: 100% !important; } }
            @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
              #age-gate .container .content .age-gateway--module .age-gateway-container.top-container .top-container-content {
                position: initial;
                margin-right: auto;
                transform: none; } }
            @media (max-width: 480px) {
              #age-gate .container .content .age-gateway--module .age-gateway-container.top-container .top-container-content {
                width: 80%; } }
            #age-gate .container .content .age-gateway--module .age-gateway-container.top-container .top-container-content .age-gateway--logo {
              max-width: 50%;
              margin: 0 auto;
              height: auto; }
              @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
                #age-gate .container .content .age-gateway--module .age-gateway-container.top-container .top-container-content .age-gateway--logo {
                  max-width: 175px; } }
              @media (min-width: 1280px) {
                #age-gate .container .content .age-gateway--module .age-gateway-container.top-container .top-container-content .age-gateway--logo {
                  width: 200px;
                  margin-bottom: 0; } }
            #age-gate .container .content .age-gateway--module .age-gateway-container.top-container .top-container-content .age-gateway-welcome {
              color: white;
              font-size: 24px;
              text-transform: uppercase;
              line-height: 1.2;
              margin-top: 15px;
              max-width: 350px; }
              @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
                #age-gate .container .content .age-gateway--module .age-gateway-container.top-container .top-container-content .age-gateway-welcome {
                  margin: 0 auto;
                  margin-bottom: 25px;
                  font-size: 18px; } }
              @media (max-width: 480px) {
                #age-gate .container .content .age-gateway--module .age-gateway-container.top-container .top-container-content .age-gateway-welcome {
                  font-size: 16px;
                  max-width: 250px;
                  margin-left: auto;
                  margin-right: auto; } }
        #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container {
          bottom: 0;
          padding: 10px;
          background-color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          @media (max-width: 768px) {
            #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container {
              height: 60%; } }
          @media (min-width: 1280px) {
            #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container {
              margin-left: auto;
              margin-right: auto; } }
          @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
            #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container {
              margin-top: 30px; } }
          #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content {
            width: 360px;
            margin: 0 auto;
            top: 45%; }
            @media (max-width: 480px) {
              #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content {
                width: 90%;
                top: 50%; } }
            #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .cv-age-gate-fix {
              max-width: 300px;
              margin: 0 auto;
              text-align: center;
              font-size: 16px; }
              @media (max-width: 360px) {
                #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .cv-age-gate-fix {
                  font-size: 14px; } }
            #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .faded-text {
              font-size: 14px;
              font-family: "Futura Book", Arial, sans-serif;
              color: #3e3b38;
              margin-top: 25px; }
              @media (max-width: 360px) {
                #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .faded-text {
                  margin-top: 20px;
                  font-size: 12px; } }
              #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .faded-text a {
                color: #008644;
                text-decoration: underline; }
            #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--error {
              margin: 0 auto;
              font-size: 14px;
              font: normal 14px/1.3 "Futura Book", Arial, sans-serif;
              color: #c6353e; }
              @media (max-width: 480px) {
                #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--error {
                  font-size: 12px; } }
              @media (max-width: 360px) {
                #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--error {
                  font-size: 11px; } }
            #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--form-content {
              margin: 30px auto; }
              @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
                #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--form-content {
                  margin-bottom: 10px; } }
              @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
                #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--form-content {
                  margin: 18px auto; } }
              #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--form-content .age-gateway--btn {
                background-color: #008644;
                border: 2px solid transparent;
                font-size: 24px;
                text-align: center;
                text-transform: uppercase;
                border-radius: 10px;
                padding: 0 18px;
                height: 60px;
                width: 150px;
                color: white;
                float: left; }
                @media (max-width: 360px) {
                  #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--form-content .age-gateway--btn {
                    height: 45px;
                    width: 120px;
                    font-size: 16px; } }
                #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--form-content .age-gateway--btn.btn-no {
                  background-color: #3e3b38;
                  float: right; }
            #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--footer-links {
              font-weight: normal;
              font-family: "Futura Bold", Arial, sans-serif;
              text-transform: uppercase; }
              #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--footer-links a {
                color: #3e3b38;
                font-size: 12px; }
                @media (min-width: 768px) {
                  #age-gate .container .content .age-gateway--module .age-gateway-container.bottom-container .bottom-container-content .age-gateway--footer-links a {
                    font-size: 14px; } }

.slope-component {
  width: 100%;
  height: 50%;
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 2; }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .slope-component {
      top: 35% !important;
      height: 60%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    .slope-component {
      top: 45%; } }
  .slope-component img {
    width: 100%;
    height: 20%;
    position: absolute;
    top: 1px; }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .slope-component img {
        height: 8%;
        top: 0.5%; } }
  .slope-component div {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 10%;
    background-color: #ffffff; }

.bg-img {
  background-color: #3e3b38;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../image/header-age-gate.jpg");
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  text-align: center; }
