@charset "utf-8";

@font-face {
	font-family: 'Lato';
	src: url('/template/font/Lato-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('/template/font/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('/template/font/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('/template/font/Lato-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
    font-family: '3rd Man';
    src: url('../font/3rd_man.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Aliens and Cows';
    src: url('../font/aliensandcows.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Ailerons';
    src: url('../font/ailerons_typeface.ttf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('/template/font/material-icons.woff2') format("woff2");
}
.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "liga";
}

@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot?iu6vbt');
  src:  url('../font/icomoon.eot?iu6vbt#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?iu6vbt') format('truetype'),
    url('../font/icomoon.woff?iu6vbt') format('woff'),
    url('../font/icomoon.svg?iu6vbt#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-facebook2:before {
  content: "\ea90";
}

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
body {
	background: #fff;
	color: #333;
	font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.5;
    margin: 0;
}
#main { font-size: 1.25em; }
#main, #footer { font-family: 'Lato', sans-serif;  }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #f00; background: rgba(255,0,0, 0.5);
	color: white; text-shadow: none;
}

/* Links */
a { color: #e10000; }
a:hover { color: red; }
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: black; text-decoration: none; }

/* Typography */
h1, h2, h3 { font-weight: normal; line-height: 110%; text-align: left; }
h1 { font-size: 2em; margin: 0.67em 0 1.7em; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; color: #e10000; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input[type="text"], input[type="email"], input[type="password"] { border: 1px solid #cecece; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1200px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table { 
	display: table; 
	table-layout: fixed;
	width: 100%; 
}
.row.table > [class*="col-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg {
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
}
.msgerror { 
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin-top: 0; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #0d0d0d; 
	border-radius: 0px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'Lato'; font-size: 1em; font-weight: 900;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.2em;
	padding: 0.5em 1em;
	text-decoration: none;
	text-transform: uppercase;
}
a.button.fab, button.fab, input[type="submit"].fab, input[type="button"].fab {
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); 
	line-height: 38px;
	padding: 0.5em;
	text-align: center;
	height: 50px; width: 50px;
}
a.button.fab i, button.fab i, input[type="submit"].fab i, input[type="button"].fab i {
	font-size: 1.4em;
	vertical-align: -4px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #4e4e4e; }
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #BFA05A!important; }

/* START CUSTOM PART */

/* CLASSES */

/* PRIMARY STYLES [layout] */
#menuoverlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 4;
}
	
#header { 
	background: #2e2e2e; 
	color: #FFF;
	height: 120px;
	width: 100%;
	position: fixed; z-index: 4;
}
#header .wrapper { 
	height: 100%; 
	position: relative;
}
#header #logo-container { padding: 1em 0 1em 2%; }
#header #logo-container .logo img { 
	width: 100%;
	max-width: 110px;
	position: relative;
	z-index: 2;
}
#header #logo-container { width: 35%; float: left; }
#header #menu-container { width: 63%; float: left; }
#header #menu-container #language-social { 
	color: #c3c3c3;
	text-align: right; 
}
#header #menu-container #language-social a { color: #c3c3c3; }
#header #menu-container #language-social #socialmedias { 
	display: inline-block; 
	vertical-align: middle;
}
#header #menu-container #language-social #socialmedias i { margin-left: 1em; }
#header #menu-container #language-social #socialmedias i:hover { color: #FFF; }
#header #menu-container #language-social #socialmedias .facebook { text-decoration: none; }
#header #menu-container #language-social #socialmedias .facebook i {
	font-size: 20px;
	vertical-align: 4px;
}
#header #menu-container #language-social #languageselect { 
	color: #9c9c9c;
	background: #505050;
	display: inline-block;
	margin-left: 1em;
	padding: 0.75em 1em;
}
#header #menu-container #language-social #languageselect a {
	color: #9c9c9c;
	text-decoration: none;
}
#header #menu-container #language-social #languageselect a.active { color: #FFF; }
#header #menu-container #language-social #languageselect a:hover { color: #FFF; }
#header #menu-container #menu { 
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 1em;
	left: 0;
	padding-left: 5em;
}
#header #menu-container #menu li.active > a { color: #e10000; }
#header #menu-container #menu li > ul {	
	background: #FFF;
	border: 1px solid #000;
	display: none; 
	position: absolute; left: 0;
	width: 100%;
	text-align: left;
	padding-left: 0.25em;
}
#header #menu-container #menu li > ul li { 
	display: block;
	padding: 10px 0 0;
	font-size: 0.8em;
}
#header #menu-container #menu li ul li ul {
	border: none;
	display: block;
	position: static;
	padding-left: 1%;
	width: 99%;
}
#header #menu-container #menu li > ul li:last-of-type {
	padding-bottom: 10px;
}
#header #menu-container #menu li > ul a { color: #2e2e2e; }
#header #menu-container #menu li { 
	display: inline-block; 
	padding-left: 1em; 
	font-size: 1.5em;
}
#header #menu-container #menu li a { 
	color: #FFF; 
	text-decoration: none; 
	text-transform: uppercase;
}
#header #menu-container #menu li a:hover {
	color: #e10000;
}
#header #menu-container #menu li a.active { color: #e10000; }
#header #menu-container #menu ul > li > ul > li { clear: both; }
#header #menu-container #menu ul > li > ul > li > ul > li {
	width: 25%;
	float: left;
	clear: none;
}
#header #menu-container #menu > #nav > ul > li > ul > li > ul > li:nth-of-type(4n + 5) { 
	clear: both;
}
#header #menu-container #menu ul > li > ul > li > ul > li > ul > li {
	width: 100%;
	float: none;
}
#header #menu-container #menu > #nav > ul > li > ul > li > ul > li > ul { display: none; }

