@font-face {
  font-family: "Futura W01 Bold";
  font-weight: 700;
  src: url("../font/3b3d00eb-6d89-47ec-83ee-48276a47ad94.eot?#iefix");
  src: url("../font/3b3d00eb-6d89-47ec-83ee-48276a47ad94.eot?#iefix") format("eot"), url("../font/2a65cbfc-5071-4b4d-bfc2-e052bb091ee2.woff") format("woff"), url("../font/812f781d-aa66-47a1-b6a2-7941effc1527.ttf") format("truetype"), url("../font/2a371030-ff67-40ac-8307-082c1fccf151.svg#2a371030-ff67-40ac-8307-082c1fccf151") format("svg"); }

@font-face {
  font-family: "Futura Bold";
  src: url("../font/futura/futurastd-bold.eot?#iefix");
  src: url("../font/futura/futurastd-bold.eot?#iefix") format("eot"), url("../font/futura/futurastd-bold.woff") format("woff"), url("../font/futura/futurastd-bold.ttf") format("truetype"), url("../font/futura/futurastd-bold.svg") format("svg"); }

@font-face {
  font-family: "Futura Book";
  src: url("../font/futura/futurastd-book.eot?#iefix");
  src: url("../font/futura/futurastd-book.eot?#iefix") format("eot"), url("../font/futura/futurastd-book.woff") format("woff"), url("../font/futura/futurastd-book.ttf") format("truetype"), url("../font/futura/futurastd-book.svg") format("svg"); }

/* 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; }
  @media (max-width: 768px) {
    body {
      overflow-x: hidden; } }

.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; }

@media screen and (min-width: 992px) {
  #olapic-slider-widget .olapic-slider-wrapper {
    width: 800px !important; }
    #olapic-slider-widget .olapic-slider-wrapper .instagram {
      height: 390px !important;
      width: 390px !important; }
    #olapic-slider-widget .olapic-slider-wrapper .olapic-nav-next {
      right: 5px !important; } }

@media screen and (min-width: 1200px) {
  #olapic-slider-widget .olapic-slider-wrapper {
    width: 1145px !important; }
    #olapic-slider-widget .olapic-slider-wrapper .instagram {
      height: 376px !important;
      width: 376px !important; } }

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon/icomoon.eot?tacjv1");
  src: url("../font/icomoon/icomoon.eot?tacjv1#iefix") format("embedded-opentype"), url("../font/icomoon/icomoon.ttf?tacjv1") format("truetype"), url("../font/icomoon/icomoon.woff?tacjv1") format("woff"), url("../font/icomoon/icomoon.svg?tacjv1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cross:before {
  content: "\e90b"; }

.icon-chevron-down:before {
  content: "\e900"; }

.icon-chevron-left:before {
  content: "\e901"; }

.icon-chevron-right:before {
  content: "\e902"; }

.icon-chevron-small-down:before {
  content: "\e903"; }

.icon-chevron-small-left:before {
  content: "\e904"; }

.icon-chevron-small-right:before {
  content: "\e905"; }

.icon-chevron-small-up:before {
  content: "\e906"; }

.icon-chevron-thin-down:before {
  content: "\e907"; }

.icon-chevron-thin-left:before {
  content: "\e908"; }

.icon-chevron-thin-right:before {
  content: "\e909"; }

.icon-chevron-thin-up:before {
  content: "\e90a"; }

.icon-facebook-icomoon:before {
  content: "\ea90"; }

.icon-twitter-icomoon:before {
  content: "\ea96"; }

.icon-player:before {
  content: "\e913"; }

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
  position: relative;
  overflow: hidden; }

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
  width: 20000em;
  height: 100%;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel.vertical ul {
  height: 20000em;
  width: 100%; }

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left; }

.jcarousel .carousel {
  position: relative; }

.jcarousel-control-prev,
.jcarousel-control-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 35px;
  height: 35px;
  background: white;
  display: block;
  z-index: 3;
  border-radius: 100%;
  border: 1px solid #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .jcarousel-control-prev.jcarousel-control-next,
  .jcarousel-control-next.jcarousel-control-next {
    right: 5px;
    left: auto; }
  .jcarousel-control-prev.hide,
  .jcarousel-control-next.hide {
    display: none; }
  .jcarousel-control-prev span,
  .jcarousel-control-next span {
    color: #999999;
    font-size: 24px;
    text-align: center;
    display: block;
    line-height: 35px; }
  @media (min-width: 768px) {
    .jcarousel-control-prev:hover,
    .jcarousel-control-next:hover {
      background: #ccc; } }

.jcarousel-pagination {
  text-align: center;
  margin: 15px 0;
  display: block;
  height: 10px; }
  .jcarousel-pagination a {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: #999999;
    text-indent: -9999px;
    border-radius: 100%; }
    .jcarousel-pagination a.active {
      background: #3e3b38; }

@media (min-width: 768px) {
  .jcarousel-pagination {
    display: none;
    height: auto; }
  .jcarousel-control-prev,
  .jcarousel-control-next {
    width: 45px;
    height: 45px;
    left: 20px; }
    .jcarousel-control-prev span,
    .jcarousel-control-next span {
      font-size: 30px;
      line-height: 45px; }
    .jcarousel-control-prev.jcarousel-control-next,
    .jcarousel-control-next.jcarousel-control-next {
      right: 20px; } }

/* header
================================================== */
.header-disclaimer {
  text-align: center;
  height: 40px;
  display: block;
  background: #008644;
  width: 100%;
  padding: 0 50px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .header-disclaimer {
      display: table; } }
  .header-disclaimer.accessories-products {
    display: block; }
  @media (min-width: 1024px) {
    .header-disclaimer .jcarousel ul {
      width: 100%; }
      .header-disclaimer .jcarousel ul li {
        float: none; } }
  .header-disclaimer p {
    padding: 3px 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
    font: normal 11px/1.2 "Futura Bold", Arial, sans-serif; }
  .header-disclaimer .container.slider-container {
    height: 100%; }
  .header-disclaimer .jcarousel.header-slider {
    height: 100%; }
    .header-disclaimer .jcarousel.header-slider .icon {
      background: transparent url("../image/checkbox.png") no-repeat center left;
      background-size: contain;
      width: 20px;
      height: 10px;
      display: inline-block; }
      .header-disclaimer .jcarousel.header-slider .icon:before {
        display: none; }
  .header-disclaimer ul {
    color: white;
    text-transform: uppercase;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    @media (max-width: 768px) {
      .header-disclaimer ul {
        display: block; } }
    .header-disclaimer ul li {
      list-style-type: none;
      display: flex;
      justify-content: center; }
      @media (max-width: 768px) {
        .header-disclaimer ul li {
          display: block;
          font: 9px/1.2 "Futura Book", Arial, sans-serif; } }
      .header-disclaimer ul li:nth-child(2) {
        flex: 1 1 20em; }
      .header-disclaimer ul li:nth-child(3) {
        flex: 6 1 20em; }
    .header-disclaimer ul li a {
      color: #ffffff;
      font: 11px/1.2 "Futura Book", Arial, sans-serif;
      padding: 0 20px;
      text-align: center;
      display: inline; }
      @media (max-width: 768px) {
        .header-disclaimer ul li a {
          padding: 0 3px; } }
      @media (min-width: 992px) {
        .header-disclaimer ul li a {
          padding: 12px 20px; } }
      .header-disclaimer ul li a span {
        text-transform: uppercase;
        font: normal 11px/1.2 "Futura Bold", Arial, sans-serif; }
  @media (max-width: 480px) {
    .header-disclaimer {
      padding: 0 15px; }
      .header-disclaimer p {
        font-size: 9px; } }
  .header-disclaimer.disclaimer-mobile .container {
    height: 100%; }
  .header-disclaimer.disclaimer-mobile .jcarousel .carousel {
    height: 100%;
    display: table; }
  .header-disclaimer.disclaimer-mobile ul li a {
    display: table-cell;
    vertical-align: middle; }

.be .header-disclaimer ul li:nth-child(2) {
  flex: 1 1 10em; }

.nl .header-disclaimer {
  padding: 0 10px; }

.cookie-disclaimer {
  position: absolute;
  z-index: 1;
  top: 0;
  background-color: #F5F5F5;
  display: none; }
  .cookie-disclaimer p {
    color: #222222; }
  .cookie-disclaimer a {
    color: #666666;
    cursor: pointer; }
    .cookie-disclaimer a.close {
      border: 1px solid #666666;
      padding: 2px;
      border-radius: 50px;
      opacity: 1;
      transition: opacity 0.3s linear;
      top: 50%;
      transform: translateY(-50%);
      position: absolute; }
      .cookie-disclaimer a.close:hover {
        opacity: 0.6; }
  .cookie-disclaimer.hide-cookie-disclaimer {
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    top: -42px; }

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }
  header.with-disclaimer {
    top: 40px; }
  header .navigation {
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); }
  header .header-side {
    display: none; }
  header .sub-menu {
    width: auto;
    position: absolute;
    top: 33px;
    right: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 300;
    overflow: hidden;
    max-height: 0; }
    header .sub-menu.language-menu {
      right: 40px; }
      header .sub-menu.language-menu.search-active {
        right: 170px; }
      header .sub-menu.language-menu .clearfix {
        border-bottom: 1px solid #f5f5f5; }
    header .sub-menu.account-menu.search-active {
      right: 70px; }
    header .sub-menu.account-menu.active:before {
      position: absolute;
      content: ' ';
      display: block;
      z-index: -1;
      height: 28px;
      left: 0;
      right: 0;
      bottom: 100%; }
    header .sub-menu.active {
      display: block;
      overflow: inherit;
      max-height: 550px;
      transition: max-height 0.5s ease-out; }
      header .sub-menu.active .menu-indicator {
        display: block; }
    header .sub-menu .menu-indicator {
      content: ' ';
      display: none;
      position: absolute;
      top: -9px;
      left: 50%;
      margin-left: -15px;
      width: 0;
      height: 0;
      border-bottom: 10px solid #fff;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      z-index: 11;
      pointer-events: none; }
    header .sub-menu ul.subnav {
      display: block;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      overflow: hidden;
      float: none;
      position: relative;
      margin: 0;
      padding: 0; }
      header .sub-menu ul.subnav li.subitem a.subitemLink {
        color: #3e3b38; }
        header .sub-menu ul.subnav li.subitem a.subitemLink:hover {
          color: #595550; }
  header .mobile-menu {
    display: block;
    width: 240px;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    top: 0;
    left: -240px;
    padding: 25px 10px;
    z-index: 5; }
    header .mobile-menu nav .topnav, header .mobile-menu nav.vertical .topnav {
      display: none; }
    header .mobile-menu nav ul li, header .mobile-menu nav.vertical ul li {
      border-bottom: 1px solid #555;
      padding: 10px 0;
      float: none;
      display: block; }
    header .mobile-menu nav #formSearch,
    header .mobile-menu nav input[type="text"], header .mobile-menu nav.vertical #formSearch,
    header .mobile-menu nav.vertical input[type="text"] {
      color: white;
      border: none;
      font: normal 12px/1 "Futura Bold", Arial, sans-serif;
      text-transform: uppercase; }
      header .mobile-menu nav #formSearch.active,
      header .mobile-menu nav input[type="text"].active, header .mobile-menu nav.vertical #formSearch.active,
      header .mobile-menu nav.vertical input[type="text"].active {
        color: #999999; }
    header .mobile-menu nav .item .itemLink,
    header .mobile-menu nav .subitem .subitemLink, header .mobile-menu nav.vertical .item .itemLink,
    header .mobile-menu nav.vertical .subitem .subitemLink {
      padding: 10px 15px;
      color: white;
      border: none;
      font: normal 12px/1 "Futura Bold", Arial, sans-serif;
      text-transform: uppercase; }
      header .mobile-menu nav .item .itemLink.active,
      header .mobile-menu nav .subitem .subitemLink.active, header .mobile-menu nav.vertical .item .itemLink.active,
      header .mobile-menu nav.vertical .subitem .subitemLink.active {
        color: #999999;
        background: transparent; }
    header .mobile-menu form {
      padding: 5px 10px; }
      header .mobile-menu form .search-field {
        font-size: 14px;
        width: 100%;
        padding-left: 30px;
        border: none;
        background: transparent url("../image/icon-search.png") no-repeat center left; }
    header .mobile-menu nav .item .languages {
      padding: 0; }
      header .mobile-menu nav .item .languages a.btn-select-language {
        line-height: 15px !important; }
      header .mobile-menu nav .item .languages .flag {
        margin-top: 0;
        margin-bottom: 0; }
    header .mobile-menu .sub-menu {
      padding: 0;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      box-shadow: none; }
      header .mobile-menu .sub-menu ul.subnav {
        border-radius: 0;
        background: rgba(255, 255, 255, 0.15); }
        header .mobile-menu .sub-menu ul.subnav li.subitem {
          border-bottom-color: #3e3b38;
          padding: 5px 0; }
          header .mobile-menu .sub-menu ul.subnav li.subitem a.subitemLink {
            color: white; }
            header .mobile-menu .sub-menu ul.subnav li.subitem a.subitemLink:hover {
              color: white; }

/* .topnav */
.topnav {
  font-size: 12px;
  line-height: 12px; }
  .topnav .nav-cart {
    z-index: 2; }
  .topnav .nav-cart-substitute {
    margin-left: -40.5px; }
  .topnav .nav-cart,
  .topnav .topnav .nav-cart-substitute,
  .topnav .nav-cart,
  .topnav .topnav .nav-cart-substitute-substitute,
  .topnav .nav-cart-substitute {
    background: url("../image/icon-cart-header-dark.png") no-repeat center;
    background-size: contain;
    width: 26px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 15px;
    position: relative; }
    .topnav .nav-cart.has-item:before,
    .topnav .topnav .nav-cart-substitute.has-item:before,
    .topnav .nav-cart.has-item:before,
    .topnav .topnav .nav-cart-substitute-substitute.has-item:before,
    .topnav .nav-cart-substitute.has-item:before {
      position: absolute;
      top: 4px;
      right: -7px;
      border-radius: 20px;
      width: 15px;
      height: 15px;
      content: attr(data-before-content);
      background: #c6353e;
      color: white;
      display: block;
      text-align: center;
      font: normal 8px/15px "Futura Bold", Arial, sans-serif; }
  .topnav .nav-account {
    background: url("../image/icon-profile-dark.png") no-repeat center;
    background-size: contain;
    width: 26px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 15px; }
    .topnav .nav-account.active-state {
      background-image: url("../image/icon-profile-dark-active.png"); }

.topnav a {
  color: #797979;
  line-height: 16px;
  text-decoration: none; }

.topnav a:hover {
  opacity: 0.8; }

.topnav .glyphicon {
  margin: 0px 10px 0px 20px; }

@media (max-width: 767px) {
  .topnav .search,
  .topnav .my-account {
    display: none; } }

.topnav .currencies {
  float: left; }

.topnav .currencies a.active {
  font-weight: 600; }

.languages {
  padding: 0 15px; }
  .languages a {
    cursor: pointer; }

.topnav .languages {
  float: left;
  height: 32px;
  margin-right: 10px;
  padding: 0; }

.topnav .search form input {
  font-size: 14px;
  width: 26px;
  border: none;
  background: transparent url("../image/icon-search-dark.png") no-repeat center left;
  color: #3e3b38; }

.topnav .search form input:focus {
  color: #3e3b38; }

.topnav .search form input:focus::-webkit-input-placeholder {
  color: #3e3b38; }

.topnav .search form input:focus:-moz-placeholder {
  color: #3e3b38;
  opacity: 1; }

.topnav .search form input:focus::-moz-placeholder {
  color: #3e3b38;
  opacity: 1; }

.topnav .search form input:focus:-ms-input-placeholder {
  color: #3e3b38; }

.topnav .search form .search-line {
  position: absolute;
  bottom: 0;
  right: 6px;
  width: calc(100% - 36px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4); }

.languages .flag {
  display: inline-block;
  vertical-align: top;
  background-image: url("../image/flags.png");
  background-repeat: no-repeat;
  margin-right: 10px;
  overflow: hidden;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: 9px;
  margin-bottom: 9px; }

.languages .flag.global {
  background-position: -7px 0; }

.languages .flag.nl {
  background-position: -7px -19px; }

.languages .flag.de {
  background-position: -7px  -39px; }

.languages .flag.en {
  background-position: -7px  -59px; }

.languages .flag.fr {
  background-position: -7px  -79px; }

.languages .flag.es {
  background-position: -7px  -99px; }

.languages .flag.it {
  background-position: -7px  -119px; }

.languages .flag.el {
  background-position: -7px  -139px; }

.languages .flag.tr {
  background-position: -7px  -159px; }

.languages .flag.pt {
  background-position: -7px  -179px; }

.languages .flag.pl {
  background-position: -7px  -199px; }

.languages .flag.sv {
  background-position: -7px  -119px; }

.languages .flag.ru {
  background-position: -7px  -239px; }

.languages .flag.da {
  background-position: -7px  -259px; }

.languages .flag.no {
  background-position: -7px  -279px; }

.languages .flag.us {
  background-position: -7px  -299px; }

.languages .flag.fc {
  background-position: -7px  -319px; }

.languages .flag.uk {
  background-position: -7px  -59px; }

.languages .flag.be {
  background-position: -7px  -297px; }

.languages .flag.de.at {
  background-position: -7px 0; }

/* nav */
.align .logo a {
  background: url("../image/sub-logo-dark.png") no-repeat center center;
  background-size: contain;
  display: block;
  width: 84px;
  height: 40px; }

.align .vertical .logo img {
  max-width: 100%;
  height: auto;
  width: auto\9; }

.navigation {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 45px;
  padding-right: 45px; }
  .navigation.bg-color {
    background: #3e3b38; }

nav.vertical ul {
  float: right; }

nav.vertical ul,
nav.vertical ul li {
  margin: 0px;
  line-height: 18px; }

nav.vertical ul a, nav.vertical ul a:visited {
  color: #414141; }

nav.vertical .glyphicon-play, nav.vertical .glyphicon-remove {
  display: none; }

nav.vertical .item {
  float: left;
  margin-right: 5px; }

nav.vertical .item:last-child {
  margin-right: 0px; }

nav.vertical .item .itemLink {
  display: block;
  padding: 5px;
  font-size: 10px;
  color: #3e3b38;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  line-height: 24px;
  font-family: "Futura Bold", Arial, sans-serif; }
  nav.vertical .item .itemLink.active {
    color: white;
    background-color: #008644;
    border-radius: 8px; }
  @media (min-width: 1024px) {
    nav.vertical .item .itemLink {
      padding: 5px 12px;
      font-size: 12px; } }

nav.vertical .subnav {
  display: none;
  margin-top: -1px;
  background-color: white;
  position: absolute;
  min-width: 180px;
  z-index: 10; }

nav.vertical .subnav .subitem {
  background-color: transparent;
  position: relative;
  border-right: 1px solid #f5f5f5; }

nav.vertical .subnav .subitem:last-child {
  border-bottom: transparent; }
  nav.vertical .subnav .subitem:last-child a {
    border-bottom: none; }

nav.vertical .subnav .subitemLink {
  display: block;
  padding: 10px 20px;
  font-family: "Futura Bold", Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5; }

nav.vertical .subnav .subitem .subitemLink:hover {
  background-color: transparent; }

nav.vertical .subnav .subnav {
  top: 0;
  left: 80%;
  z-index: 980; }

nav.vertical .subnav .subnav .subitemLink {
  padding: 8px; }

/* #formSearch */
#formSearch {
  position: relative;
  width: 160px;
  float: right;
  margin-left: 10px; }

#formSearch input {
  padding-left: 30px;
  margin-bottom: -1px; }

#formSearch .glyphicon-search {
  cursor: pointer;
  color: #797979;
  position: absolute;
  top: 0px;
  display: block;
  padding: 9px 10px 11px; }

.mobile {
  -webkit-transform: translate3d(0, 0, 0); }

/* burger open/close */
.align .burger {
  display: none; }

@media (max-width: 767px) {
  body {
    overflow-x: hidden; }
  header {
    border: 0px; }
  .topnav {
    margin-left: 15px;
    position: relative;
    z-index: 1000; }
    .topnav .languages {
      display: none; }
  .topnav .nav-cart,
  .topnav .nav-cart-substitute {
    margin-right: 20px; }
  .topnav .nav-cart-substitute {
    margin-left: 0; }
  header .header-side {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; }
  .navigation {
    padding: 0px; }
  .navigation .logo {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 16px 0px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    line-height: 0px; }
    .navigation .logo a {
      display: block;
      margin: 0 auto; }
  .navigation .logo, .navigation .burger {
    background-color: transparent;
    border: none; }
  .navigation .logo img {
    display: inherit;
    margin-left: -60px; }
  .navigation .burger {
    width: 62px;
    position: relative;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    z-index: 10;
    background: url("../image/hamburger-dark.png") no-repeat center; }
    .navigation .burger a {
      display: block;
      width: 62px;
      height: 40px; }
  .white-header .navigation .burger {
    background: url("../image/hamburger.png") no-repeat center; }
  header.sticky .navigation .burger {
    background: url("../image/hamburger-dark.png") no-repeat center; }
  .navigation .burger img {
    margin: 5px 15px; }
  .navigation .burger.open li {
    background-color: #54afe9; }
  .navigation nav {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: -1000; }
  .navigation nav {
    z-index: 0; }
  .navigation nav {
    position: relative;
    top: auto;
    left: auto;
    width: 62px; }
  .navigation nav ul, .navigation nav.vertical ul {
    display: none; }
  nav .item .itemLink, nav .subitem .subitemLink {
    display: block;
    color: #f7f7f7;
    padding: 15px;
    border-bottom: none;
    text-decoration: none; }
  #formSearch {
    float: none; }
  #formSearch {
    width: 100%;
    padding: 15px;
    margin: 0px;
    border-bottom: 1px solid #474747; }
  #formSearch input {
    max-width: 100%; }
  #formSearch .glyphicon-search {
    margin-top: 14px;
    padding: 14px 10px; }
  .wrapper {
    background-color: white;
    position: relative;
    z-index: 1; }
  header {
    margin-left: 0px;
    width: 100%;
    transition: margin-left .25s ease-in-out;
    -moz-transition: margin-left .25s ease-in-out;
    -webkit-transition: margin-left .25s ease-in-out; }
  header.open {
    margin-left: 240px;
    height: 100%; }
  header.close {
    margin-left: 0px; }
  .wrapper {
    left: 0px;
    transition: left .25s ease-in-out;
    -moz-transition: left .25s ease-in-out;
    -webkit-transition: left .25s ease-in-out; }
  .wrapper.open {
    left: 240px; }
  .wrapper.close {
    left: -9999; }
  /* .view-subnav */
  .item.sub {
    position: relative; }
  .item.sub .itemLink {
    padding-right: 40px; }
  .item.sub.view-subnav .itemLink {
    font-weight: 600;
    padding-right: 15px; }
  nav .item.view-subnav {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 30px;
    z-index: 1000; }
  /*nav .subnav {
		display: none !important;
		-webkit-animation-duration: 0.3s;
		-webkit-animation-name: fadeIn;
	}
	nav .view-subnav .subnav {
		display: block !important;
		width: 100%;
		margin: 0px;
	}*/
  @-webkit-keyframes fadeIn {
    0% {
      display: none;
      opacity: 0; }
    1% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @-moz-keyframes fadeIn {
    0% {
      display: none;
      opacity: 0; }
    1% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @keyframes fadeIn {
    0% {
      display: none;
      opacity: 0; }
    1% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  nav .view-subnav .subnav .subnav .subitemLink {
    padding-left: 30px; }
  /* icons */
  nav .glyphicon-play {
    color: #f7f7f7;
    position: absolute;
    font-size: 10px;
    top: 50%;
    margin-top: -5px;
    right: 15px; }
  nav .item.view-subnav .glyphicon-play, nav .glyphicon-remove {
    display: none; }
  nav .glyphicon-remove {
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    color: #54afe9;
    right: 15px;
    top: 13px;
    font-size: 16px; } }

.white-header .navigation {
  background-color: transparent;
  box-shadow: none; }
  .white-header .navigation nav ul a,
  .white-header .navigation nav ul a:visited,
  .white-header .navigation nav .item .itemLink {
    color: white; }
    .white-header .navigation nav ul a.active,
    .white-header .navigation nav ul a:visited.active,
    .white-header .navigation nav .item .itemLink.active {
      color: #008644;
      background-color: white;
      border-radius: 8px; }
  .white-header .navigation.bg-color {
    background: transparent; }
  .white-header .navigation .align .logo a {
    background: url("../image/sub-logo.png") no-repeat center center;
    background-size: contain; }
  .white-header .navigation .topnav .nav-cart,
  .white-header .navigation .topnav .nav-cart-substitute {
    background: url("../image/icon-cart-header.png") no-repeat center;
    background-size: contain; }
  .white-header .navigation .topnav .nav-account {
    background: url("../image/icon-profile.png") no-repeat center;
    background-size: contain; }
    .white-header .navigation .topnav .nav-account.active-state {
      background-image: url("../image/icon-profile-active.png"); }
  .white-header .navigation .topnav .search form input {
    background: transparent url("../image/icon-search.png") no-repeat center left;
    color: white; }
    .white-header .navigation .topnav .search form input:focus {
      color: white; }
  .white-header .navigation .topnav .search form input:focus::-webkit-input-placeholder {
    color: white; }
  .white-header .navigation .topnav .search form input:focus:-moz-placeholder {
    color: white;
    opacity: 1; }
  .white-header .navigation .topnav .search form input:focus::-moz-placeholder {
    color: white;
    opacity: 1; }
  .white-header .navigation .topnav .search form input:focus:-ms-input-placeholder {
    color: white; }

header.sticky {
  position: fixed;
  top: 0; }
  header.sticky .navigation {
    background-color: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); }
    header.sticky .navigation nav ul a,
    header.sticky .navigation nav ul a:visited,
    header.sticky .navigation nav .item .itemLink {
      color: #3e3b38; }
      header.sticky .navigation nav ul a.active,
      header.sticky .navigation nav ul a:visited.active,
      header.sticky .navigation nav .item .itemLink.active {
        color: white;
        background-color: #008644;
        border-radius: 8px; }
    header.sticky .navigation.with-disclaimer {
      top: 0; }
    header.sticky .navigation.bg-color {
      background: transparent; }
    header.sticky .navigation .align .logo a {
      background: url("../image/sub-logo-dark.png") no-repeat center center;
      background-size: contain; }
    header.sticky .navigation .topnav .nav-cart,
    header.sticky .navigation .topnav .nav-cart-substitute {
      background: url("../image/icon-cart-header-dark.png") no-repeat center;
      background-size: contain; }
      header.sticky .navigation .topnav .nav-cart::before,
      header.sticky .navigation .topnav .nav-cart-substitute::before {
        visibility: visible; }
    header.sticky .navigation .topnav .nav-account {
      background: url("../image/icon-profile-dark.png") no-repeat center;
      background-size: contain; }
      header.sticky .navigation .topnav .nav-account.active-state {
        background-image: url("../image/icon-profile-dark-active.png"); }
    header.sticky .navigation .topnav .search form input {
      background: transparent url("../image/icon-search-dark.png") no-repeat center left;
      color: #3e3b38; }
      header.sticky .navigation .topnav .search form input:focus {
        color: #3e3b38; }
    header.sticky .navigation .topnav .search form input:focus::-webkit-input-placeholder {
      color: #3e3b38; }
    header.sticky .navigation .topnav .search form input:focus:-moz-placeholder {
      color: #3e3b38;
      opacity: 1; }
    header.sticky .navigation .topnav .search form input:focus::-moz-placeholder {
      color: #3e3b38;
      opacity: 1; }
    header.sticky .navigation .topnav .search form input:focus:-ms-input-placeholder {
      color: #3e3b38; }
  header.sticky .sub-menu .country-selection ul.subnav .subitemLink.active, header.sticky #language-menu ul.subnav-lang a.subitemLink.active {
    background-color: transparent; }

header .sub-menu {
  top: 35px; }

.beer-day-badge-mobile {
  display: block;
  width: 100%;
  height: 160px;
  position: relative;
  top: -50px;
  z-index: 2; }
  .beer-day-badge-mobile.beer-overview {
    top: 0; }

@media (max-width: 768px) {
  .beer-day-badge-mobile {
    height: 450px;
    top: -80px; }
    .beer-day-badge-mobile.beer-overview {
      height: 540px; } }

@media (max-width: 620px) {
  .beer-day-badge-mobile {
    height: 340px;
    top: -70px; }
    .beer-day-badge-mobile.beer-overview {
      height: 450px; } }

@media (max-width: 480px) {
  .beer-day-badge-mobile {
    height: 240px;
    top: -70px; }
    .beer-day-badge-mobile.beer-overview {
      height: 340px; }
    .beer-day-badge-mobile.accessories {
      top: -55px; }
    .beer-day-badge-mobile.large-text {
      top: -40px; } }

.beer-day-badge {
  display: none; }
  @media (min-width: 768px) {
    .beer-day-badge {
      display: block;
      position: relative;
      right: 0;
      width: 260px;
      height: 278px;
      float: right; }
      .beer-day-badge.large-text {
        top: -130px; } }
  @media (max-width: 992px) {
    .beer-day-badge {
      width: 200px;
      height: 214px; } }
  @media (min-width: 768px) {
    .beer-day-badge.beer-overview {
      right: auto;
      top: auto;
      max-width: 360px;
      left: -130px;
      bottom: -10px; } }

@media (min-width: 768px) {
  .beer-day-badge-en {
    background-image: url("../image/campaign/beer-day/badge-en.png");
    background-size: 100%; } }

@media (min-width: 768px) {
  .beer-day-badge-de {
    background-image: url("../image/campaign/beer-day/badge-fr.png");
    background-size: 100%; } }

@media (min-width: 768px) {
  .beer-day-badge-ge {
    background-image: url("../image/campaign/beer-day/badge-de.png");
    background-size: 100%; } }

@media (min-width: 768px) {
  .beer-day-badge-it {
    background-image: url("../image/campaign/beer-day/badge-it.png");
    background-size: 100%; } }

@media (min-width: 768px) {
  .beer-day-badge-nl {
    background-image: url("../image/campaign/beer-day/badge-nl.png");
    background-size: 100%; } }

.beer-day-mini-badge {
  display: block;
  width: 107px;
  height: 108px;
  position: absolute;
  right: -10px;
  bottom: 60px; }
  .beer-day-mini-badge.uk {
    background-image: url("../image/campaign/beer-day/uk.png"); }
  .beer-day-mini-badge.de {
    background-image: url("../image/campaign/beer-day/de.png"); }
  .beer-day-mini-badge.fr {
    background-image: url("../image/campaign/beer-day/fr.png"); }
  .beer-day-mini-badge.nl {
    background-image: url("../image/campaign/beer-day/nl.png"); }
  .beer-day-mini-badge.it {
    background-image: url("../image/campaign/beer-day/it.png"); }
  @media (min-width: 768px) {
    .beer-day-mini-badge {
      display: block;
      right: 10px;
      bottom: 40px; } }
  @media (min-width: 1280px) {
    .beer-day-mini-badge {
      right: 40px;
      bottom: 90px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .beer-day-mini-badge {
      right: 230px; } }

header #language-menu {
  width: 360px;
  box-shadow: none;
  white-space: normal;
  right: -40px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  header #language-menu.active {
    max-width: 340px;
    max-height: 361px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden; }
  header #language-menu ul.subnav-lang {
    width: 160px;
    right: -160px; }
    header #language-menu ul.subnav-lang a.subitemLink {
      color: #3e3b38;
      padding: 10px 20px;
      font-family: "Futura Bold", Arial, sans-serif;
      text-transform: uppercase;
      white-space: nowrap;
      transition: all 0.3s ease;
      text-decoration: none;
      border-bottom: 1px solid #f5f5f5;
      display: block; }
      header #language-menu ul.subnav-lang a.subitemLink:hover {
        color: #008644;
        background-color: #008644;
        color: white; }
      header #language-menu ul.subnav-lang a.subitemLink.active {
        color: #008644;
        border-left: 2px solid #008644;
        border-radius: 0; }
        header #language-menu ul.subnav-lang a.subitemLink.active:hover {
          color: #008644;
          background-color: #008644;
          color: white; }

header .sub-menu .country-selection {
  float: left;
  position: relative;
  width: 180px; }
  header .sub-menu .country-selection ul.subnav {
    overflow: visible; }
    header .sub-menu .country-selection ul.subnav .subitemLink.active {
      color: #008644;
      border-left: 2px solid #008644;
      border-radius: 0; }
      header .sub-menu .country-selection ul.subnav .subitemLink.active:hover {
        color: #008644;
        background-color: #008644;
        color: white; }
    header .sub-menu .country-selection ul.subnav .subitemLink.change-selection, header .sub-menu .country-selection ul.subnav .subitemLink.change-selection.active {
      color: #008644;
      background-color: #008644;
      color: white; }
  header .sub-menu .country-selection ul.subnav-lang {
    background-color: #fff;
    display: none;
    right: 0;
    position: absolute;
    width: 120px;
    top: 0;
    right: -120px; }

header .sub-menu.language-menu p {
  font-size: 12px;
  color: #c6353e;
  display: block;
  line-height: 20px;
  padding: 0px 10px; }

header .sub-menu .country-selection span,
header .sub-menu .lang-selection span {
  color: #008644;
  text-transform: uppercase;
  padding: 12px;
  display: block;
  font-family: 'Futura Bold', Arial, sans-serif;
  font-size: 14px; }

header .sub-menu .country-selection span {
  font-family: 'Futura Book', Arial, sans-serif;
  color: #797979;
  padding: 15px 0 15px 15px; }

header .sub-menu .lang-selection ul.subnav {
  border-bottom-left-radius: 0; }

header .sub-menu ul.subnav li.subitem a.subitemLink:hover {
  color: #008644;
  background-color: #008644;
  color: white; }

header .sub-menu ul.subnav .selection-disclaimer p {
  font-size: 14px;
  text-align: center;
  color: #c6353e;
  display: block;
  padding: 10px; }

#language-menu-mobile {
  z-index: -1;
  position: absolute;
  right: 0;
  background-color: #fff;
  top: 72px;
  width: 100%; }
  #language-menu-mobile .close-menu-container {
    display: block;
    text-align: right;
    padding-top: 15px; }
    #language-menu-mobile .close-menu-container .close-menu-btn {
      font-family: 'Futura Book', Arial, sans-serif;
      font-size: 13px;
      width: 70px;
      height: 28px;
      display: inline-block;
      margin-right: 10px;
      text-transform: uppercase; }
    #language-menu-mobile .close-menu-container .icon-cross {
      font-size: 20px;
      height: 28px;
      position: relative;
      top: 2px; }
  #language-menu-mobile .country-selection {
    background-color: #fff;
    width: 100%;
    margin: 0;
    /*padding: 10px;*/ }
    #language-menu-mobile .country-selection span {
      font-size: 13px;
      padding: 10px 0 5px 10px; }
    #language-menu-mobile .country-selection ul.subnav, #language-menu-mobile .country-selection ul.subnav-lang {
      box-shadow: none;
      width: 50%;
      float: left; }
      #language-menu-mobile .country-selection ul.subnav li.subitem a.subitemLink, #language-menu-mobile .country-selection ul.subnav-lang li.subitem a.subitemLink {
        color: #3e3b38;
        display: block;
        padding: 15px 10px;
        font-family: "Futura Bold", Arial, sans-serif;
        text-transform: uppercase;
        white-space: nowrap;
        text-decoration: none;
        border-bottom: 1px solid #f5f5f5; }
        #language-menu-mobile .country-selection ul.subnav li.subitem a.subitemLink.change-selection, #language-menu-mobile .country-selection ul.subnav-lang li.subitem a.subitemLink.change-selection {
          color: #fff; }
        #language-menu-mobile .country-selection ul.subnav li.subitem a.subitemLink.active, #language-menu-mobile .country-selection ul.subnav-lang li.subitem a.subitemLink.active {
          color: #008644 !important; }
        #language-menu-mobile .country-selection ul.subnav li.subitem a.subitemLink.change-selection.active, #language-menu-mobile .country-selection ul.subnav-lang li.subitem a.subitemLink.change-selection.active {
          color: #fff !important; }
    #language-menu-mobile .country-selection ul.subnav {
      border-right: 1px solid #f5f5f5; }
    #language-menu-mobile .country-selection ul.subnav-lang {
      background-color: #fff;
      display: none;
      margin-left: 0;
      position: relative;
      width: 100%;
      right: 0;
      box-shadow: none; }
      #language-menu-mobile .country-selection ul.subnav-lang li.subitem:first-child a.subitemLink {
        color: #999999; }
      #language-menu-mobile .country-selection ul.subnav-lang li.subitem a.subitemLink.active {
        color: #006131; }
    #language-menu-mobile .country-selection .subnav-lang-container {
      width: 50%;
      float: left; }
  #language-menu-mobile .selection-disclaimer {
    text-align: center; }
  #language-menu-mobile.active .language-menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%; }

.lock-mobile-scroll {
  overflow: hidden; }

/* footer
================================================== */
.pre-footer {
  width: 100%;
  height: 150px;
  background-color: #3e3b38;
  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.5, 1 0.5, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100px, 0 100%);
  clip-path: polygon(0 0, 100% 40px, 100% 100px, 0 100%);
  position: absolute;
  top: -100px;
  left: 0;
  padding: 32px 0; }
  .pre-footer a {
    display: block; }
  .pre-footer a.certified {
    margin-top: 20px;
    height: 50px;
    display: table; }
    .pre-footer a.certified .icon {
      background: url("../image/icon-van.png") no-repeat center;
      width: 50px;
      height: 50px;
      border: 2px solid rgba(255, 255, 255, 0.25);
      display: table-cell;
      vertical-align: middle;
      border-radius: 100%; }
    .pre-footer a.certified .text {
      font: normal 14px/1.4 "Futura Book", Arial, sans-serif;
      color: white;
      padding-left: 8px;
      display: table-cell;
      vertical-align: middle;
      text-transform: none; }
  @media (min-width: 768px) {
    .pre-footer {
      height: 200px;
      padding: 60px 0;
      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.5, 1 0.5, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
      -webkit-clip-path: polygon(0 0, 100% 100px, 100% 100px, 0 100%);
      clip-path: polygon(0 0, 100% 100px, 100% 100px, 0 100%); } }

footer {
  background: #212120 url("../image/footer-grunge.png") no-repeat bottom left;
  color: #90918e;
  margin-top: 150px;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative; }
  footer.folded {
    margin-top: 50px;
    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.05, 1 0, 1 1, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
    -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%); }
  footer a, footer .link a {
    color: #90918e;
    font: normal 14px/1 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3px; }
    footer a:hover, footer .link a:hover {
      color: white; }
  footer .row {
    padding-top: 30px;
    padding-bottom: 30px; }
  footer hr {
    border-color: black;
    opacity: 0.085; }
  footer .campaign-links a {
    display: block;
    margin-bottom: 15px; }
  footer .country-selector.dropdown-wrapper {
    width: 100%;
    margin: 0; }
    footer .country-selector.dropdown-wrapper .dropdown-toggle {
      background: white;
      border-radius: 8px;
      margin: 0;
      line-height: 1; }
    footer .country-selector.dropdown-wrapper .dropdown-menu > li > a {
      padding: 10px 30px 10px 15px;
      line-height: 1;
      margin: 0; }
  @media (min-width: 768px) {
    footer {
      margin-top: 180px;
      padding-top: 120px;
      padding-bottom: 100px; }
      footer.folded {
        margin-top: 50px;
        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, 1 0, 1 1, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
        -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%); }
      footer a, footer .link a {
        font-size: 12px; } }
  @media (min-width: 1280px) {
    footer .country-selector.dropdown-wrapper {
      width: 65%;
      padding-right: 15px; } }

footer .payment-methods {
  margin-top: 25px; }
  footer .payment-methods li {
    display: inline-block;
    margin-right: 10px; }
  footer .payment-methods img {
    height: 20px; }

footer .no-list-style {
  margin-bottom: 30px; }

footer .newsletter {
  margin-bottom: 60px; }
  footer .newsletter a, footer .newsletter p {
    font: normal 16px/1.5 "Futura Book", Arial, sans-serif;
    color: #f4f2f0;
    margin-top: 0;
    text-transform: none;
    margin-bottom: 25px; }
  footer .newsletter a:hover {
    color: #999999; }
  footer .newsletter .title {
    display: block;
    line-height: 21px;
    float: left;
    font-weight: 600;
    font-size: 18px;
    margin: 5px 15px 5px 0px; }
  footer .newsletter form .email-field {
    padding-bottom: 15px;
    width: 100%; }
  footer .newsletter form .btn {
    background: transparent;
    border-radius: 4px;
    line-height: 38px;
    border: 1px solid white;
    height: 40px;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 15px; }
    footer .newsletter form .btn span {
      font: normal 12px/1 "Futura Bold", Arial, sans-serif;
      text-transform: uppercase; }
  footer .newsletter form input {
    display: block;
    border: 1px solid white;
    width: 100%;
    height: 40px;
    background: transparent;
    color: white;
    border-radius: 5px;
    padding: 0 20px;
    font: normal 12px/38px "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    margin-right: 5px;
    max-width: none; }

footer form {
  width: 100%;
  display: inline-block; }
  footer form input {
    display: inline-block;
    vertical-align: top; }

footer .contact-description {
  display: block;
  padding-bottom: 10px; }

footer .contact .glyphicon {
  margin-right: 10px; }

footer .copyright {
  color: #54504d; }
  footer .copyright .contact-links {
    color: #90918e;
    margin-top: 20px; }
  footer .copyright a {
    text-transform: none;
    font: normal 14px/1 "Futura Book", Arial, sans-serif;
    display: inline-block; }

footer .social-media {
  line-height: 0;
  margin: 0 0 50px 0; }
  footer .social-media a.sub-logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  footer .social-media .social-icon {
    display: inline-block;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #666;
    vertical-align: top;
    margin-right: 10px; }
    footer .social-media .social-icon:hover {
      opacity: 1; }

footer .hallmarks {
  margin-top: 30px; }

@media (min-width: 1280px) {
  footer .newsletter form .email-field {
    float: left;
    width: 65%;
    padding: 0;
    padding-right: 15px; }
  footer .newsletter form .btn {
    float: left;
    width: 35%; } }

@media (max-width: 767px) {
  footer a {
    line-height: 25px; }
  footer form {
    margin: 10px 0 0 0; }
  footer .links ul li {
    margin-bottom: 8px; }
  footer .contact {
    margin-bottom: 5px; }
  footer .newsletter {
    padding: 15px;
    margin: 32px 0 0 0; }
  footer .campaign-links {
    padding: 15px;
    margin-bottom: 32px; }
  footer .newsletter .title {
    margin: 0px 0px 15px 0px;
    float: none; }
  footer .newsletter input {
    max-width: 160px; }
  footer .social-media {
    margin-top: 15px; } }

/* .copyright-payment */
.copyright-payment {
  color: #6c6c6c;
  font-size: 12px;
  background-color: #3d3d3d;
  padding-top: 15px;
  padding-bottom: 15px; }

.copyright-payment .row {
  padding-top: 0px;
  padding-bottom: 0px; }

.copyright-payment .copyright {
  opacity: 0.4; }

.copyright-payment .copyright a {
  color: #969696;
  opacity: 0.7; }

.copyright-payment .payments {
  line-height: 12px; }

.copyright-payment .payments img {
  display: inline-block;
  height: 22px;
  width: auto;
  line-height: 35px;
  margin-left: 7px; }

/* DE */
.strict-shipping {
  padding-top: 0px; }

.shipping-cost {
  display: block;
  text-align: right;
  width: 100%; }

.shipping-cost.collection {
  margin-bottom: 30px; }

.hero-header {
  width: 100%;
  position: relative; }
  .hero-header.feature-torp {
    margin-top: 72px; }
  .hero-header:after {
    padding-top: 0;
    content: '';
    display: none;
    pointer-events: none; }
  .hero-header h5, .hero-header .accessories-subtitle, .hero-header .subscription-subtitle {
    font: normal 18px/1.1 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    display: block; }
  .hero-header h2 {
    color: white;
    text-transform: uppercase;
    display: block; }
  .hero-header h3, .hero-header h2, .hero-header .feature-torp-subtitle {
    font: normal 24px/1.1 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    display: block; }
  .hero-header h1, .hero-header .index-header, .hero-header .product-name {
    font: normal 42px/1.1 "Futura Bold", Arial, sans-serif;
    display: block;
    margin: 0;
    margin-bottom: 15px;
    color: white;
    text-transform: uppercase; }
  .hero-header p {
    color: white;
    font: normal 16px/1.4 "Futura Book", Arial, sans-serif;
    margin: 20px 0 40px 0; }
  .hero-header .hero-header-visual.hero-video-header-visual {
    position: absolute;
    z-index: 1; }
  .hero-header .hero-header-visual {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3e3b38;
    width: 100%;
    height: 360px;
    position: relative;
    top: auto;
    left: auto;
    display: block; }
    .hero-header .hero-header-visual .hero-header-content {
      position: absolute;
      width: 100%;
      top: 120px;
      left: 0; }
      @media (max-width: 767px) {
        .hero-header .hero-header-visual .hero-header-content {
          top: 75px; } }
      @media (max-width: 767px) {
        .hero-header .hero-header-visual .hero-header-content.special-header {
          top: 45px; } }
      .hero-header .hero-header-visual .hero-header-content .headlines {
        width: 100%; }
        .hero-header .hero-header-visual .hero-header-content .headlines h1, .hero-header .hero-header-visual .hero-header-content .headlines .index-header {
          font-size: 36px;
          line-height: 0.95; }
        .hero-header .hero-header-visual .hero-header-content .headlines h3, .hero-header .hero-header-visual .hero-header-content .headlines h2 {
          font-size: 28px;
          line-height: 1; }
        .hero-header .hero-header-visual .hero-header-content .headlines .description {
          display: none; }
      .hero-header .hero-header-visual .hero-header-content .christmas-banner-price {
        width: 100px;
        position: relative;
        top: -90px;
        left: 150px; }
  .hero-header .hero-header-visual-riviera {
    background-position: center left; }
  .hero-header .feature-product {
    z-index: 2;
    width: 100%;
    left: 0;
    -webkit-transform: none;
    transform: none;
    padding-top: 40px;
    position: relative;
    top: auto;
    margin-bottom: 25px; }
    .hero-header .feature-product .multiline-headline span {
      font-size: 28px; }
    .hero-header .feature-product .feature-product-image {
      width: 100%;
      max-width: 280px;
      float: none;
      margin: 0 auto;
      position: relative; }
      .hero-header .feature-product .feature-product-image .beer-product-image {
        width: 100%;
        height: 100%;
        display: block; }
        .hero-header .feature-product .feature-product-image .beer-product-image img {
          width: 100%;
          height: auto; }
    .hero-header .feature-product .feature-product-info {
      margin: 0;
      float: none;
      width: 100%; }
      .hero-header .feature-product .feature-product-info h2 {
        color: #3e3b38; }
      .hero-header .feature-product .feature-product-info h1, .hero-header .feature-product .feature-product-info .product-name {
        font-size: 21px;
        text-align: center;
        color: #3e3b38; }
      .hero-header .feature-product .feature-product-info .description {
        text-align: center;
        min-height: initial; }
        .hero-header .feature-product .feature-product-info .description p {
          font-size: 16px;
          color: #3e3b38;
          line-height: 1.4; }
      .hero-header .feature-product .feature-product-info .product-info .cart {
        text-align: center;
        float: none; }
      .hero-header .feature-product .feature-product-info .product-info .product-price {
        display: block;
        margin: 15px 0 20px 0;
        position: relative; }
        .hero-header .feature-product .feature-product-info .product-info .product-price .price .new-price, .hero-header .feature-product .feature-product-info .product-info .product-price .price .old-price {
          color: #3e3b38;
          margin-right: 5px;
          top: auto;
          position: relative; }
      .hero-header .feature-product .feature-product-info .product-info p.vat_disclaimer {
        margin: 5px 0 40px 0;
        color: #3e3b38;
        text-align: center; }
      .hero-header .feature-product .feature-product-info.wider {
        width: 60%; }
  @media (min-width: 768px) {
    .hero-header {
      max-height: 500px; }
      .hero-header:after {
        padding-top: 130%;
        content: ' ';
        display: block;
        pointer-events: none; }
      .hero-header h3, .hero-header h2 {
        font-size: 36px; }
      .hero-header h1, .hero-header .index-header, .hero-header .sub-header {
        font-size: 52px; }
      .hero-header .feature-product {
        top: 40px;
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0; }
        .hero-header .feature-product .headlines {
          float: left;
          width: 40%;
          margin-top: 0; }
        .hero-header .feature-product .multiline-headline span {
          font-size: 42px; }
        .hero-header .feature-product .feature-product-image {
          width: 25%;
          margin-top: 30px;
          margin-right: 2%;
          max-width: 260px;
          float: left;
          height: 350px; }
          .hero-header .feature-product .feature-product-image .beer-product-image {
            position: absolute;
            left: 50%;
            top: 0;
            width: 340px;
            height: 340px;
            -webkit-transform: translate(-50%);
            transform: translate(-50%); }
            .hero-header .feature-product .feature-product-image .beer-product-image img {
              width: auto;
              height: 100%; }
        .hero-header .feature-product .feature-product-info {
          margin-top: 50px;
          width: 32%;
          float: left; }
          .hero-header .feature-product .feature-product-info h2 {
            color: white; }
          .hero-header .feature-product .feature-product-info h1, .hero-header .feature-product .feature-product-info .product-name {
            color: white;
            text-align: left; }
          .hero-header .feature-product .feature-product-info .description {
            text-align: left; }
            .hero-header .feature-product .feature-product-info .description p {
              color: white; }
          .hero-header .feature-product .feature-product-info .product-info .cart {
            text-align: left;
            float: none; }
            .hero-header .feature-product .feature-product-info .product-info .cart .quantity-field {
              float: left; }
            .hero-header .feature-product .feature-product-info .product-info .cart button {
              float: left;
              margin-top: 8px; }
          .hero-header .feature-product .feature-product-info .product-info .product-price .price .new-price, .hero-header .feature-product .feature-product-info .product-info .product-price .price .old-price {
            color: white; }
      .hero-header .hero-header-visual {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .hero-header .hero-header-visual .hero-header-content {
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          .hero-header .hero-header-visual .hero-header-content .headlines {
            width: 70%; }
            .hero-header .hero-header-visual .hero-header-content .headlines.christmas-headline {
              width: 100%;
              text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
              margin-top: 70px; }
            .hero-header .hero-header-visual .hero-header-content .headlines h1, .hero-header .hero-header-visual .hero-header-content .headlines .index-header {
              font-size: 42px; }
            .hero-header .hero-header-visual .hero-header-content .headlines .description {
              display: block; }
          .hero-header .hero-header-visual .hero-header-content .christmas-banner-price {
            position: relative;
            left: 40%;
            width: 170px;
            top: -20px; } }
  .hero-header .hero-header-flipped-horizontal {
    transform: scaleX(-1); }
    .hero-header .hero-header-flipped-horizontal .hero-header-content {
      transform: translateY(-50%) scaleX(-1); }
      @media all and (min-width: 481px) and (max-width: 768px) {
        .hero-header .hero-header-flipped-horizontal .hero-header-content {
          transform: translateY(-50%) scaleX(-1); } }
  @media (min-width: 992px) {
    .hero-header .feature-product .headlines {
      float: left;
      width: 40%;
      margin-top: 60px; }
    .hero-header .feature-product .multiline-headline span {
      font-size: 42px; }
    .hero-header .feature-product .feature-product-info .product-info .cart {
      text-align: left; }
      .hero-header .feature-product .feature-product-info .product-info .cart .quantity-field {
        float: none; }
      .hero-header .feature-product .feature-product-info .product-info .cart button {
        float: none;
        margin-top: 0; }
    .hero-header .hero-header-visual .hero-header-content .headlines h1, .hero-header .hero-header-visual .hero-header-content .headlines .index-header, .hero-header .hero-header-visual .hero-header-content .headlines .sub-subheader {
      font-size: 50px; }
      .hero-header .hero-header-visual .hero-header-content .headlines h1 span, .hero-header .hero-header-visual .hero-header-content .headlines .index-header span, .hero-header .hero-header-visual .hero-header-content .headlines .sub-subheader span {
        font-size: 36px; }
    .hero-header .hero-header-visual .hero-header-content .headlines h3, .hero-header .hero-header-visual .hero-header-content .headlines h2 {
      font-size: 36px; } }
  @media (min-width: 1024px) {
    .hero-header .feature-product .feature-product-info .product-info p.vat_disclaimer {
      color: #fff;
      text-align: left; } }
  @media (min-width: 1280px) {
    .hero-header {
      max-height: 560px; }
      .hero-header:after {
        padding-top: 60%; }
      .hero-header h3, .hero-header h2 {
        font-size: 42px; }
      .hero-header h1, .hero-header .index-header {
        font-size: 80px; }
      .hero-header .feature-product {
        top: 60px; }
        .hero-header .feature-product .multiline-headline span {
          font-size: 62px; }
        .hero-header .feature-product .feature-product-info {
          width: 30%; }
          .hero-header .feature-product .feature-product-info h1, .hero-header .feature-product .feature-product-info .index-header, .hero-header .feature-product .feature-product-info .product-name {
            font-size: 30px;
            margin-top: 10px;
            margin-bottom: 15px; }
        .hero-header .feature-product .feature-product-image {
          width: 23%;
          max-width: 260px;
          height: 450px; }
          .hero-header .feature-product .feature-product-image .beer-product-image {
            position: absolute;
            left: 50%;
            top: 0;
            width: 450px;
            height: 450px; }
      .hero-header .hero-header-visual {
        background-position: center 20%; }
        .hero-header .hero-header-visual .hero-header-content .headlines h1, .hero-header .hero-header-visual .hero-header-content .headlines .index-header {
          font-size: 50px; }
        .hero-header .hero-header-visual .hero-header-content .headlines h3, .hero-header .hero-header-visual .hero-header-content .headlines h2 {
          font-size: 36px; } }

/*

.de{
  .hero-header
  {
    h1, .product-name {
      line-height: 1.1;
    }
  }
}*/
/* .page-tile .breadcrumbs
================================================== */
.page-title h1.product-page {
  float: left;
  margin-right: 5px; }

@media (max-width: 767px) {
  .page-title h1 {
    font-size: 1.475em; } }

.page-title .glyphicon {
  font-size: 12px;
  top: -1px;
  float: left;
  margin-left: 5px;
  line-height: 24px; }

.breadcrumbs, .breadcrumbs a {
  color: #797979;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none; }

.breadcrumbs, .breadcrumbs a:hover {
  color: #414141; }

@media (max-width: 767px) {
  .breadcrumbs {
    clear: both;
    text-align: left;
    margin-top: 5px; } }

/* Multi lines headlines
================================================== */
.multiline-headline {
  margin: 16px;
  display: block;
  position: relative; }
  .multiline-headline p {
    color: #999999;
    font: normal 16px/1.5 "Futura Book", Arial, sans-serif;
    margin-top: 30px; }
  .multiline-headline span {
    display: block;
    text-transform: uppercase;
    font: normal 64px/1 "Futura Bold", Arial, sans-serif;
    padding-left: 0;
    color: white; }
  .multiline-headline + p {
    color: #999999;
    font: normal 16px/1.5 "Futura Book", Arial, sans-serif;
    margin-top: 30px; }
  .multiline-headline .multiline-headline_small {
    font: normal 14px/1 "cholla-slab", Arial, sans-serif; }
  .multiline-headline .multiline-headline_big-02 {
    padding-left: 40px; }
  .multiline-headline .multiline-headline_big-03 {
    padding-left: 72px; }
  .multiline-headline.multiline-headline-01 span, .multiline-headline.multiline-headline-02 span {
    font-size: 42px; }
    @media (max-width: 480px) {
      .multiline-headline.multiline-headline-01 span, .multiline-headline.multiline-headline-02 span {
        overflow-wrap: break-word;
        word-wrap: break-word; } }
  .multiline-headline.multiline-headline-01 .multiline-headline_small, .multiline-headline.multiline-headline-02 .multiline-headline_small {
    font-size: 14px; }
  .multiline-headline.multiline-headline-01 .multiline-headline_big-02, .multiline-headline.multiline-headline-02 .multiline-headline_big-02 {
    padding-left: 52px; }
  .multiline-headline.multiline-headline-01 .multiline-headline_big-02.valentines-offer, .multiline-headline.multiline-headline-02 .multiline-headline_big-02.valentines-offer {
    padding-left: 52px; }
    @media (max-width: 480px) {
      .multiline-headline.multiline-headline-01 .multiline-headline_big-02.valentines-offer, .multiline-headline.multiline-headline-02 .multiline-headline_big-02.valentines-offer {
        padding-left: 0px; } }
  .multiline-headline.multiline-headline-01 .multiline-headline_big-03, .multiline-headline.multiline-headline-02 .multiline-headline_big-03 {
    padding-left: 128px; }
  .multiline-headline.multiline-headline-03 span {
    font-size: 30px;
    line-height: 1.2; }
  .multiline-headline.multiline-headline-03 .multiline-headline_small {
    font-size: 14px; }
  .multiline-headline .multiline-headline_small {
    color: #bfbcba;
    position: absolute;
    top: -35px;
    left: 0; }
    .multiline-headline .multiline-headline_small.relative-pos {
      position: relative;
      top: auto;
      margin-bottom: 15px; }
  @media (min-width: 768px) {
    .multiline-headline.multiline-headline-01 span, .multiline-headline.multiline-headline-02 span {
      font-size: 64px; }
    .multiline-headline.multiline-headline-01 .multiline-headline_small, .multiline-headline.multiline-headline-02 .multiline-headline_small {
      font-size: 14px; }
    .multiline-headline.multiline-headline-01 .multiline-headline_big-02, .multiline-headline.multiline-headline-02 .multiline-headline_big-02 {
      padding-left: 50px; }
    .multiline-headline.multiline-headline-01 .multiline-headline_big-03, .multiline-headline.multiline-headline-02 .multiline-headline_big-03 {
      padding-left: 128px; }
    .multiline-headline.multiline-headline-03 span {
      font-size: 42px; }
    .multiline-headline.multiline-headline-03 .multiline-headline_small {
      font-size: 14px; } }
  @media (max-width: 360px) {
    .multiline-headline.multiline-headline-01 span, .multiline-headline.multiline-headline-02 span {
      font-size: 42px; }
    .multiline-headline.multiline-headline-01 .multiline-headline_small, .multiline-headline.multiline-headline-02 .multiline-headline_small {
      font-size: 12px; }
    .multiline-headline.multiline-headline-01 .multiline-headline_big-02, .multiline-headline.multiline-headline-02 .multiline-headline_big-02 {
      padding-left: 25px; }
    .multiline-headline.multiline-headline-01 .multiline-headline_big-03, .multiline-headline.multiline-headline-02 .multiline-headline_big-03 {
      padding-left: 50px; }
    .multiline-headline.multiline-headline-03 span {
      font-size: 30px; }
    .multiline-headline.multiline-headline-03 .multiline-headline_small {
      font-size: 12px; } }
  .multiline-headline.dark-color span {
    color: #3e3b38; }
  .multiline-headline.white-color span {
    color: white; }
  .multiline-headline.light-grey span {
    color: #e6e6e6; }

/* Product title and description
================================================== */
.title {
  font: normal 16px/1 "Futura Bold", Arial, sans-serif;
  color: #3e3b38;
  text-transform: uppercase;
  display: block; }
  .title.eclipse {
    height: 38px;
    overflow: hidden; }

.description {
  min-height: 45px;
  margin: 10px 0 10px 0; }
  .description.eclipse {
    height: 45px;
    overflow: hidden; }
  .description p {
    font: normal 16px/1.4 "Futura Book", Arial, sans-serif;
    color: white;
    margin: 0; }

.de .multiline-headline span {
  line-height: 1.1; }

.de .title {
  line-height: 1.25; }

/* .slider
================================================== */
/* .headline */
.headline {
  margin-top: 30px;
  position: relative; }

.headline.single {
  margin-bottom: 30px; }

.headline .slider {
  border: 1px solid #e5e5e5; }

.slider {
  width: 100%;
  position: relative;
  overflow: hidden; }

.slider ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.slider li {
  float: left; }

.slider img {
  display: block;
  max-width: 100%;
  background-color: #f7f7f7;
  height: auto !important; }

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  background-color: #414141;
  opacity: 0.2;
  padding: 5px 6px 5px 5px; }

.headline:hover .slider-prev,
.headline:hover .slider-next,
.brands:hover .slider-prev,
.brands:hover .slider-next {
  opacity: 1; }

.slider-prev {
  left: 26px; }

.slider-next {
  right: 26px; }

.slider-pagination {
  width: 100%;
  text-align: center;
  line-height: 0px;
  margin: 20px 0px; }

.slider-pagination a {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #414141;
  border-radius: 100%;
  text-indent: -9999px;
  margin: 0px 6px;
  padding: 0px;
  border: 1px solid #54afe9; }

.slider-pagination a.active {
  background: #54afe9; }

/* .brands */
.brands {
  position: relative; }

.brands .slider li {
  width: 285px;
  margin-right: -1px;
  border: 1px solid #e5e5e5; }

.brands .slider-prev,
.brands .slider-next {
  margin-top: -14px; }

@media (max-width: 767px) {
  .brands {
    display: none; } }

@media (max-width: 992px) {
  .brands .slider li {
    width: 241px; }
  .brands {
    margin: 0px 0px 30px 0px; }
  .slider-prev,
  .slider-next {
    opacity: 1; } }

/* .categories
================================================== */
.categories .category {
  border: 1px solid #e5e5e5;
  margin: 0px -1px -1px 0px;
  padding: 0px;
  position: relative;
  background-color: white; }

.categories .category img {
  background-color: #f7f7f7;
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px; }

.categories .category div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 15px 19px; }

.categories .category span {
  background-color: #414141;
  color: white;
  text-transform: uppercase;
  line-height: 22px; }

@media (min-width: 992px) {
  .categories .category.hover span,
  .categories .category.hover img {
    opacity: 0.6; } }

.categories .category span.title {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
  box-shadow: -4px 0 0 0 #414141, 4px 0 0 0 #414141;
  margin-left: 4px; }

.categories .category span.amount {
  position: absolute;
  bottom: 15px;
  right: 19px;
  font-size: 12px;
  padding: 0px 4px 0px 5px; }

.categories .category span.amount .glyphicon {
  font-size: 10px;
  margin-right: 4px;
  opacity: 1;
  vertical-align: 1px; }

@media (max-width: 992px) {
  .categories .category div {
    padding: 11px 14px; }
  .categories .category span.amount {
    bottom: 11px;
    right: 14px; } }

/* .products
================================================== */
.products .col-md-10 {
  padding-right: 0px; }

.products .col-md-10 .no-products-found {
  padding: 0px 15px;
  font-style: italic; }

@media (max-width: 992px) {
  .products .col-md-10 {
    padding-left: 0px; } }

.products .product {
  margin-bottom: 30px; }
  .products .product .cart {
    float: none;
    text-align: left; }
  @media (max-width: 480px) {
    .products .product {
      margin-bottom: 15px; } }

.products .product-crossell {
  margin-bottom: 30px; }

.products .product a {
  color: #f7f7f7;
  text-decoration: none; }

.products .product .image-wrap img {
  background-color: #f7f7f7;
  border-bottom: 0px;
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px; }

.products .product .image-wrap {
  position: relative; }
  @media (max-width: 480px) {
    .products .product .image-wrap {
      max-width: 200px;
      margin: 0 auto; } }

.products .product .image-wrap .sale-new {
  position: absolute;
  background-color: #414141;
  padding: 5px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  top: 15px;
  left: 15px;
  z-index: 1;
  text-transform: uppercase; }

.sale-new.right {
  right: 15px;
  left: inherit !important; }

.products .product .image-wrap .description {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #414141;
  background-color: rgba(65, 65, 65, 0);
  height: 0px;
  overflow: hidden;
  color: #f7f7f7;
  font-size: 12px;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 2;
  line-height: 20px; }

.products .product .image-wrap .description .text {
  overflow: hidden;
  padding: 0px 10px; }

.products .product .image-wrap .description .stars {
  margin-bottom: 3px; }

.products .product .image-wrap .cart {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 0px 4px;
  text-transform: uppercase;
  border: 1px solid;
  margin-top: 10px;
  text-decoration: none;
  color: #54afe9; }

.products .product .info {
  padding: 11px 12px 15px 12px;
  min-height: 88px; }
  .products .product .info h3 {
    margin: 0; }

.products .product .info .title {
  text-decoration: none;
  color: #3e3b38;
  line-height: 1;
  display: block;
  min-height: 38px;
  font: normal 18px/1 "Futura Bold", Arial, sans-serif;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    .products .product .info .title {
      min-height: initial; } }

.products .product .info .description {
  margin: 15px 0 20px 0; }
  .products .product .info .description p {
    font: normal 16px/1.4 "Futura Book", Arial, sans-serif;
    color: #999999;
    margin: 0; }

.products .product .info .old-price {
  opacity: 0.8;
  font-size: 11px;
  font-family: "Futura Book", Arial, sans-serif;
  position: relative; }
  .products .product .info .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; }

.products .product .info.strict {
  height: auto;
  overflow: auto; }

.products .product .info.strict .unit-price {
  display: block;
  clear: both; }

.state-text {
  color: white;
  position: absolute;
  z-index: 1;
  padding: 5px 10px;
  min-width: 55px;
  text-align: center;
  text-transform: uppercase;
  font: normal 14px/1 "Futura Bold", Arial, sans-serif; }
  .state-text.red-state {
    background-color: #c6353e; }
    .state-text.red-state:after {
      border-right: 10px solid transparent;
      border-top: 24px solid #c6353e; }
  .state-text.green-state {
    background-color: #008644; }
    .state-text.green-state:after {
      border-right: 10px solid transparent;
      border-top: 24px solid #008644; }
  .state-text.black-state {
    background-color: #000000; }
    .state-text.black-state:after {
      border-right: 10px solid transparent;
      border-top: 24px solid #000000; }
  .state-text:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    clear: both; }
  .state-text.state-text-description {
    margin-top: -30px; }

.product-image-label {
  top: 50%;
  right: 15%;
  width: 95px;
  height: 95px;
  background: red;
  border-radius: 100%;
  transform: translateY(-50%);
  position: absolute;
  background: url("../image/product-label-background.png") no-repeat bottom center;
  background-size: cover;
  z-index: 1; }
  .product-image-label .text {
    font: normal 14px/1 "cholla-slab", Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 10px; }

@media (max-width: 1025px) {
  .products .product .image-wrap .description {
    display: none; }
  .products .product .image-wrap .description .text {
    padding: 0px; } }

.de .products .product .info .title {
  line-height: 1.25;
  min-height: 45px; }

.de-vatdisclaimer, .belu-vatdisclaimer {
  margin: 5px 0 10px 0;
  font-size: 12px;
  line-height: 13px;
  color: #999;
  text-transform: uppercase; }

.de .product .tooltip .tooltip-inner, .be .product .tooltip .tooltip-inner {
  background-color: #b4b4b4;
  color: #ffffff;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 10px;
  text-transform: none;
  max-width: 300px; }

.de .product .tooltip.bottom, .be .product .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.de .product .tooltip .tooltip-arrow, .be .product .tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.de .product .tooltip.right .tooltip-arrow, .be .product .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #b4b4b4; }

.de .product .tooltip.bottom .tooltip-arrow, .be .product .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #b4b4b4; }

@media (min-width: 768px) {
  .wrapper .row.products .product {
    height: 605px; } }

@media (min-width: 768px) {
  .wrapper .row.products .product {
    height: 605px; } }

/* .sidebar
================================================== */
.sidebar {
  color: #797979;
  margin-bottom: 20px; }

.sort {
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0; }

.sidebar strong {
  display: block;
  padding-top: 10px; }

/* .price-filter */
.price-filter {
  padding-bottom: 40px; }

.price-filter-range {
  font-size: 10px; }

#collection-filter-price {
  height: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative; }

#collection-filter-price .ui-slider-range {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 12px; }

#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  border: 1px solid #ccc;
  background-color: white;
  outline: none; }

.price-filter-range .min {
  float: left; }

.price-filter-range .max {
  float: right; }

/* select */
.sidebar select {
  display: block;
  margin-bottom: 10px;
  max-width: 100%; }

/* nav */
.sidebar .item {
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  padding: 0px 0px 10px 0px; }

.sidebar .item .itemLink {
  display: block;
  text-transform: uppercase;
  margin-top: 10px; }

.sidebar .item .itemLink, .sidebar .item .subitemLink {
  color: #797979;
  text-decoration: none; }

.sidebar .item .itemLink:hover, .sidebar .item .subitemLink:hover {
  color: #414141; }

.sidebar .item .active, .sidebar .item .active:hover {
  color: #54afe9; }

.sidebar .item .subnav .subnav {
  margin: 5px 0px 5px 10px; }

@media (max-width: 992px) {
  .sort {
    padding-bottom: 0px;
    border-bottom: 0px; }
  .price-filter {
    display: none; }
  .sidebar {
    margin-bottom: 30px;
    margin-top: -15px; }
  .sidebar .item {
    display: none;
    padding-top: 10px;
    padding-bottom: 25px; }
  .sidebar .item.active {
    display: block; }
  .sidebar .item .itemLink {
    margin-top: 5px; } }

@media (max-width: 767px) {
  .sidebar .item {
    border-bottom: 0px; }
  .sidebar {
    border-bottom: 1px solid #f0f0f0; } }

/* .pager
================================================== */
.pager {
  font-size: 12px;
  color: #797979;
  margin: 0px;
  padding-top: 0px; }

.pager .left {
  font-size: 12px; }

.pager ul {
  border: 1px solid #e5e5e5; }

.pager ul li {
  display: inline; }

.pager ul li a {
  color: #797979;
  float: left;
  padding: 5px 13px;
  line-height: 20px;
  text-decoration: none;
  border-right: 1px solid #f0f0f0; }

.pager ul li a:hover {
  color: #414141; }

.pager ul li a .glyphicon {
  font-size: 10px;
  line-height: 18px; }

.pager ul li:last-child a {
  border-right: 0px; }

.pager ul li.active a {
  background-color: #f7f7f7; }

.pager ul li.prev a {
  border-left-width: 1px; }

.pager ul li.disabled {
  display: none; }

/* Product page
================================================== */
.product-info-options .product-configure .product-configure-custom .product-configure-custom-option label {
  font: normal 16px/1 "Futura Bold", Arial, sans-serif;
  color: #3e3b38;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block; }

.product-info-options .product-configure .product-configure-custom .product-configure-custom-option .product-configure-custom-option-item label {
  font: normal 13px/20px "Futura Bold", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  margin-left: 8px;
  margin-top: 0;
  color: #3e3b38; }

@media (min-width: 768px) {
  .product-info-options .product-configure .product-configure-custom .product-configure-custom-option label {
    color: white; }
  .product-info-options .product-configure .product-configure-custom .product-configure-custom-option .product-configure-custom-option-item label {
    color: white; } }

.product-wrap {
  padding-top: 20px; }

.other-pdp .other-pdp-title {
  font: normal 42px/1 "Futura Bold", Arial, sans-serif;
  text-transform: uppercase;
  color: #3e3b38;
  margin: 0 0 25px 0; }

.other-pdp h1.product-page {
  display: none; }

.other-pdp .product-info .product-price {
  margin-top: 25px; }
  .other-pdp .product-info .product-price .price {
    color: #3e3b38; }

@media (max-width: 480px) {
  .other-pdp h1.product-page {
    display: block; }
  .other-pdp .other-pdp-title {
    display: none; } }

/* .zoombox */
.zoombox .images {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5; }
  .zoombox .images a {
    display: none;
    cursor: pointer;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .zoombox .images a.first {
      display: block; }
    .zoombox .images a img {
      height: 100%;
      width: auto;
      background-color: #fff;
      margin: 0 auto; }

.zoombox .thumbs a {
  display: block;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  .zoombox .thumbs a img {
    width: 100%;
    height: auto;
    background-color: #f7f7f7; }
    .zoombox .thumbs a img.zoomImg {
      max-height: none; }

.zoombox a {
  text-decoration: none; }

/*.product-configure .product-configure-options-option,
.product-configure .product-configure-variants,
.product-configure .product-configure-custom-option {
	//float: left;
	//width: 160px;
	margin: 0px 15px 15px 0px;
}*/
.product-configure-custom,
.product-configure-variants,
.product-configure-options {
  clear: both; }

@media (max-width: 992px) {
  .product-configure .product-configure-options-option,
  .product-configure .product-configure-variants,
  .product-configure .product-configure-custom-option {
    width: 100%; } }

/* .product-price */
.product-info .row {
  clear: both;
  margin-right: 0px; }

.product-info .product-option {
  border: none;
  padding-bottom: 15px; }

.product-info .product-price {
  text-align: center;
  border: none; }
  .product-info .product-price .price-wrap {
    margin-bottom: 15px;
    padding-left: 0;
    color: white; }
  .product-info .product-price .old-price {
    color: #999;
    display: block;
    position: absolute;
    top: -20px;
    font: normal 20px/1 "Futura Book", Arial, sans-serif; }
    .product-info .product-price .old-price:before {
      content: ' ';
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      top: 50%;
      left: 0;
      background: #999;
      -webkit-transform: rotate(-10deg) translateY(-50%);
      transform: rotate(-10deg) translateY(-50%);
      border-radius: 10px; }
    @media (max-width: 480px) {
      .product-info .product-price .old-price {
        position: relative;
        display: inline-block;
        top: auto;
        margin-right: 3px; }
        .product-info .product-price .old-price:before {
          box-shadow: none; } }
  .product-info .product-price .price {
    font: normal 42px/1 "Futura Bold", Arial, sans-serif;
    color: #3e3b38;
    vertical-align: middle; }
    .product-info .product-price .price span {
      display: inline-block;
      vertical-align: top; }
    .product-info .product-price .price .currency {
      font-size: 24px;
      line-height: 12px; }
    .product-info .product-price .price .old-price .currency {
      font-size: 12px;
      line-height: 17px; }

.product-info .cart {
  float: right;
  line-height: 0px;
  border-radius: 8px;
  overflow: hidden; }
  .product-info .cart .quantity-field {
    display: none;
    vertical-align: top;
    float: none;
    margin-bottom: 5px; }
  .product-info .cart .quantity-field-mobile {
    float: left;
    height: 45px; }
    .product-info .cart .quantity-field-mobile .change {
      width: 95px;
      border: 1px solid #eaeaea;
      border-radius: 8px;
      margin-right: 5px; }
    .product-info .cart .quantity-field-mobile .quantity-selector {
      width: 30%;
      height: 100%;
      display: inline-block;
      float: left;
      position: relative; }
      .product-info .cart .quantity-field-mobile .quantity-selector a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: initial;
        font: normal 20px "Futura Book", Arial, sans-serif;
        font-weight: bold;
        color: #008644; }
    .product-info .cart .quantity-field-mobile input {
      border-radius: 0px;
      border-top: 0px;
      width: 40%;
      height: 39px; }
  .product-info .cart input {
    display: block;
    width: 50px;
    height: 40px;
    text-align: center;
    float: left;
    padding: 8px 5px;
    font: normal 14px/1 "Futura Bold", Arial, sans-serif;
    color: #3e3b38;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #EAEAEA; }
    .product-info .cart input:focus {
      outline: 0;
      border: 1px solid #EAEAEA; }
  .product-info .cart input::-webkit-outer-spin-button,
  .product-info .cart input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }

@media (min-width: 768px) {
  .product-info .product-price {
    text-align: left; }
    .product-info .product-price .price {
      color: white; }
      .product-info .product-price .price .currency {
        font-size: 24px;
        line-height: 28px; }
  .product-info .cart .quantity-field {
    float: left; } }

.product-points {
  margin: 20px 0 40px 0; }
  .product-points .icn {
    margin: 10px 0;
    padding-left: 35px;
    font: normal 16px/1.4 "Futura Book", Arial, sans-serif;
    color: #3e3b38; }
    .product-points .icn.icn-van {
      background: url("../image/icon-van-green.png") no-repeat left top;
      background-size: auto 24px; }
    .product-points .icn.icn-nostock {
      background: url("../image/icon-nostock-green.png") no-repeat left top;
      background-size: auto 24px; }
    .product-points .icn.icn-checked {
      background: url("../image/icon-checked-green.png") no-repeat left top;
      background-size: auto 24px; }
    .product-points .icn.icn-creditcard {
      background: url("../image/icon-creditcard-green.png") no-repeat left top;
      background-size: auto 24px; }
    .product-points .icn.icn-alcohol {
      background: url("../image/icon-bottle-green.png") no-repeat left top;
      background-size: auto 24px; }

.product-info .cart .change {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #F7F7F7;
  margin-right: 10px;
  border: 1px solid #eaeaea;
  border-left: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }
  .product-info .cart .change a {
    color: #212120;
    display: block;
    width: 100%;
    height: 18px;
    text-align: center;
    text-decoration: none;
    font: normal 14px/20px "Futura Book", Arial, sans-serif;
    font-weight: bold; }
    .product-info .cart .change a:hover {
      color: #414141; }

@media (max-width: 480px) {
  .product-info .product-price .price {
    line-height: 24px; }
  .product-info .price-wrap, .product-info .cart {
    float: none;
    text-align: center;
    width: 100%; }
  .product-info .product-price .cart {
    margin-top: 15px; } }

/* stars */
.review .stars {
  height: 11px;
  background: url("../image/stars-rating.png") 0px 0px repeat-x;
  margin: 5px 10px 0 0;
  display: inline-block;
  float: left;
  width: 60px; }
  .review .stars .stars-percent {
    height: 11px;
    background: url("../image/stars-rating.png") 0 -11px repeat-x;
    display: inline-block;
    float: left; }

.review .author {
  font-size: 14px;
  font-weight: bold;
  color: #333; }

/* add to cart */
.product-info .product-price .btn {
  overflow: hidden;
  margin-top: -1px;
  line-height: 37px;
  height: 39px;
  padding: 0px 30px; }
  .product-info .product-price .btn:hover span {
    opacity: 0; }
  .product-info .product-price .btn:hover:before {
    top: 2px; }
  .product-info .product-price .btn:before {
    left: 0;
    top: -50px;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    text-align: center; }

/* .tabs */
.product-tabs {
  padding-top: 0px;
  border-top: 1px solid #f0f0f0; }

.tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.tabs ul li {
  float: left;
  width: 33.33%; }

.tabs ul li.col-2 {
  width: 50%; }

.tabs ul li a {
  color: #444;
  border: 1px solid #f0f0f0;
  border-top: 0;
  border-right: 0;
  display: block;
  padding: 15px 15px 15px 15px;
  text-decoration: none; }

.tabs ul li:first-child a {
  border-left: 0px; }

.tabs ul li.active a {
  border-bottom-color: transparent;
  font-weight: 600; }

.tabs ul li.active a small {
  font-weight: normal; }

.tabsPages {
  width: 100%; }

.tabsPages .page {
  clear: both;
  display: none;
  min-height: 160px;
  overflow: auto;
  padding: 15px;
  width: 100%; }

.tabsPages .page.active {
  display: block; }

.tabsPages .page.info .details {
  margin-bottom: 20px; }

.tabsPages .page.info .details tr td {
  padding-right: 10px;
  font-style: italic; }

.tabsPages .page.info .details .out-of-stock {
  color: #eb6161; }

/* .reviews */
.tabsPages .page.reviews .review {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid; }

.tabsPages .page.reviews .stars {
  font-size: 10px;
  float: right; }

.tabsPages .page.reviews .bottom {
  font-size: 12px; }

/* .tags-actions */
.product-actions {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0px; }
  .product-actions .social-media {
    line-height: 0px; }
    .product-actions .social-media .social-block {
      float: left;
      margin: 0px 15px 0px 0px; }
  .product-actions .tags-actions {
    padding-top: 0px;
    font-size: 12px;
    color: #797979;
    margin-right: 0px; }
    .product-actions .tags-actions .actions {
      padding-right: 0px; }
      .product-actions .tags-actions .actions a {
        color: #797979; }
        .product-actions .tags-actions .actions a:hover {
          color: #414141; }
  .product-actions .tags {
    padding-right: 0px; }
    .product-actions .tags h2 {
      font-size: 12px;
      font-weight: normal;
      margin: 0px;
      line-height: inherit;
      display: inline; }

@media (max-width: 992px) {
  .product-actions .social-media {
    padding-left: 0px; }
  .product-actions .tags-actions .actions {
    text-align: left;
    margin-top: 15px; }
  .product-actions .social-media {
    margin-bottom: 15px; }
  .product-actions .tags, .product-actions .actions {
    margin-left: -15px; } }

@media (max-width: 767px) {
  .tabsPages .page {
    max-height: 160px !important; }
  .product-actions, .product-info .row {
    margin-right: -15px;
    margin-left: -15px; }
  .product-actions .tags, .product-actions .actions {
    margin-left: 0px; }
  .product-actions .social-media {
    padding-left: 15px; } }

.de .product-info .cart .quantity-field, .it .product-info .cart .quantity-field, .es .product-info .cart .quantity-field, .be .product-info .cart .quantity-field, .uk .product-info .cart .quantity-field {
  display: inline-block; }

/* GUI
================================================== */
.gui {
  margin-top: 30px; }

.gui a.gui-button-large,
.gui a.gui-button-small,
.gui-block,
.gui-block.gui-closed .gui-block-title,
.gui-block-option,
.gui-block-option img.gui-border,
.gui-block-option-block,
.gui-block-title span,
.gui-image,
.gui-input,
.gui-text,
.gui-messages ul,
.messages ul,
.gui-number,
.gui-popover,
.gui-popover-bg,
.gui-popover-content,
.gui-popover-title a,
.gui-select,
.gui-table,
.gui-block-content .gui-mask,
.gui-block-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; }

.gui .gui-progressbar {
  background-color: transparent; }

.messages {
  margin-top: 30px;
  margin-bottom: 0px !important; }

/* block-subtitle */
.gui-block-subtitle,
.gui-content-subtitle {
  min-height: 30px;
  height: auto !important; }

/* Collapsing footer */
span.glyphicon.glyphicon-chevron-down {
  display: none; }

@media (max-width: 480px) {
  .collapse {
    display: block;
    margin-bottom: 10px; }
  .collapse + input {
    display: none; }
  .collapse + input + * {
    display: none; }
  .collapse + input:checked + * {
    display: block; }
  .collapse {
    cursor: pointer; }
  span.glyphicon.glyphicon-chevron-down {
    float: right;
    display: inline-block;
    font-size: 10px;
    margin-top: 5px; } }

.collapse {
  color: inherit; }

.glyphicon-chevron-down {
  color: inherit; }

.collapse_input {
  visibility: hidden; }

/* BUNDLES
================================================== */
.bundleproductinfo h3 {
  font-size: 14px; }

.bundle h3 {
  margin-bottom: 25px; }

.glyph-bundle {
  position: absolute;
  top: 60px;
  margin-left: -21px; }

.bundlecart {
  width: 16.666667%; }

.bundleproductinfo {
  height: 60px; }

.bundleproductinfo a {
  max-height: 70px !important; }

.bundleproductinfo p {
  margin-top: -6px;
  font-size: 12px; }

.bundle-row {
  padding: 120px 0 50px 0;
  margin: 50px 0;
  width: 100%;
  position: relative; }
  .bundle-row .bundle-actions {
    position: relative;
    z-index: 2; }
  .bundle-row .bundle-row-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #e6e6e6;
    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.05, 1 0, 1 1, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%); }
  .bundle-row .label-out-of-stock {
    transition: .1s ease-out;
    background: #c6353e;
    padding: 8px 15px;
    color: white;
    border-radius: 7px; }
    .bundle-row .label-out-of-stock:hover {
      transition: .2s ease-out;
      background: white;
      padding: 7px 14px;
      color: #c6353e;
      border: 1px solid #c6353e; }
  .bundle-row .bundle-actions {
    margin-bottom: 60px;
    padding: 0; }
    .bundle-row .bundle-actions:last-child {
      margin-bottom: 0; }
    .bundle-row .bundle-actions .bundle-headline {
      position: relative; }
      .bundle-row .bundle-actions .bundle-headline .bundle-title {
        font: normal 32px/1 "Futura Bold", Arial, sans-serif;
        text-transform: uppercase;
        color: #3e3b38;
        width: 100%; }
      .bundle-row .bundle-actions .bundle-headline .discount {
        position: relative;
        font: normal 18px/1 "Futura Bold", Arial, sans-serif;
        color: white;
        background-color: #3e3b38;
        padding: 8px 15px;
        border-radius: 8px;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 15px; }
    .bundle-row .bundle-actions .bundle-product {
      background: white;
      border: 1px solid #f4f4f4;
      padding: 15px;
      position: relative;
      margin-top: 15px;
      margin-bottom: 0; }
      .bundle-row .bundle-actions .bundle-product .image-wrap a {
        display: block; }
      .bundle-row .bundle-actions .bundle-product .product .image-wrap img,
      .bundle-row .bundle-actions .bundle-product .product .info {
        background-color: transparent;
        border: none; }
      .bundle-row .bundle-actions .bundle-product .button-left, .bundle-row .bundle-actions .bundle-product .button-right {
        display: block; }
        .bundle-row .bundle-actions .bundle-product .button-left.button-left, .bundle-row .bundle-actions .bundle-product .button-right.button-left {
          left: 15px; }
        .bundle-row .bundle-actions .bundle-product .button-left.button-right, .bundle-row .bundle-actions .bundle-product .button-right.button-right {
          right: 15px; }
      .bundle-row .bundle-actions .bundle-product .jcarousel .carousel {
        float: left;
        display: block; }
      .bundle-row .bundle-actions .bundle-product .product {
        margin-bottom: 15px;
        width: 100%; }
        .bundle-row .bundle-actions .bundle-product .product .glyph-bundle {
          display: none;
          top: 40%;
          color: #807d7c;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .bundle-row .bundle-actions .bundle-product .product .info {
          height: 80px; }
      .bundle-row .bundle-actions .bundle-product .info {
        padding: 10px 5px;
        min-height: initial;
        height: auto;
        display: none; }
        .bundle-row .bundle-actions .bundle-product .info .title {
          text-align: center;
          font: normal 14px/1.4 "Futura Book", Arial, sans-serif;
          text-transform: none; }
    .bundle-row .bundle-actions .bundle-details {
      visibility: visible;
      height: auto;
      text-align: left;
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding: 15px 0 0 0; }
      .bundle-row .bundle-actions .bundle-details .label-out-of-stock {
        position: relative;
        top: auto;
        right: auto; }
      .bundle-row .bundle-actions .bundle-details p {
        font: normal 16px/1 "Futura Book", Arial, sans-serif;
        color: #3e3b38;
        display: block;
        text-align: left; }
      .bundle-row .bundle-actions .bundle-details .btn-add {
        display: inline-block;
        margin-top: 25px;
        margin-bottom: 15px; }
      .bundle-row .bundle-actions .bundle-details .special-cta {
        font: normal 14px/1 "Futura Bold", Arial, sans-serif;
        color: white;
        background-color: #3e3b38;
        padding: 8px 15px;
        border-radius: 8px;
        text-transform: uppercase;
        margin-top: 0;
        display: inline-block;
        margin-bottom: 10px; }
    .bundle-row .bundle-actions .bundle-cta {
      position: relative;
      width: 100%;
      padding: 0;
      margin: 0 auto;
      text-align: left;
      display: none; }
      @media (min-width: 768px) {
        .bundle-row .bundle-actions .bundle-cta {
          display: block; } }
      .bundle-row .bundle-actions .bundle-cta .label-out-of-stock {
        position: relative;
        top: auto;
        right: auto; }
      .bundle-row .bundle-actions .bundle-cta .special-cta {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        font: normal 14px/1 "Futura Bold", Arial, sans-serif;
        color: white;
        background-color: #3e3b38;
        padding: 8px 15px;
        border-radius: 8px;
        text-transform: uppercase;
        text-align: left; }
        @media (min-width: 992px) {
          .bundle-row .bundle-actions .bundle-cta .special-cta {
            max-width: none;
            font-size: 18px; } }
      .bundle-row .bundle-actions .bundle-cta .old-price {
        display: none;
        font: normal 14px/1 "Futura Bold", Arial, sans-serif;
        color: #bfbcba;
        vertical-align: top;
        margin-right: 15px;
        position: relative; }
        .bundle-row .bundle-actions .bundle-cta .old-price:before {
          content: ' ';
          display: block;
          position: absolute;
          width: 100%;
          height: 1px;
          top: 50%;
          left: 0;
          background: #bfbcba;
          -webkit-transform: rotate(-10deg) translateY(-50%);
          transform: rotate(-10deg) translateY(-50%);
          border-radius: 10px;
          box-shadow: 0 2px 0 white; }
      .bundle-row .bundle-actions .bundle-cta .new-price {
        display: none;
        font: normal 24px/1 "Futura Bold", Arial, sans-serif;
        color: #008644;
        vertical-align: top;
        margin-right: 15px;
        margin-bottom: 10px; }
      .bundle-row .bundle-actions .bundle-cta .cart {
        display: inline-block;
        vertical-align: top; }
      @media (min-width: 768px) {
        .bundle-row .bundle-actions .bundle-cta {
          padding: 15px 0 0 0;
          text-align: right; }
          .bundle-row .bundle-actions .bundle-cta .old-price,
          .bundle-row .bundle-actions .bundle-cta .new-price {
            display: inline-block; }
          .bundle-row .bundle-actions .bundle-cta .special-cta {
            display: block; } }
  @media (min-width: 768px) {
    .bundle-row .bundle-actions {
      margin-bottom: 100px; }
      .bundle-row .bundle-actions .label-out-of-stock {
        margin-top: -12px; }
      .bundle-row .bundle-actions .special-cta {
        margin-top: -6px; }
      .bundle-row .bundle-actions .bundle-headline .bundle-title {
        font-size: 42px;
        width: 65%;
        float: left; }
      .bundle-row .bundle-actions .bundle-headline .discount {
        font-size: 20px;
        position: absolute;
        bottom: 0;
        right: 0;
        float: none;
        margin-top: 0; }
      .bundle-row .bundle-actions .bundle-product {
        padding: 30px;
        margin-top: 32px;
        border-radius: 8px; }
        .bundle-row .bundle-actions .bundle-product .button-left, .bundle-row .bundle-actions .bundle-product .button-right {
          display: none; }
        .bundle-row .bundle-actions .bundle-product .jcarousel-pagination {
          display: none; }
        .bundle-row .bundle-actions .bundle-product .jcarousel {
          width: 100%; }
          .bundle-row .bundle-actions .bundle-product .jcarousel ul {
            width: 100%;
            left: auto !important;
            top: auto !important;
            text-align: center; }
          .bundle-row .bundle-actions .bundle-product .jcarousel .carousel {
            width: 16.5% !important;
            float: none;
            display: inline-block;
            vertical-align: top; }
        .bundle-row .bundle-actions .bundle-product .product {
          width: 100%; }
          .bundle-row .bundle-actions .bundle-product .product .info {
            height: auto;
            display: block; }
          .bundle-row .bundle-actions .bundle-product .product .glyph-bundle {
            display: block; }
          .bundle-row .bundle-actions .bundle-product .product:nth-child(4n+4) .glyph-bundle {
            display: block; }
      .bundle-row .bundle-actions .bundle-details {
        visibility: hidden;
        height: 0; }
      .bundle-row .bundle-actions .bundle-cta {
        display: block;
        border-top: 1px solid #d9d7d4;
        padding: 30px 0 10px 0; }
        .bundle-row .bundle-actions .bundle-cta .old-price {
          font-size: 17px;
          margin-right: 10px; }
        .bundle-row .bundle-actions .bundle-cta .new-price {
          font-size: 25px;
          margin-right: 25px;
          margin-bottom: 0; } }
  @media (min-width: 992px) {
    .bundle-row .bundle-actions .label-out-of-stock {
      margin-top: 0; }
    .bundle-row .bundle-actions .special-cta {
      margin-top: 0; }
    .bundle-row .bundle-actions .bundle-cta .old-price {
      font-size: 22px;
      margin-right: 20px; }
    .bundle-row .bundle-actions .bundle-cta .new-price {
      font-size: 36px;
      margin-right: 25px; } }

.view-bundle-pdp .bundle-row {
  padding: 0; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #ffffff;
  position: relative; }

.jspDrag {
  background: #eee;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 6px; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #ddd;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #ffffff; }

.jspVerticalBar .jspArrow {
  height: 6px; }

.jspHorizontalBar .jspArrow {
  width: 6px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.brand-belt-container {
  width: 100%;
  height: 65px;
  background: white;
  margin-top: 72px;
  position: relative;
  display: none; }
  .brand-belt-container.no-margin {
    margin: 0; }
  .brand-belt-container .button-container {
    width: 15%;
    height: 100%;
    float: left;
    position: relative; }
  .brand-belt-container .jcarousel {
    display: block;
    width: 70%;
    position: relative;
    height: calc(100% + 15px);
    float: left; }
    .brand-belt-container .jcarousel ul {
      height: 100%; }
  .brand-belt-container .btn-prev, .brand-belt-container .btn-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    background: white;
    display: block;
    z-index: 3;
    border-radius: 100%;
    border: 1px solid #ccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .brand-belt-container .btn-prev span, .brand-belt-container .btn-next span {
      color: #999999;
      font-size: 24px;
      text-align: center;
      display: block;
      line-height: 35px; }
  .brand-belt-container .btn-prev {
    left: 14px; }
  .brand-belt-container .btn-next {
    right: 14px; }
  .brand-belt-container li {
    float: left;
    display: block;
    height: 100%; }
    .brand-belt-container li a {
      width: 100%;
      height: 90px;
      cursor: pointer;
      display: block;
      margin-top: -15px;
      padding: 16px 0;
      position: relative;
      background-repeat: no-repeat;
      background-size: auto 55%;
      background-position: center; }
      .brand-belt-container li a.selected {
        background-color: #eee;
        border-radius: 100%; }
        .brand-belt-container li a.selected:after {
          content: ' ';
          display: block;
          position: absolute;
          bottom: 5px;
          left: 50%;
          margin-left: -14px;
          width: 0;
          height: 0;
          border-top: 10px solid #eee;
          border-right: 14px solid transparent;
          border-left: 14px solid transparent;
          z-index: 2; }
  @media (min-width: 768px) {
    .brand-belt-container {
      height: 75px; }
      .brand-belt-container .button-container {
        width: 65px; }
      .brand-belt-container .btn-prev {
        left: 10px; }
      .brand-belt-container .btn-next {
        right: 10px; }
      .brand-belt-container .jcarousel {
        width: calc(100% - 130px); }
      .brand-belt-container li a {
        height: 150px;
        margin-top: -38px;
        padding: 38px 0;
        background-size: auto 35%; }
        .brand-belt-container li a.selected:after {
          bottom: 27px; } }
  @media (min-width: 1280px) {
    .brand-belt-container li a {
      height: 180px;
      margin-top: -53px;
      padding: 52px 0;
      background-size: auto 40%; }
      .brand-belt-container li a.selected:after {
        bottom: 42px; } }

.carousel-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  z-index: 2;
  pointer-events: none; }
  .carousel-indicator span {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-top: 10px solid #eee;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent; }

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-red {
    background-color: #c6353e;
    color: white;
    border-color: transparent; }
    button.button-red.button-valentines {
      background-color: #eb242b; }
  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.button-valentines {
        background-color: #eb242b; }
      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; } }

@media (min-width: 768px) {
  .no-touchevents button.button-red:hover {
    background-color: white;
    border-color: #ccc;
    color: #3e3b38; }
  .no-touchevents button.button-yellow:hover {
    background-color: white;
    border-color: #ccc;
    color: #3e3b38; } }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

/* Custom
================================================== */
.panel-group .panel-heading {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px; }
  .panel-group .panel-heading .product-detail-panel {
    font-family: "Futura Bold", Arial, sans-serif;
    font-size: 1.375em;
    font-weight: 600;
    line-height: 1.2125em;
    margin-top: -0.2em;
    margin-bottom: 0.2em;
    text-transform: uppercase; }
  .panel-group .panel-heading .panel-title {
    width: 100%;
    display: block; }
    .panel-group .panel-heading .panel-title a {
      display: block;
      height: 48px;
      width: 100%;
      font-family: "Futura Bold", Arial, sans-serif;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase;
      color: #3e3b38;
      padding: 16px;
      border: 1px solid #d7d5d2;
      border-radius: 8px; }
      .panel-group .panel-heading .panel-title a:before {
        content: '-';
        display: inline-block;
        margin-right: 15px;
        font-size: 20px;
        line-height: 11px;
        vertical-align: top;
        width: 18px;
        text-align: center;
        font-family: Arial, sans-serif; }
      .panel-group .panel-heading .panel-title a.collapsed:before {
        content: '+';
        line-height: 14px; }

.panel-group .panel-body, .panel-group .details {
  padding: 0 15px 0 15px;
  color: #3e3b38;
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4; }
  .panel-group .panel-body span, .panel-group .details span {
    color: #3e3b38;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4; }
  .panel-group .panel-body p, .panel-group .details p {
    color: #3e3b38;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Futura Book", Arial, sans-serif;
    margin: 15px 0; }
  .panel-group .panel-body img, .panel-group .details img {
    display: inline-block;
    vertical-align: top; }
  .panel-group .panel-body ul, .panel-group .panel-body ol, .panel-group .details ul, .panel-group .details ol {
    margin: 0 20px;
    padding: 0; }
    .panel-group .panel-body ul li, .panel-group .panel-body ol li, .panel-group .details ul li, .panel-group .details ol li {
      padding: 5px 0;
      list-style: outside; }
  .panel-group .panel-body .content, .panel-group .details .content {
    padding: 0; }

/*COUNTRY SELECTOR*/
.dropdown-wrapper .flag:before {
  content: '';
  display: block;
  background: url("../image/flag-sprite.png") -9999px -9999px no-repeat;
  margin-right: 12px;
  width: 24px;
  height: 18px; }

.dropdown-wrapper .flag, .dropdown-wrapper .flag:before {
  vertical-align: middle; }
  @media (max-width: 480px) {
    .dropdown-wrapper .flag, .dropdown-wrapper .flag:before {
      width: 26px; } }

.dropdown-wrapper .flag-de:before {
  background-position: -58px 0; }

.dropdown-wrapper .flag-fr:before {
  background-position: -29px 0; }

.dropdown-wrapper .flag-at:before {
  background-position: 0 0;
  background: url("../image/austria.jpg") 0 0 no-repeat;
  background-size: cover; }

.dropdown-wrapper .flag-lu:before {
  background-position: 0 0;
  background: url("../image/Luxembourg.jpg") 0 0 no-repeat;
  background-size: cover; }

.dropdown-wrapper .flag-it:before {
  background-position: -145px 0; }

.dropdown-wrapper .flag-nl:before {
  background-position: -116px 0; }

.dropdown-wrapper .flag-be:before {
  background-position: -232px 0; }

.dropdown-wrapper .flag-es:before {
  background-position: -261px 0; }

.dropdown-wrapper .flag-en:before,
.dropdown-wrapper .flag-huk:before,
.dropdown-wrapper .flag-uk:before {
  background-position: -203px 0; }

.dropdown-wrapper .flag-cn:before,
.dropdown-wrapper .flag-zh:before {
  background-position: -289px 0; }

.dropdown-wrapper .flag-global:before {
  background-position: -87px 0; }

.dropdown-wrapper .flag-pt:before {
  background-position: 0 0;
  background: url("../image/portugal.jpg") 0 0 no-repeat;
  background-size: cover; }

.dropdown-wrapper .flag-ch:before {
  background-position: 0 0;
  background: url("../image/swiss.png") 0 0 no-repeat;
  background-size: cover;
  width: 27px;
  height: 17px; }

.dropdown-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 320px; }

.dropdown-wrapper li {
  list-style: none;
  text-align: left; }

.dropdown-wrapper .dropdown-menu {
  width: 100%;
  background-color: #fff !important;
  border: 1px solid #E0E0E0 !important;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  top: 38px; }

.dropdown-wrapper li a {
  cursor: pointer;
  padding: 10px 30px 10px 15px;
  position: relative;
  box-sizing: border-box;
  display: block;
  max-width: none; }
  @media (max-width: 480px) {
    .dropdown-wrapper li a {
      padding-left: 7px; } }

.dropdown-wrapper i {
  display: inline-block; }

.dropdown-wrapper span {
  min-width: 175px;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-family: "Futura Bold", Arial, sans-serif !important;
  font-size: 12px;
  line-height: 1;
  color: #9e9e9e; }

@media (min-width: 768px) {
  .dropdown-wrapper .dropdown-menu a:hover {
    background-color: transparent; }
  .dropdown-wrapper .dropdown-menu a:hover span {
    color: #464140; } }

.dropdown-wrapper .dropdown .caret {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#bottom-bar .dropdown-wrapper .dropdown-menu {
  bottom: 0;
  top: auto; }

#bottom-bar .dropdown-wrapper a i {
  margin-left: 10px; }

#bottom-bar .dropdown-wrapper {
  width: 268px;
  float: right; }

@media (max-width: 991px) {
  #bottom-bar .dropdown-wrapper {
    float: none;
    margin-top: 20px; } }

.crossell {
  position: relative;
  width: 100%;
  color: white;
  height: 370px;
  display: block; }
  .crossell a.hitarea {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .crossell.wild-lager .crossell-border-front {
    background: url("../image/crosell-new-lagers-bg.jpg") no-repeat;
    background-size: cover;
    width: calc(100% - 18px);
    height: calc(100% - 18px); }
  .crossell.wild-lager .crossell-border-back {
    z-index: 3;
    border: 2px solid rgba(93, 163, 42, 0.2); }
  .crossell.wild-lager .bundle-starters-heineken-bg {
    background-image: none; }
  .crossell.grey .crossell-content h3, .crossell.grey .crossell-content p {
    color: #586969; }
  .crossell.grey .crossell-content p {
    width: 58% !important; }
  .crossell.grey .crossell-border-back {
    border: 2px solid #ccc; }
  .crossell.grey .bg.border-grey {
    border: 4px solid #586969;
    background-position: right 30px; }
  .crossell .icon.check {
    background: url("../image/icon-check.png") no-repeat 0px 5px;
    padding-left: 24px;
    margin: 8px 0 0 0;
    font-size: 16px; }
    .crossell .icon.check.check-green {
      background-image: url("../image/icon-check-green.png"); }
    .crossell .icon.check.check-grey {
      background-image: url("../image/icon-check-grey.png"); }
    .crossell .icon.check.check-brown {
      background-image: url("../image/icon-check-brown.png"); }
  .crossell .text-black .icon.check {
    background-image: url("../image/icon-check-grey.png"); }
  .crossell .text-green .icon.check {
    background-image: url("../image/icon-check-green.png"); }
  .crossell .crossell-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 32px;
    box-sizing: border-box;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%; }
    .crossell .crossell-content.dimmed {
      background: rgba(0, 0, 0, 0.3); }
    .crossell .crossell-content .small-text {
      font: bold 14px/1 "cholla-slab", Arial, sans-serif;
      color: white;
      text-transform: uppercase;
      margin-bottom: 15px; }
      .crossell .crossell-content .small-text.text-grey {
        color: #bfbcba; }
    .crossell .crossell-content .italian {
      width: 73%; }
      @media (min-width: 768px) {
        .crossell .crossell-content .italian {
          width: 100%; } }
    .crossell .crossell-content h3, .crossell .crossell-content h2, .crossell .crossell-content .crossell-title {
      font: normal 32px/1.1 "Futura Bold", Arial, sans-serif;
      color: white;
      text-transform: uppercase;
      margin-bottom: 15px; }
      .crossell .crossell-content h3.text-green, .crossell .crossell-content h2.text-green, .crossell .crossell-content .crossell-title.text-green {
        color: #008644; }
      .crossell .crossell-content h3.text-orange, .crossell .crossell-content h2.text-orange, .crossell .crossell-content .crossell-title.text-orange {
        color: #f65112; }
      .crossell .crossell-content h3.text-white, .crossell .crossell-content h2.text-white, .crossell .crossell-content .crossell-title.text-white {
        color: white; }
      .crossell .crossell-content h3.text-black, .crossell .crossell-content h2.text-black, .crossell .crossell-content .crossell-title.text-black {
        color: black; }
      .crossell .crossell-content h3.text-dark-grey, .crossell .crossell-content h2.text-dark-grey, .crossell .crossell-content .crossell-title.text-dark-grey {
        color: #3e3b38; }
    .crossell .crossell-content h4 {
      color: white; }
    .crossell .crossell-content p {
      color: white;
      margin-top: 0;
      margin-bottom: 15px; }
      .crossell .crossell-content p.text-grey {
        color: #999999; }
    .crossell .crossell-content p.bottom-line {
      font: normal 14px/1 "cholla-slab", Arial, sans-serif;
      color: white; }
    .crossell .crossell-content.text-black h3, .crossell .crossell-content.text-black p, .crossell .crossell-content.text-black p.bottom-line {
      color: black; }
    .crossell .crossell-content.text-green h3, .crossell .crossell-content.text-green p, .crossell .crossell-content.text-green p.bottom-line, .crossell .crossell-content.text-green .crossell-title {
      color: #008644; }
    .crossell .crossell-content.text-white h3, .crossell .crossell-content.text-white p, .crossell .crossell-content.text-white p.bottom-line {
      color: white; }
    .crossell .crossell-content p.text-grey {
      color: #999999; }
    .crossell .crossell-content.small-text-crossell h2, .crossell .crossell-content.small-text-crossell h3 {
      font: normal 28px/1.1 "Futura Bold", Arial, sans-serif; }
    .crossell .crossell-content.small-text-crossell p {
      font: normal 14px/1.5 "Futura Book", Arial, sans-serif; }
    .crossell .crossell-content.large-text-crossell {
      padding: 32px; }
      .crossell .crossell-content.large-text-crossell h2, .crossell .crossell-content.large-text-crossell h3 {
        font: normal 42px/1.1 "Futura Bold", Arial, sans-serif; }
      .crossell .crossell-content.large-text-crossell p {
        font: normal 18px/1.3 "Futura Book", Arial, sans-serif; }
  .crossell.small-crossell {
    overflow: hidden;
    z-index: 1; }
    .crossell.small-crossell h3, .crossell.small-crossell h2, .crossell.small-crossell .crossell-title {
      font-size: 42px; }
      @media (max-width: 480px) {
        .crossell.small-crossell h3, .crossell.small-crossell h2, .crossell.small-crossell .crossell-title {
          font-size: 26px; } }
      .crossell.small-crossell h3.copy-small, .crossell.small-crossell h2.copy-small, .crossell.small-crossell .crossell-title.copy-small {
        font-size: 35px; }
      .crossell.small-crossell h3.copy-large, .crossell.small-crossell h2.copy-large, .crossell.small-crossell .crossell-title.copy-large {
        font-size: 52px; }
    .crossell.small-crossell .multiline-headline.multiline-headline-03 span {
      font-size: 32px; }
    .crossell.small-crossell .crossell-content {
      padding: 32px; }
      .crossell.small-crossell .crossell-content p {
        font: normal 16px/1.4 "Futura Book", Arial, sans-serif;
        margin: 15px 0;
        width: 84%; }
        .crossell.small-crossell .crossell-content p.copy-small {
          font-size: 12px; }
        .crossell.small-crossell .crossell-content p.copy-large {
          font-size: 20px; }
      .crossell.small-crossell .crossell-content p.bottom-line {
        font-size: 14px; }
  .crossell.small-crossell.es-shop .crossell-content p {
    margin: 4px 0; }
    @media (max-width: 992px) {
      .crossell.small-crossell.es-shop .crossell-content p {
        margin: 15px 0; } }
    @media (min-width: 1280px) {
      .crossell.small-crossell.es-shop .crossell-content p {
        margin: 15px 0; } }
  .crossell .crossell-image-content {
    width: 50%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    right: 25%;
    max-width: 300px; }
    .crossell .crossell-image-content img {
      width: 100%;
      height: auto; }
  .crossell .crossell-border-front {
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 100%;
    width: calc(100% - 20px);
    height: 100%;
    height: calc(100% - 20px);
    display: block;
    top: 10px;
    left: 10px;
    content: ' ';
    z-index: 2; }
  .crossell .crossell-border-back {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    width: calc(100% - 10px);
    height: 100%;
    height: calc(100% - 10px);
    display: block;
    top: 0;
    left: 0;
    content: ' ';
    z-index: 0; }
  .crossell .off-screen {
    position: absolute;
    width: 100%;
    width: calc(100% - 10px);
    height: 100%;
    height: calc(100% - 10px);
    top: 10px;
    left: 10px;
    z-index: 1; }
  .crossell .bg.red-bg {
    background-color: #c6353e; }
  .crossell .bg.grey-bg {
    background-color: #ebe9e8; }
  .crossell .bg.green-bg {
    background-color: #008644; }
  .crossell .bg.white-bg {
    background-color: transparent; }
  .crossell .bg.border {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .crossell .bg.border-green {
    border: 5px solid #008644; }
  .crossell .bg.border-grey {
    border: 5px solid #ebe9e8; }
  .crossell .bg.bg-img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .crossell .bg.checked-bg {
    background: #008644 url("../image/green-checked-bg.png") repeat top left; }
  .crossell .bg.bg-icon {
    background-repeat: no-repeat;
    background-position: bottom right; }
  .crossell .bg img {
    position: absolute;
    right: 0;
    bottom: 20%;
    display: block; }
  .crossell .bg.lower-img img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block; }
  .crossell .xmas-gift-bg {
    background-image: url("../image/bg_flake_top_right.png"), url("../image/bg_flake_bottom_left.png"), url("../image/icon-gift.png"), url("../image/grunge-xmas.png");
    background-repeat: no-repeat;
    background-position: top right, bottom left, 95% 95%, top right;
    background-size: 75px auto, 75px auto, 130px auto, auto; }
  .crossell .gift-bg {
    background-image: url("../image/icon-gift.png"), url("../image/grunge-xmas.png");
    background-repeat: no-repeat;
    background-position: 95% 75%, top right;
    background-size: 130px auto, auto; }
  .crossell .bundle-torp-bg {
    background-image: url("../image/icon-torp-bundle.png"), url("../image/grunge-xmas.png");
    background-repeat: no-repeat;
    background-position: right 70%, bottom right;
    background-size: 215px auto, auto; }
  .crossell .bundle-generic-bg {
    background-image: url("../image/bundle/icon-generic-bundle.png"), url("../image/grunge-xmas.png");
    background-repeat: no-repeat;
    background-position: right 68%, bottom right;
    background-size: auto 215px, auto; }
  .crossell .bundle-sub-black-bg {
    background-image: url("../image/bundle/icon-sub-bundle-1-black.png"), url("../image/grunge-xmas.png");
    background-repeat: no-repeat;
    background-position: right 80%, bottom right;
    background-size: auto 215px, auto; }
  .crossell .bundle-sub-green-bg {
    background-image: url("../image/bundle/icon-sub-bundle-1-green.png"), url("../image/grunge-xmas.png");
    background-repeat: no-repeat;
    background-position: right 80%, bottom right;
    background-size: auto 215px, auto; }
  .crossell .bundle-sub-white-bg {
    background-image: url("../image/bundle/icon-sub-bundle-1-white.png"), url("../image/grunge-xmas.png");
    background-repeat: no-repeat;
    background-position: right 80%, bottom right;
    background-size: auto 215px, auto; }
  .crossell .bundle-sub-black-affligem-starter-bg {
    background-image: url("../image/bundle/sub-affligem-starter-bundle_be.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  .crossell .bundle-sub-black-starter-bundle-bg {
    background-image: url("../image/bundle/sub-starter-bundle_it.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  .crossell .bundle-sub-kingsday-bundle-bg {
    background-image: url("../image/bundle/sub-kingsday-bundle.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  .crossell .bundle-sub-green-perfect-serve-bg {
    background-image: url("../image/bundle/sub-perfect-serve-bundle_it.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  .crossell .bundle-sub-green-variety-bundle-bg {
    background-image: url("../image/bundle/sub-variety-bundle_be.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  .crossell .bundle-sub-white-bundle-bg {
    background-image: url("../image/bundle/sub-white-bundle_it.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  .crossell .bundle-starters-heineken-bg {
    background-image: url("../image/bundle/sub-white-starter-bundle_it.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  .crossell .bundle-starters-affligem-bg {
    background-image: url("../image/bundle/sub-affligem-starter_be.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  .crossell .bundle-fathers-heineken-bg {
    background-image: url("../image/bundle/sub-heineken-father-bundle_de.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  .crossell .bundle-fathers-affligem-bg {
    background-image: url("../image/bundle/sub-affligem-father-bundle_de.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  .crossell .bundle-fathers-wieckse-bg {
    background-image: url("../image/bundle/sub-wieckse-father-bundle_de.png");
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 200px; }
  @media (min-width: 1024px) {
    .crossell .bundle-sub-black-affligem-starter-bg {
      background-position: right 80%;
      background-size: auto 170px; }
    .crossell .bundle-sub-black-starter-bundle-bg {
      background-position: right 80%;
      background-size: auto 170px; }
    .crossell .bundle-sub-green-perfect-serve-bg {
      background-position: right 80%;
      background-size: auto 170px; }
    .crossell .bundle-sub-green-variety-bundle-bg {
      background-position: right 80%;
      background-size: auto 170px; }
    .crossell .bundle-sub-white-bundle-bg {
      background-position: right 80%;
      background-size: auto 170px; } }
  @media (min-width: 1280px) {
    .crossell .bundle-sub-black-affligem-starter-bg {
      background-position: right 80%;
      background-size: auto 250px; }
    .crossell .bundle-sub-black-starter-bundle-bg {
      background-position: right 80%;
      background-size: auto 250px; }
    .crossell .bundle-sub-green-perfect-serve-bg {
      background-position: right 80%;
      background-size: auto 250px; }
    .crossell .bundle-sub-green-variety-bundle-bg {
      background-position: right 80%;
      background-size: auto 250px; }
    .crossell .bundle-sub-white-bundle-bg {
      background-position: right 80%;
      background-size: auto 250px; } }
  @media (max-width: 480px) {
    .crossell .bundle-generic-bg {
      background-position: right 60%, bottom right;
      background-size: auto 200px, auto; } }
  .crossell .icon-gift {
    background: url("../image/icon-gift.png") no-repeat 95% 95%;
    background-size: 130px auto; }
  .crossell .icon-glasses {
    background: url("../image/crossell-bg-glasses.png") no-repeat right 65%;
    background-size: 250px auto; }
  .crossell .icon-deliver {
    background-image: url("../image/icon-delivery.png");
    background-position: right 65%;
    background-repeat: no-repeat;
    background-size: 215px auto; }
  .crossell .icon-deliver-white {
    background-image: url("../image/icon-delivery-white.png");
    background-position: right 65%;
    background-repeat: no-repeat;
    background-size: 215px auto; }
  .crossell .icon-subscriptions-green {
    background-image: url("../image/beer-subscriptions-green-icon.png");
    background-position: 85% 90%;
    background-repeat: no-repeat;
    background-size: 100px auto; }
  .crossell .icon-pre-register-green {
    background-image: url("../image/icon-pre-register-green.png");
    background-position: right 65%;
    background-repeat: no-repeat;
    background-size: 143px auto; }
  .crossell .icon-pre-register-white {
    background-image: url("../image/icon-pre-register-white.png");
    background-position: right 100%;
    background-repeat: no-repeat;
    background-size: 240px auto; }
  @media (max-width: 620px) {
    .crossell .icon-pre-register-white,
    .crossell .icon-pre-register-green {
      background-position: right 155px; } }
  .crossell .icon-deliver-green {
    background-image: url("../image/icon-delivery-green.png");
    background-position: right 65%;
    background-repeat: no-repeat;
    background-size: 215px auto; }
  .crossell .icon-tap {
    background-image: url("../image/icon-tap.png");
    background-position: right 65%;
    background-position: calc(100% - 10px) 65%;
    background-repeat: no-repeat;
    background-size: auto 90px; }
  .crossell .globe-bg {
    background: url("../image/crossell-bg-globe.png") no-repeat right 65%;
    background-size: 250px auto; }
  .crossell .snowflakes-bg {
    background: url("../image/crossell-bg-snowflakes.png") no-repeat bottom right; }
  .crossell .grunge-bg {
    background: url("../image/crossell-bg-grunge.png") no-repeat bottom right; }
  .crossell .price-bottom-left {
    position: absolute;
    display: block;
    bottom: 85px;
    left: 50px; }
    .crossell .price-bottom-left.old-price {
      color: #bfbcba;
      font: bold 15px/1 "Futura Book", Arial, sans-serif; }
      .crossell .price-bottom-left.old-price:before {
        content: ' ';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        background: #bfbcba;
        -webkit-transform: rotate(-10deg) translateY(-50%);
        transform: rotate(-10deg) translateY(-50%);
        border-radius: 10px;
        box-shadow: 1px 1px 0px #fff; }
  .crossell .bottom-center {
    position: absolute;
    bottom: 50px;
    width: 90%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
  .crossell button {
    width: auto; }
    .crossell button.bottom-left {
      position: absolute;
      bottom: 32px;
      left: 32px;
      top: auto;
      right: auto;
      width: auto; }
      .crossell button.bottom-left.bottom-left-less {
        bottom: 25px; }
    .crossell button.bottom-right-wide {
      position: absolute;
      bottom: 32px;
      right: 32px;
      top: auto;
      left: auto;
      width: calc(100% - 64px); }
    .crossell button.bottom-right-wide-2 {
      position: absolute;
      bottom: 32px;
      right: 32px;
      top: auto;
      left: auto;
      width: auto;
      padding-left: 50px;
      padding-right: 50px; }
    .crossell button.bottom-right {
      position: absolute;
      bottom: 32px;
      right: 8px;
      top: auto;
      left: auto;
      padding: 0 30px; }
    .crossell button.price-new {
      font-size: 15px; }
  @media (min-width: 768px) {
    .crossell {
      height: 360px; }
      .crossell h3 {
        font-size: 32px; }
      .crossell .crossell-content {
        padding: 50px 46px; }
      .crossell.small-crossell .crossell-content {
        padding: 50px 46px; }
      .crossell .crossell-border-front {
        width: 100%;
        width: calc(100% - 36px);
        height: 100%;
        height: calc(100% - 36px);
        top: 18px;
        left: 18px; }
      .crossell .crossell-border-back {
        width: 100%;
        width: calc(100% - 18px);
        height: 100%;
        height: calc(100% - 18px); }
      .crossell .off-screen {
        width: 100%;
        width: calc(100% - 18px);
        height: 100%;
        height: calc(100% - 18px);
        top: 18px;
        left: 18px; }
      .crossell button.bottom-left {
        width: auto;
        bottom: 30px;
        left: 50px; }
        .crossell button.bottom-left.bottom-left-less {
          bottom: 35px; }
      .crossell button.bottom-right-wide {
        bottom: 60px;
        right: 60px;
        width: auto; }
      .crossell button.bottom-right-wide-2 {
        bottom: 60px;
        right: 60px;
        width: auto; }
      .crossell .price-bottom-left {
        position: absolute;
        display: block;
        bottom: 98px;
        left: 68px; }
      .crossell .icon-glasses {
        background: url("../image/crossell-bg-glasses.png") no-repeat right 75%;
        background-size: 300px auto; }
      .crossell .icon-deliver {
        background-position: right 72%;
        background-size: 300px auto; }
      .crossell .icon-deliver-white {
        background-position: right bottom;
        background-size: 300px auto; }
      .crossell .icon-deliver-green {
        background-position: right 72%;
        background-size: 300px auto; }
      .crossell .icon-tap {
        background-position: right 72%;
        background-position: calc(100% - 18px) 72%;
        background-size: auto 90px; }
      .crossell .globe-bg {
        background: url("../image/crossell-bg-globe.png") no-repeat right 75%;
        background-size: 300px auto; } }
  @media (min-width: 992px) {
    .crossell {
      height: 470px; }
      .crossell.small-crossell h3, .crossell.small-crossell h2, .crossell.small-crossell .crossell-title {
        font-size: 32px; }
        .crossell.small-crossell h3.copy-small, .crossell.small-crossell h2.copy-small, .crossell.small-crossell .crossell-title.copy-small {
          font-size: 24px; }
        .crossell.small-crossell h3.copy-large, .crossell.small-crossell h2.copy-large, .crossell.small-crossell .crossell-title.copy-large {
          font-size: 42px; }
      .crossell h3, .crossell h2 {
        font-size: 42px; }
        .crossell h3.copy-small, .crossell h2.copy-small {
          font-size: 35px; }
        .crossell h3.copy-large, .crossell h2.copy-large {
          font-size: 52px; }
      .crossell .xmas-gift-bg {
        background-size: 75px auto, 26% auto, 130px auto, auto; }
      .crossell .gift-bg {
        background-size: 110px auto, auto; }
      .crossell .bundle-torp-bg {
        background-size: 85% auto, auto; }
      .crossell .icon-deliver-green,
      .crossell .icon-deliver-white,
      .crossell .icon-deliver {
        background-size: 85% auto; } }
  @media (min-width: 1024px) {
    .crossell p {
      font-size: 13px; }
      .crossell p.copy-small {
        font-size: 10px; }
      .crossell p.copy-large {
        font-size: 16px; } }
  @media (min-width: 1280px) {
    .crossell.small-crossell h3, .crossell.small-crossell .crossell-title {
      font-size: 35px; }
      .crossell.small-crossell h3.copy-small, .crossell.small-crossell .crossell-title.copy-small {
        font-size: 24px; }
      .crossell.small-crossell h3.copy-large, .crossell.small-crossell .crossell-title.copy-large {
        font-size: 42px; }
    .crossell.small-crossell .multiline-headline.multiline-headline-03 span {
      font-size: 42px; }
    .crossell p {
      font-size: 16px; }
      .crossell p.copy-small {
        font-size: 12px; }
      .crossell p.copy-large {
        font-size: 20px; }
    .crossell button.bottom-left {
      width: auto;
      bottom: 50px;
      left: 50px; }
      .crossell button.bottom-left.bottom-left-less {
        bottom: 35px; }
    .crossell button.bottom-center {
      bottom: 50px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%); } }
  @media (max-width: 480px) {
    .crossell h3,
    .crossell .crossell-content h3, .crossell .crossell-title {
      font-size: 26px; }
      .crossell h3.copy-small,
      .crossell .crossell-content h3.copy-small, .crossell .crossell-title.copy-small {
        font-size: 18px; }
      .crossell h3.copy-large,
      .crossell .crossell-content h3.copy-large, .crossell .crossell-title.copy-large {
        font-size: 35px; }
    .crossell p {
      font-size: 1em; }
    .crossell.small-crossell .crossell-content h3, .crossell.small-crossell .crossell-title h3 {
      font-size: 26px; }
      .crossell.small-crossell .crossell-content h3.copy-small, .crossell.small-crossell .crossell-title h3.copy-small {
        font-size: 18px; }
      .crossell.small-crossell .crossell-content h3.copy-large, .crossell.small-crossell .crossell-title h3.copy-large {
        font-size: 35px; }
    .crossell.small-crossell .crossell-content p, .crossell.small-crossell .crossell-title p {
      font-size: 1em;
      width: 86%; }
      .crossell.small-crossell .crossell-content p.copy-small, .crossell.small-crossell .crossell-title p.copy-small {
        font-size: 12px; }
      .crossell.small-crossell .crossell-content p.copy-large, .crossell.small-crossell .crossell-title p.copy-large {
        font-size: 20px; } }

.label-out-of-stock {
  position: absolute;
  display: inline-block;
  height: 40px;
  top: 15px;
  right: -15px;
  font-family: "Futura Bold", Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  cursor: pointer; }
  .label-out-of-stock.out-of-stoc-sticky {
    position: relative;
    top: auto;
    right: auto; }
    .label-out-of-stock.out-of-stoc-sticky.out-of-stock-mobile {
      display: inline-block; }
      .label-out-of-stock.out-of-stoc-sticky.out-of-stock-mobile .out-of-stock-title {
        background: white;
        color: #c6353e;
        border: 1px solid #c6353e;
        border-right: 0;
        border-radius: 7px 0 0 7px;
        padding: 9px 12px 6px; }
      .label-out-of-stock.out-of-stoc-sticky.out-of-stock-mobile .out-of-stock-button {
        display: inline-block;
        left: -5px;
        padding: 9px 12px 6px; }
  .label-out-of-stock.notify-me-out-of-stock button {
    display: inline-block;
    background: #c6353e;
    padding: 7px 12px 6px;
    color: white;
    font-size: 14px;
    border-radius: 0 7px 7px 0;
    border: 1px solid #c6353e; }
  .label-out-of-stock.notify-me-out-of-stock .price {
    border: 1px solid #c6353e;
    border-right: none;
    color: #008644;
    display: none; }
  .label-out-of-stock.notify-me-out-of-stock span {
    float: left;
    background: white;
    color: #c6353e;
    border: 1px solid #c6353e;
    border-right: 0;
    border-radius: 7px 0 0 7px; }
    @media (min-width: 992px) {
      .label-out-of-stock.notify-me-out-of-stock span {
        height: 40px;
        padding: 9px 12px 6px; } }
    @media (min-width: 1280px) {
      .label-out-of-stock.notify-me-out-of-stock span {
        background: none;
        border: none;
        border-radius: 0;
        padding-left: 0; } }
  .label-out-of-stock.notify-me-out-of-stock button:hover {
    background: white;
    border-left: none;
    color: #c6353e; }
  @media (min-width: 1280px) {
    .label-out-of-stock.notify-me-out-of-stock .price {
      display: block; } }
  .label-out-of-stock button,
  .label-out-of-stock span {
    transition: .2s ease-out;
    display: inline-block;
    background: #c6353e;
    padding: 7px 12px 6px;
    color: white;
    font-size: 13px;
    border-radius: 0 7px 7px 0;
    border: 1px solid #c6353e !important; }
    .label-out-of-stock button:hover,
    .label-out-of-stock span:hover {
      transition: .3s ease-out;
      background: white;
      color: #c6353e; }
  .label-out-of-stock button {
    display: none; }
  .label-out-of-stock .price {
    float: left;
    background: white;
    padding: 7px 15px 4px;
    margin-right: -1px;
    color: #c6353e;
    border: 1px solid #c6353e;
    border-radius: 7px 0 0 7px; }

:lang(nl-nl) .crossell-world-beer .label-out-of-stock button, :lang(nl-be) .crossell-world-beer .label-out-of-stock button, :lang(fr-be) .crossell-world-beer .label-out-of-stock button {
  font-size: 10px;
  padding: 0 12px;
  height: 33px; }

:lang(nl-nl) .crossell-world-beer .label-out-of-stock span, :lang(nl-be) .crossell-world-beer .label-out-of-stock span, :lang(fr-be) .crossell-world-beer .label-out-of-stock span {
  font-size: 10px; }

:lang(nl-nl) .product .label-out-of-stock button, :lang(nl-be) .product .label-out-of-stock button, :lang(fr-be) .product .label-out-of-stock button {
  font-size: 10px; }

:lang(nl-nl) .product .label-out-of-stock span, :lang(nl-be) .product .label-out-of-stock span, :lang(fr-be) .product .label-out-of-stock span {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px;
  font-size: 10px;
  height: 37.5px; }

:lang(nl-nl) .label-out-of-stock span, :lang(nl-nl) .label-out-of-stock button, :lang(nl-be) .label-out-of-stock span, :lang(nl-be) .label-out-of-stock button {
  font-size: 12px; }

:lang(nl-nl) .label-out-of-stock span, :lang(nl-be) .label-out-of-stock span {
  padding: 9px 12px 6px; }
  @media (min-width: 1280px) {
    :lang(nl-nl) .label-out-of-stock span, :lang(nl-be) .label-out-of-stock span {
      padding: 9px 9px 8px 9px; } }

:lang(nl-nl) .label-out-of-stock button, :lang(nl-be) .label-out-of-stock button {
  padding: 9px 12px 8px; }

:lang(nl-nl) .label-out-of-stock .price, :lang(nl-be) .label-out-of-stock .price {
  padding: 7px 10px 6px; }

:lang(fr-be) .product .label-out-of-stock button {
  max-width: 140px; }

:lang(fr-be) .label-out-of-stock button {
  max-width: 135px; }

.product-info .label-out-of-stock {
  position: relative;
  top: auto;
  right: auto;
  height: 38px; }

.product-info .action-cart {
  display: block;
  margin: 0; }
  .product-info .action-cart.special-action.red-cart .add-to-cart-price {
    background: #c6353e;
    border: 1px solid transparent;
    border-right: none; }
    .product-info .action-cart.special-action.red-cart .add-to-cart-price .old-price {
      opacity: 0.7;
      margin-right: 3px;
      position: relative;
      color: #ffffff; }
      .product-info .action-cart.special-action.red-cart .add-to-cart-price .old-price::before {
        content: ' ';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 43%;
        left: 0;
        background: none;
        -webkit-transform: rotate(-10deg) translateY(-50%);
        transform: rotate(-10deg) translateY(-50%);
        border-radius: 10px;
        box-shadow: 0 2px 0 #888888; }
    .product-info .action-cart.special-action.red-cart .add-to-cart-price .white-price {
      color: #ffffff; }
  .product-info .action-cart.special-action.red-cart .button-red {
    background-color: #c6353e;
    border: none;
    border-left: 1px solid #ccc;
    color: #fff; }
  .product-info .action-cart.special-action.red-cart:hover {
    cursor: pointer; }
    .product-info .action-cart.special-action.red-cart:hover .add-to-cart-price {
      background: #ffffff;
      border: 1px solid #ccc;
      border-right: none;
      transition: all 0.3s; }
      .product-info .action-cart.special-action.red-cart:hover .add-to-cart-price .old-price,
      .product-info .action-cart.special-action.red-cart:hover .add-to-cart-price .white-price {
        color: #3e3b38; }
    .product-info .action-cart.special-action.red-cart:hover .button-red {
      background: #ffffff;
      border: 1px solid #ccc;
      color: #c6353e; }
      .product-info .action-cart.special-action.red-cart:hover .button-red::after {
        border-left: none;
        background: url("../image/icon-cart-green.png") no-repeat center;
        background-size: 60% auto; }
      .product-info .action-cart.special-action.red-cart:hover .button-red .new-price {
        color: #008644; }
  .product-info .action-cart.special-action .add-to-cart-price {
    font: normal 11px/1 "Futura Bold", Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #008644;
    padding: 13px;
    border: 1px solid #ccc;
    height: 38.5px;
    margin-right: -5px;
    border-radius: 8px 0 0 8px; }
    .product-info .action-cart.special-action .add-to-cart-price .old-price {
      opacity: 0.7;
      margin-right: 3px;
      position: relative;
      color: #888888; }
      .product-info .action-cart.special-action .add-to-cart-price .old-price::before {
        content: ' ';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 43%;
        left: 0;
        background: none;
        -webkit-transform: rotate(-10deg) translateY(-50%);
        transform: rotate(-10deg) translateY(-50%);
        border-radius: 10px;
        box-shadow: 0 2px 0 #888888; }
    .product-info .action-cart.special-action .add-to-cart-price .white-price {
      color: #008644; }
  .product-info .action-cart.special-action .add-to-cart {
    color: #fff;
    background-color: #008644;
    border: none;
    border-radius: 0 8px 8px 0;
    padding: 0 10px;
    padding-right: 42px;
    height: 38.5px; }
    .product-info .action-cart.special-action .add-to-cart::after {
      border-left: none;
      background: url("../image/icon-cart.png") no-repeat center;
      background-size: 60% auto; }
    .product-info .action-cart.special-action .add-to-cart:hover {
      background: #fff;
      border: 1px solid #008644; }
      .product-info .action-cart.special-action .add-to-cart:hover::after {
        border-left: none;
        background: url("../image/icon-cart-green.png") no-repeat center;
        background-size: 60% auto; }
      .product-info .action-cart.special-action .add-to-cart:hover .new-price {
        color: #008644; }
    .product-info .action-cart.special-action .add-to-cart .new-price {
      font-size: 11px; }

/* Crossell Accessories
================================================== */
.crossell-accessories {
  height: auto; }
  .crossell-accessories .multiline-headline {
    position: absolute;
    top: -40px;
    left: 0; }
  .crossell-accessories .accessories-products {
    margin-top: 40px;
    padding: 45px 0 0 0; }
  .crossell-accessories button {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .crossell-accessories .product {
    padding: 0 15px;
    display: block; }
    .crossell-accessories .product .image-wrap {
      position: relative;
      width: 60%;
      margin: 0 auto; }
      .crossell-accessories .product .image-wrap img {
        width: 100%;
        height: auto;
        max-height: 100%; }
      @media only screen and (max-device-width: 767px) and (orientation: landscape) {
        .crossell-accessories .product .image-wrap img {
          margin: 0 auto;
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 250px; } }
    .crossell-accessories .product .info .title {
      height: 35px; }
    .crossell-accessories .product .info p {
      color: #999999; }
    .crossell-accessories .product .product-info {
      display: block;
      float: none;
      width: 100%; }
      .crossell-accessories .product .product-info .cart {
        float: none;
        text-align: left; }
        .crossell-accessories .product .product-info .cart .quantity-field {
          float: none; }
  @media (min-width: 768px) {
    .crossell-accessories {
      height: 470px; }
      .crossell-accessories button {
        display: block;
        width: auto; }
      .crossell-accessories .product .image-wrap {
        width: 90%;
        max-height: 300px;
        margin: 0 auto; }
      .crossell-accessories .product .product-info .cart {
        text-align: center; }
        .crossell-accessories .product .product-info .cart button {
          margin: 0; } }
  @media (max-width: 480px) {
    .crossell-accessories .multiline-headline span,
    .crossell-accessories .multiline-headline-01 span,
    .crossell-accessories .multiline-headline-02 span,
    .crossell-accessories .multiline-headline-03 span {
      display: inline;
      padding: 0; } }

/* Crossell Guide
================================================== */
.crossell-guide {
  height: 540px; }
  .crossell-guide .crossell-content {
    z-index: 2; }
    .crossell-guide .crossell-content .multiline-headline {
      float: right;
      width: auto;
      margin-top: 50px; }
      .crossell-guide .crossell-content .multiline-headline .multiline-headline_big-02 {
        padding-left: 0; }
    .crossell-guide .crossell-content button {
      width: 50%;
      position: absolute;
      bottom: 40%;
      right: 5%;
      top: auto;
      left: auto;
      margin: 32px 0; }
  @media (min-width: 768px) {
    .crossell-guide .crossell-content .multiline-headline {
      float: none; }
      .crossell-guide .crossell-content .multiline-headline .multiline-headline_big-02 {
        padding-left: 40px; }
    .crossell-guide .crossell-content button {
      width: 100%;
      position: relative;
      bottom: auto;
      right: auto; }
    .crossell-guide .crossell-guide .load-sub-img {
      background-size: 92% auto; } }
  .crossell-guide .load-sub-img {
    position: absolute;
    z-index: 1;
    left: 0;
    pointer-events: none;
    background: url("../image/guide-load-sub-image.png") no-repeat bottom left;
    background-size: 60% auto;
    bottom: -3%;
    width: 100%;
    height: 110%; }
  .crossell-guide .bg {
    width: 100%;
    height: 100%;
    background: #008644 url("../image/green-checked-bg.png") repeat top 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, 1 0, 1 1, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%); }
  @media (min-width: 768px) {
    .crossell-guide {
      height: 470px; }
      .crossell-guide .crossell-content {
        z-index: 2; }
        .crossell-guide .crossell-content .multiline-headline {
          float: right;
          width: auto;
          margin-top: 30px; }
        .crossell-guide .crossell-content button {
          right: 50px;
          bottom: 50px;
          position: absolute;
          width: auto;
          margin: 0; }
      .crossell-guide .load-sub-img {
        background-size: auto 100%;
        bottom: -5.57%; }
      .crossell-guide .bg {
        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.2, 1 0, 1 1, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
        -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%); } }

/* Crossell Seasonal Torp
================================================== */
.seasonal-torp {
  height: auto;
  padding-top: 250px; }
  .seasonal-torp .crossell-content {
    padding: 0;
    position: relative;
    top: auto;
    left: auto; }
    .seasonal-torp .crossell-content .carousel-content-image {
      width: 320px;
      position: absolute;
      top: -220px;
      z-index: 3;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
      .seasonal-torp .crossell-content .carousel-content-image .product-image-label {
        right: auto;
        left: 55%; }
      .seasonal-torp .crossell-content .carousel-content-image img {
        width: 100%;
        height: auto; }
  .seasonal-torp .seasonal-torp-info {
    height: 100%;
    z-index: 2;
    padding: 80px 35px 60px 35px;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    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.9, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%); }
    .seasonal-torp .seasonal-torp-info .title {
      color: white;
      font-size: 20px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .seasonal-torp .seasonal-torp-info p {
      color: white;
      font-size: 16px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .seasonal-torp .seasonal-torp-info .multiline-headline {
      margin-bottom: 35px; }
    .seasonal-torp .seasonal-torp-info .cart {
      float: none;
      text-align: left; }
  .seasonal-torp .bg.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    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 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  @media (min-width: 768px) {
    .seasonal-torp {
      padding-top: 0;
      height: 430px; }
      .seasonal-torp .crossell-content {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        padding: 32px; }
        .seasonal-torp .crossell-content .carousel-content-image {
          width: 50%;
          bottom: 0;
          left: -5%;
          top: auto;
          -webkit-transform: none;
          transform: none; }
          .seasonal-torp .crossell-content .carousel-content-image img {
            width: 100%;
            height: auto; }
      .seasonal-torp .seasonal-torp-info {
        position: absolute;
        z-index: 2;
        width: 50%;
        height: 100%;
        top: 0;
        right: 6%;
        padding: 35px;
        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.95, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); }
      .seasonal-torp .bg.bg-img {
        height: 75%;
        position: relative;
        top: auto;
        left: auto;
        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.95" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%); } }

/* Crossell Perfect Draught
================================================== */
.crossell-perfect-draught {
  position: relative; }
  .crossell-perfect-draught .play-button {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 74px;
    font-size: 30px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 5px solid white;
    text-align: center;
    color: white;
    display: block;
    padding-left: 6px;
    transition: opacity 0.25s ease;
    z-index: 1;
    top: auto;
    bottom: 20%;
    right: 50%;
    margin-right: -40px; }
    @media (min-width: 768px) {
      .crossell-perfect-draught .play-button {
        left: auto;
        right: 50px;
        bottom: 23%; }
        .crossell-perfect-draught .play-button:hover {
          opacity: 0.8; } }
  .crossell-perfect-draught .perfect-draught_content {
    height: 400px;
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    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%);
    padding: 32px;
    background: black; }
    .crossell-perfect-draught .perfect-draught_content .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      z-index: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .crossell-perfect-draught .perfect-draught_content button {
      position: absolute;
      right: 32px;
      width: calc(100% - 64px);
      bottom: 15%; }
    .crossell-perfect-draught .perfect-draught_content .multiline-headline {
      z-index: 1; }
      .crossell-perfect-draught .perfect-draught_content .multiline-headline span {
        font-size: 42px;
        line-height: 0.95; }
      .crossell-perfect-draught .perfect-draught_content .multiline-headline span.multiline-headline_small {
        font-size: 14px; }
      @media (min-width: 768px) {
        .crossell-perfect-draught .perfect-draught_content .multiline-headline span {
          font-size: 60px; } }
    @media (max-width: 480px) {
      .crossell-perfect-draught .perfect-draught_content .bg {
        opacity: 0.6;
        background-position: 70% top; }
      .crossell-perfect-draught .perfect-draught_content span.multiline-headline_big-01 {
        font-size: 32px; } }
  .crossell-perfect-draught .perfect-draught-background,
  .crossell-perfect-draught .taming-yeast-background {
    width: 100%;
    display: none;
    height: 70%;
    position: absolute;
    top: 30%;
    left: 0; }
  @media (min-width: 768px) {
    .crossell-perfect-draught .play-button {
      width: 110px;
      height: 110px;
      font-size: 40px;
      line-height: 105px; }
    .crossell-perfect-draught .perfect-draught_content-wrapper {
      padding: 0 15px; }
      .crossell-perfect-draught .perfect-draught_content-wrapper .perfect-draught_content {
        height: 450px;
        margin-bottom: 40px;
        padding: 50px 46px;
        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%); }
        .crossell-perfect-draught .perfect-draught_content-wrapper .perfect-draught_content button {
          position: absolute;
          bottom: 30%;
          right: 60px;
          width: auto; }
    .crossell-perfect-draught .perfect-draught-background {
      display: block;
      background: #3e3b38 url("../image/grunge-wide.png") no-repeat top left; }
    .crossell-perfect-draught .taming-yeast-background {
      display: block;
      background: url("../image/taming-the-wild-yeast-bg.jpg") no-repeat;
      background-size: cover; } }
  @media (min-width: 1280px) {
    .crossell-perfect-draught .play-button {
      top: 45%;
      bottom: auto;
      left: 50%;
      right: auto;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media (max-width: 480px) {
    .crossell-perfect-draught .play-button {
      bottom: 15%; }
    .crossell-perfect-draught .perfect-draught_content-wrapper .perfect-draught_content .multiline-headline span {
      padding-left: 0; } }

/* Crossell World of beer
================================================== */
.crossell-world-beer {
  position: relative; }
  .crossell-world-beer button {
    display: block;
    margin: 0 auto; }
  .crossell-world-beer .label-out-of-stock.notify-me-out-of-stock .price {
    display: none; }
  .crossell-world-beer .label-out-of-stock.notify-me-out-of-stock span {
    background: white;
    padding: 7px 12px 6px;
    border-radius: 7px 0 0 7px;
    border: 1px solid #c6353e;
    border-right: none; }
  .crossell-world-beer .multiline-headline {
    margin-bottom: 20px; }
  .crossell-world-beer .carousels-holder {
    display: block;
    position: relative;
    width: 100%;
    height: 535px; }
    .crossell-world-beer .carousels-holder ul {
      height: 100%;
      display: block;
      padding: 0;
      margin: 0; }
    .crossell-world-beer .carousels-holder .carousel {
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0; }
      .crossell-world-beer .carousels-holder .carousel .carousel-content {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
        .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-image {
          display: block;
          width: 100%;
          height: 360px; }
          .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-image img {
            height: 100%;
            width: auto;
            margin: 0 auto; }
        .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-info {
          width: 100%;
          position: relative;
          padding: 15px 30px; }
          .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-info .title, .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-info p {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #3e3b38; }
          .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-info .cart {
            float: none;
            text-align: left; }
            .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-info .cart button {
              display: inline-block; }
          .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-info button {
            margin: 0; }
      .crossell-world-beer .carousels-holder .carousel .carousel-bg {
        position: absolute;
        width: 100%;
        height: 45%;
        top: 0;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        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.7, 0 0.85" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 85%);
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0 85%); }
  @media (min-width: 768px) {
    .crossell-world-beer .carousels-holder .carousel-bg {
      height: 60%; } }
  @media (min-width: 992px) {
    .crossell-world-beer .multiline-headline {
      margin: 0;
      position: absolute;
      top: -85px;
      left: 0; }
    .crossell-world-beer .carousels-holder {
      margin-top: 80px;
      height: 365px; }
      .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-image {
        position: absolute;
        top: -6%;
        left: 6%;
        width: 50%;
        height: 110%;
        text-align: right; }
        .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-image img {
          float: right;
          margin: 0; }
      .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-info {
        display: block;
        position: absolute;
        z-index: 3;
        top: 100px;
        right: 0;
        width: 50%;
        text-align: left;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
        padding: 0;
        padding-right: 10%; }
        .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-info .title, .crossell-world-beer .carousels-holder .carousel .carousel-content .carousel-content-info p {
          color: white; }
      .crossell-world-beer .carousels-holder .carousel .carousel-bg {
        height: 75%;
        top: 7%;
        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, 1 0.1, 1 0.85, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 85%, 0 100%);
        clip-path: polygon(0 3%, 100% 3%, 100% 85%, 0 100%); } }
  @media (max-width: 480px) {
    .crossell-world-beer {
      padding-left: 15px;
      padding-right: 15px; }
      .crossell-world-beer .jcarousel-control-prev, .crossell-world-beer .jcarousel-control-next {
        top: 220px;
        -webkit-transform: none;
        transform: none; }
      .crossell-world-beer .carousels-holder {
        width: calc(100% + 30px);
        margin-left: -15px; }
      .crossell-world-beer .multiline-headline span,
      .crossell-world-beer .multiline-headline-01 span,
      .crossell-world-beer .multiline-headline-02 span,
      .crossell-world-beer .multiline-headline-03 span {
        display: inline;
        padding: 0; } }

.de .crossell .crossell-content h3, .de .crossell .crossell-content .crossell-title, .de .crossell.small-crossell .crossell-content h3, .de .crossell.small-crossell .crossell-content .crossell-title {
  font-size: 42px; }
  .de .crossell .crossell-content h3.copy-small, .de .crossell .crossell-content .crossell-title.copy-small, .de .crossell.small-crossell .crossell-content h3.copy-small, .de .crossell.small-crossell .crossell-content .crossell-title.copy-small {
    font-size: 35px; }
  .de .crossell .crossell-content h3.copy-large, .de .crossell .crossell-content .crossell-title.copy-large, .de .crossell.small-crossell .crossell-content h3.copy-large, .de .crossell.small-crossell .crossell-content .crossell-title.copy-large {
    font-size: 52px; }
  @media (min-width: 992px) {
    .de .crossell .crossell-content h3, .de .crossell .crossell-content .crossell-title, .de .crossell.small-crossell .crossell-content h3, .de .crossell.small-crossell .crossell-content .crossell-title {
      font-size: 24px; } }
  @media (min-width: 1280px) {
    .de .crossell .crossell-content h3, .de .crossell .crossell-content .crossell-title, .de .crossell.small-crossell .crossell-content h3, .de .crossell.small-crossell .crossell-content .crossell-title {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .de .crossell .crossell-content h3, .de .crossell .crossell-content .crossell-title, .de .crossell.small-crossell .crossell-content h3, .de .crossell.small-crossell .crossell-content .crossell-title {
      font-size: 28px; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .es .crossell .globe-bg {
    background-size: 255px auto; } }

@media (max-width: 768px) {
  .nl .crossell.small-crossell h3, .nl .crossell.small-crossell h2, .nl .crossell.small-crossell .crossell-title {
    font-size: 38px; }
  .nl .crossell .icon-deliver-white {
    background-position: right bottom; } }

@media (max-width: 768px) {
  .it .crossell.small-crossell h3, .it .crossell.small-crossell h2, .it .crossell.small-crossell .crossell-title {
    font-size: 34px; }
  .it .crossell .icon-deliver-white {
    background-position: right bottom; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .crossell.small-crossell.beer-day h3 {
    font-size: 24px; }
  .crossell.small-crossell.beer-day p {
    width: 72%; } }

@media (min-width: 1024px) {
  .beer-day .crossell-content h3 {
    font-size: 28px; } }

.beer-day .crossell-content div {
  max-width: 20em; }

.beer-day .icon-beerday-white {
  background-size: 190px auto;
  background-position: 100% 113%;
  background-image: url("../image/campaign/beer-day/crossell-beer-day.png");
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .beer-day .icon-beerday-white {
      background-position: 100% 105%;
      background-size: 220px auto; } }

.beer-day .crossell-content-inline {
  display: inline; }

.beer-day .crossell-content-inline:nth-of-type(2) {
  font-weight: 600 !important; }

.caret {
  color: #3e3b38;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 10px 30px 10px 15px;
  clear: both;
  margin: 0;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.filter-menu {
  margin-top: 20px;
  display: inline-block !important; }
  .filter-menu form input {
    width: 0;
    height: 0;
    border: none;
    opacity: 0;
    position: absolute; }
  .filter-menu form select {
    float: right;
    background: white;
    font: normal 12px/1 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #3e3b38;
    border: 1px solid #d7d5d2;
    padding: 12px 15px;
    margin-left: 20px;
    border-radius: 8px;
    min-width: 200px; }
  .filter-menu form .dropdown-wrapper {
    display: block;
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin: 10px 0; }
    .filter-menu form .dropdown-wrapper span {
      display: inline-block;
      width: calc(100% - 25px);
      white-space: nowrap;
      overflow: hidden;
      min-width: auto;
      padding-top: 10px; }
    .filter-menu form .dropdown-wrapper .dropdown .caret {
      vertical-align: top; }
    .filter-menu form .dropdown-wrapper .dropdown-toggle {
      padding: 5px 10px 5px 20px; }
      .filter-menu form .dropdown-wrapper .dropdown-toggle span {
        color: #3e3b38;
        font-size: 12px; }
    .filter-menu form .dropdown-wrapper .dropdown-menu {
      max-height: 236px;
      overflow-y: auto;
      box-shadow: none;
      top: 100%; }
      .filter-menu form .dropdown-wrapper .dropdown-menu > li > a {
        padding: 10px 5px;
        width: calc(100% - 30px);
        margin: 0 auto;
        border-bottom: 1px solid #E0E0E0; }
        .filter-menu form .dropdown-wrapper .dropdown-menu > li > a span {
          color: #807d7c;
          font-size: 11px; }
      .filter-menu form .dropdown-wrapper .dropdown-menu > li:last-child > a {
        border: none; }
  @media (min-width: 992px) {
    .filter-menu {
      margin-top: 0; }
      .filter-menu form .dropdown-wrapper {
        width: calc(50% - 10px);
        float: right;
        margin: 0 0 0 5px; } }

/* Float menu on beers overview beer
================================================== */
.float-sort-menu {
  position: fixed;
  top: 50%;
  left: 0;
  width: 128px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100; }
  .float-sort-menu .filter-title {
    margin: 0 0 10px 0;
    font: normal 14px/1 "cholla-slab", Arial, sans-serif;
    color: #008644;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 8px; }
  .float-sort-menu select {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0; }
  .float-sort-menu .filter-field {
    width: 100%;
    height: 96px;
    color: white;
    background: #3e3b38; }
    .float-sort-menu .filter-field .dropdown-wrapper {
      height: 100%;
      width: 100%; }
      .float-sort-menu .filter-field .dropdown-wrapper > .dropdown {
        height: 100%;
        width: 100%; }
        .float-sort-menu .filter-field .dropdown-wrapper > .dropdown .dropdown-menu {
          top: 0;
          border-radius: 8px;
          left: 100%; }
      .float-sort-menu .filter-field .dropdown-wrapper .dropdown-toggle {
        height: 100%;
        width: 100%;
        text-align: center; }
        .float-sort-menu .filter-field .dropdown-wrapper .dropdown-toggle span {
          display: block;
          min-width: initial; }
        .float-sort-menu .filter-field .dropdown-wrapper .dropdown-toggle .icon {
          width: 100%;
          height: 40px;
          margin-top: 3px; }
          .float-sort-menu .filter-field .dropdown-wrapper .dropdown-toggle .icon img {
            margin: 0 auto; }
        .float-sort-menu .filter-field .dropdown-wrapper .dropdown-toggle .text {
          height: 30px;
          position: relative;
          width: 100%; }
          .float-sort-menu .filter-field .dropdown-wrapper .dropdown-toggle .text span {
            position: absolute;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            color: white;
            width: calc(100% - 15px);
            display: block;
            overflow: hidden;
            max-height: 24px; }
          .float-sort-menu .filter-field .dropdown-wrapper .dropdown-toggle .text .caret {
            margin-left: 0;
            position: absolute;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            right: 0; }

.overview-title {
  position: relative;
  width: 100%;
  height: 275px;
  margin-top: 60px; }
  .overview-title .multiline-headline {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .overview-title .overview-title-bg {
    background: #f2f2f2;
    position: absolute;
    top: 100px;
    height: 150px;
    left: 0;
    width: 100%; }

.slope-container {
  position: relative;
  width: 100%; }

.slope-component {
  position: absolute;
  padding: 0;
  height: 100px;
  pointer-events: none;
  width: 100%; }
  .slope-component img {
    width: 100%;
    height: 100%;
    display: block; }
  .slope-component.slope-component__top-left, .slope-component.slope-component__top-right {
    top: 100%;
    margin-top: -1px; }
  .slope-component.slope-component__bottom-left, .slope-component.slope-component__bottom-right {
    bottom: 100%;
    margin-bottom: -1px; }

.slope-component--svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* messages
_________________________*/
.gui-messages,
.messages {
  text-transform: uppercase;
  font: normal 12px/1 "Futura Bold", Arial, sans-serif;
  margin-bottom: 30px;
  z-index: 5;
  margin-top: 0;
  margin-bottom: 30px !important; }

.gui-messages ul.gui-error, .gui-messages ul.checkout-error {
  margin-bottom: 30px;
  border-color: #DD3C10;
  border: 1px solid #DD3C10;
  border-radius: 10px !important;
  background: #FCECE8 !important;
  font-weight: bold; }

.gui-messages ul.checkout-error {
  font-weight: normal;
  padding: 15px 30px; }
  .gui-messages ul.checkout-error li {
    font-size: 16px; }

.gui-messages .gui-info {
  margin-bottom: 30px; }

.messages {
  position: fixed;
  top: 100px;
  z-index: 20;
  width: 80%;
  left: 10%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden; }

.gui-messages ul,
.messages ul {
  padding: 15px 30px;
  border: none;
  background: #f2f2f2;
  color: #3e3b38; }

.gui-checkout .gui-messages ul {
  background: transparent; }

.gui-checkout .gui-messages .gui-error {
  background: #FCECE8; }

.gui-checkout .gui-messages ul.gui-info {
  background: #f2f2f2; }
  .gui-checkout .gui-messages ul.gui-info li {
    color: #000000; }

.gui-messages ul.gui-error li, .gui-messages ul.checkout-error li {
  color: #C80805;
  background: transparent;
  text-transform: capitalize;
  line-height: 20px;
  display: block;
  white-space: normal;
  font-size: 14px;
  font-weight: bold;
  min-height: 20px;
  font-family: "Futura Book", Arial, sans-serif; }

.gui-messages ul.gui-success {
  color: #008644; }

.gui-messages ul.gui-warning {
  color: #c6353e; }

/*
.gui-login .gui-messages ul.gui-error{
	color: #609946;
	border-color: #609946;
	background: #EFF5ED;
}
*/
.fly-over-cart-container {
  width: 100%;
  position: relative;
  height: 0px;
  margin: 0 auto; }
  .fly-over-cart-container p, .fly-over-cart-container b, .fly-over-cart-container a {
    font-family: "Futura Bold", Arial, sans-serif;
    color: #3e3b38; }
  .fly-over-cart-container.active .cart-indicator {
    display: block; }
  .fly-over-cart-container.active #cart-lightbox {
    max-height: 550px;
    transition: max-height 0.5s ease-out; }
  .fly-over-cart-container .cart-indicator {
    content: ' ';
    display: none;
    position: absolute;
    top: -10px;
    right: 25px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 11;
    pointer-events: none; }
  .fly-over-cart-container #cart-lightbox {
    width: 100%;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    display: block;
    margin: auto;
    max-height: 0;
    transition: max-height 0.7s ease-in;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden; }
  .fly-over-cart-container .no-result {
    padding: 0 10px;
    text-align: center; }
  .fly-over-cart-container .cart-header .cart-col-prod {
    margin-left: 50px; }
  .fly-over-cart-container .cart-col-prod {
    display: inline-block;
    padding: 0 15px;
    text-align: left; }
    .fly-over-cart-container .cart-col-prod.center-vertically {
      width: 172px; }
  .fly-over-cart-container .cart-col-price {
    position: relative;
    float: right;
    right: 5px; }
    .fly-over-cart-container .cart-col-price p {
      margin: 0; }
  .fly-over-cart-container .cart-footer .cart-col-prod {
    text-align: right;
    /*width: 60%;
		left: 50px;
		p{
			margin-right: 5px;
		}*/ }
  .fly-over-cart-container .center-style {
    position: relative;
    top: 0;
    left: -50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  .fly-over-cart-container .center-vertically {
    position: relative;
    /*top: 80%;*/
    /*transform: translateY(-50%);*/ }
  .fly-over-cart-container .cart-products {
    max-height: 240px;
    overflow-y: auto;
    width: 100%;
    /*border-bottom: 2px solid #dddddd;*/ }
  .fly-over-cart-container .cart-product {
    display: block;
    height: auto;
    border-bottom: 1px solid #efefef;
    overflow: hidden; }
  .fly-over-cart-container .gui-action-delete {
    display: block;
    margin: 5px auto;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url("../image/gui-actions.png");
    background-position: 0 -32px; }
  .fly-over-cart-container .products a {
    text-decoration: none;
    font: bold 13px/1 "Futura Bold", Arial, sans-serif;
    color: #272727; }
  .fly-over-cart-container .products p {
    font-size: 11px; }
  .fly-over-cart-container .prod-description {
    padding: 5px 10px 5px 5px;
    float: left;
    width: 150px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto; }
    .fly-over-cart-container .prod-description .product-amount {
      margin-left: 5px;
      font-weight: bold; }
  .fly-over-cart-container .prod-image {
    padding: 5px 5px;
    float: left;
    width: 60px;
    height: 60px; }
    .fly-over-cart-container .prod-image a {
      display: block;
      width: 100%;
      height: 100%; }
  .fly-over-cart-container .prod-price {
    text-align: center;
    padding: 5px;
    float: right;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 60px; }
    .fly-over-cart-container .prod-price a {
      font-size: 11px;
      text-decoration: none;
      cursor: pointer; }
  .fly-over-cart-container .cart-delete {
    float: right;
    position: absolute;
    right: 70px;
    top: -2px; }
  .fly-over-cart-container .cart-tax p {
    text-transform: uppercase;
    font-family: "Futura Bold", Arial, sans-serif;
    font-size: 12px; }
  .fly-over-cart-container .cart-total-tax {
    float: right;
    margin-top: -29px;
    height: 0;
    right: 5px;
    position: relative; }
    .fly-over-cart-container .cart-total-tax p {
      margin: 0; }
  .fly-over-cart-container .cart-tax-title {
    margin-top: 6px; }
    .fly-over-cart-container .cart-tax-title.center-vertically {
      width: 172px;
      text-align: right;
      padding: 0 15px; }
  .fly-over-cart-container .cart-header {
    text-decoration: none;
    color: #272727;
    background-color: #ffffff;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
    height: 52px;
    line-height: 1px; }
    .fly-over-cart-container .cart-header p {
      font-size: 13px;
      font: bold 13px/1 "Futura Bold", Arial, sans-serif;
      color: #272727;
      text-transform: uppercase; }
    .fly-over-cart-container .cart-header .cart-col-price p {
      margin-top: 10px; }
  .fly-over-cart-container .description-content a {
    font: bold 12px/1.2 "Futura Book", Arial, sans-serif;
    text-decoration: none;
    color: #272727;
    display: inline-block; }
  .fly-over-cart-container .price-content span {
    text-decoration: none;
    font: bold 12px/1.2 "Futura Bold", Arial, sans-serif;
    color: #272727;
    display: inline-block; }
  .fly-over-cart-container .price-content b {
    padding-right: 3px;
    font-size: 12px; }
  .fly-over-cart-container .cart_variant {
    font-size: 10px; }
  .fly-over-cart-container .cart-footer {
    height: 60px;
    border-top: 2px solid #dddddd; }
    .fly-over-cart-container .cart-footer .cart-col-prod.disclaimer {
      font: 12px/1.2 "Futura Book", Arial, sans-serif;
      text-align: right;
      left: 50px;
      padding: 0; }
  .fly-over-cart-container .cart-footer-buttons {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0 10px; }
    .fly-over-cart-container .cart-footer-buttons a {
      color: #3e3b38;
      line-height: 40px; }
    .fly-over-cart-container .cart-footer-buttons button {
      margin: 0 auto;
      display: block; }
  @media (min-width: 768px) {
    .fly-over-cart-container .cart-indicator {
      right: 127px; }
    .fly-over-cart-container #cart-lightbox {
      width: 300px;
      right: 45px; }
    .fly-over-cart-container.active:before {
      position: absolute;
      content: ' ';
      display: block;
      z-index: 11;
      height: 28px;
      width: 300px;
      right: 45px;
      bottom: 100%; } }

.keep-me-posted {
  transition: 0.5s;
  position: fixed;
  bottom: -45px;
  background: white;
  padding: 25px 25px 30px 25px;
  z-index: 1000;
  width: 90%;
  right: 5%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }
  .keep-me-posted:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -23px;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: skew(0deg, -8deg);
    transform: skew(0deg, -8deg);
    z-index: 1; }
  @media (min-width: 768px) {
    .keep-me-posted {
      padding: 0px 30px 40px 30px; } }
  .keep-me-posted.active {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    display: block !important;
    bottom: -100px; }
  .keep-me-posted.active-mobile {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    display: block !important; }
  .keep-me-posted.big.active-mobile {
    top: 200px;
    bottom: auto; }
  .keep-me-posted .content {
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 2; }
    .keep-me-posted .content .close {
      width: 32px;
      height: 32px;
      font-size: 30px;
      line-height: 32px;
      text-align: center;
      color: #3e3b38;
      display: block;
      position: absolute;
      top: -50px;
      right: -15px;
      cursor: pointer; }
      @media (min-width: 768px) {
        .keep-me-posted .content .close {
          top: -10px;
          right: -10px; }
          .keep-me-posted .content .close:hover {
            color: #595550; } }
  .keep-me-posted .privacy {
    display: block;
    text-align: right;
    margin: 0 0 20px 0; }
    .keep-me-posted .privacy a {
      font: normal 12px/1 "Futura Book", Arial, sans-serif;
      color: #3e3b38;
      display: inline-block; }
  .keep-me-posted p.promo {
    display: block;
    font: normal 14px/1.4 "Futura Book", Arial, sans-serif;
    color: #3e3b38; }
  .keep-me-posted h2, .keep-me-posted .keep-me-title {
    padding-top: 24px;
    margin: 0 0 20px 0;
    color: #3e3b38;
    font: normal 24px/1 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase; }
    .keep-me-posted h2 span, .keep-me-posted .keep-me-title span {
      margin-left: 0; }
    @media (min-width: 768px) {
      .keep-me-posted h2, .keep-me-posted .keep-me-title {
        padding-top: 36px;
        font: normal 36px/1 "Futura Bold", Arial, sans-serif; } }
  .keep-me-posted form ::-webkit-input-placeholder,
  .keep-me-posted form :-moz-placeholder,
  .keep-me-posted form ::-moz-placeholder,
  .keep-me-posted form :-ms-input-placeholder {
    color: #3e3b38; }
  .keep-me-posted form input[type="email"] {
    height: 40px;
    margin-bottom: 15px;
    transition: all 200ms ease-in-out;
    position: relative;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    color: #3e3b38;
    display: block;
    border: 1px solid #999;
    font-size: 16px; }
    .keep-me-posted form input[type="email"].error {
      border: #c6353e 1px solid;
      color: #c6353e; }
  .keep-me-posted form input[type="submit"] {
    max-width: none;
    width: auto;
    margin-top: 0;
    background: #c6353e;
    border: none;
    border-radius: 8px;
    padding: 3px 15px;
    box-sizing: content-box;
    font: normal 12px/1 "Futura Bold", Arial, sans-serif; }
  @media (min-width: 768px) {
    .keep-me-posted.big {
      background-color: #fff;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
      .keep-me-posted.big:before {
        transform: skew(0deg, -8deg);
        -webkit-transform: skew(0deg, -8deg); }
      .keep-me-posted.big .close {
        top: -30px;
        right: -10px; } }
  .keep-me-posted.big .content-close {
    top: -15px;
    right: -15px; }
  .keep-me-posted.big h2 {
    padding-top: 10px;
    margin: 0 0 20px 110px;
    font-size: 24px;
    min-height: 80px; }
  .keep-me-posted.big img {
    position: absolute;
    top: -110px;
    left: -5px; }
  .keep-me-posted.big .icn-checked {
    background: url("../image/check.png") no-repeat left top;
    background-size: auto 24px;
    margin: 10px 0;
    padding-left: 35px;
    min-height: 25px;
    text-transform: uppercase;
    font: 700 14px/1.4 "Futura Bold",Arial,sans-serif;
    color: #3e3b38; }
  .keep-me-posted.big form input[type="email"] {
    /* max-width: none; */
    height: 40px;
    margin-bottom: 15px;
    transition: all 200ms ease-in-out;
    position: relative;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    color: #3e3b38;
    display: block;
    border: 1px solid #999;
    font-size: 16px; }
  .keep-me-posted.big input[type=submit] {
    width: 100% !important;
    box-sizing: border-box;
    background-color: #008644 !important; }
  .keep-me-posted.big .privacy {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .keep-me-posted {
      right: 150px;
      height: 380px;
      width: auto; }
      .keep-me-posted .content {
        width: 250px; } }
  @media (max-width: 768px) {
    .keep-me-posted.tiny {
      width: 100%;
      right: 0; }
      .keep-me-posted.tiny:before {
        transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg); }
      .keep-me-posted.tiny h2 {
        text-align: center;
        padding-top: 0; }
      .keep-me-posted.tiny p.promo {
        text-align: center;
        max-width: 400px;
        margin: 0 auto 20px; }
      .keep-me-posted.tiny .content {
        padding: 0 0 30px 0; }
        .keep-me-posted.tiny .content button {
          margin: 0 auto;
          display: block;
          background-color: #006131; }
        .keep-me-posted.tiny .content .close {
          top: -50px; }
    .keep-me-posted.big h2 {
      font-size: 20px;
      word-break: break-word; }
    .keep-me-posted#keepMePostedDesktop {
      display: block !important;
      bottom: -135px; }
      .keep-me-posted#keepMePostedDesktop.active {
        bottom: -38px; }
      .keep-me-posted#keepMePostedDesktop:before {
        transform: skew(0deg); }
      .keep-me-posted#keepMePostedDesktop .content .close {
        top: -25px; } }
  .keep-me-posted#keepMePostedDesktop {
    display: none; }

.popup-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  display: none; }
  @media (max-width: 768px) {
    .popup-overlay {
      background-color: rgba(0, 0, 0, 0.5); } }
  .popup-overlay.mobile {
    background-color: rgba(0, 0, 0, 0.5); }

/*.de
{
	#msnnotifier-container {
		height: 380px !important;
	}
}*/
#msnnotifier-container p {
  width: 90%;
  font-size: 14px !important;
  line-height: 1.4 !important;
  text-align: left !important; }
  #msnnotifier-container p.msn_error {
    font-style: normal !important;
    font-size: 12px !important;
    color: #c6353e !important; }

#msnnotifier-container .msn_message_container input {
  max-width: none;
  font-size: 16px !important;
  text-align: left !important; }

#msnnotifier-container .msn_message_container input[type=submit] {
  font: normal 14px/1 "Futura Bold", Arial, sans-serif !important;
  text-transform: uppercase; }

#msnnotifier-container #msn_shappz fieldset .msn_input_error {
  border: 2px #c6353e solid !important; }

#msnnotifier-container #msn_shappz fieldset label[for=email] {
  display: block !important;
  text-align: left !important;
  margin: 0 auto !important;
  width: 90% !important; }

#msnnotifier-container #msn_shappz fieldset label[for=subscribe] {
  display: block;
  text-align: left !important;
  padding-left: 20px !important;
  position: relative !important;
  width: 90% !important;
  margin: 15px auto !important; }
  #msnnotifier-container #msn_shappz fieldset label[for=subscribe] input {
    position: absolute;
    top: 0;
    left: 0; }

@media (min-width: 992px) {
  .bundle-torp-custom .bundle-torp-custom-title {
    margin-bottom: 32px; } }

@media (max-width: 620px) {
  .bundle-torp-custom .bundle-torp-custom-title span {
    display: inline;
    padding-left: 0; } }

.bundle-torp-custom .products-offers .mini-text p {
  text-align: right;
  font-size: 14px;
  color: #999; }

.bundle-torp-custom .products-offers .product-offer {
  display: block;
  margin-bottom: 0;
  background: white;
  padding: 0;
  position: relative;
  margin-top: 32px; }
  .bundle-torp-custom .products-offers .product-offer.radius-all {
    border-radius: 10px; }
  @media (min-width: 992px) {
    .bundle-torp-custom .products-offers .product-offer {
      margin-top: 0;
      padding: 0 15px 0 15px; } }
  .bundle-torp-custom .products-offers .product-offer .product-offer-title {
    font-size: 28px;
    line-height: 1;
    color: #3e3b38;
    padding-left: 15px;
    position: absolute;
    top: -10px; }
  .bundle-torp-custom .products-offers .product-offer .product-offer-content-wrap {
    border-radius: 5px;
    padding: 80px 15px 15px 15px;
    background: #f2f2f2;
    height: auto; }
    @media (min-width: 992px) {
      .bundle-torp-custom .products-offers .product-offer .product-offer-content-wrap {
        height: 470px; } }
  .bundle-torp-custom .products-offers .product-offer .image-wrap img {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .bundle-torp-custom .products-offers .product-offer .image-wrap img {
      width: auto;
      height: 284px; } }
  @media (min-width: 992px) {
    .bundle-torp-custom .products-offers .product-offer .image-wrap img {
      width: 100%;
      height: auto; } }
  .bundle-torp-custom .products-offers .product-offer .price-tag-offer {
    border-top: 1px solid #bfbcba;
    display: block;
    position: relative;
    padding: 10px; }
    @media (max-width: 480px) {
      .bundle-torp-custom .products-offers .product-offer .price-tag-offer .clearfix {
        display: none; } }
  .bundle-torp-custom .products-offers .product-offer .price-tag {
    float: left; }
    @media (min-width: 992px) {
      .bundle-torp-custom .products-offers .product-offer .price-tag {
        float: none; } }
    @media (min-width: 1280px) {
      .bundle-torp-custom .products-offers .product-offer .price-tag {
        float: left; } }
    @media (max-width: 480px) {
      .bundle-torp-custom .products-offers .product-offer .price-tag {
        float: none; } }
    .bundle-torp-custom .products-offers .product-offer .price-tag sup {
      font-size: 0.7em; }
    .bundle-torp-custom .products-offers .product-offer .price-tag .price-old {
      display: inline-block;
      color: #bfbcba;
      font-size: 16px;
      font-weight: bold;
      position: relative; }
      .bundle-torp-custom .products-offers .product-offer .price-tag .price-old:before {
        content: ' ';
        display: block;
        position: absolute;
        width: 110%;
        height: 1px;
        top: 50%;
        left: 0;
        background: #bfbcba;
        -webkit-transform: rotate(-15deg) translateY(-50%);
        transform: rotate(-15deg) translateY(-50%);
        border-radius: 10px; }
    .bundle-torp-custom .products-offers .product-offer .price-tag .price-new {
      display: block;
      color: #008644;
      font-size: 32px;
      line-height: 1;
      font-family: "Futura Bold", Arial, sans-serif; }
  .bundle-torp-custom .products-offers .product-offer .button-red {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0 15px;
    height: 40px;
    background-color: #c6353e;
    position: absolute;
    right: 10px;
    bottom: 10px; }
    .bundle-torp-custom .products-offers .product-offer .button-red:hover {
      background-color: #fff;
      color: #c6353e;
      border-color: #ccc; }
    @media (min-width: 992px) {
      .bundle-torp-custom .products-offers .product-offer .button-red {
        display: block;
        position: initial;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        width: 100%; } }
    @media (min-width: 1280px) {
      .bundle-torp-custom .products-offers .product-offer .button-red {
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 10px;
        margin-top: 0;
        width: auto; } }
    @media (max-width: 480px) {
      .bundle-torp-custom .products-offers .product-offer .button-red {
        display: block;
        position: initial;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        width: 100%; } }

.bundle-torp-custom .products-offers .product-offer-wide .product-offer-content-wrap {
  margin: 0 15px; }

.bundle-torp-custom .products-offers .product-offer-wide .image-wrap img {
  width: 100%;
  height: auto;
  margin: 0 auto; }

.bundle-torp-custom .products-offers .product-offer-wide .price-tag-offer {
  text-align: right; }

.bundle-torp-custom .products-offers .product-offer-wide .button-red {
  position: relative;
  vertical-align: bottom;
  bottom: auto;
  right: auto; }

.bundle-torp-custom .products-offers .product-offer-wide .price-tag {
  float: none;
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom; }
  .bundle-torp-custom .products-offers .product-offer-wide .price-tag .price-new, .bundle-torp-custom .products-offers .product-offer-wide .price-tag .price-old {
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px; }

@media (min-width: 768px) {
  .bundle-torp-custom .products-offers .product-offer-wide .image-wrap img {
    width: auto;
    height: 284px;
    margin: 0 auto; } }

.it .bundle-torp-custom .products-offers .product-offer .button-red {
  font-size: 10px; }

.out-of-stock {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  padding: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0; }
  .out-of-stock .loader {
    position: absolute;
    background: url("../image/loader.gif") no-repeat center center/cover;
    transform: translate(-50%);
    width: 30px;
    height: 30px;
    left: 50%;
    top: 45%; }
  .out-of-stock .out-of-stock-form {
    display: block; }
  .out-of-stock .loader,
  .out-of-stock .out-of-stock-success {
    display: none; }
    .out-of-stock .loader.active,
    .out-of-stock .out-of-stock-success.active {
      display: block; }
  .out-of-stock .out-of-stock-success p {
    margin-bottom: 0; }
  .out-of-stock .out-of-stock-success .button-green {
    margin-top: 35px; }
  .out-of-stock.active {
    visibility: visible; }
  .out-of-stock .out-of-stock-inner {
    background: white;
    position: absolute;
    transform: translateY(-50%);
    padding: 20px 35px 30px;
    margin: 0 auto;
    width: 550px;
    min-height: 150px;
    top: 50%;
    left: 0;
    right: 0; }
    .out-of-stock .out-of-stock-inner.slant-right-top .out-of-stock-form,
    .out-of-stock .out-of-stock-inner.slant-right-top .out-of-stock-success {
      padding-top: 30px; }
    .out-of-stock .out-of-stock-inner.slant-right-top .out-of-stock-success h2 {
      width: 100%; }
    .out-of-stock .out-of-stock-inner.slant-right-top .out-of-stock-success p {
      margin-bottom: 0;
      line-height: 1.2; }
    .out-of-stock .out-of-stock-inner.slant-right-top .out-of-stock-success .notify-product-title {
      display: inline; }
  .out-of-stock .subscribe-newsletter-block {
    margin-bottom: 15px; }
  .out-of-stock input[type="email"] {
    display: inline-block;
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
    padding: 8px 15px;
    font-size: 16px;
    color: black;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .out-of-stock input[type="email"]::-webkit-input-placeholder {
      color: black; }
    .out-of-stock input[type="email"]::-moz-placeholder {
      color: black; }
    .out-of-stock input[type="email"]:-ms-input-placeholder {
      color: black; }
    .out-of-stock input[type="email"]:-moz-placeholder {
      color: black; }
  .out-of-stock input[type="checkbox"] {
    display: none; }
    .out-of-stock input[type="checkbox"] + label {
      cursor: pointer; }
      .out-of-stock input[type="checkbox"] + label:after {
        content: ' ';
        border: 1px solid #ccc;
        display: inline-block;
        margin-right: 12px;
        float: left;
        width: 16px;
        height: 16px;
        position: relative;
        top: 4px;
        background-color: #fff;
        border-radius: 3px; }
    .out-of-stock input[type="checkbox"]:checked + label:after {
      content: '\2714';
      padding: 0 0 0 2px;
      line-height: 12px;
      color: #464140;
      font-weight: bold;
      font-size: 14px; }
  .out-of-stock label {
    display: inline-block;
    color: black;
    font-weight: bold;
    font-size: 16px; }
  .out-of-stock .icon-out-of-stock {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    height: auto; }
    .out-of-stock .icon-out-of-stock:before {
      content: '';
      background: url("../image/stock-icon.jpg") no-repeat center center/100%;
      display: block;
      padding-top: 100%; }
  .out-of-stock h2, .out-of-stock p.multiline-headline.dark-color {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
    top: 11px; }
    .out-of-stock h2 span, .out-of-stock p.multiline-headline.dark-color span {
      line-height: 1.1;
      font-size: 18px; }
  .out-of-stock p {
    margin: 30px 0 40px;
    color: #999999; }
  .out-of-stock .out-of-stock-text,
  .out-of-stock .notify-me-text {
    visibility: hidden; }
  .out-of-stock .icon-cross {
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #3e3b38;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 1; }
  @media screen and (max-width: 600px) {
    .out-of-stock .out-of-stock-inner {
      width: calc(100% - 30px);
      padding: 30px 20px 25px; }
      .out-of-stock .out-of-stock-inner p {
        line-height: 1.2;
        margin-bottom: 20px; }
    .out-of-stock h2 {
      width: 100%; }
    .out-of-stock .button-green {
      width: 100%; }
    .out-of-stock .icon-cross {
      width: 35px;
      height: 35px;
      font-size: 35px;
      line-height: 35px; }
    .out-of-stock.slant-right-top .out-of-stock-inner {
      padding-top: 20px; } }

.sub-starter {
  background: #e6e6e6;
  padding-bottom: 50px; }
  .sub-starter img {
    min-width: 100%; }
  .sub-starter .sub-starter_col {
    position: relative; }
    .sub-starter .sub-starter_col .button-green,
    .sub-starter .sub-starter_col .button-light-color {
      padding-left: 30px;
      padding-right: 30px;
      margin: 0 20px; }
    .sub-starter .sub-starter_col .sub-starter_buttons {
      position: absolute;
      left: 50%;
      bottom: 8%;
      transform: translateX(-50%); }
  @media (max-width: 992px) {
    .sub-starter .sub-starter_col .sub-starter_buttons {
      bottom: 5%; }
    .sub-starter .sub-starter_col .button-green,
    .sub-starter .sub-starter_col .button-light-color {
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 10px; } }
  @media (max-width: 767px) {
    .sub-starter .sub-starter_col .button-green,
    .sub-starter .sub-starter_col .button-light-color {
      padding-left: 10px;
      padding-right: 10px;
      margin: 0 8px;
      width: 44%; }
    .sub-starter .sub-starter_col .button-green {
      float: right; }
    .sub-starter .sub-starter_col .sub-starter_buttons {
      min-width: 100%;
      padding: 0 15px; } }

.view-home .hero-header .hero-video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  height: 500px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .view-home .hero-header .hero-video .video-mask {
    z-indeX: 1;
    width: 100%;
    height: 50px;
    position: absolute;
    pointer-events: none;
    bottom: -1px;
    left: 0;
    background: white;
    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 1, 1 1, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%); }
  @media (min-width: 768px) {
    .view-home .hero-header .hero-video {
      height: 500px; } }
  @media (min-width: 1280px) {
    .view-home .hero-header .hero-video {
      height: 700px; }
      .view-home .hero-header .hero-video .video-mask {
        height: 100px; } }
  .view-home .hero-header .hero-video video {
    background: black;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%; }

.view-home .hero-header .hero-header-visual {
  background: url("https://assets.webshopapp.com/huk/home-hero-image-mobile.jpg") no-repeat center center;
  background-size: cover; }
  .view-home .hero-header .hero-header-visual .hero-header-content a {
    display: inline-block;
    margin-top: 25px; }
    @media (min-width: 768px) {
      .view-home .hero-header .hero-header-visual .hero-header-content a {
        margin-top: 42px; }
        .view-home .hero-header .hero-header-visual .hero-header-content a.cta-valentines {
          margin-top: 25px; } }
  .view-home .hero-header .hero-header-visual.hero-video-header-visual {
    height: 500px; }
    @media (min-width: 768px) {
      .view-home .hero-header .hero-header-visual.hero-video-header-visual {
        height: 500px; } }
    @media (min-width: 1280px) {
      .view-home .hero-header .hero-header-visual.hero-video-header-visual {
        height: 700px; } }
    .view-home .hero-header .hero-header-visual.hero-video-header-visual .hero-header-content {
      top: 100px; }
      @media (min-width: 768px) {
        .view-home .hero-header .hero-header-visual.hero-video-header-visual .hero-header-content {
          top: 50%; } }

.view-home .hero-header .home-interaction {
  display: none; }
  .view-home .hero-header .home-interaction .home-interaction-button-section {
    display: none;
    width: 160px;
    height: 300px;
    position: absolute;
    top: 30px;
    left: -50px; }
    .view-home .hero-header .home-interaction .home-interaction-button-section .arrow-animation {
      width: 17px;
      height: 8px;
      display: block;
      background: url("../image/home-arrow.png") no-repeat center;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 180px;
      -webkit-animation: instructionArrowMove 1.5s infinite 0.5s;
      animation: instructionArrowMove 1.5s infinite 0.5s; }
    .view-home .hero-header .home-interaction .home-interaction-button-section p.instruction {
      position: absolute;
      top: 65px;
      left: -70px;
      width: 70px;
      color: white;
      margin: 0;
      font: normal 18px/1 "Futura Book", Arial, sans-serif; }
    .view-home .hero-header .home-interaction .home-interaction-button-section .line {
      width: 1px;
      height: 50px;
      border-left: 1px dashed white;
      position: absolute;
      top: 165px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .view-home .hero-header .home-interaction .home-interaction-button-section a {
      z-index: 2;
      border-radius: 100%;
      display: block;
      border: 1px solid white;
      width: 160px;
      height: 160px;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      transition: transform 0.15s ease-in-out 0.05s, background-color 0.15s ease-in-out 0.05s; }
      .view-home .hero-header .home-interaction .home-interaction-button-section a .button-icon {
        border-radius: 100%;
        width: 95%;
        height: 95%;
        border: 1px dashed white;
        background: url("../image/home-instruction-icon.png") no-repeat center;
        background-size: contain;
        transition: all 0.15s ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .view-home .hero-header .home-interaction .home-interaction-button-section a:active {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        border-color: transparent;
        background-color: #c6353e; }
    .view-home .hero-header .home-interaction .home-interaction-button-section .button-drag-target {
      display: block;
      position: absolute;
      bottom: 0;
      left: 42px;
      border: 1px dashed white;
      padding: 10px;
      width: 80px;
      height: 80px;
      border-radius: 100%;
      -webkit-animation: targetRotate 8s linear infinite;
      animation: targetRotate 8s linear infinite; }
      .view-home .hero-header .home-interaction .home-interaction-button-section .button-drag-target div {
        border-radius: 100%; }
      .view-home .hero-header .home-interaction .home-interaction-button-section .button-drag-target .circle1 {
        width: 100%;
        height: 100%;
        border: 1px dashed #c6353e;
        padding: 10px;
        display: block; }
        .view-home .hero-header .home-interaction .home-interaction-button-section .button-drag-target .circle1 .circle2 {
          width: 100%;
          height: 100%;
          background: #c6353e;
          padding: 15px; }
          .view-home .hero-header .home-interaction .home-interaction-button-section .button-drag-target .circle1 .circle2 .circle3 {
            width: 100%;
            height: 100%;
            background: white; }
    .view-home .hero-header .home-interaction .home-interaction-button-section.ondrag .line {
      top: 50px;
      height: 165px; }
    .view-home .hero-header .home-interaction .home-interaction-button-section.ondrag .button-drag-target {
      display: none; }

.view-home .hero-header .home-interaction-hand {
  display: none; }

@media (min-width: 992px) {
  .view-home .hero-header .home-interaction {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../image/animation/home-sub-original_2.png");
    width: 515px;
    height: 630px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
    .view-home .hero-header .home-interaction .home-interaction-instruction {
      position: absolute; }
    .view-home .hero-header .home-interaction .home-sub-animation {
      pointer-events: none;
      position: absolute;
      display: block;
      background-repeat: no-repeat;
      background-position: top left;
      background-image: url("../image/animation/home_sequence/home_beer_2.png");
      width: 228px;
      height: 228px;
      top: 234px;
      left: 59px;
      background-size: 1140px 1140px;
      animation: home_playv 1s steps(5) infinite, home_playh 0.2s steps(5) infinite;
      -webkit-animation: home_playv 1s steps(5) infinite, home_playh 0.2s steps(5) infinite; } }

@media (min-width: 1280px) {
  .view-home .hero-header .home-interaction {
    -webkit-transform: scale(0.85);
    transform: scale(0.85); } }

.view-home .bundle-homepage {
  background-color: #f2f2f2;
  margin-top: 27px; }
  @media (max-width: 480px) {
    .view-home .bundle-homepage {
      margin-top: 0; } }
  .view-home .bundle-homepage .price-and-cta {
    text-align: right;
    padding: 0 30px 20px; }
    @media (max-width: 620px) {
      .view-home .bundle-homepage .price-and-cta .action-cart {
        display: block;
        margin: 0; }
      .view-home .bundle-homepage .price-and-cta button.add-to-cart {
        padding: 0 46px 0 7px; }
        .view-home .bundle-homepage .price-and-cta button.add-to-cart span {
          font: normal 10px/1 "Futura Bold", Arial, sans-serif; } }
    .view-home .bundle-homepage .price-and-cta .discount {
      background: #3e3b38;
      padding: 10px;
      display: inline-block;
      vertical-align: middle;
      float: left;
      line-height: 1;
      font-family: "Futura Bold", Arial, sans-serif;
      color: white;
      font-size: 19px;
      text-transform: uppercase;
      border-radius: 9px; }
      @media (max-width: 620px) {
        .view-home .bundle-homepage .price-and-cta .discount {
          float: none;
          display: inline-block;
          margin-bottom: 4px;
          font-size: 12px; } }
  .view-home .bundle-homepage .btn-addtocart {
    margin-left: 10px; }
  .view-home .bundle-homepage .image-wrap {
    padding: 35px 0 10px; }
    .view-home .bundle-homepage .image-wrap img {
      border-bottom: 1px solid #c5c6c6; }
  .view-home .bundle-homepage .product-price {
    text-align: right;
    border: none;
    display: inline-block;
    margin: 25px 0 25px 0;
    position: relative;
    top: 12px; }
    @media (max-width: 620px) {
      .view-home .bundle-homepage .product-price {
        top: 4px; } }
    .view-home .bundle-homepage .product-price .price-wrap {
      padding-left: 0;
      color: white; }
    .view-home .bundle-homepage .product-price .new-price {
      color: #008644; }
    .view-home .bundle-homepage .product-price .old-price {
      color: #bfbcba;
      display: block;
      position: relative;
      font: normal 20px/1 "Futura Book", Arial, sans-serif;
      top: 0;
      left: 0; }
      @media (max-width: 620px) {
        .view-home .bundle-homepage .product-price .old-price {
          font: normal 10px/1 "Futura Book", Arial, sans-serif; } }
      .view-home .bundle-homepage .product-price .old-price:before {
        content: ' ';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        background: #999;
        -webkit-transform: rotate(-10deg) translateY(-50%);
        transform: rotate(-10deg) translateY(-50%);
        border-radius: 10px; }
      @media (max-width: 480px) {
        .view-home .bundle-homepage .product-price .old-price {
          position: relative;
          display: inline-block;
          top: auto;
          margin-right: 3px; }
          .view-home .bundle-homepage .product-price .old-price:before {
            box-shadow: none; } }
    .view-home .bundle-homepage .product-price .price {
      font: normal 42px/1 "Futura Bold", Arial, sans-serif;
      color: #3e3b38;
      vertical-align: middle; }
      @media (max-width: 620px) {
        .view-home .bundle-homepage .product-price .price {
          font: normal 20px/1 "Futura Bold", Arial, sans-serif; } }
      .view-home .bundle-homepage .product-price .price span {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px; }
        @media (max-width: 620px) {
          .view-home .bundle-homepage .product-price .price span {
            margin-left: 0; } }
      .view-home .bundle-homepage .product-price .price .currency {
        font-size: 24px;
        line-height: 12px; }
        @media (max-width: 620px) {
          .view-home .bundle-homepage .product-price .price .currency {
            margin-left: 4px;
            font-size: 14px; } }
      .view-home .bundle-homepage .product-price .price .old-price .currency {
        font-size: 12px;
        line-height: 17px; }

@media (min-width: 768px) {
  .view-home .hero-header .hero-header-visual {
    background: url("https://assets.webshopapp.com/huk/home-hero-image.jpg") no-repeat center center;
    background-size: cover; } }

.view-home .section-discover.section-valentines {
  margin-top: 360px; }
  @media (min-width: 768px) {
    .view-home .section-discover.section-valentines {
      margin-top: 0; } }
  @media (min-width: 1280px) {
    .view-home .section-discover.section-valentines {
      margin-top: -150px; } }

.view-home .section-discover .home-sub-section {
  position: relative; }
  .view-home .section-discover .home-sub-section .multiline-headline {
    position: absolute; }
    .view-home .section-discover .home-sub-section .multiline-headline span {
      line-height: 0.9; }
  .view-home .section-discover .home-sub-section .home-sub-banners {
    width: 100%;
    position: relative;
    padding-top: 65px; }
    .view-home .section-discover .home-sub-section .home-sub-banners .button-see-all-sub {
      display: block; }
    .view-home .section-discover .home-sub-section .home-sub-banners .jcarousel-pagination {
      margin-bottom: 0; }
    .view-home .section-discover .home-sub-section .home-sub-banners .product {
      width: 100%;
      padding: 0; }
      .view-home .section-discover .home-sub-section .home-sub-banners .product .image-wrap {
        width: 100%; }
        .view-home .section-discover .home-sub-section .home-sub-banners .product .image-wrap a {
          width: 100%;
          height: auto;
          display: block; }
          .view-home .section-discover .home-sub-section .home-sub-banners .product .image-wrap a img {
            width: 100%;
            height: auto; }
      .view-home .section-discover .home-sub-section .home-sub-banners .product .info {
        margin-top: 30px; }
        .view-home .section-discover .home-sub-section .home-sub-banners .product .info .title {
          font: normal 18px/1 "Futura Bold", Arial, sans-serif;
          text-transform: uppercase;
          color: #3e3b38; }
        .view-home .section-discover .home-sub-section .home-sub-banners .product .info .description p {
          color: #999999;
          font-size: 16px;
          text-align: left; }
        .view-home .section-discover .home-sub-section .home-sub-banners .product .info .cart {
          float: none;
          text-align: left; }

.view-home .section-discover .crossell {
  margin-top: 32px; }

@media (min-width: 768px) {
  .view-home .section-discover .home-sub-section .multiline-headline {
    top: -20px; }
    .view-home .section-discover .home-sub-section .multiline-headline.multiline-headline-02 span {
      font-size: 42px; }
  .view-home .section-discover .home-sub-section .home-sub-banners {
    padding-top: 45px; }
    .view-home .section-discover .home-sub-section .home-sub-banners .product {
      padding: 0 10px; }
    .view-home .section-discover .home-sub-section .home-sub-banners .button-see-all-sub {
      display: inline-block;
      text-align: right;
      margin: 40px 0 5px 0;
      float: right; }
      .view-home .section-discover .home-sub-section .home-sub-banners .button-see-all-sub button {
        border: none; } }

@media (min-width: 992px) {
  .view-home .section-discover .crossell {
    margin-top: 107px; }
  .view-home .section-discover .fathers-bundle.crossell {
    margin-top: 40px; } }

@media (min-width: 1280px) {
  .view-home .section-discover .home-sub-section .multiline-headline.multiline-headline-02 span {
    font-size: 62px; }
  .view-home .section-discover .home-sub-section .home-sub-banners {
    padding-top: 80px; } }

@media (max-width: 480px) {
  .view-home .section-discover .home-sub-section .multiline-headline.multiline-headline-02 span {
    font-size: 32px;
    padding-left: 0; } }

@-webkit-keyframes instructionArrowMove {
  0% {
    top: 165px; }
  100% {
    top: 210px; } }

@keyframes instructionArrowMove {
  0% {
    top: 165px; }
  100% {
    top: 210px; } }

@-webkit-keyframes targetRotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes targetRotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes home_playv {
  0% {
    background-position-y: 0px; }
  100% {
    background-position-y: -1140px; } }

@-webkit-keyframes home_playv {
  0% {
    background-position-y: 0px; }
  100% {
    background-position-y: -1140px; } }

@keyframes home_playh {
  0% {
    background-position-x: 0px; }
  100% {
    background-position-x: -1140px; } }

@-webkit-keyframes home_playh {
  0% {
    background-position-x: 0px; }
  100% {
    background-position-x: -1140px; } }

.state-text-home {
  position: absolute;
  top: 23%;
  color: white;
  z-index: 1;
  padding: 5px 10px;
  min-width: 55px;
  text-align: center;
  text-transform: uppercase;
  font: normal 14px/1 "Futura Bold", Arial, sans-serif; }
  @media screen and (min-width: 460px) and (max-width: 780px) {
    .state-text-home {
      top: 27%; } }
  .state-text-home.red-state {
    background-color: #c6353e; }
    .state-text-home.red-state:after {
      border-right: 10px solid transparent;
      border-top: 24px solid #c6353e; }
  .state-text-home.black-state {
    background-color: #000000; }
    .state-text-home.black-state:after {
      border-right: 10px solid transparent;
      border-top: 24px solid #000000; }
  .state-text-home.green-state {
    background-color: #008644; }
    .state-text-home.green-state:after {
      border-right: 10px solid transparent;
      border-top: 24px solid #008644; }
  .state-text-home:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    clear: both; }

@media (min-width: 768px) {
  .hero-header.xmas-offer {
    max-height: 500px; } }

@media (min-width: 1280px) {
  .hero-header.xmas-offer {
    max-height: 700px; } }

.hero-header.xmas-offer .hero-header-visual {
  position: absolute;
  background: transparent;
  z-index: 2; }
  @media (max-width: 480px) {
    .hero-header.xmas-offer .hero-header-visual {
      height: 500px; } }
  .hero-header.xmas-offer .hero-header-visual .hero-header-content .headlines {
    width: 100%; }
    .hero-header.xmas-offer .hero-header-visual .hero-header-content .headlines h5 {
      font-size: 20px;
      margin-bottom: 30px; }
  @media (min-width: 1280px) {
    .hero-header.xmas-offer .hero-header-visual .hero-header-content .headlines {
      width: 100%; }
      .hero-header.xmas-offer .hero-header-visual .hero-header-content .headlines h5 {
        font-size: 28px; }
    .hero-header.xmas-offer .hero-header-visual .hero-header-content .valentine-headline {
      width: 85%; } }

.hero-header.xmas-offer .button-green {
  height: 48px;
  font-size: 14px; }

@media (min-width: 768px) {
  .hero-header.flash-deals-offer {
    max-height: 600px; } }

@media (min-width: 1280px) {
  .hero-header.flash-deals-offer {
    max-height: 850px; } }

.hero-header.flash-deals-offer .hero-header-visual .hero-header-content .headlines {
  width: 100%; }
  .hero-header.flash-deals-offer .hero-header-visual .hero-header-content .headlines h1 {
    font-size: 36px; }
  .hero-header.flash-deals-offer .hero-header-visual .hero-header-content .headlines h5 {
    font-size: 20px; }
  @media screen and (max-width: 767px) {
    .hero-header.flash-deals-offer .hero-header-visual .hero-header-content .headlines h1 {
      font-size: 30px; }
    .hero-header.flash-deals-offer .hero-header-visual .hero-header-content .headlines h5 {
      font-size: 17px; }
    .hero-header.flash-deals-offer .hero-header-visual .hero-header-content .headlines h6 {
      font-size: 14px;
      text-align: left;
      margin-top: 50px;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); } }

@media (min-width: 768px) {
  .hero-header.flash-deals-offer .hero-header-visual .hero-header-content .headlines {
    padding-right: 32px; } }

@media (min-width: 1280px) {
  .hero-header.flash-deals-offer .hero-header-visual .hero-header-content .headlines {
    width: 100%; }
    .hero-header.flash-deals-offer .hero-header-visual .hero-header-content .headlines h1 {
      font-size: 42px; }
    .hero-header.flash-deals-offer .hero-header-visual .hero-header-content .headlines h5 {
      font-size: 28px; } }

@media (max-width: 480px) {
  .hero-header.flash-deals-offer .hero-header-visual {
    height: 480px; } }

.hero-header.flash-deals-offer h6 {
  font-size: 16px;
  font-family: "Futura Book", Arial, sans-serif;
  text-transform: inherit;
  color: #fff;
  margin-top: 75px;
  text-align: right; }

.hero-header.flash-deals-offer .button-red {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0 15px;
  height: 48px;
  position: relative;
  background-color: #008644;
  top: 30px;
  font-size: 14px;
  letter-spacing: 0.5px; }
  @media (min-width: 768px) {
    .hero-header.flash-deals-offer .button-red:hover {
      color: #006d37;
      background-color: #fff;
      border-color: #ccc; } }

/*//// XMAS TAKEOVER ON SUB OVERVIEW PAGE /////*/
.xmas-sub-container {
  position: absolute;
  width: 100%;
  max-width: 1170px;
  bottom: 0;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .xmas-sub-container .xmas-sub {
    position: absolute;
    bottom: 0;
    height: 360px;
    width: 218px;
    pointer-events: none;
    z-index: 2;
    right: 5%;
    background: url("../image/campaign/christmas/xmas-sub-sub-overview.png") no-repeat bottom center;
    background-size: contain; }
  @media (min-width: 768px) {
    .xmas-sub-container .xmas-sub {
      height: 420px;
      width: 255px; } }
  @media (min-width: 1280px) {
    .xmas-sub-container .xmas-sub {
      width: 340px;
      height: 560px;
      bottom: 16px; } }

/*//// SUB OVERVIEW PAGE /////*/
.sub-overview-block {
  width: 100%;
  height: auto;
  position: relative; }
  .sub-overview-block .sub-overview-block-content {
    z-index: 1;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    padding: 0; }
    .sub-overview-block .sub-overview-block-content .sub-overview-block-content-info {
      width: 100%;
      height: auto;
      display: block;
      padding: 15px 15px 0 15px; }
      .sub-overview-block .sub-overview-block-content .sub-overview-block-content-info h4, .sub-overview-block .sub-overview-block-content .sub-overview-block-content-info .content-info-title {
        font-size: 24px;
        margin: 0;
        color: #3e3b38; }
      .sub-overview-block .sub-overview-block-content .sub-overview-block-content-info .content-info-title {
        font-family: "Futura Bold", Helvetica, sans-serif;
        font-weight: 600;
        line-height: 1.2125em;
        text-transform: uppercase; }
    .sub-overview-block .sub-overview-block-content .crossell-image-content {
      position: relative;
      width: 100%;
      height: auto;
      max-width: none;
      right: auto;
      bottom: auto; }
      .sub-overview-block .sub-overview-block-content .crossell-image-content a {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 2; }
      .sub-overview-block .sub-overview-block-content .crossell-image-content img {
        height: auto;
        width: 100%;
        margin: 0 auto; }
      .sub-overview-block .sub-overview-block-content .crossell-image-content .sub-overview-image-bg {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        /*  background-size: cover;
        background-position: center 40px;*/
        background-size: auto 70%;
        background-position: center 40%;
        background-repeat: no-repeat;
        background-color: #3e3b38;
        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.12, 1 0.12, 1 0.6, 0 0.8" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
        -webkit-clip-path: polygon(0 12%, 100% 12%, 100% 60%, 0 80%);
        clip-path: polygon(0 12%, 100% 12%, 100% 60%, 0 80%); }
        .sub-overview-block .sub-overview-block-content .crossell-image-content .sub-overview-image-bg.bg-align-left {
          background-position: left 40%; }
        .sub-overview-block .sub-overview-block-content .crossell-image-content .sub-overview-image-bg.bg-align-right {
          background-position: right 40%; }
    .sub-overview-block .sub-overview-block-content .sub-overview-block-content-product-info {
      width: 100%;
      padding: 15px; }
      .sub-overview-block .sub-overview-block-content .sub-overview-block-content-product-info h1, .sub-overview-block .sub-overview-block-content .sub-overview-block-content-product-info .product-name {
        font-family: "Futura Bold", Arial, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        color: #3e3b38;
        margin: 15px 0; }
      .sub-overview-block .sub-overview-block-content .sub-overview-block-content-product-info p {
        color: #999999; }
      .sub-overview-block .sub-overview-block-content .sub-overview-block-content-product-info .description {
        cursor: pointer; }
      .sub-overview-block .sub-overview-block-content .sub-overview-block-content-product-info a.readmore {
        color: #008644;
        text-transform: uppercase;
        font: normal 12px/1 "Futura Bold", Arial, sans-serif; }
      .sub-overview-block .sub-overview-block-content .sub-overview-block-content-product-info .cart {
        float: none;
        text-align: left; }
  .sub-overview-block .sub-overview-block-bg {
    width: 100%;
    height: 50%;
    position: absolute;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #3e3b38;
    top: 0;
    left: 0;
    display: none; }
  @media (min-width: 768px) {
    .sub-overview-block {
      min-height: 470px;
      height: 470px; }
      .sub-overview-block .sub-overview-block-content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 32px; }
        .sub-overview-block .sub-overview-block-content .sub-overview-block-content-info {
          width: 100%;
          height: 215px;
          padding: 0 50% 0 0; }
          .sub-overview-block .sub-overview-block-content .sub-overview-block-content-info h4, .sub-overview-block .sub-overview-block-content .sub-overview-block-content-info .content-info-title {
            font-size: 32px;
            color: white; }
        .sub-overview-block .sub-overview-block-content .crossell-image-content {
          width: 40%;
          bottom: 0;
          left: auto;
          right: 4%;
          top: auto;
          height: 425px;
          overflow: hidden;
          max-width: 300px;
          position: absolute; }
          .sub-overview-block .sub-overview-block-content .crossell-image-content a {
            height: 100%;
            position: absolute;
            left: 0; }
          .sub-overview-block .sub-overview-block-content .crossell-image-content img {
            height: 100%;
            width: auto;
            left: 50%;
            top: 0;
            position: absolute;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          .sub-overview-block .sub-overview-block-content .crossell-image-content .sub-overview-image-bg {
            display: none; }
        .sub-overview-block .sub-overview-block-content .sub-overview-block-content-product-info {
          width: 50%;
          padding: 0; }
      .sub-overview-block .sub-overview-block-bg {
        position: relative;
        top: auto;
        left: auto;
        display: block; }
      .sub-overview-block.alt-block .sub-overview-block-content-info {
        padding: 0 0 0 50%; }
        .sub-overview-block.alt-block .sub-overview-block-content-info h4 {
          width: 135%;
          float: right; }
      .sub-overview-block.alt-block .sub-overview-block-content-info,
      .sub-overview-block.alt-block .sub-overview-block-content-product-info {
        float: right; }
      .sub-overview-block.alt-block .crossell-image-content {
        right: auto;
        left: 4%; } }

.crossell .bundle-starters-heineken-bg {
  background-image: url(../image/bundle/sub-white-starter-bundle_it.png);
  background-repeat: no-repeat;
  background-position: right 80%;
  background-size: auto 200px; }

.hero-header.feature-torp .headlines h1 {
  font-size: 28px; }

.hero-header.feature-torp .headlines h3, .hero-header.feature-torp .headlines .feature-torp-subtitle {
  font-size: 20px; }

.hero-header.feature-torp .hero-header-visual {
  transition: background-image 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 310px; }

.hero-header.feature-torp .btn-prev, .hero-header.feature-torp .btn-next {
  display: none; }

@media (min-width: 768px) {
  .hero-header.feature-torp .hero-header-visual {
    height: 80%; }
  .hero-header.feature-torp .headlines {
    position: absolute;
    width: 50%;
    top: 0;
    margin-top: 0; }
    .hero-header.feature-torp .headlines h1 {
      font-size: 36px; }
    .hero-header.feature-torp .headlines h3, .hero-header.feature-torp .headlines .feature-torp-subtitle {
      font-size: 28px; }
  .hero-header.feature-torp .feature-product-image {
    margin-left: 40%; } }

@media (min-width: 992px) {
  .hero-header.feature-torp .hero-header-visual {
    height: 90%; } }

@media (min-width: 1024px) {
  .hero-header.feature-torp .btn-prev, .hero-header.feature-torp .btn-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    display: block;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .hero-header.feature-torp .btn-prev span, .hero-header.feature-torp .btn-next span {
      color: white;
      font-size: 70px;
      text-align: center;
      display: block;
      line-height: 70px;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
  .hero-header.feature-torp .btn-prev {
    left: 10px; }
  .hero-header.feature-torp .btn-next {
    right: 10px; }
  .hero-header.feature-torp .headlines h1 {
    font-size: 42px; }
  .hero-header.feature-torp .headlines h3, .hero-header.feature-torp .headlines .feature-torp-subtitle {
    font-size: 36px; } }

@media (min-width: 1280px) {
  .hero-header.feature-torp .headlines {
    width: auto; }
    .hero-header.feature-torp .headlines h1 {
      font-size: 52px; }
    .hero-header.feature-torp .headlines h3, .hero-header.feature-torp .headlines .feature-torp-subtitle {
      font-size: 36px; } }

/*
.de{
	@include respond-to('SMALL')
	{
		.hero-header.feature-torp {
			button{
				&.add-to-cart{
					span {
						font-size: 10px;
					}
				}
			}
		}
	}
}*/
.sticky-product-info {
  display: none; }
  .sticky-product-info .quantity-field.hidden {
    visibility: hidden; }

.sticky-product-info-mobile {
  padding: 50px 0 10px 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: -140px;
  left: 0;
  transition: all .25s ease-in-out;
  display: block; }
  @media (min-width: 768px) {
    .sticky-product-info-mobile {
      display: none; } }
  .sticky-product-info-mobile.show {
    top: 40px; }
  @media (max-width: 767px) {
    .sticky-product-info-mobile.open {
      left: 240px; } }
  .sticky-product-info-mobile:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
    background-color: #fff; }
  .sticky-product-info-mobile .old-price {
    color: #999;
    display: inline-block;
    position: relative;
    font: normal 16px/1 "Futura Book", Arial, sans-serif; }
    .sticky-product-info-mobile .old-price:before {
      content: ' ';
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      top: 50%;
      left: 0;
      background: #999;
      -webkit-transform: rotate(-10deg) translateY(-50%);
      transform: rotate(-10deg) translateY(-50%);
      border-radius: 10px; }
  .sticky-product-info-mobile .price {
    font: normal 26px/1 "Futura Bold", Arial, sans-serif;
    color: #3e3b38;
    vertical-align: middle;
    position: relative;
    line-height: 40px; }
  .sticky-product-info-mobile form {
    margin-left: 10px; }

.sticky-product-info {
  position: fixed;
  max-width: 320px;
  max-height: 300px;
  padding: 30px 10px 6px 10px;
  right: -320px;
  top: 50px;
  transition: right 0.2s linear;
  display: block;
  z-index: 5; }
  .sticky-product-info.show {
    right: -14px; }
  .sticky-product-info:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg);
    /*z-index: 2;*/
    background-color: #fff; }
  .sticky-product-info .sticky-image {
    width: 30%;
    float: left;
    position: relative; }
  .sticky-product-info .sticky-details {
    width: 70%;
    float: left;
    padding-left: 10px;
    position: relative; }
  .sticky-product-info img {
    width: 100%;
    display: inline-block;
    height: auto;
    border: 1px solid #EAEAEA;
    border-radius: 10px; }
  .sticky-product-info .product-title {
    display: inline-block;
    color: #008644;
    font: normal 18px/15px "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    margin: 15px 0 15px 0; }
  .sticky-product-info .cart {
    float: none; }
    .sticky-product-info .cart .quantity-field-mobile.hidden {
      visibility: hidden; }
  .sticky-product-info .cart .change {
    position: relative; }
  .sticky-product-info .product-price .price {
    font: normal 25px/1 "Futura Bold", Arial, sans-serif;
    color: #3e3b38; }
  .sticky-product-info .product-price .old-price {
    color: #999;
    display: inline-block;
    position: relative;
    font: normal 16px/1 "Futura Book", Arial, sans-serif; }
    .sticky-product-info .product-price .old-price:before {
      content: ' ';
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      top: 50%;
      left: 0;
      background: #999;
      -webkit-transform: rotate(-10deg) translateY(-50%);
      transform: rotate(-10deg) translateY(-50%);
      border-radius: 10px; }
  .sticky-product-info .sticky-btn {
    margin: 10px 0; }
    .sticky-product-info .sticky-btn .cart {
      min-height: 40px; }

.product-header {
  max-height: none; }
  .product-header .sticky-product-info {
    display: none; }
    .product-header .sticky-product-info .quantity-field.hidden {
      visibility: hidden; }
  .product-header .sticky-product-info-mobile {
    padding: 50px 0 10px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    top: -140px;
    left: 0;
    transition: all .25s ease-in-out;
    display: block;
    z-index: 5; }
    @media (min-width: 768px) {
      .product-header .sticky-product-info-mobile {
        display: none; } }
    .product-header .sticky-product-info-mobile.show {
      top: 40px; }
    @media (max-width: 767px) {
      .product-header .sticky-product-info-mobile.open {
        left: 240px; } }
    .product-header .sticky-product-info-mobile:before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      -webkit-transform: skew(0deg, 2deg);
      transform: skew(0deg, 2deg);
      background-color: #fff; }
    .product-header .sticky-product-info-mobile .old-price {
      color: #999;
      display: inline-block;
      position: relative;
      font: normal 16px/1 "Futura Book", Arial, sans-serif; }
      .product-header .sticky-product-info-mobile .old-price:before {
        content: ' ';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        background: #999;
        -webkit-transform: rotate(-10deg) translateY(-50%);
        transform: rotate(-10deg) translateY(-50%);
        border-radius: 10px; }
    .product-header .sticky-product-info-mobile .price {
      font: normal 26px/1 "Futura Bold", Arial, sans-serif;
      color: #3e3b38;
      vertical-align: middle;
      position: relative;
      line-height: 40px; }
    .product-header .sticky-product-info-mobile form {
      margin-left: 10px; }
  .product-header .sticky-product-info {
    position: fixed;
    max-width: 320px;
    max-height: 300px;
    padding: 30px 10px 6px 10px;
    right: -320px;
    top: 50px;
    transition: right 0.2s linear;
    display: block;
    z-index: 5; }
    .product-header .sticky-product-info.show {
      right: 0; }
    .product-header .sticky-product-info:before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      -webkit-transform: skew(0deg, 5deg);
      transform: skew(0deg, 5deg);
      /*z-index: 2;*/
      background-color: #fff; }
    .product-header .sticky-product-info .sticky-image {
      width: 30%;
      float: left;
      position: relative; }
    .product-header .sticky-product-info .sticky-details {
      width: 70%;
      float: left;
      padding-left: 10px;
      position: relative; }
    .product-header .sticky-product-info img {
      width: 100%;
      display: inline-block;
      height: auto;
      border: 1px solid #EAEAEA;
      border-radius: 10px; }
    .product-header .sticky-product-info .product-title {
      display: inline-block;
      color: #008644;
      font: normal 18px/15px "Futura Bold", Arial, sans-serif;
      text-transform: uppercase;
      margin: 15px 0 15px 0; }
    .product-header .sticky-product-info .cart {
      float: none; }
      .product-header .sticky-product-info .cart .quantity-field-mobile.hidden {
        visibility: hidden; }
    .product-header .sticky-product-info .cart .change {
      position: relative; }
    .product-header .sticky-product-info .product-price .price {
      font: normal 25px/1 "Futura Bold", Arial, sans-serif;
      color: #3e3b38; }
    .product-header .sticky-product-info .product-price .old-price {
      color: #999;
      display: inline-block;
      position: relative;
      font: normal 16px/1 "Futura Book", Arial, sans-serif; }
      .product-header .sticky-product-info .product-price .old-price:before {
        content: ' ';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        background: #999;
        -webkit-transform: rotate(-10deg) translateY(-50%);
        transform: rotate(-10deg) translateY(-50%);
        border-radius: 10px; }
    .product-header .sticky-product-info .sticky-btn {
      margin: 10px 0;
      min-width: 320px; }
      .product-header .sticky-product-info .sticky-btn .cart {
        min-height: 40px; }
  .product-header.product-beer {
    z-index: 4; }
    .product-header.product-beer .label-out-of-stock {
      display: none; }
  @media (max-width: 767px) {
    .product-header p {
      color: #3e3b38; } }
  .product-header .label-out-of-stock {
    margin-bottom: 10px; }
    .product-header .label-out-of-stock.notify-me-out-of-stock span {
      background: white;
      padding: 7px 15px 6px;
      border-radius: 7px 0 0 7px;
      border: 1px solid #bfbcba;
      border-right: none; }
    .product-header .label-out-of-stock.out-of-stock-sticky span.out-of-stock-title {
      padding-top: 20px;
      padding-bottom: 18px; }
    .product-header .label-out-of-stock span {
      border-radius: 7px; }
  .product-header:after {
    padding-top: 0;
    content: '';
    display: none; }
  .product-header .hero-header-visual {
    height: 250px;
    background-color: #3e3b38;
    position: absolute;
    top: 0;
    left: 0;
    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%); }
  .product-header .feature-product-title {
    display: block;
    margin: 32px 0 0 0; }
    .product-header .feature-product-title h1 {
      font-size: 36px;
      margin-bottom: 0; }
  .product-header .feature-product {
    margin: 0;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    /*.sticky-product-info{
			display: none;

			.quantity-field.hidden{
				visibility: hidden;
			}
		}

		.sticky-product-info-mobile{
			padding: 50px 0 10px 0;
			text-align: center;
			position: fixed;
			width: 100%;
			top: -140px;
			left: 0;
			transition: all .25s ease-in-out;
			display: block;
			@include respond-to('SMALL'){
				display: none;
			}
			&.show{
				top: 40px
			}
			@media (max-width: 767px){
				&.open{
					left: 240px;
				}
			}

			&:before{
				width: 100%;
				height: 100%;
				content: '';
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
				-webkit-transform: skew(0deg, 2deg);
				transform: skew(0deg, 2deg);
				background-color: #fff;
			}
			.old-price {
				color: #999;
				display: inline-block;
				position: relative;
				font: normal 16px/1 "Futura Book", Arial, sans-serif;
				&:before{
					content: ' ';
					display: block;
					position: absolute;
					width: 100%;
					height: 2px;
					top: 50%;
					left: 0;
					background: #999;
					-webkit-transform: rotate(-10deg) translateY(-50%);
					transform: rotate(-10deg) translateY(-50%);
					border-radius: 10px;
				}
			}
			.price{
				font: normal 26px/1 "Futura Bold", Arial, sans-serif;
				color: #3e3b38;
				vertical-align: middle;
				position: relative;
				line-height: 40px;
			}


			form{
				margin-left: 10px;
			}
		}*/ }
    .product-header .feature-product .feature-product-image {
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      pointer-events: none;
      float: none;
      margin-top: 0;
      width: 100%;
      max-width: 280px; }
      .product-header .feature-product .feature-product-image img {
        width: 100%;
        height: auto; }
    .product-header .feature-product .feature-product-info {
      margin: 0;
      height: auto;
      float: none;
      width: 100%; }
      .product-header .feature-product .feature-product-info h1, .product-header .feature-product .feature-product-info .product-name {
        display: none; }
      .product-header .feature-product .feature-product-info .description {
        height: 90px; }
        .product-header .feature-product .feature-product-info .description p {
          font-size: 16px;
          line-height: 1.5; }
      .product-header .feature-product .feature-product-info .product-info .product-price {
        margin: 15px 0; }
      .product-header .feature-product .feature-product-info .product-info .cart button {
        margin-top: 0; }
    .product-header .feature-product .feature-product-content {
      float: none;
      width: 100%; }
      .product-header .feature-product .feature-product-content .short-description {
        margin-top: 32px;
        font: normal 20px/1 "Futura Bold", Arial, sans-serif;
        color: #3e3b38;
        text-transform: uppercase;
        margin-bottom: 20px;
        width: 100%; }
        .product-header .feature-product .feature-product-content .short-description.description-with-discount {
          margin-top: 48px; }
      .product-header .feature-product .feature-product-content .description {
        height: auto;
        color: #3e3b38; }
        .product-header .feature-product .feature-product-content .description p {
          color: #3e3b38; }
  @media (min-width: 768px) {
    .product-header .hero-header-visual {
      height: 430px;
      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.7" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%); }
    .product-header .feature-product-title {
      display: none; }
    .product-header .feature-product .feature-product-image {
      height: 450px;
      margin-top: 60px;
      float: left;
      width: 50%;
      position: relative;
      max-width: none;
      margin-right: 0; }
      .product-header .feature-product .feature-product-image img {
        width: auto;
        height: auto;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-header .feature-product .feature-product-info {
      margin: 80px 0 0 0;
      height: 370px;
      float: left;
      width: 50%; }
      .product-header .feature-product .feature-product-info h1, .product-header .feature-product .feature-product-info .product-name {
        display: block;
        font-size: 36px;
        margin-bottom: 0; }
      .product-header .feature-product .feature-product-info .description {
        height: 90px; }
        .product-header .feature-product .feature-product-info .description p {
          font-size: 16px;
          line-height: 1.5; }
      .product-header .feature-product .feature-product-info .product-info .product-price {
        margin: 15px 0 0; }
        .product-header .feature-product .feature-product-info .product-info .product-price .price {
          font-size: 36px; }
        .product-header .feature-product .feature-product-info .product-info .product-price p {
          margin: 10px 0 0 0; }
    .product-header .feature-product .feature-product-content {
      float: left;
      height: 50%;
      width: 50%; }
      .product-header .feature-product .feature-product-content .short-description {
        margin-top: 0;
        margin-bottom: 20px;
        width: 65%; } }
  @media (min-width: 992px) {
    .product-header .feature-product .feature-product-info h1, .product-header .feature-product .feature-product-info .product-name {
      font-size: 42px; }
    .product-header .feature-product .feature-product-info .product-info .product-price {
      margin: 15px 0; }
      .product-header .feature-product .feature-product-info .product-info .product-price .price {
        font-size: 42px; } }
  @media (min-width: 1280px) {
    .product-header .feature-product .feature-product-image {
      height: 570px; }
    .product-header .feature-product .feature-product-info h1, .product-header .feature-product .feature-product-info .product-name {
      display: block;
      font-size: 46px; } }

@media (max-width: 480px) {
  .view-product .multiline-headline span {
    padding-left: 0; } }

.view-product .add-review {
  color: #3e3b38;
  font: normal 12px/1 "Futura Bold", Arial, sans-serif; }

.product-img .zoombox .images {
  width: 100%;
  height: 250px !important;
  float: none; }
  @media (min-width: 768px) {
    .product-img .zoombox .images {
      height: 573px !important; } }
  .product-img .zoombox .images a, .product-img .zoombox .images a.first {
    position: relative;
    overflow: hidden; }

.product-img .zoombox .thumbs {
  width: 100%;
  float: none;
  margin: 0;
  max-height: 573px;
  overflow: hidden; }
  .product-img .zoombox .thumbs .thumbs-images div {
    padding: 2px; }
  .product-img .zoombox .thumbs .scrollUp, .product-img .zoombox .thumbs .scrollDown {
    font-size: 35px;
    position: absolute;
    left: 31px;
    cursor: pointer;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    color: white; }
  .product-img .zoombox .thumbs .scrollUp {
    display: none; }
  .product-img .zoombox .thumbs .scrollDown {
    top: 538px; }
  .product-img .zoombox .thumbs a {
    margin: 0; }
    .product-img .zoombox .thumbs a .active {
      background-color: #FFFFFF;
      position: relative;
      box-shadow: 0px 0px 2px 2px #B2B2B2; }
  .product-img .zoombox .thumbs > div {
    width: 20%;
    float: left;
    padding: 5px;
    margin: 2.5% 2.5% 0 2.5%; }
  @media screen and (max-width: 767px) {
    .product-img .zoombox .thumbs .thumbs-images {
      width: 100%; }
      .product-img .zoombox .thumbs .thumbs-images div {
        width: 19%;
        display: inline-block; }
    .product-img .zoombox .thumbs .scrollUp, .product-img .zoombox .thumbs .scrollDown {
      display: none; } }

@media (min-width: 768px) {
  .product-img .zoombox .images {
    width: 83.33333333333334%;
    float: right; }
  .product-img .zoombox .thumbs {
    float: right;
    padding: 0 15px 0 0;
    margin: 0;
    width: 16.666666666666664%; }
    .product-img .zoombox .thumbs > div {
      width: 100%;
      float: none;
      padding: 0;
      margin: 0; }
    .product-img .zoombox .thumbs a {
      margin-bottom: 20px; }
    .product-img .zoombox .thumbs .active {
      background-color: #FFFFFF;
      position: relative;
      box-shadow: 0px 0px 2px 2px #B2B2B2; } }

.usp-container {
  margin: 0;
  padding-top: 32px; }
  .usp-container > div {
    padding: 40px 30px;
    border-bottom: 1px solid #d9d7d4; }
    .usp-container > div:nth-child(6) {
      border-bottom: none; }
  .usp-container .usp-title {
    display: block;
    width: 100%;
    margin: 20px 0;
    height: auto; }
    .usp-container .usp-title .icon {
      display: inline-block;
      width: 80px;
      vertical-align: top;
      margin-right: 5px; }
      .usp-container .usp-title .icon img {
        margin: 0 auto; }
    .usp-container .usp-title .text {
      display: inline-block;
      width: calc(100% - 90px);
      height: 100%;
      vertical-align: top;
      position: relative; }
      .usp-container .usp-title .text h4, .usp-container .usp-title .text h3, .usp-container .usp-title .text .usp-panel-title {
        display: block;
        color: #008644;
        text-transform: uppercase;
        font: normal 18px/1 "Futura Bold", Arial, sans-serif;
        word-wrap: break-word; }
  .usp-container p {
    font: normal 16px/1.5 "Futura Book", Arial, sans-serif;
    color: #999999; }
  @media (min-width: 768px) {
    .usp-container > div:nth-child(odd) {
      border-right: 1px solid #d9d7d4;
      border-bottom: 1px solid #d9d7d4; }
    .usp-container > div:nth-child(even) {
      border-bottom: 1px solid #d9d7d4; }
    .usp-container > div:nth-child(5), .usp-container > div:nth-child(6) {
      border-bottom: none; }
    .usp-container .usp-title {
      height: 70px; }
    .usp-container p {
      height: 80px; } }
  @media (min-width: 992px) {
    .usp-container {
      padding-top: 100px; }
      .usp-container > div:first-child, .usp-container > div:nth-child(2) {
        border-right: 1px solid #d9d7d4;
        border-bottom: 1px solid #d9d7d4; }
      .usp-container > div:nth-child(3) {
        border-bottom: 1px solid #d9d7d4;
        border-right: none; }
      .usp-container > div:nth-child(4), .usp-container > div:nth-child(5) {
        border-right: 1px solid #d9d7d4;
        border-bottom: none; } }
  .usp-container.usp-beer > div {
    padding: 30px 15px; }
  @media (min-width: 768px) {
    .usp-container.usp-beer > div {
      border: none; }
      .usp-container.usp-beer > div:nth-child(odd) {
        border-right: 1px solid #d9d7d4; }
      .usp-container.usp-beer > div:first-child, .usp-container.usp-beer > div:nth-child(2) {
        border-bottom: 1px solid #d9d7d4; }
      .usp-container.usp-beer > div:nth-child(4), .usp-container.usp-beer > div:last-child {
        border-bottom: none; } }
  @media (min-width: 992px) {
    .usp-container.usp-beer > div {
      padding: 40px 70px; } }

.repeat-product {
  display: none; }
  .repeat-product .product-price .price-wrap {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .repeat-product {
      display: block;
      padding-top: 32px; }
      .repeat-product .product-header .feature-product .feature-product-image {
        pointer-events: auto; }
      .repeat-product .product-header .feature-product .feature-product-info h1, .repeat-product .product-header .feature-product .feature-product-info .product-name {
        font-size: 42px; }
      .repeat-product .product-header .feature-product .feature-product-info .product-info .product-price .price {
        color: white; }
      .repeat-product .product-header .hero-header-visual {
        height: 500px; } }

.related-products {
  position: relative; }
  .related-products .related-products-carousel {
    position: relative; }
    .related-products .related-products-carousel .jcarousel-control-prev, .related-products .related-products-carousel .jcarousel-control-next {
      display: block;
      top: 28%; }
    .related-products .related-products-carousel .jcarousel-pagination {
      display: block;
      margin: 5px 0 32px 0; }
    .related-products .related-products-carousel .product {
      margin: 0;
      padding: 0 15px;
      width: 100%; }
  .related-products .button-see-all-beer {
    display: block;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .related-products .product {
      padding: 0; }
    .related-products .related-products-carousel .jcarousel-control-prev, .related-products .related-products-carousel .jcarousel-control-next, .related-products .related-products-carousel .jcarousel-pagination {
      display: none; }
    .related-products .button-see-all-beer {
      display: inline-block;
      margin: 32px auto 0 auto; } }
  @media (min-width: 992px) {
    .related-products {
      padding-top: 64px; } }

@media (min-width: 992px) {
  .product-crossells {
    padding-top: 64px; } }

.gui-login {
  position: relative;
  margin: 64px 0 0 0;
  font-size: 16px;
  color: #807d7c; }
  .gui-login .gui-content-title,
  .gui-login .gui-block-title {
    font: 20px/0.9 "Futura Bold", Helvetica, sans-serif;
    color: #3e3b38;
    text-transform: uppercase;
    background: none;
    padding: 0;
    border-bottom: none;
    margin: 0 0 30px; }
    .gui-login .gui-content-title strong,
    .gui-login .gui-block-title strong {
      color: #3e3b38; }
  .gui-login .gui-block-content p {
    margin: 0 0 30px; }
  .gui-login .gui-right {
    position: relative;
    width: 100%;
    margin: 0; }
    .gui-login .gui-right a.gui-button-small,
    .gui-login .gui-right a.gui-button-small {
      width: 100%;
      background-color: #008644;
      color: #ffffff; }
      .gui-login .gui-right a.gui-button-small:hover,
      .gui-login .gui-right a.gui-button-small:hover {
        background-color: #0a612c; }
  .gui-login .gui-or {
    width: 100%;
    margin: 20px 0 10px 0;
    height: 1px;
    border-top: 1px dotted #ccc;
    position: relative; }
    .gui-login .gui-or span.or-text {
      display: block;
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      background: white;
      padding: 0 20px; }
  .gui-login .gui-col2-big-col1 .gui-buttons {
    position: absolute;
    bottom: 0;
    width: 55%; }
    @media (max-width: 480px) {
      .gui-login .gui-col2-big-col1 .gui-buttons {
        position: relative;
        bottom: auto;
        width: 100%;
        margin: 25px 0 60px;
        padding: 0; } }
  .gui-login .gui-col2-big-col1 .gui-right {
    /*position: absolute;
			bottom: 0;*/
    position: relative;
    bottom: auto; }
  .gui-login a.gui-button-facebook {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    font: normal 12px/40px "Futura Bold", Arial, sans-serif;
    display: block;
    border-radius: 10px;
    background: #3b5998;
    text-align: center; }
    .gui-login a.gui-button-facebook:hover {
      background: #2d4373; }
    .gui-login a.gui-button-facebook span {
      font: normal 12px/40px "Futura Bold", Arial, sans-serif !important;
      background: none !important;
      border: none !important;
      padding: 0 !important;
      margin: 0 !important; }
  .gui-login input::-webkit-input-placeholder {
    line-height: 38px; }

.gui-account {
  position: relative;
  margin: 64px 0 0 0; }
  .gui-account .gui-account-links {
    border: none; }
    .gui-account .gui-account-links .gui-block-title {
      margin: 5px 0 10px; }
    .gui-account .gui-account-links .gui-block-content {
      padding: 0; }
  .gui-account .gui-block-title {
    font: 20px/1.5 "Futura Bold", Helvetica, sans-serif;
    color: #3e3b38;
    text-transform: uppercase;
    background: none;
    padding: 0;
    border-bottom: none;
    margin: 40px 0 30px; }
    .gui-account .gui-block-title strong {
      color: #3e3b38; }
  .gui-account .gui-block-linklist a {
    text-decoration: none;
    color: #999999;
    line-height: 20px;
    display: block;
    overflow: hidden;
    font: normal 14px/1 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    padding: 20px 0; }
    .gui-account .gui-block-linklist a:hover {
      color: #3e3b38; }
  .gui-account .gui-block-linklist .gui-active a {
    color: #3e3b38; }
  .gui-account .gui-block-productlist li {
    padding: 15px 0px; }
  .gui-account .gui-block-productlist .gui-image {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    overflow: hidden; }
    .gui-account .gui-block-productlist .gui-image img {
      margin: 5px; }
  .gui-account .gui-block-productlist .gui-block-productlist-text {
    overflow: hidden;
    white-space: nowrap;
    width: 70%; }
    @media (min-width: 768px) {
      .gui-account .gui-block-productlist .gui-block-productlist-text {
        width: 60%; } }
    .gui-account .gui-block-productlist .gui-block-productlist-text .gui-bold {
      margin: 8px 34px 9px 0 !important;
      text-decoration: none;
      line-height: 20px;
      font: normal 12px/1 "Futura Bold", Arial, sans-serif;
      text-transform: uppercase;
      height: auto;
      text-overflow: clip;
      display: block !important;
      white-space: normal !important; }
    .gui-account .gui-block-productlist .gui-block-productlist-text p {
      font: normal 14px/1 "Futura Book", Arial, sans-serif;
      position: relative;
      bottom: auto !important; }
      .gui-account .gui-block-productlist .gui-block-productlist-text p strong {
        color: #bfbcba;
        margin: 0 5px 0 0; }
  .gui-account .gui-block-productlist .gui-block-productlist-option {
    right: 0;
    margin-top: -12px;
    height: 32px;
    width: 32px;
    opacity: 0.6; }
    .gui-account .gui-block-productlist .gui-block-productlist-option:hover {
      opacity: 1; }
    .gui-account .gui-block-productlist .gui-block-productlist-option .gui-action-delete {
      background: url("../image/gui-actions-w32.png") 0 -64px;
      width: 32px;
      height: 32px; }
  .gui-account .gui-col2-left .gui-col2-left-col1 {
    padding: 0; }
    @media (max-width: 480px) {
      .gui-account .gui-col2-left .gui-col2-left-col1 {
        padding: 0 4%; } }
  .gui-account .gui-col2-left .gui-col2-left-col2 {
    padding: 0 4%; }
  .gui-account .gui-block-subtitle {
    font: normal 16px/1.2 "Futura Bold", Arial, sans-serif;
    color: #3e3b38;
    text-transform: uppercase; }
  .gui-account .gui-block-subcontent {
    line-height: 20px;
    padding-top: 6px; }
  .gui-account .gui-block-content textarea {
    padding: 10px 20px;
    resize: none;
    height: 130px;
    line-height: 1.5; }
    .gui-account .gui-block-content textarea:focus {
      border: 1px solid #999999; }
  .gui-account .gui-orders.gui-table {
    border-radius: 8px !important; }
    .gui-account .gui-orders.gui-table tbody tr td {
      padding: 15px 8px;
      font-size: 12px;
      text-align: center; }
    .gui-account .gui-orders.gui-table thead tr th {
      background-color: transparent;
      border: none;
      font: 14px/0.9 "Futura Bold", Helvetica, sans-serif;
      text-transform: uppercase;
      padding: 15px 8px;
      text-align: center; }
      @media (max-width: 480px) {
        .gui-account .gui-orders.gui-table thead tr th {
          font: 12px/0.9 "Futura Bold", Helvetica, sans-serif;
          padding: 15px 5px; } }
      .gui-account .gui-orders.gui-table thead tr th.ordernr {
        width: 15%; }
      .gui-account .gui-orders.gui-table thead tr th.date {
        width: 15%; }
      .gui-account .gui-orders.gui-table thead tr th.ship {
        width: 20%; }
      .gui-account .gui-orders.gui-table thead tr th.total {
        width: 22%; }
      .gui-account .gui-orders.gui-table thead tr th.status {
        width: 28%; }
  .gui-account .gui-col2-equal .gui-col2-equal-col1,
  .gui-account .gui-col2-equal .gui-col2-equal-col2 {
    width: 100%;
    margin: 0 0 20px; }
  .gui-account .gui-col2-equal .gui-col2-equal-col2 {
    float: right; }
  .gui-account .gui-spacer {
    display: none; }
  .gui-account .gui-address-row-1 .gui-col2-equal-col1,
  .gui-account .gui-address-row-1 .gui-col2-equal-col2,
  .gui-account .gui-address-row-2 .gui-col2-equal-col1,
  .gui-account .gui-address-row-2 .gui-col2-equal-col2,
  .gui-account .gui-address-row-3 .gui-col2-equal-col1,
  .gui-account .gui-address-row-3 .gui-col2-equal-col2 {
    margin: 0 !important; }
  @media (max-width: 480px) {
    .gui-account .gui-block-inner {
      margin-bottom: 10px;
      padding: 0; }
    .gui-account .gui-cart-sum {
      margin-top: 15px; } }
  @media (min-width: 992px) {
    .gui-account .gui-spacer {
      display: block; } }

:lang(en-gb) #gui-block-company .gui-col2-equal {
  display: none; }

.gui-thankyou .gui-block-inner, .gui-account .gui-block-inner {
  margin-bottom: 10px;
  padding: 0; }

.be .gui-account-links .gui-block-linklist li:nth-child(6) {
  display: none; }

.gui-cart .gui-table {
  border: none; }
  .gui-cart .gui-table tbody tr td {
    padding: 15px 8px; }
    @media (max-width: 480px) {
      .gui-cart .gui-table tbody tr td {
        padding: 15px 0px !important; } }
    @media (max-width: 480px) {
      .gui-cart .gui-table tbody tr td .gui-nowrap {
        font-size: 12px; } }
  .gui-cart .gui-table thead tr th {
    background-color: transparent;
    border: none;
    font: 16px/1 "Futura Bold", Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 15px 8px; }
  .gui-cart .gui-table a {
    color: #807d7c;
    line-height: 20px;
    display: block;
    overflow: hidden;
    font: normal 14px/1.4 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase; }
  .gui-cart .gui-table a.gui-button-small,
  .gui-cart .gui-table a.gui-button-large {
    position: relative;
    float: right; }
  .gui-cart .gui-table a.gui-action {
    width: 32px;
    height: 32px;
    background: url("../image/gui-actions-w32.png") 0 -64px;
    opacity: 0.6;
    left: -28px;
    position: relative; }
    @media (max-width: 480px) {
      .gui-cart .gui-table a.gui-action {
        left: 0px !important;
        width: 20px;
        height: 20px;
        background-size: cover;
        background-position-y: 20px; } }
  .gui-cart .gui-table p {
    color: #807d7c;
    word-break: break-all; }
  .gui-cart .gui-table .gui-number {
    width: 50px;
    float: right;
    margin: 0 30px 0; }
    @media (max-width: 480px) {
      .gui-cart .gui-table .gui-number {
        margin: 0 2px 0 !important;
        width: 40px; } }
    @media (max-width: 480px) {
      .gui-cart .gui-table .gui-number .gui-value {
        padding: 0; } }

.gui-cart .gui-div-cart-coupons .gui-block-title {
  font-size: 16px; }
  .gui-cart .gui-div-cart-coupons .gui-block-title a {
    font-size: inherit; }

.gui-cart a.gui-button-large.gui-button-action {
  background-color: #008644;
  color: #ffffff;
  font: normal 14px/1 "Futura Bold", Arial, sans-serif;
  border-color: transparent; }
  .gui-cart a.gui-button-large.gui-button-action:hover {
    background-color: #0a612c; }

.gui-cart ul.gui-products li .gui-products-title {
  overflow: hidden;
  white-space: nowrap;
  width: 60%; }
  .gui-cart ul.gui-products li .gui-products-title a {
    text-decoration: none;
    line-height: 20px;
    font: normal 14px/1 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #807d7c; }

.gui-cart ul.gui-products .gui-products-option input[type='checkbox'] + label {
  padding-left: 30px;
  position: relative;
  transition: color 300ms ease-out; }

.gui-cart ul.gui-products .gui-products-option input[type='checkbox']:after {
  border: 1px solid #ccc;
  display: block;
  width: 16px;
  height: 16px;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 3px; }

.gui-cart ul.gui-products .gui-products-option input[type='checkbox']:checked:after {
  content: '\2714';
  padding: 0 0 0 2px;
  line-height: 12px;
  color: #464140;
  font-weight: bold;
  font-size: 14px; }

.gui-cart .gui-div-cart-shipping {
  display: none; }

.gui-cart .gui-image {
  border-radius: 5px !important;
  overflow: hidden; }
  .gui-cart .gui-image img {
    margin: 5px; }

.gui-cart .gui-col3-equal {
  padding: 15px; }
  @media (max-width: 480px) {
    .gui-cart .gui-col3-equal {
      padding: 0; } }

.gui-cart .gui-div-cart-sum .gui-big {
  padding: 0 !important; }

@media (max-width: 480px) {
  .gui-cart .gui-div-cart-sum .gui-align-right {
    width: 100%; } }

.gui-cart .gui-div-cart-sum .gui-price {
  width: auto;
  margin: 0 5px 0 0; }
  .gui-cart .gui-div-cart-sum .gui-price strong {
    float: right; }

.gui-cart #gui-form-shipping .gui-form .gui-field {
  overflow: hidden; }
  .gui-cart #gui-form-shipping .gui-form .gui-field .gui-radio {
    float: left; }
  .gui-cart #gui-form-shipping .gui-form .gui-field .gui-description {
    clear: none; }

.gui-cart .gui-div-cart-related {
  display: none; }

#gui-form.lang-es .gui-col3-equal-col3 label[for="gui-form-newsletter"] {
  display: none; }

.gui-register {
  position: relative; }
  .gui-register input::-webkit-input-placeholder {
    line-height: 38px; }

.gui-checkout .gui-block-highlight {
  border: none !important; }
  .gui-checkout .gui-block-highlight .gui-confirm-buttons .button-holder {
    padding: 10px 0 !important;
    border-color: #CCCCCC !important; }
    .gui-checkout .gui-block-highlight .gui-confirm-buttons .button-holder a {
      font-size: 11px;
      color: #333333; }

.gui-checkout .gui-block-highlight .gui-progressbar.gui-fixed {
  position: relative !important; }

.gui-checkout .gui-progressbar ul li,
.gui-checkout .gui-progressbar ul li a,
.gui-checkout .gui-progressbar ul li a span {
  background-image: none !important;
  line-height: normal !important;
  padding: 0 !important;
  text-indent: 0 !important; }

.gui-checkout .gui-progressbar ul li.gui-done {
  visibility: visible; }
  .gui-checkout .gui-progressbar ul li.gui-done a {
    color: #3e3b38 !important; }

.gui-checkout .gui-fixed {
  background-color: #ffffff; }

.gui-checkout .gui-table thead tr th {
  padding: 0px 0 0 5px; }
  .gui-checkout .gui-table thead tr th:last-child {
    padding-right: 5px; }

.gui-checkout .gui-table tbody tr td {
  padding: 15px 0;
  font-size: 12px; }
  @media (min-width: 768px) {
    .gui-checkout .gui-table tbody tr td {
      font-size: 11px;
      line-height: 13px; } }
  @media (min-width: 992px) {
    .gui-checkout .gui-table tbody tr td {
      font-size: 12px; } }
  .gui-checkout .gui-table tbody tr td:last-child {
    padding: 0; }

.gui-checkout .gui-cart-sum .gui-item .gui-price {
  width: 40%; }

.gui-checkout .gui-col2-equal .gui-col2-equal-col1,
.gui-checkout .gui-col2-equal .gui-col2-equal-col2 {
  width: 100%; }

.gui-checkout .gui-address-row-1.gui-col2-equal .gui-col2-equal-col1 {
  width: 100%; }

.gui-checkout .gui-address-row-1.gui-col2-equal .gui-col2-equal-col2 {
  clear: both;
  width: 100%; }

.gui-checkout .show-register-checkout {
  display: block; }

.gui-checkout .checkout-register-label {
  padding-top: 15px; }
  .gui-checkout .checkout-register-label:after {
    top: 12px !important; }

.gui-checkout #gui-block-method-register {
  margin-top: -20px; }

.gui-checkout .gui-confirm-buttons a.gui-button-large,
.gui-checkout .gui-confirm-buttons a.gui-button-small {
  width: 100% !important;
  background-color: #008644 !important;
  color: #ffffff !important; }
  .gui-checkout .gui-confirm-buttons a.gui-button-large:hover,
  .gui-checkout .gui-confirm-buttons a.gui-button-small:hover {
    background-color: #0a612c; }

.gui-checkout .checkout-login {
  width: 100% !important;
  background-color: #008644 !important;
  color: #ffffff !important; }
  .gui-checkout .checkout-login:hover {
    background-color: white; }

.gui-checkout .error-message {
  font-size: 90%;
  line-height: 20px;
  color: #C80805;
  display: block;
  white-space: normal;
  height: auto;
  min-height: 20px; }

@media (min-width: 768px) {
  .gui-checkout .step-shipment .gui-block-option .gui-field .gui-radio > label {
    padding: 0 0 0 25px; } }

@media (min-width: 992px) {
  .gui-checkout .gui-products-option input[type='radio']:after {
    border: 1px solid #ccc;
    display: block;
    width: 16px;
    height: 16px;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 3px; }
  .gui-checkout .gui-payment-method input[type='radio']:checked:after {
    content: '\2022';
    padding: 0 0 0 2px;
    line-height: 12px;
    color: #464140;
    font-weight: bold;
    font-size: 14px; } }

.gui-checkout .gui-cart-sum .gui-big {
  font-size: 120%; }
  @media (min-width: 768px) {
    .gui-checkout .gui-cart-sum .gui-big {
      font-size: 110%; } }
  @media (min-width: 992px) {
    .gui-checkout .gui-cart-sum .gui-big {
      font-size: 120%; } }

.gui-checkout input[type="text"],
.gui-checkout input[type="password"],
.gui-checkout input[type="email"],
.gui-checkout textarea,
.gui-checkout select {
  min-width: 100%;
  display: inline-block;
  border: 1px solid #d7d5d2;
  width: calc(50% - 5px);
  height: 40px;
  background: transparent;
  color: #54504d;
  border-radius: 7px;
  padding: 0 0 0 12px;
  font: normal 16px/40px "Futura Book", Arial, sans-serif;
  margin-right: 5px;
  max-width: none;
  float: left;
  resize: none; }

.gui-checkout input::-webkit-input-placeholder {
  line-height: 42px; }

.gui-checkout select {
  text-transform: none;
  padding: 0 0 0 10px; }
  .gui-checkout select option {
    font-family: "Futura Book", Arial, sans-serif; }

.gui-checkout input[type="text"]:focus,
.gui-checkout input[type="password"]:focus,
.gui-checkout input[type="email"]:focus,
.gui-checkout textarea:focus,
.gui-checkout select:focus {
  border: 1px solid #999999;
  outline: 0; }

.gui-checkout textarea {
  padding: 10px 20px; }

.gui-checkout textarea:focus {
  border: 1px solid #999999; }

.gui-checkout .gui-confirm a {
  text-decoration: underline;
  color: #c6353e; }

.gui-checkout .step-shipment .gui-block-subcontent a {
  text-decoration: underline;
  margin: 10px 0;
  display: block;
  font-size: 11px;
  font-family: Arial, sans-serif;
  color: #c6353e; }

.gui-checkout .gui-div-cart-coupons table td {
  display: table;
  width: 100%;
  margin-bottom: 10px; }
  .gui-checkout .gui-div-cart-coupons table td:nth-child(2) {
    display: none; }
  .gui-checkout .gui-div-cart-coupons table td a {
    width: 100%; }

@media (min-width: 992px) {
  .gui-checkout .gui-div-cart-coupons table td {
    display: table-cell;
    width: auto;
    margin-bottom: 0; }
    .gui-checkout .gui-div-cart-coupons table td:nth-child(2) {
      display: table-cell; }
    .gui-checkout .gui-div-cart-coupons table td a {
      width: auto; } }

.account-info .error-message {
  font-size: 90%;
  line-height: 20px;
  color: #C80805;
  display: block;
  white-space: normal;
  height: auto;
  min-height: 20px; }

.gui-block {
  border: none; }

.gui-page-title {
  font: 42px/1 "Futura Bold", Helvetica, sans-serif;
  color: #3e3b38;
  text-transform: uppercase;
  margin: 0 0 50px;
  word-wrap: break-word; }
  @media (max-width: 480px) {
    .gui-page-title {
      font: 38px/1 "Futura Bold", Helvetica, sans-serif; } }
  @media (max-width: 320px) {
    .gui-page-title {
      font: 34px/1 "Futura Bold", Helvetica, sans-serif; } }

.gui a.gui-button-large,
.gui a.gui-button-small {
  color: #3e3b38;
  background-color: white;
  border: 1px solid #ccc;
  font: normal 12px/1 "Futura Bold", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px !important;
  padding: 13px 30px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .gui a.gui-button-large:hover,
  .gui a.gui-button-small:hover {
    background-color: #008644;
    color: white;
    border-color: transparent; }

.gui-checkout-login {
  background-color: #008644;
  color: white !important;
  border: 1px solid #ccc;
  font: normal 12px/1 "Futura Bold", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px !important;
  padding: 13px 30px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .gui-checkout-login:hover {
    background-color: white;
    color: #008644 !important; }

.gui-input,
.gui-text {
  border: none; }

.gui-button-link,
.gui-block-subtitle a {
  text-decoration: none;
  color: #999999;
  line-height: 20px;
  display: block;
  overflow: hidden;
  font: normal 14px/1.4 "Futura Bold", Arial, sans-serif;
  text-transform: uppercase; }
  .gui-button-link:hover,
  .gui-block-subtitle a:hover {
    color: #3e3b38; }

.gui-block-subtitle a {
  margin: 0 10px 0 0; }

.gui-block-content {
  padding: 0; }
  .gui-block-content .gui-form label,
  .gui-block-content .gui-form .gui-address-streetname-label {
    font: normal 16px/1.2 "Futura Book", Arial, sans-serif;
    color: #3e3b38; }
  .gui-block-content input[type="text"],
  .gui-block-content input[type="password"],
  .gui-block-content input[type="email"],
  .gui-block-content textarea,
  .gui-block-content select {
    min-width: 100%;
    display: inline-block;
    border: 1px solid #d7d5d2;
    width: calc(50% - 5px);
    height: 40px;
    background: transparent;
    color: #54504d;
    border-radius: 7px;
    padding: 0 20px;
    font: normal 16px/40px "Futura Book", Arial, sans-serif;
    margin-right: 5px;
    max-width: none;
    float: left; }
  .gui-block-content input::-webkit-input-placeholder {
    line-height: 42px; }
  .gui-block-content select {
    text-transform: none;
    padding: 0 10px; }
    .gui-block-content select option {
      font-family: "Futura Book", Arial, sans-serif; }
  .gui-block-content input[type="text"]:focus,
  .gui-block-content input[type="password"]:focus,
  .gui-block-content input[type="email"]:focus,
  .gui-block-content textarea:focus,
  .gui-block-content select:focus {
    border: 1px solid #999999;
    outline: 0; }
  .gui-block-content .gui-validate-error {
    color: #c6353e !important;
    background-color: rgba(198, 53, 62, 0.05) !important;
    border: 1px solid #c6353e !important; }
  .gui-block-content .gui-message {
    margin: 3px 0 0 0;
    color: #c6353e; }
  .gui-block-content .gui-form .gui-field {
    margin: 0 0 10px; }
  .gui-block-content .gui-checkbox input[type='checkbox'] {
    display: none; }
  .gui-block-content .gui-checkbox input[type='checkbox'] + label {
    padding-left: 30px;
    position: relative;
    transition: color 300ms ease-out;
    word-break: keep-all; }
  .gui-block-content .gui-checkbox input[type='checkbox'] + label:after {
    border: 1px solid #ccc;
    display: block;
    width: 16px;
    height: 16px;
    content: ' ';
    position: absolute;
    top: 1px;
    left: 0;
    background-color: #fff;
    border-radius: 3px; }
  .gui-block-content .gui-checkbox input[type='checkbox']:checked + label:after {
    content: '\2714';
    padding: 0 0 0 2px;
    line-height: 12px;
    color: #464140;
    font-weight: bold;
    font-size: 14px; }

.gui-block-title {
  font: 20px/1.5 "Futura Bold", Arial, sans-serif;
  color: #3e3b38;
  text-transform: uppercase;
  background: none;
  padding: 0;
  border-bottom: none;
  margin: 0 0 30px; }
  .gui-block-title strong {
    color: #3e3b38; }

.de .gui-block-title {
  line-height: 1.25; }

.gui-checkout .gui-progressbar, .gui-cart .gui-progressbar {
  margin: 40px 0 20px 0 !important;
  border: 1px solid #d9d7d4;
  border-radius: 8px; }
  .gui-checkout .gui-progressbar ul, .gui-cart .gui-progressbar ul {
    overflow: hidden;
    height: auto;
    padding: 20px 0;
    margin: 0 10px !important; }
    .gui-checkout .gui-progressbar ul li, .gui-cart .gui-progressbar ul li {
      position: relative;
      margin: 0 !important;
      padding: 0 20px 0 0 !important; }
      .gui-checkout .gui-progressbar ul li:after, .gui-cart .gui-progressbar ul li:after {
        content: "\276F";
        font-size: 14px;
        position: absolute;
        top: -1px;
        right: 5%;
        color: #999999;
        transform: none;
        -webkit-transform: none;
        display: block;
        line-height: 20px; }
      .gui-checkout .gui-progressbar ul li a, .gui-cart .gui-progressbar ul li a {
        font: normal 16px/1.2 "Futura Book", Arial, sans-serif;
        color: #3e3b38;
        transform: none !important;
        -webkit-transform: none !important; }
  @media (min-width: 992px) {
    .gui-checkout .gui-progressbar, .gui-cart .gui-progressbar {
      margin: 20px 0 !important; } }

.gui-checkbox input[type='checkbox'] {
  display: none; }

.gui-checkbox input[type='checkbox'] + label {
  padding-left: 30px;
  position: relative;
  transition: color 300ms ease-out;
  word-break: keep-all; }

.gui-checkbox input[type='checkbox'] + label:after {
  border: 1px solid #ccc;
  display: block;
  width: 16px;
  height: 16px;
  content: ' ';
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #fff;
  border-radius: 3px; }

.gui-checkbox input[type='checkbox']:checked + label:after {
  content: '\2714';
  padding: 0 0 0 2px;
  line-height: 12px;
  color: #464140;
  font-weight: bold;
  font-size: 14px; }

@media (min-width: 768px) {
  .gui-radio input[type='radio'] {
    display: none; }
  .gui-radio input[type='radio'] + label {
    padding-left: 30px;
    position: relative;
    transition: color 300ms ease-out; }
  .gui-radio input[type='radio'] + label:after {
    border: 1px solid #ccc;
    display: block;
    width: 16px;
    height: 16px;
    content: ' ';
    position: absolute;
    top: 1px;
    left: 0;
    background-color: #fff;
    border-radius: 50%; }
  .gui-radio input[type='radio']:checked + label:after {
    content: '\2022';
    padding: 0;
    line-height: 16px;
    color: #464140;
    font-weight: bold;
    font-size: 16px;
    text-align: center; } }

@media only screen and (min-device-width: 603px) and (max-device-width: 966px) {
  .gui-radio input[type='radio']:checked + label:after {
    content: '\2022';
    padding: 0 1px 2px 0;
    line-height: 17px;
    color: #464140;
    font-weight: bold;
    font-size: 16px;
    text-align: center; } }

@media (max-width: 480px) {
  .gui-login .gui-right, .gui-password .gui-right {
    float: right; } }

.gui-faq {
  width: 100%; }
  .gui-faq .gui-title {
    margin-bottom: 32px;
    font: normal 26px/1 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #3e3b38;
    margin-top: 20px; }
  .gui-faq .gui-col2-right-col1 > .gui-content-title {
    font: normal 24px/1 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .gui-faq .gui-col2-right-col1.gui-div-faq-questions {
    width: 100%;
    float: none;
    display: block; }
    .gui-faq .gui-col2-right-col1.gui-div-faq-questions a {
      font-family: inherit;
      text-transform: none;
      font-weight: inherit;
      text-decoration: underline; }
    .gui-faq .gui-col2-right-col1.gui-div-faq-questions .gui-content-subtitle {
      font-size: 16px;
      line-height: 1.3;
      padding-right: 30px;
      position: relative;
      cursor: pointer;
      font-family: Arial, sans-serif;
      text-transform: none;
      padding-top: 35px;
      padding-bottom: 10px;
      border-bottom: none;
      border-top: 1px solid #ddd;
      margin-bottom: 0; }
      .gui-faq .gui-col2-right-col1.gui-div-faq-questions .gui-content-subtitle strong {
        font-weight: normal; }
      .gui-faq .gui-col2-right-col1.gui-div-faq-questions .gui-content-subtitle:after {
        content: " ";
        display: block;
        width: 23px;
        height: 23px;
        position: absolute;
        top: 32px;
        right: 0;
        background: url("../image/support-faq-plus.png") no-repeat; }
      .gui-faq .gui-col2-right-col1.gui-div-faq-questions .gui-content-subtitle.selected strong {
        font-weight: 700; }
      .gui-faq .gui-col2-right-col1.gui-div-faq-questions .gui-content-subtitle.selected:after {
        background: url("../image/support-faq-minus.png") no-repeat; }
    .gui-faq .gui-col2-right-col1.gui-div-faq-questions .gui-content-wysiwyg {
      max-height: 0;
      transition: all 200ms ease-in-out;
      overflow: hidden;
      display: block;
      font-family: Arial, sans-serif;
      line-height: 1.4;
      margin-bottom: 20px;
      text-transform: none;
      padding-right: 35px; }
      .gui-faq .gui-col2-right-col1.gui-div-faq-questions .gui-content-wysiwyg.opened {
        max-height: 500px;
        padding-bottom: 20px; }
  .gui-faq .gui-col2-right-col2.gui-div-faq-right {
    width: 100%;
    float: none;
    display: block; }
    .gui-faq .gui-col2-right-col2.gui-div-faq-right .gui-div-faq-links {
      display: none; }
      .gui-faq .gui-col2-right-col2.gui-div-faq-right .gui-div-faq-links .gui-block-title {
        padding: 12px 0;
        font-size: 22px;
        border: none; }
    .gui-faq .gui-col2-right-col2.gui-div-faq-right .gui-block-content {
      border: none;
      padding: 0; }
      .gui-faq .gui-col2-right-col2.gui-div-faq-right .gui-block-content textarea {
        padding-top: 10px;
        padding-bottom: 10px; }
    .gui-faq .gui-col2-right-col2.gui-div-faq-right .gui-field {
      margin-bottom: 30px; }
    .gui-faq .gui-col2-right-col2.gui-div-faq-right .gui-div-faq-form .gui-block-title {
      padding: 22px 0;
      font-size: 22px;
      margin-bottom: 10px;
      border: none; }
    .gui-faq .gui-col2-right-col2.gui-div-faq-right .gui-div-faq-form .disclaimer {
      margin-top: 15px; }
  .gui-faq.contact-only {
    float: none;
    margin: 0 auto;
    width: 66.66666667%; }
    .gui-faq.contact-only .gui-div-faq-questions {
      display: none; }
    .gui-faq.contact-only .gui-div-faq-right {
      float: none;
      width: 100%;
      display: block; }
      .gui-faq.contact-only .gui-div-faq-right .gui-div-faq-form .gui-block-title {
        display: none; }
    .gui-faq.contact-only .gui-col2-right-col2.gui-div-faq-right .gui-block-content {
      padding: 0; }
  @media (min-width: 992px) {
    .gui-faq .gui-col2-right-col1.gui-div-faq-questions {
      float: left;
      width: 55%; }
    .gui-faq .gui-col2-right-col2.gui-div-faq-right {
      float: right;
      width: 40%;
      display: block; }
      .gui-faq .gui-col2-right-col2.gui-div-faq-right .gui-div-faq-links .gui-block-title {
        padding: 12px 15px; }
      .gui-faq .gui-col2-right-col2.gui-div-faq-right .gui-div-faq-form .gui-block-title {
        padding: 22px 15px; }
      .gui-faq .gui-col2-right-col2.gui-div-faq-right .gui-block-content {
        border: none;
        padding: 0 15px 15px 15px; }
    .gui-faq .contact-num {
      padding: 0 15px; } }

.contact-num {
  margin-bottom: 30px; }
  .contact-num .con-text {
    float: left;
    width: 200px;
    width: calc(100% - 150px);
    color: #3e3b38; }
    .contact-num .con-text a {
      color: #3e3b38;
      text-decoration: none;
      cursor: pointer; }
    .contact-num .con-text .small-text {
      color: #999999;
      font-size: 11px; }
  .contact-num .con-label {
    color: #3e3b38;
    width: 150px;
    float: left;
    font-family: "Futura Bold", Arial, sans-serif;
    text-transform: uppercase; }
  .contact-num .gui-block-title {
    padding: 0 0 10px 0; }

.contact-num-holder {
  margin-bottom: 8px; }

.be .contact-num-holder .small-text {
  text-transform: lowercase;
  font-family: "Futura Book", Arial, sans-serif;
  font-weight: normal; }

.contact-button {
  margin: 0 0 75px;
  width: 100%; }
  .contact-button .contact-num .con-text {
    line-height: 25px;
    text-transform: uppercase;
    font-family: "Futura Bold", Arial, sans-serif;
    vertical-align: top;
    display: inline-block; }
    .contact-button .contact-num .con-text.green {
      padding: 0 8px;
      border-radius: 6px;
      background: url("../image/button-contact-green.png") repeat-x top left;
      background-size: 100% 100%;
      color: white; }
    .contact-button .contact-num .con-text a {
      color: #272727; }
    .contact-button .contact-num .con-text span {
      line-height: 25px;
      text-transform: uppercase;
      font-family: "Futura Bold", Arial, sans-serif;
      vertical-align: top;
      display: inline-block; }
      .contact-button .contact-num .con-text span.small-text {
        font-family: Arial, sans-serif;
        text-transform: none;
        font-size: 9px;
        max-width: 65px;
        line-height: 1;
        padding-top: 4px;
        margin-left: 10px;
        height: 100%; }
  .contact-button .contact-num .con-label {
    line-height: 25px;
    text-transform: uppercase;
    font-family: "Futura Bold", Arial, sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 135px;
    color: #666666; }
  .contact-button .contact-num-holder {
    margin-bottom: 8px; }
  .contact-button .gui-block-title {
    font-size: 22px;
    border: none;
    padding: 22px 15px 22px 0; }

.view-guide {
  width: 100%;
  overflow: hidden; }
  .view-guide .hero-header.guide-header .hero-header-visual {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px; }
  .view-guide .hero-header.guide-header .feature-product {
    margin: 0;
    padding-top: 80px;
    position: relative; }
    .view-guide .hero-header.guide-header .feature-product > .container {
      position: relative; }
    .view-guide .hero-header.guide-header .feature-product .feature-product-image {
      width: 90%;
      margin: -60px auto 20px auto;
      height: auto; }
      .view-guide .hero-header.guide-header .feature-product .feature-product-image img {
        width: 100%;
        height: auto; }
    .view-guide .hero-header.guide-header .feature-product .feature-product-info {
      width: 100%;
      position: relative;
      z-index: 1;
      min-height: 100px; }
      .view-guide .hero-header.guide-header .feature-product .feature-product-info h1, .view-guide .hero-header.guide-header .feature-product .feature-product-info .product-name {
        text-align: left;
        font-size: 34px;
        color: white;
        max-width: 70%; }
      .view-guide .hero-header.guide-header .feature-product .feature-product-info h2 {
        font-size: 16px;
        color: white; }
        @media (max-width: 768px) {
          .view-guide .hero-header.guide-header .feature-product .feature-product-info h2 {
            max-width: 61%; } }
  .view-guide .hero-header.guide-header .hero-header-visual {
    background: url("../image/green-checked-bg.png") repeat top left; }
  @media (min-width: 768px) {
    .view-guide .hero-header.guide-header .hero-header-visual {
      height: 100%; }
    .view-guide .hero-header.guide-header .feature-product {
      top: 70px;
      padding: 0; }
      .view-guide .hero-header.guide-header .feature-product .feature-product-image {
        float: left;
        width: 35%;
        margin: 0;
        margin-left: 8%;
        max-width: none;
        margin-top: 0; }
      .view-guide .hero-header.guide-header .feature-product .feature-product-info {
        width: 55%;
        margin-top: 10%;
        float: right; }
        .view-guide .hero-header.guide-header .feature-product .feature-product-info h1, .view-guide .hero-header.guide-header .feature-product .feature-product-info .product-name {
          font-size: 42px; }
        .view-guide .hero-header.guide-header .feature-product .feature-product-info h2 {
          font-size: 20px; } }
  @media (min-width: 992px) {
    .view-guide .hero-header.guide-header .feature-product .feature-product-info {
      width: 55%;
      margin-top: 0;
      position: absolute;
      left: 45%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (min-width: 1280px) {
    .view-guide .hero-header.guide-header .feature-product .feature-product-image {
      width: 40%;
      margin-left: 2%; }
    .view-guide .hero-header.guide-header .feature-product .feature-product-info h1, .view-guide .hero-header.guide-header .feature-product .feature-product-info .product-name {
      font-size: 64px; } }
  .view-guide .guide-content-block {
    position: relative;
    width: 100%; }
    .view-guide .guide-content-block h2 {
      text-transform: uppercase;
      color: #3e3b38;
      font: normal 32px/1 "Futura Bold", Arial, sans-serif; }
    .view-guide .guide-content-block .guide-maintenance-sub {
      width: 100%;
      position: relative;
      margin-top: 32px; }
      .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image {
        width: 125%;
        height: auto;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        margin-left: -30%; }
        .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image img {
          width: 100%;
          height: auto;
          margin: 0 auto; }
      .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        background: white; }
        .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block h3 {
          color: #3e3b38;
          font: normal 18px/1 "Futura Bold", Arial, sans-serif;
          text-transform: uppercase;
          margin-bottom: 15px; }
        .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block p {
          margin: 0 0 15px 0;
          color: #807d7c;
          position: relative;
          font: normal 16px/1.4 "Futura Book", Arial, sans-serif;
          padding-left: 20px; }
          .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block p:before {
            width: 8px;
            height: 8px;
            border-radius: 8px;
            content: ' ';
            background: #008644;
            display: block;
            position: absolute;
            top: 8px;
            left: 0; }
      @media (min-width: 768px) {
        .view-guide .guide-content-block .guide-maintenance-sub {
          padding-top: 175px;
          padding-bottom: 70px; }
          .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block {
            position: absolute;
            width: 300px;
            margin-bottom: 0; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block p {
              margin: 0 0 5px 0;
              padding-left: 20px;
              font-size: 14px; }
              .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block p:before {
                top: 5px; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block.guide-maintenance-sub-text-block-1 {
              top: 35px;
              left: 0; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block.guide-maintenance-sub-text-block-2 {
              top: 0;
              right: 0; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block.guide-maintenance-sub-text-block-3 {
              right: 3%;
              bottom: 0; }
          .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image {
            width: 60%;
            overflow: initial;
            margin: 0 auto; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image .guide-maintenance-sub-guideline-1,
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image .guide-maintenance-sub-guideline-2,
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image .guide-maintenance-sub-guideline-3 {
              position: absolute;
              display: block;
              background-position: top left;
              background-repeat: no-repeat;
              background-size: contain; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image .guide-maintenance-sub-guideline-1 {
              width: 188px;
              height: 83px;
              left: -30%;
              top: 14%;
              background-image: url("../image/guide-maintenance-sub-guideline-1.png"); }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image .guide-maintenance-sub-guideline-2 {
              width: 66px;
              height: 93px;
              right: 27%;
              top: -8%;
              background-image: url("../image/guide-maintenance-sub-guideline-2.png"); }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image .guide-maintenance-sub-guideline-3 {
              width: 41px;
              height: 150px;
              right: 40%;
              bottom: 0;
              background-position: bottom right;
              background-image: url("../image/guide-maintenance-sub-guideline-3.png"); } }
      @media (min-width: 992px) {
        .view-guide .guide-content-block .guide-maintenance-sub {
          padding-top: 200px;
          padding-bottom: 80px; }
          .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image .guide-maintenance-sub-guideline-1 {
            width: 44%;
            max-width: 306px;
            height: 135px;
            left: -30%;
            top: 12%; }
          .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image .guide-maintenance-sub-guideline-2 {
            width: 16%;
            max-width: 104px;
            height: 148px;
            right: 27%;
            top: -8%; }
          .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-image .guide-maintenance-sub-guideline-3 {
            width: 9.5%;
            max-width: 63px;
            height: 237px;
            right: 40%;
            bottom: 0; }
          .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block {
            width: 410px; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block h3 {
              font-size: 20px;
              margin-bottom: 20px; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block p {
              font-size: 16px;
              padding-left: 25px;
              margin: 0 0 10px 0; }
              .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block p:before {
                top: 8px; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block.guide-maintenance-sub-text-block-1 {
              top: 65px;
              left: 0; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block.guide-maintenance-sub-text-block-2 {
              top: 0;
              right: 10%; }
            .view-guide .guide-content-block .guide-maintenance-sub .guide-maintenance-sub-text-block.guide-maintenance-sub-text-block-3 {
              right: 8%;
              bottom: 0; } }
    @media (min-width: 768px) {
      .view-guide .guide-content-block h2 {
        font-size: 32px; }
      .view-guide .guide-content-block.text-content-left .guide-content-block-text {
        float: left;
        padding-right: 32px; }
      .view-guide .guide-content-block.text-content-left .guide-content-block-images {
        max-width: 500px;
        float: right; }
        .view-guide .guide-content-block.text-content-left .guide-content-block-images .guide-content-block-image-nav {
          right: 0; }
      .view-guide .guide-content-block.text-content-right .guide-content-block-text {
        float: right;
        padding-left: 32px; }
      .view-guide .guide-content-block.text-content-right .guide-content-block-images {
        float: left; }
        .view-guide .guide-content-block.text-content-right .guide-content-block-images .guide-content-block-image-holder {
          margin-left: 18%; }
        .view-guide .guide-content-block.text-content-right .guide-content-block-images .guide-content-block-image-nav {
          left: 0; } }
    @media (min-width: 1280px) {
      .view-guide .guide-content-block {
        margin: 32px 0; }
        .view-guide .guide-content-block h2 {
          font-size: 42px; }
        .view-guide .guide-content-block.text-content-left .guide-content-block-text {
          padding-right: 8%; }
        .view-guide .guide-content-block.text-content-right .guide-content-block-text {
          padding-left: 8%; }
        .view-guide .guide-content-block.text-content-right .guide-content-block-images .guide-content-block-image-holder {
          margin-left: 18%; } }
  .view-guide .guide-content-block-text {
    width: 100%;
    margin: 0 auto; }
    .view-guide .guide-content-block-text h2 {
      margin: 0 0 32px 0; }
    .view-guide .guide-content-block-text h3 {
      color: #3e3b38;
      text-transform: uppercase; }
    .view-guide .guide-content-block-text p {
      font: normal 14px/1.5 "Futura Book", Arial, sans-serif;
      margin-bottom: 25px; }
    .view-guide .guide-content-block-text button {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      display: block;
      border-color: #d9d7d4;
      color: #008644;
      width: 70%;
      padding: 0 12px;
      margin-bottom: 15px;
      margin-right: auto;
      margin-left: auto; }
      .view-guide .guide-content-block-text button.hide {
        display: none; }
    .view-guide .guide-content-block-text .guide-content-block-text-block {
      display: none; }
      .view-guide .guide-content-block-text .guide-content-block-text-block.active {
        display: block;
        margin-bottom: 20px;
        -webkit-animation: animateGuideTextIn 0.3s ease;
        animation: animateGuideTextIn 0.3s ease; }
    @media (min-width: 768px) {
      .view-guide .guide-content-block-text {
        width: 50%;
        margin-top: 32px; }
        .view-guide .guide-content-block-text .guide-content-block-text-block {
          min-height: 180px; }
        .view-guide .guide-content-block-text h2 {
          margin: 0 0 45px 0; }
        .view-guide .guide-content-block-text button {
          margin-bottom: 0;
          width: auto;
          display: inline-block;
          margin-right: 6px;
          margin-left: 0; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .view-guide .guide-content-block-text button:hover {
        background: #008644;
        border-color: transparent;
        color: white; } }
    @media (min-width: 768px) {
          .view-guide .guide-content-block-text button:last-child {
            margin-right: 0; } }
    @media (min-width: 1280px) {
      .view-guide .guide-content-block-text {
        width: 44%;
        margin-top: 70px; }
        .view-guide .guide-content-block-text p {
          font-size: 16px; }
        .view-guide .guide-content-block-text button {
          padding-left: 25px;
          padding-right: 25px;
          width: 190px; } }
  .view-guide .guide-content-block-images {
    position: relative;
    width: 90%;
    max-width: 250px;
    margin: 30px auto 0 auto; }
    .view-guide .guide-content-block-images .guide-content-block-image-holder {
      width: 100%;
      float: none;
      position: relative; }
      .view-guide .guide-content-block-images .guide-content-block-image-holder:before {
        padding-top: 100%;
        content: ' ';
        display: block; }
      .view-guide .guide-content-block-images .guide-content-block-image-holder .jcarousel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .view-guide .guide-content-block-images .guide-content-block-image-holder .jcarousel ul {
          height: 100%;
          width: 20000em;
          z-index: 1; }
        .view-guide .guide-content-block-images .guide-content-block-image-holder .jcarousel.vertical ul {
          width: 100%;
          height: 20000em;
          z-index: 1; }
        .view-guide .guide-content-block-images .guide-content-block-image-holder .jcarousel .checked-bg {
          width: 100%;
          height: 100%;
          background: url("../image/grey-checked-bg.png") repeat top left;
          position: absolute;
          top: 0;
          left: 0;
          border-radius: 100%; }
      .view-guide .guide-content-block-images .guide-content-block-image-holder .carousel {
        width: 100%;
        height: 100%;
        cursor: pointer; }
        .view-guide .guide-content-block-images .guide-content-block-image-holder .carousel .guide-image-holder {
          pointer-events: none;
          width: 100%;
          height: 100%;
          border-radius: 100%;
          overflow: hidden; }
          .view-guide .guide-content-block-images .guide-content-block-image-holder .carousel .guide-image-holder img {
            width: 74%;
            height: auto;
            margin: 13% auto;
            border-radius: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
      .view-guide .guide-content-block-images .guide-content-block-image-holder .guide-content-block-image-number {
        position: absolute;
        width: 90px;
        height: 90px;
        background: #3e3b38;
        top: 0;
        color: white;
        border-radius: 100%;
        right: 5px;
        font: normal 32px/90px "Futura Bold", Arial, sans-serif;
        text-align: center; }
    .view-guide .guide-content-block-images .guide-content-block-image-nav {
      width: 100%; }
      .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination {
        display: block;
        margin: 10px 0 50px 0;
        height: auto; }
        .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination a {
          display: inline-block;
          margin: 25px auto;
          text-indent: 0;
          width: 40px;
          height: 16px;
          line-height: 16px;
          background: transparent;
          border-radius: 0;
          color: #cfcecd;
          font-size: 14px; }
          .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination a:before {
            content: '0';
            display: inline-block;
            line-height: 16px;
            color: #cfcecd; }
          .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination a:after {
            margin-top: 15px;
            vertical-align: top;
            width: 5px;
            height: 5px;
            background: #cfcecd;
            border-radius: 12px;
            content: ' ';
            display: block;
            margin-left: auto;
            margin-right: auto;
            float: none; }
          .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination a.active {
            font-weight: bold;
            color: #3e3b38; }
            .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination a.active:before {
              color: #3e3b38; }
            .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination a.active:after {
              margin-top: 10px;
              background: #3e3b38;
              width: 12px;
              height: 12px;
              margin-right: auto; }
    @media (min-width: 768px) {
      .view-guide .guide-content-block-images {
        width: 50%;
        max-width: none;
        margin-top: 0; }
        .view-guide .guide-content-block-images .guide-content-block-image-holder {
          width: 80%;
          float: left; }
        .view-guide .guide-content-block-images .guide-content-block-image-nav {
          width: 12%;
          min-width: 70px;
          position: absolute;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 50%;
          height: 245px; }
          .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination {
            margin: 32px 0; }
            .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination a {
              display: block;
              width: 55px; }
              .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination a:after {
                margin-top: 5px;
                display: inline-block;
                margin-right: 4px;
                margin-left: 0;
                float: right; }
              .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination a.active:after {
                margin-top: 0;
                margin-left: 0;
                margin-right: 0; }
          .view-guide .guide-content-block-images .guide-content-block-image-nav.number-right .jcarousel-pagination a:after {
            margin-left: 4px;
            margin-right: 0;
            float: left; }
          .view-guide .guide-content-block-images .guide-content-block-image-nav.number-right .jcarousel-pagination a.active:after {
            margin-left: 0;
            margin-top: 0;
            background: #3e3b38;
            width: 12px;
            height: 12px;
            margin-right: 0; } }
    @media (min-width: 1280px) {
      .view-guide .guide-content-block-images .guide-content-block-image-holder .guide-content-block-image-number {
        width: 128px;
        height: 128px;
        font: normal 42px/128px "Futura Bold", Arial, sans-serif; }
      .view-guide .guide-content-block-images .guide-content-block-image-nav .jcarousel-pagination a {
        width: 100%; } }

@-webkit-keyframes animateGuideTextIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animateGuideTextIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.de .view-guide .guide-content-block-text button {
  line-height: 1.2; }

.de .view-guide .guide-content-block-text .guide-content-block-text-block {
  min-height: 230px; }

.view-subscription .title-bg-01 {
  font: normal 36px/1 "Futura Bold", Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  background-color: #c6353e;
  margin: 0 0 15px 0;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 10px; }

.view-subscription h2 {
  color: #3e3b38;
  font: normal 28px/1 "Futura Bold", Arial, sans-serif;
  text-transform: uppercase; }

.view-subscription p {
  margin: 32px 0 50px 0;
  font: normal 16px/1.5 "Futura Book", Arial, sans-serif;
  color: #999999; }

.view-subscription button {
  font-size: 14px;
  margin-bottom: 32px; }

.view-subscription .image-subscription img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 550px; }

@media (min-width: 768px) {
  .view-subscription .title-bg-01 {
    font-size: 64px;
    margin: 40px 0 25px 0; }
  .view-subscription h2 {
    font-size: 42px; }
  .view-subscription button {
    margin-bottom: 64px; } }

@media (min-width: 1024px) {
  .view-subscription .title-bg-01 {
    margin: 12% 0 25px 0; }
  .view-subscription .image-subscription img {
    position: absolute; } }

.news-subscription-page p {
  font: normal 16px/1.4 "Futura Book", Arial, sans-serif;
  color: #999999; }
  @media (min-width: 768px) {
    .news-subscription-page p {
      font-size: 18px; } }

.news-subscription-page button {
  font-size: 14px;
  padding: 0 26px;
  height: 44px; }

.news-subscription-page .subscription-left-col {
  margin-bottom: 25px; }
  .news-subscription-page .subscription-left-col .subscription-title {
    font: normal 42px/1 "Futura Bold", Arial, sans-serif;
    color: #3e3b38;
    text-transform: uppercase;
    text-align: left;
    background: url("../image/icon-keep-me-posted.png") no-repeat center left;
    background-size: contain;
    width: auto;
    display: inline-block;
    padding-left: 115px;
    margin-bottom: 15px; }
    .news-subscription-page .subscription-left-col .subscription-title--nl, .news-subscription-page .subscription-left-col .subscription-title--it, .news-subscription-page .subscription-left-col .subscription-title--fr {
      font: normal 42px/1 "Futura Bold", Arial, sans-serif;
      padding-left: 108px; }
    .news-subscription-page .subscription-left-col .subscription-title--de {
      font: normal 32px/1 "Futura Bold", Arial, sans-serif;
      padding-left: 82px; }
  @media (max-width: 480px) {
    .news-subscription-page .subscription-left-col .subscription-title {
      font: normal 34px/1 "Futura Bold", Arial, sans-serif;
      padding-left: 88px; }
      .news-subscription-page .subscription-left-col .subscription-title--nl, .news-subscription-page .subscription-left-col .subscription-title--it, .news-subscription-page .subscription-left-col .subscription-title--fr {
        font: normal 22px/1 "Futura Bold", Arial, sans-serif;
        padding-left: 54px; }
      .news-subscription-page .subscription-left-col .subscription-title--de {
        font: normal 24px/1 "Futura Bold", Arial, sans-serif;
        padding-left: 66px; } }
  @media (max-width: 320px) {
    .news-subscription-page .subscription-left-col .subscription-title--de {
      font: normal 24px/1 "Futura Bold", Arial, sans-serif;
      padding-left: 86px; } }

.news-subscription-page .subscription-right-col {
  padding-top: 12px; }
  .news-subscription-page .subscription-right-col .gui-block-content .gui-form .gui-field {
    margin: 0 0 30px; }
  .news-subscription-page .subscription-right-col .gui-block-content .gui-form .gui-error {
    color: #c6353e;
    display: none;
    font-style: italic; }
  .news-subscription-page .subscription-right-col .gui-block-content .gui-form .gui-checkbox p {
    font: normal 16px/1.2 "Futura Book", Arial, sans-serif;
    color: #3e3b38;
    word-break: keep-all;
    margin-bottom: 20px; }

.news-subscription-page #formNewSubscription a {
  color: #999999;
  display: inline-block; }

.news-subscription-thankyou {
  display: none; }
  .news-subscription-thankyou .thankyou-title {
    font: normal 42px/1 "Futura Bold", Arial, sans-serif;
    color: #3e3b38;
    text-transform: uppercase;
    text-align: left;
    background: url("../image/icon-thank-you.png") no-repeat center left;
    background-size: contain;
    width: auto;
    display: inline-block;
    padding-left: 115px;
    margin-bottom: 15px; }
    body.be .news-subscription-thankyou .thankyou-title,
    body.nl .news-subscription-thankyou .thankyou-title,
    body.it .news-subscription-thankyou .thankyou-title {
      font: normal 30px/1 "Futura Bold", Arial, sans-serif;
      padding-left: 40px; }
  .news-subscription-thankyou a {
    display: inline-block;
    margin-top: 40px; }
  @media (min-width: 768px) {
    .news-subscription-thankyou .thankyou-title {
      padding-left: 160px;
      font: normal 64px/1 "Futura Bold", Arial, sans-serif;
      margin-bottom: 40px; }
      body.be .news-subscription-thankyou .thankyou-title,
      body.nl .news-subscription-thankyou .thankyou-title {
        font: normal 64px/1 "Futura Bold", Arial, sans-serif;
        padding-left: 80px; }
      body.it .news-subscription-thankyou .thankyou-title {
        font: normal 54px/1 "Futura Bold", Arial, sans-serif;
        padding-left: 80px; } }
  @media (min-width: 992px) {
    .news-subscription-thankyou .thankyou-title {
      padding-left: 172px; }
      body.be .news-subscription-thankyou .thankyou-title,
      body.nl .news-subscription-thankyou .thankyou-title {
        padding-left: 80px; }
    .news-subscription-thankyou .thankyou-title--en {
      font: normal 64px/1 "Futura Bold", Arial, sans-serif !important;
      padding-left: 152px !important; } }

.overlay-change-shop {
  display: none; }
  .overlay-change-shop.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3); }
    .overlay-change-shop.active .overlay-change-shop-content {
      width: 90%;
      max-width: 600px;
      height: auto;
      background: white;
      position: absolute;
      top: 50%;
      left: 50%;
      padding: 30px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .overlay-change-shop.active .overlay-change-shop-content .close-button {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        opacity: 1; }
        .overlay-change-shop.active .overlay-change-shop-content .close-button span {
          font-size: 20px;
          color: #3e3b38; }
          .overlay-change-shop.active .overlay-change-shop-content .close-button span.text {
            display: none;
            color: #3e3b38; }
        .overlay-change-shop.active .overlay-change-shop-content .close-button:hover {
          opacity: 0.8; }
      .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list {
        max-height: 300px;
        position: relative;
        padding-top: 50px; }
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list h1, .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .change-shop-title {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          font: normal 20px/1 "Futura Book", Arial, sans-serif;
          text-align: center;
          color: #3e3b38;
          padding: 15px 0;
          background: white; }
          .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list h1 + p, .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .change-shop-title + p {
            color: #333;
            font-size: 14px;
            line-height: 1.4;
            text-align: center;
            margin: 0 auto 30px auto;
            max-width: 470px; }
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .scroll-pane-wrapper {
          width: 100%;
          height: 180px;
          position: relative;
          display: block;
          overflow: hidden; }
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .scroll-list {
          width: 100%;
          height: 180px;
          position: relative;
          overflow: auto; }
          .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .scroll-list:focus {
            outline: 0; }
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .dropdown-wrapper {
          padding: 0;
          width: auto;
          margin: 0; }
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list a {
          cursor: pointer;
          display: block;
          width: 100%;
          margin: 0 auto 20px auto;
          float: none;
          opacity: 1; }
          .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list a:last-child {
            margin-bottom: 0; }
          .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list a .flag {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            vertical-align: top;
            width: 40px; }
          .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list a span {
            font: normal 14px/16px "Futura Book", Arial, sans-serif !important;
            color: #3e3b38;
            text-transform: uppercase;
            display: inline-block;
            vertical-align: top;
            width: 160px;
            width: calc(100% - 50px);
            min-width: initial; }
          .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list a:hover {
            opacity: 0.8; }
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list.step1 .change-shop-step1-title,
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list.step1 .scroll-list,
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list.step1 .change-shop-step1-list {
          display: block; }
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list.step1 .change-shop-step2-title,
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list.step1 .change-shop-step2-list {
          display: none; }
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list.step2 .change-shop-step1-title,
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list.step2 .scroll-list,
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list.step2 .change-shop-step1-list {
          display: none; }
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list.step2 .change-shop-step2-title,
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list.step2 .change-shop-step2-list {
          display: block; }
    @media (min-width: 768px) {
      .overlay-change-shop.active .overlay-change-shop-content {
        padding: 30px 40px; }
        .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list {
          max-height: none; }
          .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .change-shop-title {
            font-size: 24px; }
          .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .scroll-list {
            height: auto; }
          .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .dropdown-wrapper a {
            width: 50%;
            margin: 10px 0;
            float: left; }
            .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .dropdown-wrapper a span {
              font-size: 14px; }
          .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .change-shop-step2-list {
            text-align: center; }
            .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .change-shop-step2-list a {
              width: auto;
              padding: 0;
              float: none;
              margin: 10px 30px;
              vertical-align: top;
              display: inline-block; }
              .overlay-change-shop.active .overlay-change-shop-content .overlay-change-shop-content-list .change-shop-step2-list a span {
                display: block; } }

.custom-form {
  /**
	 * THESUB-2309
	 */ }
  .custom-form label {
    color: #3e3b38;
    font: normal 14px/1 "Futura Bold", Arial, sans-serif;
    text-transform: uppercase; }
  .custom-form .call > tr {
    height: 94px;
    vertical-align: top; }
  .custom-form .call label.required {
    position: absolute;
    width: 200px; }
  .custom-form .selectitem {
    background: white;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #3e3b38;
    cursor: pointer;
    font-size: 16px;
    height: 42px;
    left: 0;
    line-height: 12px;
    position: absolute;
    text-decoration: none;
    top: 170px;
    width: 99%; }
  .custom-form .selectitem .pre {
    background: none !important; }
  .custom-form .selectitem .post {
    background-image: url("../image/form/arrow-down.png");
    background-position: 50% 55%;
    background-repeat: no-repeat;
    border-left: 1px solid #cccccc;
    content: ' ';
    font-size: 0;
    height: 30px;
    line-height: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 6px;
    width: 57px; }
  .custom-form .selectitem .select {
    background: none;
    padding-bottom: 10px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 16px; }
  .custom-form .selectoptions {
    -webkit-font-smoothing: antialiased;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #464140;
    cursor: pointer;
    display: block;
    font: normal 14px/1 "Futura Bold", Arial, sans-serif;
    height: 149px;
    left: 0 !important;
    list-style: none;
    margin: 0;
    max-height: 149px;
    min-height: 130px;
    overflow-y: auto;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    top: 67px !important;
    vertical-align: baseline;
    width: 99.5% !important;
    z-index: 1; }
  .custom-form .selectoptions li {
    -webkit-font-smoothing: antialiased;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
    color: #464140;
    cursor: pointer;
    display: list-item;
    font: normal 14px/40px "Futura Bold", Arial, sans-serif;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: baseline; }
  .custom-form .selectoptions li:first-child {
    border-top: none; }
  .custom-form .selectoptions li:hover {
    color: #999999; }
  .custom-form table {
    width: 100%; }
  .custom-form .description > tr {
    height: 309px;
    vertical-align: top; }
  .custom-form #description_counter {
    left: 0;
    margin-top: 279px;
    position: absolute;
    color: #999999 !important;
    font-size: 13px; }
  .custom-form tbody.relation tr, .custom-form tbody.additional tr, .custom-form tbody.klacht tr:nth-child(3) {
    height: 94px;
    vertical-align: top; }
  .custom-form tbody.relation tr:nth-child(2) {
    height: 110px; }
  .custom-form .relation span.radio {
    left: 0;
    margin-top: 30px;
    position: absolute;
    width: 105px; }
  .custom-form .relation span.radio label:after {
    content: ' ';
    display: block; }
  .custom-form span.radio label {
    vertical-align: super; }
  .custom-form tbody.relation tr:nth-child(3) {
    color: transparent; }
  .custom-form tbody.relation tr:nth-child(3) label.required {
    color: #464140; }
  .custom-form #input-date-day, .custom-form #input-date-month, .custom-form #input-date-year {
    margin-top: 19px !important;
    position: absolute;
    width: 75px; }
  .custom-form #input-date-day {
    left: 0;
    text-align: center !important; }
  .custom-form #input-date-month {
    left: 88px;
    text-align: center !important; }
  .custom-form #input-date-year {
    left: 176px;
    padding-left: 22px !important;
    text-align: start !important; }
  .custom-form #message, .custom-form #emailAddress, .custom-form #initials, .custom-form #firstname, .custom-form #middlename, .custom-form #lastname, .custom-form #phoneNumber, .custom-form #zipcode, .custom-form #houseNumber, .custom-form #houseNumberSuffix, .custom-form #street, .custom-form #city, .custom-form #melding_productiecode, .custom-form #melding_rekeningnummer, .custom-form select {
    left: 0;
    margin-top: 19px !important;
    position: absolute;
    width: 99.5%;
    max-width: none; }
  .custom-form #houseNumber, .custom-form #houseNumberSuffix {
    width: 30%; }
  .custom-form tbody.additional tr:nth-child(2) td:nth-child(3) label {
    left: 54.5%;
    position: absolute; }
  .custom-form #houseNumberSuffix {
    left: 54.5%; }
  .custom-form tbody.infooptin tr td:nth-child(1), .custom-form tbody.klacht tr:nth-child(1) td:nth-child(1), .custom-form tbody.klacht tr:nth-child(2) td:nth-child(1) {
    display: none; }
  .custom-form tbody.infooptin tr td:nth-child(2) label, .custom-form tbody.klacht tr:nth-child(1) label, .custom-form tbody.klacht tr:nth-child(2) label {
    margin-top: 8px;
    position: absolute;
    width: 94.5%; }
  .custom-form tbody.files {
    /*margin: 20px 0;*/
    margin: 80px 0 20px 0;
    display: block; }
  .custom-form tbody.files td {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px; }
  .custom-form td.files span {
    margin-bottom: 8px;
    display: block; }
  .custom-form td.files span input[type='file'] {
    font-family: "Arial";
    font-size: 14px; }
  .custom-form .addAttachment {
    font-size: 12px;
    color: #464140;
    text-decoration: underline; }
  .custom-form tbody.videoUrl td {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block; }
  .custom-form #message, .custom-form #emailAddress, .custom-form #input-date-day, .custom-form #input-date-month, .custom-form #input-date-year, .custom-form #initials,
  .custom-form #firstname, .custom-form #middlename, .custom-form #lastname, .custom-form #phoneNumber, .custom-form #zipcode,
  .custom-form #houseNumber, .custom-form #houseNumberSuffix, .custom-form #street, .custom-form #city, .custom-form #melding_productiecode,
  .custom-form #videoUrl, .custom-form #melding_rekeningnummer, .custom-form select {
    display: inline-block;
    box-sizing: border-box;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #464140;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font: normal 14px/1 Arial; }
  .custom-form input[type=radio] {
    height: 20px;
    width: 20px; }
  .custom-form input[type=checkbox] {
    height: 20px;
    width: 21px; }
  .custom-form input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 1px 0px #cccccc inset; }
  .custom-form input[type='radio']:focus {
    outline: none; }
  .custom-form input[type='radio']:hover {
    box-shadow: 0 0 1px 0px #999999 inset; }
  .custom-form input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%; }
  .custom-form input[type='radio']:checked:before {
    background: #008644; }
  .custom-form #message {
    height: 246px;
    resize: none; }
  .custom-form #exceptions {
    color: #008644;
    margin: 10px 0; }
  .custom-form .submitBtn {
    -webkit-font-smoothing: antialiased;
    background-color: #008644 !important;
    border: none;
    border-radius: 8px !important;
    color: white;
    cursor: pointer;
    display: inline-block;
    font: normal 16px/40px "Futura Bold", Arial, sans-serif !important;
    padding: 0 24px !important;
    height: 40px !important;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .custom-form .submitBtn:hover {
    top: 2px; }
  .custom-form label.required:after {
    content: ' *';
    font-family: Arial;
    color: green; }
  .custom-form .thanks {
    text-transform: none;
    font: normal 16px/24px Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.craft {
  background: url("https://origin-acc-assets.the-sub.com/cdn/redesign/shared/image/campaign/craft/grunge_bg.png") repeat #212120; }
  .craft .hero-header {
    margin-bottom: 0; }
  .craft .sub-overview-block-bg {
    height: 100%; }
  .craft .bottle {
    display: none; }
  @media (min-width: 768px) {
    .craft .bottle {
      display: block;
      position: absolute;
      bottom: -50%;
      width: 228px;
      height: 228px;
      right: 10%; } }
  .craft .sub-overview-block {
    min-height: 470px;
    height: 470px;
    margin: 32px 0;
    position: relative; }
    @media (min-width: 768px) {
      .craft .sub-overview-block {
        min-height: 470px;
        height: 470px; } }
    @media (min-width: 992px) {
      .craft .sub-overview-block {
        margin: 0; } }
    .craft .sub-overview-block .sub-overview-block-content.crossell-content {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 32px; }
      .craft .sub-overview-block .sub-overview-block-content.crossell-content .sub-overview-block-content-info {
        width: 100%;
        height: 215px;
        padding: 0 10% 0 0; }
        @media (min-width: 768px) {
          .craft .sub-overview-block .sub-overview-block-content.crossell-content .sub-overview-block-content-info {
            padding: 0 30% 0 0; } }
        .craft .sub-overview-block .sub-overview-block-content.crossell-content .sub-overview-block-content-info .content-info-title {
          font-size: 32px;
          color: white; }
    .craft .sub-overview-block .sub-overview-block-bg {
      position: relative;
      top: auto;
      left: auto;
      display: block; }
    .craft .sub-overview-block .craft-crossell-slider {
      position: absolute;
      z-index: 1;
      bottom: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px; }
      .craft .sub-overview-block .craft-crossell-slider ul li {
        width: 185px;
        margin: 0;
        padding: 20px 10px 0 10px; }
        .craft .sub-overview-block .craft-crossell-slider ul li:before {
          display: none; }
        @media (min-width: 768px) {
          .craft .sub-overview-block .craft-crossell-slider ul li {
            width: 50%; } }
        .craft .sub-overview-block .craft-crossell-slider ul li a {
          position: relative;
          display: block; }
          .craft .sub-overview-block .craft-crossell-slider ul li a img {
            margin: 0 auto; }
        .craft .sub-overview-block .craft-crossell-slider ul li p {
          color: #ffeb36;
          text-align: center;
          text-transform: uppercase;
          font-size: 16px;
          padding: 10px 0;
          font-family: "Futura Bold", Arial, sans-serif; }
  .craft .crossell .crossell-content {
    padding: 50px 16px 50px 46px; }
  .craft .crossell .multiline-headline_big-01 {
    color: #212120;
    font-size: 38px; }
  .craft .crossell .multiline-headline.multiline-headline-03 {
    margin: 0 0 0 16px; }
    .craft .crossell .multiline-headline.multiline-headline-03 span {
      font-size: 28px;
      line-height: 24px; }
  .craft .crossell ul > li {
    color: #212120;
    padding-left: 18px;
    margin-left: 0;
    padding-top: 16px;
    line-height: 24px;
    position: relative; }
    .craft .crossell ul > li:before {
      background: url("https://origin-acc-assets.the-sub.com/cdn/redesign/shared/image/campaign/craft/check.png") no-repeat;
      content: '';
      position: absolute;
      left: -5px;
      width: 13px;
      height: 9px;
      top: 25px; }
  .craft .crossell .crossell-border-back {
    border: 2px solid #d5d3d0; }
  @media (min-width: 1280px) {
    .craft .crossell .multiline-headline.multiline-headline-03 {
      margin: 16px; }
      .craft .crossell .multiline-headline.multiline-headline-03 span {
        font-size: 38px;
        line-height: 38px; }
    .craft .crossell ul > li {
      margin-left: 18px; } }
  .craft .list-title .multiline-headline {
    margin: 100px 0 40px; }
    .craft .list-title .multiline-headline span {
      color: #ffffff; }
      .craft .list-title .multiline-headline span:nth-child(2) {
        margin-left: 20px; }
  .craft .crossell.craft1 .bg {
    background-color: #ffeb36; }
  .craft .crossell.craft2 .bg {
    background-color: #ffffff; }
  .craft .product .info a.title {
    color: #ffffff; }
  .craft .product .info p:first-letter {
    text-transform: capitalize; }
  .craft .product .info button.add-to-cart {
    background-color: #ffeb36; }
    .craft .product .info button.add-to-cart:after {
      background-image: url("../image/campaign/craft/icon-cart.png"); }
    .craft .product .info button.add-to-cart .old-price:before {
      box-shadow: 0 2px 0 #131313; }
    .craft .product .info button.add-to-cart span {
      color: #212120; }
  .craft .product .info button.add-to-cart.button-red {
    background-color: #c6353e; }
    .craft .product .info button.add-to-cart.button-red:after {
      background-image: url("../image/icon-cart.png"); }
    .craft .product .info button.add-to-cart.button-red .old-price:before {
      box-shadow: 0 2px 0 #c6353e; }
    .craft .product .info button.add-to-cart.button-red span {
      color: #ffffff; }
  .craft .product .info .label-out-of-stock span {
    color: #212120; }
    .craft .product .info .label-out-of-stock span:hover {
      background-color: transparent; }
    @media (min-width: 1280px) {
      .craft .product .info .label-out-of-stock span {
        color: #ffffff; } }
  .craft .product .info .label-out-of-stock button {
    background: #ffeb36;
    color: #212120;
    border-color: #ffeb36; }
  .craft .product .info .label-out-of-stock.notify-me-out-of-stock .price {
    border-color: white;
    color: #212120; }
  .craft footer {
    background-color: #ffeb36; }
    .craft footer .pre-footer {
      background-color: #ffffff; }
      .craft footer .pre-footer .certified {
        margin-top: 10px; }
        @media (min-width: 768px) {
          .craft footer .pre-footer .certified {
            margin-top: 20px; } }
        .craft footer .pre-footer .certified .icon {
          border: 2px solid #212120;
          background-image: url("https://origin-acc-assets.the-sub.com/cdn/redesign/shared/image/campaign/craft/icon-van.png");
          display: block; }
        .craft footer .pre-footer .certified .text {
          color: #212120;
          font-size: 11px; }
          @media (min-width: 768px) {
            .craft footer .pre-footer .certified .text {
              font-size: 12px; } }
    .craft footer a {
      color: #212120; }
    .craft footer .newsletter p {
      color: #212120; }
    .craft footer .newsletter form input {
      border: 1px solid #212120;
      color: #212120;
      border-radius: 3px; }
    .craft footer .newsletter a.btn {
      border: 1px solid #212120; }
      .craft footer .newsletter a.btn span {
        color: #212120; }
    .craft footer .country-selector.dropdown-wrapper .dropdown-toggle {
      border: 1px solid #212120;
      background: transparent;
      border-radius: 3px; }
    .craft footer .social-media .social-icon {
      color: #212120; }
  .craft button.add-to-cart.button-green {
    background-color: #ffeb36; }
    .craft button.add-to-cart.button-green span {
      color: #212120; }
  .craft button.add-to-cart.button-red {
    background-color: #c6353e !important; }
    .craft button.add-to-cart.button-red span {
      color: #ffffff !important; }

.craft-pdp {
  background: url("https://origin-acc-assets.the-sub.com/cdn/redesign/shared/image/campaign/craft/grunge_bg.png") repeat #212120; }
  .craft-pdp .hero-header button.add-to-cart.button-red {
    background-color: #c6353e; }
    .craft-pdp .hero-header button.add-to-cart.button-red span {
      color: #ffffff; }
    .craft-pdp .hero-header button.add-to-cart.button-red:after {
      background-image: url("../image/icon-cart.png"); }
    .craft-pdp .hero-header button.add-to-cart.button-red:hover {
      border-color: #212120; }
  .craft-pdp .hero-header button.add-to-cart.button-green {
    background-color: #ffeb36; }
    .craft-pdp .hero-header button.add-to-cart.button-green span {
      color: #3e3b38; }
    .craft-pdp .hero-header button.add-to-cart.button-green:after {
      background-image: url("../image/icon-cart-header-dark.png");
      border-left-color: #212120; }
    .craft-pdp .hero-header button.add-to-cart.button-green:hover {
      border-color: #212120; }
  .craft-pdp .hero-header .hero-header-visual {
    background-position: center top; }
  .craft-pdp .hero-header .product-info .craft_header_delivery_text {
    color: #ffffff; }
  .craft-pdp .hero-header .product-info .product-price .old-price {
    position: relative;
    float: left;
    top: 0;
    font: "Futura Bold", Arial, sans-serif;
    font-size: 20px;
    color: #ffffff; }
    .craft-pdp .hero-header .product-info .product-price .old-price:before {
      background: #bbb9b9;
      box-shadow: 0 2px 0 #c6353e;
      background-image: url("../image/campaign/craft/icon-cart.png"); }
    .craft-pdp .hero-header .product-info .product-price .old-price .product-price .price {
      position: relative;
      float: left;
      color: #ffffff; }
  @media (max-width: 768px) {
    .craft-pdp .hero-header .product-info .product-price .craft_header_delivery_text,
    .craft-pdp .hero-header .product-info .product-price .price {
      color: #ffffff; }
      .craft-pdp .hero-header .product-info .product-price .craft_header_delivery_text .currency,
      .craft-pdp .hero-header .product-info .product-price .price .currency {
        line-height: 32px; }
    .craft-pdp .hero-header .product-info .product-price .craft_header_delivery_text {
      display: block;
      clear: both;
      width: 100%; } }
  .craft-pdp .hero-header .product-info .label-out-of-stock {
    height: 40px; }
    @media (max-width: 768px) {
      .craft-pdp .hero-header .product-info .label-out-of-stock {
        display: block;
        margin: 0 auto;
        width: 247px; } }
    .craft-pdp .hero-header .product-info .label-out-of-stock button {
      background-color: #ffeb36;
      color: #212120;
      border-color: #ffeb36; }
  .craft-pdp .hero-header .product-info button.add-to-cart.button-red {
    background-color: #c6353e; }
    .craft-pdp .hero-header .product-info button.add-to-cart.button-red span {
      color: #ffffff; }
  @media (max-width: 768px) {
    .craft-pdp .hero-header .feature-product-title {
      margin: 80px 0 0 0; }
      .craft-pdp .hero-header .feature-product-title .product-name {
        font-size: 32px; } }
  .craft-pdp .product-header .feature-product .feature-product-content .description p {
    color: #ffffff; }
  .craft-pdp .panel-group .panel-heading .panel-title a {
    color: #ffffff; }
  .craft-pdp .product-points p {
    color: #ffffff; }
  .craft-pdp .product-detail-panel a {
    color: #ffffff; }
  @media (min-width: 768px) {
    .craft-pdp .features {
      padding: 60px 0; } }
  .craft-pdp .features h2 {
    margin: 16px 0; }
  .craft-pdp .features .multiline-headline_big-01,
  .craft-pdp .features .multiline-headline_big-02 {
    color: #ffffff; }
  .craft-pdp .features .description p {
    line-height: 28px;
    margin-bottom: 40px;
    color: #999999; }
  .craft-pdp .features img {
    border-radius: 6px;
    width: 100%; }
  .craft-pdp .features .panel-body.details p {
    color: #999999; }
  .craft-pdp .features .panel-body.details strong {
    color: #999999;
    font-family: "Futura Bold", Arial, sans-serif; }
  .craft-pdp .crossell .multiline-headline_big-01 {
    color: #212120;
    font-size: 38px; }
  .craft-pdp .crossell .multiline-headline.multiline-headline-03 span {
    font-size: 38px;
    line-height: 38px; }
  .craft-pdp .crossell ul > li {
    color: #212120;
    padding-left: 18px;
    margin-left: 18px;
    padding-top: 16px;
    line-height: 24px;
    position: relative; }
    .craft-pdp .crossell ul > li:before {
      background: url("https://origin-acc-assets.the-sub.com/cdn/redesign/shared/image/campaign/craft/check.png") no-repeat;
      content: '';
      position: absolute;
      left: -5px;
      width: 13px;
      height: 9px;
      top: 25px; }
  .craft-pdp .crossell .crossell-border-back {
    border: 2px solid #d5d3d0; }
  .craft-pdp .list-title .multiline-headline {
    margin: 100px 0 40px; }
    .craft-pdp .list-title .multiline-headline span {
      color: #ffffff; }
      .craft-pdp .list-title .multiline-headline span:nth-child(2) {
        margin-left: 20px; }
  .craft-pdp .crossell.craft3 .bg {
    background-color: #ffffff; }
  .craft-pdp .crossell.craft4 .bg {
    background-color: #ffeb36; }
  .craft-pdp .crossell.craft5 .bg {
    background-color: #ffffff; }
  .craft-pdp .related-products .multiline-headline_big-01,
  .craft-pdp .related-products .multiline-headline_big-02 {
    color: #ffffff; }
  .craft-pdp .product .info a.title {
    color: #ffffff; }
  .craft-pdp .product .info p:first-letter {
    text-transform: capitalize; }
  .craft-pdp .product .info button.add-to-cart.button-red {
    background-color: #c6353e;
    border-color: transparent; }
    .craft-pdp .product .info button.add-to-cart.button-red:after {
      background-image: url("../image/icon-cart.png"); }
    .craft-pdp .product .info button.add-to-cart.button-red .old-price:before {
      box-shadow: 0 2px 0 #131313; }
    .craft-pdp .product .info button.add-to-cart.button-red span {
      color: #ffffff; }
  .craft-pdp .product .info .label-out-of-stock span {
    color: #ffffff; }
  .craft-pdp .product .info .label-out-of-stock button {
    background: #ffeb36;
    color: #212120;
    border-color: #ffeb36; }
  .craft-pdp .product .info .label-out-of-stock.notify-me-out-of-stock .price {
    border-color: white;
    color: #212120; }
  .craft-pdp .product .info button {
    background: #ffeb36;
    color: #212120;
    border-color: #ffeb36; }
    .craft-pdp .product .info button:after {
      background-image: url("../image/campaign/craft/icon-cart.png"); }
    .craft-pdp .product .info button:hover {
      border-color: #212120; }
      .craft-pdp .product .info button:hover span {
        color: #212120; }
  .craft-pdp footer {
    background-color: #ffeb36; }
    .craft-pdp footer .pre-footer {
      background-color: #ffffff; }
      .craft-pdp footer .pre-footer .certified .icon {
        border: 2px solid #212120;
        background-image: url("https://origin-acc-assets.the-sub.com/cdn/redesign/shared/image/campaign/craft/icon-van.png"); }
      .craft-pdp footer .pre-footer .certified .text {
        color: #212120; }
    .craft-pdp footer a {
      color: #212120; }
    .craft-pdp footer .newsletter p {
      color: #212120; }
    .craft-pdp footer .newsletter form input {
      border: 1px solid #212120;
      color: #212120;
      border-radius: 3px;
      text-transform: capitalize; }
    .craft-pdp footer .newsletter a.btn {
      border: 1px solid #212120; }
      .craft-pdp footer .newsletter a.btn span {
        color: #212120; }
    .craft-pdp footer .country-selector.dropdown-wrapper .dropdown-toggle {
      border: 1px solid #212120;
      background: transparent;
      border-radius: 3px; }
      .craft-pdp footer .country-selector.dropdown-wrapper .dropdown-toggle span {
        color: #212120; }
    .craft-pdp footer .social-media .social-icon {
      color: #212120; }

.craft-header.with-disclaimer {
  top: 0; }

.craft-header .navigation {
  background-color: transparent;
  box-shadow: none; }

.craft-header nav.vertical .item a.itemLink {
  color: #ffffff; }

@media (min-width: 768px) {
  .craft-header.sticky nav.vertical .item a.itemLink {
    color: #3e3b38; } }

.craft-header.sticky nav.vertical .item a.itemLink.active {
  color: #3e3b38;
  background-color: #ffeb36; }

.craft-header.sticky nav.vertical .item a.itemLink.hidden {
  display: none !important; }

.craft-header nav.vertical .item a.itemLink.active {
  color: #3e3b38;
  background-color: #ffeb36; }

.craft-header nav.vertical .item a.itemLink.hidden {
  display: none !important; }

.craft-header .align .logo a {
  background-image: url("../image/sub-logo.png"); }

.craft-header .burger {
  background-image: url("../image/hamburger.png"); }

.craft-header .topnav .search form input {
  background-image: url("../image/icon-search.png"); }

.craft-header .topnav .nav-account {
  background-image: url("../image/icon-profile.png"); }
  .craft-header .topnav .nav-account.active-state {
    background-image: url("../image/icon-profile-active.png"); }

.craft-header .topnav .nav-cart,
.craft-header .topnav .nav-cart-substitute {
  background-image: url("../image/icon-cart-header.png"); }

.subscription * {
  color: #3e3b38; }

.subscription .jcarousel-pagination a {
  margin: 0 7px;
  width: 5px;
  height: 5px;
  background-color: #cccccc; }
  .subscription .jcarousel-pagination a.active {
    background-color: #008644; }

.subscription input[type='radio'] {
  position: absolute;
  left: -100000px;
  opacity: 0; }

.subscription .hero-header .hero-header-content {
  top: 40px !important; }
  @media screen and (max-width: 767px) {
    .subscription .hero-header .hero-header-content {
      top: 100px !important; } }
  @media screen and (min-width: 768px) and (max-width: 778px) {
    .subscription .hero-header .hero-header-content {
      top: 55% !important; } }
  @media screen and (min-width: 779px) {
    .subscription .hero-header .hero-header-content {
      top: 50% !important;
      transform: translateY(-66%) !important; } }

@media (min-width: 768px) {
  .subscription .hero-header .headlines h3 {
    margin: 40px auto; } }

.subscription .hero-header .row {
  padding-top: 0 !important; }

.subscription .hero-header .headlines {
  width: 100% !important;
  font-size: 12px;
  text-transform: uppercase; }
  .subscription .hero-header .headlines * {
    color: #fff; }
  .subscription .hero-header .headlines h3 {
    margin: 18px auto;
    font-size: 18px !important;
    line-height: 1.4 !important; }
  .subscription .hero-header .headlines a:not(.subscription__start-button) {
    margin-left: 20px;
    display: inline-block;
    color: #fff;
    font-family: "Futura Bold", Arial, sans-serif;
    text-decoration: underline; }
  .subscription .hero-header .headlines .button-green {
    margin-right: 20px;
    margin-bottom: 12px; }

.subscription .button-green {
  position: relative; }
  .subscription .button-green .glyphicon {
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    font-size: 20px;
    color: inherit;
    line-height: inherit;
    transform: translateY(-50%); }

.subscription__container, .subscription__container--border {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer; }
  .subscription__container.subscription-type, .subscription-type.subscription__container--border {
    max-width: 480px; }
  .is-completed .subscription__container:not(.is-selected) .button-green, .is-completed .subscription__container--border:not(.is-selected) .button-green {
    background-color: #c9c9c9; }
  .subscription__container:not(.is-selected) .button-green span, .subscription__container--border:not(.is-selected) .button-green span {
    display: inline; }
    .subscription__container:not(.is-selected) .button-green span.if-selected, .subscription__container--border:not(.is-selected) .button-green span.if-selected {
      display: none; }
  .subscription__container.is-selected .button-green span, .is-selected.subscription__container--border .button-green span {
    display: none; }
    .subscription__container.is-selected .button-green span.if-selected, .is-selected.subscription__container--border .button-green span.if-selected {
      display: inline; }
  .subscription__container.is-selected .button-white, .is-selected.subscription__container--border .button-white {
    background-color: #008644;
    color: white;
    border-color: #008644; }
    .subscription__container.is-selected .button-white span, .is-selected.subscription__container--border .button-white span {
      color: white; }

.subscription-amount,
.subscription-type {
  position: relative;
  margin-top: 85px;
  padding-top: 35px;
  border: 1px solid #e5e5e5;
  background-color: #464646;
  transition: all .15s ease-in-out; }
  .is-completed .subscription-amount, .is-completed
  .subscription-type {
    opacity: .8; }
  .subscription-amount.is-selected,
  .no-touchevents .subscription-amount:hover,
  .subscription-type.is-selected,
  .no-touchevents
  .subscription-type:hover {
    opacity: 1 !important;
    background-color: #008644; }
  .subscription-amount.is-bestdeal,
  .subscription-type.is-bestdeal {
    margin-top: 60px;
    padding-top: 60px; }
  .subscription-amount::before, .subscription-amount::after,
  .subscription-type::before,
  .subscription-type::after {
    display: block;
    content: ' ';
    position: absolute;
    top: -50px;
    left: 25px;
    height: 79px;
    z-index: 1;
    background-image: url("../image/torp.png");
    background-repeat: repeat-x;
    background-size: contain; }
  .subscription-amount::after,
  .subscription-type::after {
    top: -40px;
    left: 40px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount::before, .subscription-amount::after,
    .subscription-type::before,
    .subscription-type::after {
      height: 71px; }
    .subscription-amount::before,
    .subscription-type::before {
      top: -47px; }
    .subscription-amount::after,
    .subscription-type::after {
      top: -37px; } }
  .subscription-amount[data-subscription__torp_amount="1"]::before,
  .subscription-type[data-subscription__torp_amount="1"]::before {
    width: 32px; }
  .subscription-amount[data-subscription__torp_amount="1"]::after,
  .subscription-type[data-subscription__torp_amount="1"]::after {
    width: 0px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="1"]::before,
    .subscription-type[data-subscription__torp_amount="1"]::before {
      width: 28px; }
    .subscription-amount[data-subscription__torp_amount="1"]::after,
    .subscription-type[data-subscription__torp_amount="1"]::after {
      width: 0px; } }
  .subscription-amount[data-subscription__torp_amount="2"]::before,
  .subscription-type[data-subscription__torp_amount="2"]::before {
    width: 32px; }
  .subscription-amount[data-subscription__torp_amount="2"]::after,
  .subscription-type[data-subscription__torp_amount="2"]::after {
    width: 32px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="2"]::before,
    .subscription-type[data-subscription__torp_amount="2"]::before {
      width: 28px; }
    .subscription-amount[data-subscription__torp_amount="2"]::after,
    .subscription-type[data-subscription__torp_amount="2"]::after {
      width: 28px; } }
  .subscription-amount[data-subscription__torp_amount="3"]::before,
  .subscription-type[data-subscription__torp_amount="3"]::before {
    width: 64px; }
  .subscription-amount[data-subscription__torp_amount="3"]::after,
  .subscription-type[data-subscription__torp_amount="3"]::after {
    width: 32px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="3"]::before,
    .subscription-type[data-subscription__torp_amount="3"]::before {
      width: 56px; }
    .subscription-amount[data-subscription__torp_amount="3"]::after,
    .subscription-type[data-subscription__torp_amount="3"]::after {
      width: 28px; } }
  .subscription-amount[data-subscription__torp_amount="4"]::before,
  .subscription-type[data-subscription__torp_amount="4"]::before {
    width: 64px; }
  .subscription-amount[data-subscription__torp_amount="4"]::after,
  .subscription-type[data-subscription__torp_amount="4"]::after {
    width: 64px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="4"]::before,
    .subscription-type[data-subscription__torp_amount="4"]::before {
      width: 56px; }
    .subscription-amount[data-subscription__torp_amount="4"]::after,
    .subscription-type[data-subscription__torp_amount="4"]::after {
      width: 56px; } }
  .subscription-amount[data-subscription__torp_amount="5"]::before,
  .subscription-type[data-subscription__torp_amount="5"]::before {
    width: 96px; }
  .subscription-amount[data-subscription__torp_amount="5"]::after,
  .subscription-type[data-subscription__torp_amount="5"]::after {
    width: 64px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="5"]::before,
    .subscription-type[data-subscription__torp_amount="5"]::before {
      width: 84px; }
    .subscription-amount[data-subscription__torp_amount="5"]::after,
    .subscription-type[data-subscription__torp_amount="5"]::after {
      width: 56px; } }
  .subscription-amount[data-subscription__torp_amount="6"]::before,
  .subscription-type[data-subscription__torp_amount="6"]::before {
    width: 96px; }
  .subscription-amount[data-subscription__torp_amount="6"]::after,
  .subscription-type[data-subscription__torp_amount="6"]::after {
    width: 96px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="6"]::before,
    .subscription-type[data-subscription__torp_amount="6"]::before {
      width: 84px; }
    .subscription-amount[data-subscription__torp_amount="6"]::after,
    .subscription-type[data-subscription__torp_amount="6"]::after {
      width: 84px; } }
  .subscription-amount[data-subscription__torp_amount="7"]::before,
  .subscription-type[data-subscription__torp_amount="7"]::before {
    width: 128px; }
  .subscription-amount[data-subscription__torp_amount="7"]::after,
  .subscription-type[data-subscription__torp_amount="7"]::after {
    width: 96px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="7"]::before,
    .subscription-type[data-subscription__torp_amount="7"]::before {
      width: 112px; }
    .subscription-amount[data-subscription__torp_amount="7"]::after,
    .subscription-type[data-subscription__torp_amount="7"]::after {
      width: 84px; } }
  .subscription-amount[data-subscription__torp_amount="8"]::before,
  .subscription-type[data-subscription__torp_amount="8"]::before {
    width: 128px; }
  .subscription-amount[data-subscription__torp_amount="8"]::after,
  .subscription-type[data-subscription__torp_amount="8"]::after {
    width: 128px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="8"]::before,
    .subscription-type[data-subscription__torp_amount="8"]::before {
      width: 112px; }
    .subscription-amount[data-subscription__torp_amount="8"]::after,
    .subscription-type[data-subscription__torp_amount="8"]::after {
      width: 112px; } }
  .subscription-amount[data-subscription__torp_amount="9"]::before,
  .subscription-type[data-subscription__torp_amount="9"]::before {
    width: 160px; }
  .subscription-amount[data-subscription__torp_amount="9"]::after,
  .subscription-type[data-subscription__torp_amount="9"]::after {
    width: 128px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="9"]::before,
    .subscription-type[data-subscription__torp_amount="9"]::before {
      width: 140px; }
    .subscription-amount[data-subscription__torp_amount="9"]::after,
    .subscription-type[data-subscription__torp_amount="9"]::after {
      width: 112px; } }
  .subscription-amount[data-subscription__torp_amount="10"]::before,
  .subscription-type[data-subscription__torp_amount="10"]::before {
    width: 160px; }
  .subscription-amount[data-subscription__torp_amount="10"]::after,
  .subscription-type[data-subscription__torp_amount="10"]::after {
    width: 160px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="10"]::before,
    .subscription-type[data-subscription__torp_amount="10"]::before {
      width: 140px; }
    .subscription-amount[data-subscription__torp_amount="10"]::after,
    .subscription-type[data-subscription__torp_amount="10"]::after {
      width: 140px; } }
  .subscription-amount[data-subscription__torp_amount="11"]::before,
  .subscription-type[data-subscription__torp_amount="11"]::before {
    width: 192px; }
  .subscription-amount[data-subscription__torp_amount="11"]::after,
  .subscription-type[data-subscription__torp_amount="11"]::after {
    width: 160px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="11"]::before,
    .subscription-type[data-subscription__torp_amount="11"]::before {
      width: 168px; }
    .subscription-amount[data-subscription__torp_amount="11"]::after,
    .subscription-type[data-subscription__torp_amount="11"]::after {
      width: 140px; } }
  .subscription-amount[data-subscription__torp_amount="12"]::before,
  .subscription-type[data-subscription__torp_amount="12"]::before {
    width: 192px; }
  .subscription-amount[data-subscription__torp_amount="12"]::after,
  .subscription-type[data-subscription__torp_amount="12"]::after {
    width: 192px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .subscription-amount[data-subscription__torp_amount="12"]::before,
    .subscription-type[data-subscription__torp_amount="12"]::before {
      width: 168px; }
    .subscription-amount[data-subscription__torp_amount="12"]::after,
    .subscription-type[data-subscription__torp_amount="12"]::after {
      width: 168px; } }

.subscription-type[data-subscription__type='beer-and-machine']:before {
  display: block;
  content: ' ';
  position: absolute;
  top: -50px;
  left: 25px;
  height: 79px;
  width: 200px;
  z-index: 1;
  background-image: url("../image/beer-and-machine.png");
  background-repeat: no-repeat;
  background-size: contain; }

.subscription-type[data-subscription__type='beer-and-machine']::after {
  display: none; }

.subscription-amount__badge,
.subscription-type__badge {
  position: absolute;
  top: -40px;
  right: 25px;
  width: 80px;
  height: 80px;
  z-index: 2; }

.subscription-amount__content,
.subscription-type__content {
  padding: 25px; }
  .subscription-amount__content button,
  .subscription-type__content button {
    margin-top: 14px; }

.subscription-amount__description, .subscription-amount__description--highlight,
.subscription-type__description--highlight,
.subscription-type__description {
  margin: 0;
  padding: 14px 0;
  border-top: 1px dotted #eaeaea;
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1; }
  .subscription-amount__description:first-child, .subscription-amount__description--highlight:first-child,
  .subscription-type__description--highlight:first-child,
  .subscription-type__description:first-child {
    padding-top: 0;
    border-top: 0; }

.subscription-amount__description--highlight,
.subscription-type__description--highlight {
  font-family: "Futura Bold", Arial, sans-serif;
  text-transform: uppercase; }

.subscription-amount__body,
.subscription-type__body {
  background-color: #fff; }

.subscription-amount__title,
.subscription-type__title {
  font-family: "Futura Bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase; }

.subscription-type__subtitle,
.subscription-amount__subtitle {
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase; }

.subscription__container--border {
  border: 1px solid #e5e5e5; }

.subscription__frequency {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around; }
  @media (min-width: 1024px) {
    .subscription__frequency {
      justify-content: space-between; } }
  .subscription__frequency > * {
    flex: 0 1;
    min-width: 270px;
    max-width: 300px;
    margin: 10px; }
    @media (min-width: 1024px) {
      .subscription__frequency > * {
        min-width: 200px; } }
  .subscription__frequency .button-white {
    width: 100%;
    text-align: left; }
    .subscription__frequency .button-white .glyphicon {
      color: inherit; }

.subscription__product {
  display: block;
  position: relative;
  border: 1px solid #e5e5e5;
  transition: all .15s ease-in-out; }
  .is-completed .subscription__product {
    opacity: .8; }
  .subscription__product.is-selected,
  .no-touchevents .subscription__product:hover {
    opacity: 1 !important; }
  .subscription__product button span {
    display: none; }
    .subscription__product button span:not(.is-selected) {
      display: inline; }
  .subscription__product.is-selected button span {
    display: none; }
    .subscription__product.is-selected button span.is-selected {
      display: inline; }

.subscription-product__content {
  padding: 25px; }

.subscription-product__title {
  margin: 20px 0 6px;
  padding-top: 20px;
  font-family: "Futura Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5; }

.subscription-product__description {
  margin-bottom: 20px;
  min-height: 175px;
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 14px;
  line-height: 2.14286; }

.subscription-product__price {
  font-size: 18px;
  color: #c6353e; }

.subscription-product__price-old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through; }

.subscription__product-image {
  display: block;
  width: 100%;
  height: auto; }

.subscription__carousel {
  margin: 0 -15px;
  width: 100vw; }

.subscription__carousel-slide {
  padding: 0 5px; }

.subscription__explanation {
  margin: 20px auto; }

.subscription__explanation-icon {
  float: left;
  display: block;
  margin-right: 20px;
  width: 85px; }

.subscription__explanation-title {
  float: right;
  margin: 10px 0;
  width: calc(100% - 105px);
  font-family: "Futura Bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase; }

.subscription__explanation-description {
  float: right;
  margin-top: 0;
  width: calc(100% - 105px);
  color: #999;
  line-height: calc(20 / 16); }

.subscription__start-icon {
  font-size: 20px;
  color: #999; }

.subscription__step {
  display: none;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5; }
  .subscription__step > .row {
    padding-top: 20px; }
  .subscription__step.is-completed, .subscription__step.is-active {
    display: block; }

.subscription__step-indicator {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "Futura Book", Arial, sans-serif;
  font-style: italic;
  color: #999; }

.subscription__step-title {
  font-family: "Futura Bold", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase; }

.subscription-summary {
  padding: 25px;
  border: 1px solid #e5e5e5; }

.subscription-summary__product-image {
  margin: 0 auto 25px;
  width: 260px; }

.subscription-summary__details,
.subscription-summary__info {
  width: 100%; }

.subscription-summary__info {
  padding: 15px 10px;
  border-radius: 5px;
  background-color: #cbeffb; }
  .subscription-summary__info .glyphicon {
    color: #02aef0; }
  .subscription-summary__info a {
    text-decoration: underline; }

.subscription-summary__product-info-title,
.subscription-summary__delivery-title {
  font-size: 14px;
  font-family: "Futura Bold", Arial, sans-serif; }

.subscription-summary__delivery-title {
  margin-top: 25px;
  padding: 25px 0 12px;
  border-top: 1px dotted #e5e5e5; }

@media (min-width: 768px) {
  .subscription-summary__product-image {
    float: left;
    margin: 0 25px 0 0;
    width: 260px; }
  .subscription-summary__details,
  .subscription-summary__info {
    float: right;
    min-width: 260px;
    width: calc(100% - 285px); }
  .subscription-summary__product-info {
    float: left;
    width: 50%;
    padding-right: 25px;
    border-right: 1px solid #e5e5e5; }
  .subscription-summary__delivery {
    float: right;
    width: 50%;
    padding-left: 25px;
    border-left: 1px solid #e5e5e5;
    transform: translateX(-1px); }
  .subscription-summary__delivery-title {
    border: 0;
    padding: 0;
    border-top: none; }
    .subscription-summary__delivery-title:first-child {
      margin-top: 0; } }

.subscription-summary__amount {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5; }

.subscription-summary__amount-title {
  font-family: "Futura Bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase; }

.subscription-summary__amount-subtitle {
  margin: 7px 0 0;
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .subscription__container, .subscription__container--border {
    max-width: 100%; }
  .subscription__carousel {
    margin: 0;
    max-width: 100%; }
  .subscription__carousel-slide {
    padding: 0 10px; }
  .subscription__explanation {
    text-align: center; }
  .subscription__explanation-icon {
    float: none;
    margin: 0 auto 20px;
    width: 100px; }
  .subscription__explanation-title,
  .subscription__explanation-description {
    float: none;
    width: auto; }
  .subscription__step-indicator {
    font-family: "Futura Bold", Arial, sans-serif; } }

.black-friday .bf-no-margin-bottom {
  margin-bottom: 0; }

.black-friday strong {
  font-family: "Futura Bold", Arial, sans-serif; }

.black-friday .bg-badge-20 {
  position: relative; }
  .black-friday .bg-badge-20:after {
    content: "";
    width: 95px;
    height: 95px;
    background: url("../image/campaign/black-friday/bf-badge-20.png") no-repeat;
    background-size: 95px;
    top: 200px;
    left: 20px;
    position: absolute;
    display: inline-block; }
    @media (min-width: 1280px) {
      .black-friday .bg-badge-20:after {
        top: 200px;
        left: 60px; } }
    @media (max-width: 767px) {
      .black-friday .bg-badge-20:after {
        width: 65px;
        height: 65px;
        background-size: 65px;
        top: 50px;
        left: 40px; } }
  .black-friday .bg-badge-20.bf-home-badge:after {
    top: 70px; }
    @media (min-width: 992px) {
      .black-friday .bg-badge-20.bf-home-badge:after {
        left: 50px; } }
    @media (min-width: 1024px) {
      .black-friday .bg-badge-20.bf-home-badge:after {
        left: 20px;
        top: 115px; } }
    @media only screen and (min-width: 1200px) {
      .black-friday .bg-badge-20.bf-home-badge:after {
        left: 50px; } }
    @media (min-width: 1280px) {
      .black-friday .bg-badge-20.bf-home-badge:after {
        left: 50px; } }

.black-friday .bf-badge-89 {
  position: relative; }
  .black-friday .bf-badge-89:after {
    content: "";
    width: 95px;
    height: 95px;
    background: url("../image/campaign/black-friday/bf-badge-89.png") no-repeat;
    background-size: 95px;
    top: 200px;
    left: 20px;
    position: absolute;
    display: inline-block; }
    @media (min-width: 1280px) {
      .black-friday .bf-badge-89:after {
        top: 200px;
        left: 60px; } }
    @media (max-width: 767px) {
      .black-friday .bf-badge-89:after {
        width: 65px;
        height: 65px;
        background-size: 65px;
        top: 50px;
        left: 40px; } }
  .black-friday .bf-badge-89.bf-home-badge:after {
    top: 70px; }
    @media (min-width: 992px) {
      .black-friday .bf-badge-89.bf-home-badge:after {
        left: 50px; } }
    @media (min-width: 1024px) {
      .black-friday .bf-badge-89.bf-home-badge:after {
        left: 20px;
        top: 115px; } }
    @media only screen and (min-width: 1200px) {
      .black-friday .bf-badge-89.bf-home-badge:after {
        left: 50px; } }
    @media (min-width: 1280px) {
      .black-friday .bf-badge-89.bf-home-badge:after {
        left: 50px; } }

.black-friday .uppercase {
  text-transform: uppercase; }

@media (min-width: 768px) {
  .black-friday.larger-bf-header {
    max-height: 650px; } }

.black-friday .black-friday-content p {
  margin: 20px 0; }

.black-friday .black-friday-content .black-friday_header-product-subs {
  max-height: 200px;
  margin-top: -20px; }
  @media (min-width: 1024px) {
    .black-friday .black-friday-content .black-friday_header-product-subs {
      max-height: 260px; } }

.black-friday .black-friday-content .black-friday_header-product-beers {
  max-height: 180px; }
  @media (min-width: 1024px) {
    .black-friday .black-friday-content .black-friday_header-product-beers {
      max-height: 240px; } }

.black-friday .black-friday-content .black-friday_home-btn {
  margin-left: 50%;
  transform: translateX(-50%); }

.black-friday .black-friday-content .black-friday-line-right:before {
  content: '';
  border-left: 2px solid #888888;
  position: absolute;
  height: 80%;
  left: 0;
  top: 10%; }

.black-friday .hero-header-content-black-friday {
  padding-top: 100px;
  padding-bottom: 50px; }

@media (max-width: 767px) {
  .black-friday .hero-header-visual {
    height: 100%; }
    .black-friday .hero-header-visual p {
      margin: 10px 0; }
  .black-friday .hero-header-content-black-friday {
    padding-bottom: 70px; } }

.black-friday-header .bf-button-more-padding {
  padding-left: 40px;
  padding-right: 40px; }

.black-friday-header .bf-header-price {
  font-size: 70px;
  margin-top: 15px; }

@media (min-width: 768px) {
  .black-friday-header {
    max-height: 600px; } }

.black-friday-header p {
  margin: 20px 0; }

.black-friday-header_image {
  max-height: 400px; }

.black-friday-header .hero-header-content h2 {
  font-size: 38px;
  margin-top: 30px; }

@media (min-width: 992px) {
  .black-friday-header .hero-header-content h2 {
    font-size: 50px; } }

.black-friday-header .hero-header-content-black-friday {
  padding-top: 100px;
  padding-bottom: 50px; }

@media (max-width: 767px) {
  .black-friday-header .button-red {
    width: 100%; }
  .black-friday-header .hero-header-visual {
    height: 100%; } }

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hero-header.feature-torp.black-friday .headlines {
    width: 32%; } }

@media (max-width: 992px) {
  .hero-header.feature-torp.black-friday .headlines h1 {
    font-size: 34px; } }

@media (max-width: 767px) {
  .black-friday-sub-overview_sub {
    width: 75% !important; } }

@media (max-width: 767px) {
  .crossell-black-friday-deals {
    min-height: 400px; }
    .crossell-black-friday-deals h3 {
      font-size: 28px !important; } }

.hero-header .hero-valentines {
  background: url("//origin-acc-assets.the-sub.com/cdn/redesign/shared/image/valentines-2018/header_image.jpg") no-repeat center;
  background-size: 350%;
  height: 445px; }
  @media screen and (min-width: 480px) {
    .hero-header .hero-valentines {
      background-size: 275%; } }
  @media (min-width: 768px) {
    .hero-header .hero-valentines {
      background-size: 160%;
      height: 100%; } }
  @media (min-width: 992px) {
    .hero-header .hero-valentines {
      background-size: 110%; } }

@media (min-width: 992px) {
  .gui-spacer.gui-valentines {
    height: 150px; } }

.xmas_2017 {
  background-color: #f0f0e4; }
  .xmas_2017 .xmas-black {
    color: #3e3b38; }
    .xmas_2017 .xmas-black .gui-spacer {
      height: 90px; }
  .xmas_2017 ul {
    list-style: none; }
    .xmas_2017 ul li {
      color: #999;
      font-size: 13px; }
  @media (max-width: 767px) {
    .xmas_2017 .xmas-v-center-xs {
      top: 50%;
      position: absolute;
      transform: translatey(-50%); }
    .xmas_2017 .padding-right-xs {
      padding-right: 15px; } }
  @media (max-width: 992px) {
    .xmas_2017 .gui-spacer-mobile {
      height: 35px; } }
  @media (min-width: 768px) {
    .xmas_2017 .collapse {
      display: block; } }
  .xmas_2017 .panel-title a {
    display: block;
    height: 48px;
    width: 100%;
    font-size: 14px;
    line-height: 45px;
    border-radius: 8px;
    color: white !important;
    text-align: center;
    font-family: "Futura Bold", Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid white !important; }
    .xmas_2017 .panel-title a .icon-panel {
      border: solid 2px white;
      border-radius: 50%;
      margin-left: 15px;
      padding: 3px; }
  .xmas_2017 .panel-title .panel-open {
    display: block; }
    .xmas_2017 .panel-title .panel-open .icon-panel {
      transform: rotate(180deg);
      display: inline-block; }
  .xmas_2017 .panel-title .collapsed .panel-open {
    display: none; }
  .xmas_2017 .panel-title .panel-collapsed {
    display: none; }
  .xmas_2017 .panel-title .collapsed .panel-collapsed {
    display: block; }
  .xmas_2017 .margin-top-30 {
    margin-top: 30px; }
  @media (min-width: 992px) {
    .xmas_2017 .padding-bottom-60-desktop {
      padding-bottom: 60px; } }
  .xmas_2017 .no-padding-left {
    padding-left: 0; }
  .xmas_2017 .no-padding-right {
    padding-right: 0; }
  @media (max-width: 992px) {
    .xmas_2017 .col-reverse-mobile {
      display: flex;
      flex-direction: column-reverse; } }
  .xmas_2017 .yellow-light-bg {
    background-color: #fcfcf0; }
  @media (min-width: 992px) {
    .xmas_2017 .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .xmas_2017 .row-eq-height-small {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .xmas_2017 .hero-header-content h1 {
      text-align: center; }
    .xmas_2017 .hero-header-content button {
      width: 100%; } }
  .xmas_2017 .slant-right-xmas {
    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% 5%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
    height: 125px;
    background-color: #fcfcf0;
    border-top: solid 2px #fcfcf0; }
    .xmas_2017 .slant-right-xmas.red {
      border-top: solid 2px #95282f;
      margin-top: -1px;
      background-color: #95282f; }
    @media (max-width: 767px) {
      .xmas_2017 .slant-right-xmas {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 35%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 35%, 0 100%);
        height: 70px; } }
  .xmas_2017 .red-ribbon {
    height: 100%;
    position: relative; }
    .xmas_2017 .red-ribbon:before {
      background: url("../image//valentines-2018/valentines-ribbon.png") no-repeat;
      background-size: 130px 118px;
      width: 130px;
      height: 118px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      content: '';
      margin-top: 224%;
      -webkit-transform: translateY(324%);
      -ms-transform: translateY(324%);
      transform: translateY(324%); }
    @media (min-width: 768px) {
      .xmas_2017 .red-ribbon:before {
        bottom: auto;
        margin-top: 0;
        -webkit-transform: translateY(248%);
        -ms-transform: translateY(248%);
        transform: translateY(248%); } }
    @media (min-width: 992px) {
      .xmas_2017 .red-ribbon {
        -webkit-transform: translateY(6.1%);
        -ms-transform: translateY(6.1%);
        transform: translateY(6.1%); } }
    @media screen and (min-width: 1200px) {
      .xmas_2017 .red-ribbon {
        -webkit-transform: translateY(1.5%);
        -ms-transform: translateY(1.5%);
        transform: translateY(1.5%); } }
    .xmas_2017 .red-ribbon_big:before {
      background-size: 180px 158px;
      width: 180px;
      height: 158px; }
      @media (max-width: 767px) {
        .xmas_2017 .red-ribbon_big:before {
          background-size: 130px 108px;
          width: 130px;
          height: 108px; } }
  .xmas_2017 .price {
    line-height: normal; }
    .xmas_2017 .price .new-price {
      color: #c6353e;
      font-size: 34px;
      font-family: "Futura Bold", Arial, sans-serif;
      margin-right: 3px; }
    .xmas_2017 .price .old-price {
      font-size: 22px;
      color: #999;
      position: relative; }
      .xmas_2017 .price .old-price:before {
        content: ' ';
        display: block;
        position: absolute;
        width: 80%;
        height: 1px;
        top: 43%;
        right: 0;
        border-radius: 10px;
        box-shadow: 0 2px 0 #999; }
  .xmas_2017 .hero-header {
    background-color: #c5353e; }
    .xmas_2017 .hero-header h1, .xmas_2017 .hero-header p {
      text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8); }
  .xmas_2017 .red-gradient {
    background-color: #c5353e;
    background: #c5353e;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#c5353e, #95282f);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#c5353e, #95282f);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#c5353e, #95282f);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c5353e, #95282f);
    /* Standard syntax */
    color: #fcfcf0; }
    @media (min-width: 768px) {
      .xmas_2017 .red-gradient {
        padding-bottom: 50px; } }
    @media (max-width: 320px) {
      .xmas_2017 .red-gradient h4 {
        font-size: 1.143em; } }
  @media (max-width: 767px) {
    .xmas_2017 {
      line-height: 20px; }
      .xmas_2017 .text-left-xs {
        text-align: left; } }
  .xmas_2017 .icons-dispense {
    max-width: 130px; }
    @media (max-width: 767px) {
      .xmas_2017 .icons-dispense {
        max-width: 100%; } }
  .xmas_2017 .border-radius-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .xmas_2017 .border-radius-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .xmas_2017 .xmas-promotions {
    background-color: #fcfcf0;
    padding-bottom: 70px; }
    .xmas_2017 .xmas-promotions_wrapper {
      margin-left: 15px;
      margin-right: 15px;
      box-shadow: -2px 4px 61px -22px rgba(0, 0, 0, 0.92);
      -webkit-box-shadow: -2px 4px 61px -22px rgba(0, 0, 0, 0.92);
      -moz-box-shadow: -2px 4px 61px -22px rgba(0, 0, 0, 0.92);
      box-shadow: -2px 4px 61px -22px rgba(0, 0, 0, 0.92); }
    .xmas_2017 .xmas-promotions_choose-sub {
      border: 2px solid #e5e5e5;
      width: 98%;
      position: relative; }
      .xmas_2017 .xmas-promotions_choose-sub_plus {
        position: absolute;
        background: #c5353e;
        color: white;
        bottom: 5px;
        padding: 0px 7px;
        border-radius: 5px;
        right: 5px;
        font-size: 16px; }
      .xmas_2017 .xmas-promotions_choose-sub img {
        max-height: 100px; }
      .xmas_2017 .xmas-promotions_choose-sub:hover {
        cursor: pointer; }
      .xmas_2017 .xmas-promotions_choose-sub.active-sub {
        border-bottom: solid 5px #008644; }
        .xmas_2017 .xmas-promotions_choose-sub.active-sub:before {
          background: url("../image//xmas2017/sub-active.png") no-repeat;
          background-size: 20px 20px;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 4px;
          right: 4px;
          z-index: 10;
          content: ''; }
      @media (max-width: 767px) {
        .xmas_2017 .xmas-promotions_choose-sub {
          margin-right: 5px; } }
    .xmas_2017 .xmas-promotions .jcarousel-control-prev, .xmas_2017 .xmas-promotions .jcarousel-control-next {
      display: none; }
    @media (max-width: 480px) {
      .xmas_2017 .xmas-promotions .jcarousel-control-prev, .xmas_2017 .xmas-promotions .jcarousel-control-next {
        background: black;
        display: block;
        opacity: 0.8;
        border: 1px solid black;
        width: 45px;
        height: 45px; }
        .xmas_2017 .xmas-promotions .jcarousel-control-prev span, .xmas_2017 .xmas-promotions .jcarousel-control-next span {
          color: white;
          font-size: 32px;
          line-height: 45px; } }
  .xmas_2017 .promotion-img-col {
    position: relative;
    background: url("../image//valentines-2018/valentines-bg-bundle.jpg") no-repeat;
    background-size: cover;
    background-position: bottom; }
    @media (max-width: 992px) {
      .xmas_2017 .promotion-img-col {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        min-height: 550px; } }
    @media (max-width: 767px) {
      .xmas_2017 .promotion-img-col {
        min-height: 350px; } }
    .xmas_2017 .promotion-img-col_badge {
      position: absolute;
      top: 15px;
      right: 30px;
      height: 120px;
      width: 120px; }
      @media (max-width: 767px) {
        .xmas_2017 .promotion-img-col_badge {
          top: 7px;
          right: 12px;
          z-index: 10;
          height: 90px;
          width: 90px; } }
    .xmas_2017 .promotion-img-col .bundle-img-big {
      display: none; }
      .xmas_2017 .promotion-img-col .bundle-img-big.active-sub {
        display: block; }
      .xmas_2017 .promotion-img-col .bundle-img-big .img-responsive {
        max-width: 75.5%; }
        @media (min-width: 992px) {
          .xmas_2017 .promotion-img-col .bundle-img-big .img-responsive {
            max-width: 82.5%; } }
    .xmas_2017 .promotion-img-col_bundle-img {
      position: absolute;
      bottom: 77px;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 992px) {
        .xmas_2017 .promotion-img-col_bundle-img {
          bottom: 47px;
          max-height: 82.5%; } }
  .xmas_2017 .promotion-text-col_content {
    padding: 35px;
    background-color: white;
    height: 100%; }
    @media (max-width: 992px) {
      .xmas_2017 .promotion-text-col_content {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 20px;
        overflow-x: hidden; } }
    .xmas_2017 .promotion-text-col_content p {
      color: #999; }
    .xmas_2017 .promotion-text-col_content .price {
      float: left; }
      @media (max-width: 767px) {
        .xmas_2017 .promotion-text-col_content .price {
          float: none; } }
    .xmas_2017 .promotion-text-col_content .add-to-cart-form {
      float: right; }
      @media (max-width: 767px) {
        .xmas_2017 .promotion-text-col_content .add-to-cart-form {
          float: none; } }
  @media (max-width: 767px) {
    .xmas_2017 button.add-to-cart {
      width: 100%; } }
  .xmas_2017 .xmas-beer-promotions {
    background-color: #f0f0e4; }
    .xmas_2017 .xmas-beer-promotions_col {
      padding: 50px 15px;
      background-color: white;
      border-radius: 5px;
      box-shadow: -2px 4px 61px -22px rgba(0, 0, 0, 0.92);
      -webkit-box-shadow: -2px 4px 61px -22px rgba(0, 0, 0, 0.92);
      -moz-box-shadow: -2px 4px 61px -22px rgba(0, 0, 0, 0.92);
      box-shadow: -2px 4px 61px -22px rgba(0, 0, 0, 0.92);
      height: 100%; }
      @media (max-width: 992px) {
        .xmas_2017 .xmas-beer-promotions_col {
          margin-top: 32px; } }
      .xmas_2017 .xmas-beer-promotions_col img {
        max-height: 245px; }
      .xmas_2017 .xmas-beer-promotions_col .row {
        padding-top: 0; }
    @media (min-width: 992px) {
      .xmas_2017 .xmas-beer-promotions .price {
        position: absolute;
        left: 50%;
        padding-left: 15px;
        bottom: 30px; } }

.xmas_2017_header .hero-header-visual .hero-header-content {
  padding-top: 50px; }

@media (max-width: 767px) {
  .xmas_2017_header .hero-header-visual {
    height: 100%; }
    .xmas_2017_header .hero-header-visual .hero-header-content {
      position: static;
      padding-top: 100px;
      padding-bottom: 70px; }
      .xmas_2017_header .hero-header-visual .hero-header-content a {
        width: 100%; }
      .xmas_2017_header .hero-header-visual .hero-header-content .button-green {
        width: 100%; }
      .xmas_2017_header .hero-header-visual .hero-header-content p {
        margin-bottom: 5px; } }

.xmax-headers-home h1 {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8); }

@media (max-width: 480px) {
  .xmax-headers-home .hero-header-visual .hero-header-content {
    top: 80px !important; } }

@media (min-width: 768px) {
  .special-it-xmas-title {
    font-size: 26px !important; } }