#main #steps::after {
	content: '';
	display: block;
	clear: both;
}
#main #steps .step { 
	text-align: center;
	margin-bottom: 2em;
}
#main #steps .step span:first-of-type {
	background: #333;
	border-radius: 2em;
	color: #FFF;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align:	middle;
	padding-top: 0.4em;
}
#main #steps .step span:last-of-type {
	margin-left: 1em;
	font-size: 0.95em;
}
#main #steps .step.active span:first-of-type { background: #e20c05; }
#main #minicart {
	background: #FFF;
	color: #333;
	font-size: 16px;
	overflow: auto;
	position: fixed; top: 120px; right: -270px; z-index: 4;
	width: 270px;
	height: calc(100% - 120px);
	transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
}
#main #minicart #noarticles { margin: 1em; }
#main #minicart #minicartarticles { margin: 1em; }
#main #minicart #minicartarticles a { 
	color: #333;
	text-decoration: none;
}
#main #minicart .minicartarticle {
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#main #minicart .minicartarticle .deleteProduct i {
	color: #FFF;
	background: #333;
	font-size: 1em;
	vertical-align: middle;
	margin-left: 0.3em;
}
#main #minicart .minicartarticle::after {
	clear: both;
	float: none;
	content: '';
	display: block;
}
#main #minicart .minicartarticle { clear: both; }
#main #minicart .minicartarticle .image { 
	float: left; 
	padding-right: 0.5em;
}
#main #minicart .minicartarticle:last-of-type { 
	border: none; 
	margin-bottom: 0;
	padding-bottom: 0;
}
#main #minicart #backtoshop { margin-bottom: 0; }
#main #minicart .button {
	width: 100%;
	padding: 1em;
	margin-bottom: 0.5em;
}
#main #minicart #tocheckout:hover { background: #ff0900; }
#main #minicart #tocheckout { background: #e10800; }

#main #minicart.open { right: 0; }

#main #panorama { 
	margin-top: 1em; 
	overflow: hidden;
	position: relative;
}
#main #panorama .image-desc {
	position: absolute;
	bottom: 1em;
	left: 1em;
	color: #000;
	width: 410px;
}
#main #panorama .image-desc .title {
	background: #fff;
	padding: 0 5px;
	font-size: 2em;
	font-weight: lighter;
	line-height: 1.1em;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}
#main #panorama .image-desc .title strong { color: #000; }
#main #panorama .image-desc .subtitle { 
	font-weight: lighter; 
	font-size: 1.448em;
}

#main #imgboxes {
	display: flex;
	margin-top: 0.5em;
}
#main #imgboxes .imgbox {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 33.3%;
	margin-left: 1%;
	position: relative;
}
#main #imgboxes .imgbox img {
	width: 100%;
	height: auto;
}

#main #imgboxes .imgbox .imgbox-desc {
	position: absolute;
	bottom: 1em;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#main #imgboxes .imgbox .imgbox-desc .title {
	line-height: 1em;
	font-size: 3.205em;
}

#main #imgboxes .imgbox .imgbox-desc .subtitle {
	font-size: 1.335em;
	line-height: 1em;
}

#main #imgboxes .imgbox:first-of-type { margin-left: 0; }

#cartlist { 
	display: table; 
	width: 100%;
}

#cartlist .cartlistheader { display: table-row; }
#cartlist .cartproduct { display: table-row; }
#cartlist .cartlistheader div { 
	border-bottom: 1px solid #cecece;
	padding: 1em;
	font-weight: bold;
	display: table-cell; 
	vertical-align: middle;
}
#cartlist .cartproduct > div { 
	border-bottom: 1px solid #cecece;
	padding: 1em;
	display: table-cell; 
	vertical-align: middle;
}
#cartlist .cartproduct div .mobiletitle { display: none; }

#cartfooter {
	text-align: right;
	padding: 1em;
}

#discount-container { margin: 1em 0; }
#discount-error {
	color: #e10000;
	font-size: 0.6em;
	display: none;
	text-align: right;
}
#discount_code {
	box-sizing: border-box;
	font-size: 0.9em;
	height: 27px;
	max-width: 150px;
}
#discount_code[readonly] {
	border: none;
	color: #2e2e2e;
	font-style: italic;
	text-align: right; text-overflow: ellipsis;
	width: auto;
}
#control-discount {
	box-sizing: border-box;
	font-size: 0.62em;
	height: 27px;
	line-height: 16px;
	margin-left: -3px;
	vertical-align: 0px;
}
#control-discount > span:last-child {
	color: #000;
	display: none;
	animation: rotating 0.5s linear infinite; -webkit-animation: rotating 0.5s linear infinite; -moz-animation: rotating 0.5s linear infinite; -ms-animation: rotating 0.5s linear infinite; -o-animation: rotating 0.5s linear infinite;
	vertical-align: -5px;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#control-discount.load { background: transparent; }
#control-discount.load > span:first-child { display: none; }
#control-discount.load > span:last-child { display: inline-block; }
@media screen and (max-width: 1023px) {
	#control-discount { vertical-align: 1px; }
}
@media screen and (max-width: 450px) {
	#discount-container > span { display: block; }
}

#cartactions { 
	margin-top: 1em; 
	text-align: right;
}

#header::after {
	clear: both;
	content: '';
	display: block;
}

#subheader { 
	background: #FFF;
	border-bottom: 1px solid #cfcfcf; 
	height: 40px;
	width: 100%;
	padding: 0.5em;
	position: fixed; top: 120px; z-index: 2;
}
#subheader #searchbar input[type="text"] {
	width: calc(100% - 56px);
	height: 40px;
	box-sizing: border-box;
	border: 1px solid black;
	padding: 0.5em; 
	vertical-align: top;
}
#subheader #searchbar button {
	height: 40px;
}
#subheader #searchbar {
	width: 75%;
	float: left;
}
#subheader #searchbar form { position: relative; }
#subheader #searchbar #searchbardropdown {
	border: 1px solid #cecece;
	display: none;
	background: #fff;
	position: absolute; top: 40px; left: 0;
	width: calc(100% - 2px);
}
#subheader #searchbar #searchbardropdown .searchproposal {
	padding: 1em;
	border-bottom: 1px solid #cecece;
}
#subheader #searchbar #searchbardropdown .searchproposal::after {
	content: '';
	display: block;
	clear: both;
}
#subheader #searchbar #searchbardropdown .searchproposal:hover {
	background: #fdfdfd;
}
#subheader #searchbar #searchbardropdown .searchproposal .img { 
	float: left;
	margin: 0 1em;
}
#subheader #searchbar #searchbardropdown .searchproposal .title {  
	float: left;
	margin-left: 1em;
	text-decoration: none;
}
#subheader #searchbar #searchbardropdown .searchproposal.hasImage .title { line-height: 50px; }
#subheader #searchbar #searchbardropdown .searchproposal .price {
	float: left;
	color: #ff0000;
	font-weight: 700;
	margin-left: 1em;
	font-weight: 1.1em;
	text-decoration: none;
}
#subheader #searchbar #searchbardropdown .searchproposal.hasImage .price { line-height: 50px; }
#subheader #searchbar #searchbardropdown .searchproposal.showmore { text-align: center; } 
#subheader #shop-cta {
	height: 40px;
	width: 25%;
	float: left;
	text-align: right;
	vertical-align: middle;
}
#subheader #shop-cta i {
	font-size: 35px;
	padding: 2.5px 0;
	margin-left: 0.75em;
}
#subheader #shop-cta i:hover {
	color: #e10000;
}
#subheader #shop-cta #shopping-cart, #account {
	display: inline-block;
	position: relative;
}
#subheader #shop-cta #shopping-cart #cart-quantity {
	position: absolute;	right: -5px; top: -5px;
	background: #e10000;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
#cart-quantity.pulse { animation-name: _pulse; animation-duration: 500ms; animation-iteration-count: infinite; animation-timing-function: linear; }
@keyframes _pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.5); }
    100% { transform: scale(1); }
}
#subheader #shop-cta a { color: #333; }
#subheader::after {
	clear: both;
	content: '';
	display: block;
}

#main { padding-top: 187px; }
#breadcrumb { 
	clear: both;
	list-style: none;
	margin: 1.7em 0;
	overflow: auto;
	padding: 0;
	text-align: center;
}
#breadcrumb > * { display: inline-block; }
#breadcrumb .breadcrumb-spacer {
	margin: 0 0.55em; 
	vertical-align: -0.3em;
}
#breadcrumb a {
	font-size: 0.9em;
	text-decoration: none;
}
#breadcrumb a, #breadcrumb .breadcrumb-spacer i { color: #0d0d0d; }
#breadcrumb a:hover {
	color: red;
	text-decoration: underline;
}
#breadcrumb a i {
	display: none;
	text-indent: -7px;
	vertical-align: -0.3em;
}

#article { margin-bottom: 4em; }

.parallax-window {
	height: 27.76vw; min-height: 250px; max-height: calc(100vh - 102.13px);
	background: transparent;
}

#newsletter-container {
	background: #eceaea;
	padding: 4em; 
}
#newsletter-container .newsletter-desc {
	width: 45%;
	float: left;
	padding-right: 5%;
	padding-top: 15px;
}
#newsletter-container .newsletter-desc .title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
#newsletter-container .newsletter-form {
	width: 50%;
	float: left; 
}
#newsletter-container .newsletter-form input[type="text"] {
	border: 1px solid #FFF;
	height: 68px;
	width: 50%;
	padding-left: 1em;
	vertical-align: top;
	box-sizing: border-box;
}
#newsletter-container .newsletter-form input[type="submit"] {
	height: 68px;
}
#newsletter-container::after {
	clear: both;
	content: '';
	display: block;
}

#footer {
	background: #0d0d0d;
	color: #989897;
	padding-top: 2em;
}
#footer a {
	color: #989897;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
#footer .button {
	background: #252525;
	color: #FFF;
	padding: 1em 4em;
}
#footer .button:hover {	background: #373737; }
#footer .footerrow h3 {
	font-size: 1.714em;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
#footer .footerrow h3::after {
	content: '';
	display: block;
	border-bottom: 1px solid #989897;
	padding-bottom: 0.75em;
	width: 2em;
}
#footer #third-row h3 { text-align: right; }
#footer #third-row h3::after {
	position: absolute;
	right: 0;
	
}
#footer .footerrow #placebutton { margin-top: 2em; }
#footer .footerrow { text-transform: uppercase; }
#footer #second-row div  { margin-bottom: 1.5em; }
#footer .footerrow .desc div { 
	margin-bottom: 1em;
	display: table; 
}
#footer .footerrow .desc div > * { display: table-cell; }
#footer .footerrow .desc div > * {
	display: table-cell;
	vertical-align: middle;
}
#footer .footerrow .desc #firstaddress {
	max-width: 200px;
}
#footer .footerrow .desc #secondaddress {
	max-width: 200px;
	padding-left: 1em;
}
#footer .footerrow .desc #addressextra { margin-left: 3.5em; }
#footer .footerrow div .icon {
	padding: 0 1em;
}
#footer #third-row {
	text-transform: none;
	text-align: center;
}
#footer #third-row .owl-carousel { 
	padding: 0 45px;
	position: relative; 
}
#footer #third-row .owl-carousel .owl-item .item {
	text-align: center;
}
#footer #third-row .owl-carousel .owl-item .item img {
	height: 125px;
	width: auto;
	max-width: 170px;
	display: inline-block;
}
#footer #third-row .owl-carousel .owl-nav img {
	height: 50px;
	position: absolute;
	bottom: 87px;
}
#footer #third-row .owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #3a3a3a;
	display: inline-block;
	margin-left: 1em;
}
#footer #third-row .owl-carousel .owl-dots .owl-dot:first-of-type { margin-left: 0; }
#footer #third-row .owl-carousel .owl-dots .owl-dot.active { background: #989897 }
#footer #third-row .owl-carousel .owl-nav .owl-next img { right: 5px; }
#footer #third-row .owl-carousel .owl-nav .owl-prev img { left: 5px; }
#footer #subfooter {
	background: #000;
	font-size: 0.875em!important;
	padding: 2em 0;
}
#footer #subfooter #syssites { float: left; }
#footer #subfooter #nav_copyright { float: right; }
#footer #subfooter::after {
	clear:both;
	content:'';
	display: block;
}

.deco-title::before, .deco-title::after {
	content: '';
	display: table-cell;
	width: 50%;
	background-image: linear-gradient(to right, #000 100%, #000 50%);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-size: 6px 2px;
}
.deco-title {
	border-collapse: collapse;
	display: table;
	white-space: nowrap;
	font-family: 'Aliens and Cows';
	font-size: 1.95em;
	text-align: center;
}
.deco-title::before {
  border-right: 1em solid #fff;
}
.deco-title::after {
  border-left: 1em solid #fff;
}

/* CONTENT */
#mobilemenu { 
	display: none;
	text-align: right; 
}
#animated-menublock {
    width: 40px;
    height: 45px;
	display: inline-block;
	margin-top: 0.75em;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#animated-menublock span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #c3c3c3;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#animated-menublock span:nth-child(1) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
body.mobilemenu #animated-menublock span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 8px;
}
#animated-menublock span:nth-child(2) {
    top: 21px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
body.mobilemenu #animated-menublock span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#animated-menublock span:nth-child(3) {
    top: 32px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
body.mobilemenu #animated-menublock span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 37px;
    left: 8px;
}

.shopprice .effectiveprice {
	color: #ff0000;
	font-size: 1.25em; font-weight: 700;
}
.shopprice .orgprice {
	font-size: 0.85em; font-weight: 700;
	margin-left: 1em;
	position: relative; z-index: 1;
}
.shopprice .orgprice:after {
	background: #000;
	content: '';
	height: 0.7px;
	position: absolute; z-index: 1; left: -10px; top: 50%; right: -10px;
	transform: translateY(-50%) rotate(-5deg);
}
.shopprice .savepercent { color: #ff0000; }
.shopprice .savepercent, .shopprice .shoppriceivadesc { font-size: 0.8em; }
.pricerequest { 
	color: #ff0000; 
	font-weight: bold;
}

.productavailability { 
	color: #008a00;
	margin-bottom: 2.8em;
}
.productavailability.not_in_stock { color: #ff9800; }
.productavailability.canceled { color: #f44336; }

.amount-container { display: table; }
.amount-container > div { 
	display: table-cell; 
	vertical-align: middle;
}
.amount-container > div:nth-child(2) { padding: 0 0.3em; }
.amount-container > div > * { display: block; }
.amount-container > div > * i { vertical-align: -0.15em; }
.amount-container input {
	height: 28px;
	text-align: center;
	width: 38px;
}
.amount-container input:focus { outline: none; }

.button.withicon i {
	margin-right: 0.5em;
	vertical-align: -0.2em;
}

/* Produkt-Übersicht */
.products_lst {
	display: flex;
	flex-wrap: wrap;
}
.products_lst .product {
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: calc(50% - 1em);
	margin-bottom: 2em;
}
.products_lst .product:nth-of-type(odd) { margin-right: 1em; }
.products_lst .product:nth-of-type(even) { margin-left: 1em; }
.products_lst .product > * {
	display: table-cell;
	vertical-align: top;
}
.products_lst .product > *:first-child { width: 35%; }
.products_lst .product > *:last-child { padding-left: 30px; }
.products_lst .product img {
	display: block;
	height: auto;
	width: 100%;
}
.products_lst h2 { margin-bottom: 0; margin-top: 0; }
.products_lst .product-code {
	font-size: 0.7em;
	margin-bottom: 1em; margin-top: 0.2em;
}
.products_lst .product-details > * {
	margin-bottom: 1em;
}
.products_lst .product-details > *:first-child { padding-right: 3em; }
.products_lst .addtocard-row { 
	display: table; 
	width: 100%;
}
.products_lst .addtocard-row > * {
	display: table-cell;
	vertical-align: middle;
}
.products_lst .addtocard-row > *:first-child { width: 120px; }
.products_lst .productavailability { margin-bottom: 0; }

.products_lst-morebtn-container {
	margin-top: 4.5em;
	text-align: center;
}
.products_lst-morebtn-container .button { font-size: 0.8em; }
.products_lst-morebtn-loader { display: none; }
.products_lst-morebtn-loader i { 
	animation: rotating 0.5s linear infinite;
	-webkit-animation: rotating 0.5s linear infinite;
	-moz-animation: rotating 0.5s linear infinite;
	-ms-animation: rotating 0.5s linear infinite;
	-o-animation: rotating 0.5s linear infinite;
	font-size: 2em;
}
.loading {
	animation: rotating 1s linear infinite;
	-webkit-animation: rotating 1s linear infinite;
	-moz-animation: rotating 1s linear infinite;
	-ms-animation: rotating 1s linear infinite;
	-o-animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

form label {
	display: inline-block;
	min-width: 160px;
	text-align: right;
	margin-right: 0.5em;
}

form label .required { color: #e10000; }

.requiredinfo { font-size: 0.8em; }
.requiredinfo .required { color: #e10000; }

form input, form select { margin-bottom: 0.5em; }
form #privacydata input { margin-right: 0.5em; }

/* END CUSTOM PART */

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
        border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 0.5%; margin-top: 0.25%; margin-bottom: 0.25%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2), 
.responsiveimages.sixtyfthirtyfx2 a:nth-child(2), .responsiveimages.sixtyfthirtyfx2 a:nth-child(3), .responsiveimages.sixtyfx2thirtyf .leftside { width: 34.65%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child, 
.responsiveimages.sixtyfthirtyfx2 a:first-child, .responsiveimages.sixtyfx2thirtyf .rightside { width: 64.85%; }

.responsiveimages.sixtyfthirtyfx2 a:nth-child(3) { margin-top: 0.5%; }

.responsiveimages.sixtyfx2thirtyf a { margin-left: 0!important; }
.responsiveimages.sixtyfx2thirtyf a:nth-child(2) { margin-top: 1.5%; }
.responsiveimages.sixtyfx2thirtyf > div { 
	display: inline-block;
	float: left;
	height: 100%;
}
.responsiveimages.sixtyfx2thirtyf .rightside { margin-left: 0.5%; }

.responsiveimages a img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width: 560px) {
	.responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:first-child {
		margin-bottom: 0.5%;
		width: 100%!important;
	}
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }
	
	.responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
	.responsiveimages.sixtyfx2thirtyf .rightside {
		margin-top: 0.5%; margin-left: 0;
		width: 100%;
	}
	.responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }

	form label {
		display: block;
		text-align: left;
	}
	
	form #privacydata input {
		margin: 0;
		margin-top: 0.4em;
		width: 10%;
		float: left;
	}
	
	form #privacydata label {
		display: inline-block;
		float: left;
		margin: 0;
		width: 90%;
	}
	
	form #privacydata::after {
		content: '';
		display: block;
		clear: both;
	}
}
@media screen and (max-width: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

/* Bilder mit Fließtext */
#article .imgandtext {
	clear: both;
	overflow: auto;
}
#article .imgandtext.img_left > img, #article .imgandtext.img_left .responsiveimages {
	float: left;
	margin-right: 0.5em;
}
#article .imgandtext.img_right > img, #article .imgandtext.img_right .responsiveimages {
	float: right;
	margin-left: 0.5em;
}
#article .imgandtext > img, #article .imgandtext .responsiveimages {
	margin-top: 0.4em;
	width: 40%;
}
#article .imgandtext p { margin-top: 0; }

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
}
#cookiehint button:hover { 
	background: #ddd!important;
	cursor: pointer;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
	background: #aaa!important;
	color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }

/* Media Queries */
@media screen and (max-width: 1023px) {
	#main #imgboxes .imgbox img { height: auto;}
	#main #steps .step span:first-of-type {
		padding-top: 0.6em;
	}
	#newsletter-container .newsletter-form { text-align: center; }
	#newsletter-container .newsletter-form input[type="text"] {
		display: block;
		width: 100%;
	}
	#newsletter-container .newsletter-form input[type="submit"] {
		margin-top: 0.5em;
	}
	#main #panorama .owl-carousel .owl-item img {
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 1023px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1, .grid-container .row.table > .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2, .grid-container .row.table > .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3, .grid-container .row.table > .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4, .grid-container .row.table > .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5, .grid-container .row.table > .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6, .grid-container .row.table > .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7, .grid-container .row.table > .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8, .grid-container .row.table > .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9, .grid-container .row.table > .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10, .grid-container .row.table > .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11, .grid-container .row.table > .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .col-m-12, .grid-container .row.table > .col-m-12 { width: 100%; }
	
	.m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
	.row.table .m-space { padding: 0.7em 1em!important; }
	.m-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .m-space-left { padding-left: 1em!important; }
	.m-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .m-space-right { padding-right: 1em!important; }
	
	.m-clearspace { margin: 0!important;}
	.row.table .m-clearspace { padding: 0; }
	.m-clearspace-left { margin-left: 0!important; }
	.row.table .m-clearspace-left { padding-left: 0!important; }
	.m-clearspace-right { margin-right: 0!important; }
	.row.table .m-clearspace-right { padding-right: 0!important; }
	
	body { font-size: 14px; }
	body.mobilemenu { overflow: hidden; }
	
	h1 { margin: 0.67em 0 1em; }
	
	#header #menu-container #menu { display: none }
	#header #menu-container #menu {
		display: block;
		height: calc(100vh - 120px);
		position: fixed;
		top: 120px;
		left: -100%;
		overflow: auto;
		padding-left: 0;
		text-align: left;
		width: 100%;
		background: #2e2e2e;
		height: 100%;
		transition: left 0.5s ease-in-out;
		-webkit-transition: left 0.5s ease-in-out;
		-moz-transition: left 0.5s ease-in-out;
		-o-transition: left 0.5s ease-in-out;
		z-index: 4;
	}
	body.mobilemenu #header #menu-container #menu { left: 0; }
	#header #menu-container #menu li {
		display: block;
		padding: 0.25em 0 0.25em 0;
		margin: 0 0.5em 0 0.5em;
		border-bottom: 1px solid #FFF;
		position: relative;
	}
	#header #menu-container #menu li.active > a { color: #e10000; }
	#header #menu-container #menu li.active > ul { display: block; }
	#header #menu-container #menu li > ul {
		background: none;
		border: none;
		box-sizing: border-box;
		margin-left: 0.5em;
		position: static;
		width: auto;
	}
	#header #menu-container #menu li ul li ul {
		display: none;
		width: auto;
		padding-left: 0;
		white-space: normal;
	}
	#header #menu-container #menu li > ul li {
		border: none;
		font-size: 0.9em;
		margin: 0;
		padding-left: 0;
	}
	#header #menu-container #menu li > ul a {
		color: #FFF;
	}
	#header #menu-container #menu li i {
		background: #FFF;
		color: #2e2e2e;
		position: absolute; top: 8px; right: 0.25em;
	}
	#header #menu-container #menu ul > li > ul > li > ul > li {
		width: 100%;
		float: none;
		clear: none;
	}
	#header #menu-container #menu ul > li > ul > li > ul > li > ul > li { margin: 0; }
	#header #menu-container #menu > #nav > ul > li > ul > li > ul > li:nth-of-type(4n + 5) { 
		clear: both;
		margin-top: 0;
	}
	
	#mobilemenu { display: block; }
	
	#breadcrumb {
		text-align: center;
		font-size: 1em;
		margin-top: 1.5em;
		margin-bottom: 0.5em;
	}
	#breadcrumb .breadcrumb-spacer { vertical-align: -0.2em; }
	#breadcrumb .breadcrumb-spacer i { font-size: 1em; }
	/* #breadcrumb > a:first-of-type { display: none; }*/
	/* #breadcrumb > li:first-of-type { display: none; }*/
	#breadcrumb li { font-size: 1em; }
	#breadcrumb li:last-child a i { display: inline-block; }
		
	#footer #third-row { 
		margin: 0; 
	}
	#footer #third-row h3 { text-align: left } 
	#footer #third-row h3::after { left: 0; } 
}
@media screen and (max-width: 779px) {
	#main #steps .step span:last-of-type {
		display: block;
		margin-left: 0;
		margin-top: 0.25em;
	}
	#main #panorama .image-desc { width: 245px; }
	#main #panorama .image-desc .title { font-size: 1.2em; }
	#main #panorama .image-desc .subtitle { font-size: 1em; }
	#main #imgboxes .imgbox .imgbox-desc .title { font-size: 2em; }
	#main #imgboxes .imgbox .imgbox-desc .subtitle { font-size: 1em; }
	
	#cartlist .cartlistheader { display: none; }
	#cartlist .cartproduct { 
		display: block;
		border-bottom: 1px solid #cecece;
		padding: 1em 0 1em 1em;
	}
	#cartlist .cartproduct > div {
		border-bottom: none;
		display: block;
		padding: 0.25em;
	}
	#cartlist .cartproduct .image { 
		float: left;
		margin-top: 1em;
		margin-right: 2em;
	}
	#cartlist .cartproduct .title { font-weight: bold; }
	#cartlist .cartproduct .qnt div { display: inline-block; }
	#cartlist .cartproduct div .mobiletitle { 
		display: inline-block; 
		padding-right: 0.5em;
	}
	#cartlist .cartproduct .delete a {
		background: #e10800;
		color: #FFF;
		display: inline-block;
		font-size: 1em;
		font-weight: 900;
		hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		line-height: 1.2em;
		padding: 0.5em 1em;
		text-decoration: none;
		text-transform: uppercase;
	}
	#cartlist .cartproduct .delete { margin-top: 1em; }
	#cartlist .cartproduct .delete i { display: none; }

	.products_lst { display: block; }
	.products_lst .product { width: 100%; }
	.products_lst .product:nth-of-type(odd) { margin-right: 0; }
	.products_lst .product:nth-of-type(even) { margin-left: 0; }


	.products_lst .product > *:first-child { width: 100px; }
	.products_lst .product > *:last-child { padding-left: 20px; }
	.products_lst .product h2 { font-size: 1.2em; }
	.products_lst .product-details, .products_lst .product-details > * { display: block; }
	.products_lst .product-details > *:first-child { padding-right: 0; padding-bottom: 1em; }
}
@media screen and (max-width: 700px) {
	#newsletter-container { padding: 2em 1em; }
	#newsletter-container .newsletter-desc { 
		width: 100%; 
		float: none; 
		margin-bottom: 1em;
		text-align: center;
	}
	#newsletter-container .newsletter-form { 
		width: 100%; 
		float: none; 
	}
	
	#main #imgboxes .imgbox:nth-of-type(3) { display: none;	}
	#main #imgboxes .imgbox { 
		width: 50%; 
		margin-left: 3%;
	}
	#main #panorama {

	}
}
@media screen and (max-width: 565px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1, .grid-container .row.table > .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2, .grid-container .row.table > .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3, .grid-container .row.table > .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4, .grid-container .row.table > .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5, .grid-container .row.table > .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6, .grid-container .row.table > .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7, .grid-container .row.table > .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8, .grid-container .row.table > .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9, .grid-container .row.table > .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10, .grid-container .row.table > .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11, .grid-container .row.table > .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .col-s-12, .grid-container .row.table > .col-s-12 { width: 100%; }
	
	.s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
	.row.table .s-space { padding: 0.7em 1em!important; }
	.s-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .s-space-left { padding-left: 1em!important; }
	.s-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .s-space-right { padding-right: 1em!important; }
	
	.s-clearspace { margin: 0!important;}
	.row.table .s-clearspace { padding: 0; }
	.s-clearspace-left { margin-left: 0!important; }
	.row.table .s-clearspace-left { padding-left: 0!important; }
	.s-clearspace-right { margin-right: 0!important; }
	.row.table .s-clearspace-right { padding-right: 0!important; }
	
	#subheader #searchbar { width: 100%; }
	#subheader #shop-cta #shopping-cart, #account { 
		position: fixed; 
		background: #FFF;
		width: 50px;
		height: 50px;
		border-radius: 25px;
		text-align: center;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}
	#subheader #shop-cta #shopping-cart {
		bottom: 15px; 
		right: 15px;
	}
	#subheader #shop-cta #shopping-cart #cart-quantity {
		top: -2px;
		right: -2px;
	}
	#subheader #shop-cta #account {
		bottom: 15px;
		right: 85px;
	}
	#subheader #shop-cta #account.carthidden {
		right: 15px;
	}
	#subheader #shop-cta i { 
		margin: 0;
		padding: 8px 0;
	}
	#footer .footerrow h3 {	text-align: center; }
	#footer .footerrow h3::after {
		width: 5em;
		margin: 0 auto;
	}
	#footer .footerrow .desc div { 
		display: block; 
		text-align: center;
	}
	#footer .footerrow .desc div > * { display: inline-block; }
	#footer #second-row div { text-align: center; }
	#footer #third-row { display: none; }

	#footer .footerrow .desc #firstaddress { max-width: none; }
	#footer .footerrow .desc #secondaddress { max-width: none; }

	#subfooter { padding-bottom: 85px!important; }
}
@media screen and (max-width: 490px) {
	#main #steps .step span:last-of-type {
		display: none;
	}
	.deco-title { white-space: normal; hyphens: manual; }
}
@media screen and (max-width: 470px) {
	#header #menu-container { width: 48%; }
	#header #logo-container { width: 50%; }
	#header #menu-container #language-social #socialmedias { display: none; }
	#main #panorama .image-desc .title { font-size: 0.8em; }
	#main #panorama .image-desc .subtitle { display: none; }
	#main #panorama .image-desc { width: 160px; }
	#main #imgboxes .imgbox .imgbox-desc .title { font-size: 1em; }
	#main #imgboxes .imgbox .imgbox-desc .subtitle { display: none; }
	
	#cartlist .cartproduct .image { 
		float: none; 
		margin: 0; 
	}
	#cartlist .cartproduct > div { text-align: center; }
	#subheader #searchbar #searchbardropdown .searchproposal .price { display: none; }
	
}
@media screen and (max-width: 345px) {
	.products_lst .product { font-size: 0.8em; }
	.products_lst .product > *:first-child { width: 80px; }
	.products_lst .amount-container input { width: 30px; }
}

/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}