@charset "UTF-8";
@import '../js/zebra_dialog/css/materialize/zebra_dialog.min.css';
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;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  color: #505560;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

h1 {
  margin: 0 0 0.3em 0;
  font-size: 3em;
  text-align: center;
  line-height: 1.2;
}

h2 {
  margin: 0 0 0.3em 0;
  font-size: 2em;
  line-height: 1.2;
}

h3 {
  margin: 0 0 0.4em 0;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.2;
}

p, ul, ol, table, div.para {
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 768px) {
  p.mobilenospaceafter, ul.mobilenospaceafter, ol.mobilenospaceafter, table.mobilenospaceafter, div.para.mobilenospaceafter {
    margin: 0;
  }
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul li, ol li {
  margin-left: 2em;
}

b, strong, .bold {
  font-weight: 700;
}

i, em, .italic {
  font-style: italic;
}

a, a:visited {
  color: #914627;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
a:hover, a:active, a:visited:hover, a:visited:active {
  border-bottom: 1px solid #914627;
}
@media only screen and (max-width: 768px) {
  a:hover, a:active, a:visited:hover, a:visited:active {
    border-bottom: 1px solid transparent;
  }
}
a.noline, a:visited.noline {
  border-bottom: 1px solid transparent;
}
a.noline:hover, a.noline:active, a:visited.noline:hover, a:visited.noline:active {
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  a.noline:hover, a.noline:active, a:visited.noline:hover, a:visited.noline:active {
    border-bottom: 1px solid transparent;
  }
}

div.shoppingcartwrap {
  text-align: center;
  overflow-x: scroll;
}
div.shoppingcartwrap table {
  display: inline-block;
  text-align: left;
}

div.centertable {
  text-align: center;
}
div.centertable table {
  display: inline-block;
  text-align: left;
}

div.centerblocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.centerblocks div.break {
  flex-basis: 100%;
  height: 0;
}

table tr:first-child td {
  padding-top: 0;
}
table tr:last-child td {
  padding-bottom: 0;
}
table tr.head td {
  font-weight: 700;
  vertical-align: bottom;
}
table tr td {
  padding: 0.2em 0.5em;
  vertical-align: top;
}
table tr td:first-child {
  padding-left: 0;
}
table tr td:last-child {
  padding-right: 0;
}
table.formfields tr td {
  position: relative;
}
table.formfields tr td:first-child {
  padding-top: 0.6em;
}
table.formfields tr td.paymentarea.warning {
  padding: 0.5em 0.5em 0.1em 0.5em;
}
table.formfields tr td.bottom {
  padding-bottom: 0.45em;
  vertical-align: bottom;
}
table.shoppingcart tr {
  border-bottom: 1px solid #505560;
}
table.shoppingcart tr:last-child {
  border-bottom: none;
}
table.shoppingcart tr td {
  padding: 0.5em 0.8em;
}
table.tight tr td {
  padding: 0;
}
table.tight tr td:first-child {
  padding: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

hr {
  height: 1px;
  margin: 2em auto;
  background-color: #914627;
  border: none;
}
hr.spaceonly {
  margin: 1em auto;
  background-color: transparent;
}

input[type=text], input[type=email], input[type=number], input[type=tel], input[type=password], textarea {
  display: inline-block;
  width: calc(100% - 1.8em);
  max-width: 20em;
  margin: 0.2em 0 0 0;
  padding: 0.6em 0.9em 0.5em 0.9em;
  color: #505560;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  border: 1px solid #b5b6b9;
  border-radius: 0.5em;
  outline: none;
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  input[type=text], input[type=email], input[type=number], input[type=tel], input[type=password], textarea {
    max-width: 16em;
  }
}
input[type=text].warning, input[type=email].warning, input[type=number].warning, input[type=tel].warning, input[type=password].warning, textarea.warning {
  border: 1px solid #c00;
  box-shadow: 0 0 5px #c00;
}
input[type=text].completed, input[type=email].completed, input[type=number].completed, input[type=tel].completed, input[type=password].completed, textarea.completed {
  border: 1px solid #0c0;
  box-shadow: 0 0 5px #0c0;
}
input[type=text]:not(.warning):focus, input[type=email]:not(.warning):focus, input[type=number]:not(.warning):focus, input[type=tel]:not(.warning):focus, input[type=password]:not(.warning):focus, textarea:not(.warning):focus {
  border: 1px solid #1da1f2;
  box-shadow: 0 0 5px #1da1f2;
}

textarea {
  max-width: 30em;
  height: 8em;
}

input.medium[type=text], input.medium[type=email], input.medium[type=number], input.medium[type=tel], input.medium[type=password] {
  max-width: 8em;
}
input.medium[type=text].textsearch, input.medium[type=email].textsearch, input.medium[type=number].textsearch, input.medium[type=tel].textsearch, input.medium[type=password].textsearch {
  max-width: 12em;
}

input.small[type=text], input.small[type=email], input.small[type=number], input.small[type=tel], input.small[type=password] {
  max-width: 4em;
}

img.greencheck {
  display: none;
  position: absolute;
  top: calc(0.2em + 9px);
  left: calc(0.5em + 9px);
  width: 14px;
  height: 14px;
}

table.tight img.greencheck {
  top: 9px;
  left: 9px;
}

select {
  display: inline-block;
  max-width: 18.4em;
  margin: 0;
  padding: 0.6em 2.5em 0.5em 0.9em;
  color: #505560;
  background: #fff url("/img/gr_select-arrow.png") calc(100% - 8px) center no-repeat;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  white-space: nowrap;
  border: 1px solid #b5b6b9;
  border-radius: 0.5em;
  outline: none;
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  select {
    max-width: 14.4em;
  }
}
select.warning {
  border: 1px solid #c00;
  box-shadow: 0 0 5px #c00;
}
select.completed {
  border: 1px solid #0c0;
  box-shadow: 0 0 5px #0c0;
}
select:not(.warning):focus {
  border: 1px solid #1da1f2;
  box-shadow: 0 0 5px #1da1f2;
}

ul.payment {
  list-style-type: none;
  margin: 0;
}
ul.payment li {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
ul.payment li:last-child {
  margin: 0;
}
ul.payment li.selected img {
  border: 1px solid #0c0;
  box-shadow: 0 0 5px #0c0;
}
ul.payment li img {
  display: block;
  width: 50px;
  border: 1px solid transparent;
  cursor: pointer;
}

a.btn, a.btn:visited, button, input[type=button], input[type=submit], input[type=reset] {
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 0.7em 2em;
  color: #914627;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid #914627;
  border-radius: 0.5em;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
}
a.btn:hover, a.btn:active, a.btn:visited:hover, a.btn:visited:active, button:hover, button:active, input[type=button]:hover, input[type=button]:active, input[type=submit]:hover, input[type=submit]:active, input[type=reset]:hover, input[type=reset]:active {
  color: #fff;
  background-color: #914627;
}
@media only screen and (max-width: 768px) {
  a.btn:hover, a.btn:active, a.btn:visited:hover, a.btn:visited:active, button:hover, button:active, input[type=button]:hover, input[type=button]:active, input[type=submit]:hover, input[type=submit]:active, input[type=reset]:hover, input[type=reset]:active {
    color: #914627;
    background-color: transparent;
  }
}
a.btn.green, a.btn:visited.green, button.green, input[type=button].green, input[type=submit].green, input[type=reset].green {
  color: #fff;
  background-color: #060;
  border: 1px solid #060;
}
a.btn.green:hover, a.btn.green:active, a.btn:visited.green:hover, a.btn:visited.green:active, button.green:hover, button.green:active, input[type=button].green:hover, input[type=button].green:active, input[type=submit].green:hover, input[type=submit].green:active, input[type=reset].green:hover, input[type=reset].green:active {
  color: #060;
  background-color: #fff;
  border: 1px solid #060;
}
@media only screen and (max-width: 768px) {
  a.btn.green:hover, a.btn.green:active, a.btn:visited.green:hover, a.btn:visited.green:active, button.green:hover, button.green:active, input[type=button].green:hover, input[type=button].green:active, input[type=submit].green:hover, input[type=submit].green:active, input[type=reset].green:hover, input[type=reset].green:active {
    color: #fff;
    background-color: #060;
    border: 1px solid #060;
  }
}
a.btn.blinkingred, a.btn:visited.blinkingred, button.blinkingred, input[type=button].blinkingred, input[type=submit].blinkingred, input[type=reset].blinkingred {
  background-color: #c00;
  animation: blinkingRedBackground 3s infinite;
}
a.btn.blinkingred.disabled, a.btn:visited.blinkingred.disabled, button.blinkingred.disabled, input[type=button].blinkingred.disabled, input[type=submit].blinkingred.disabled, input[type=reset].blinkingred.disabled {
  background-color: #505560;
  cursor: default;
  animation: none;
}
a.btn.blinkingred.disabled:hover, a.btn.blinkingred.disabled:active, a.btn:visited.blinkingred.disabled:hover, a.btn:visited.blinkingred.disabled:active, button.blinkingred.disabled:hover, button.blinkingred.disabled:active, input[type=button].blinkingred.disabled:hover, input[type=button].blinkingred.disabled:active, input[type=submit].blinkingred.disabled:hover, input[type=submit].blinkingred.disabled:active, input[type=reset].blinkingred.disabled:hover, input[type=reset].blinkingred.disabled:active {
  background-color: #505560;
}
a.btn.blinkingred:hover, a.btn.blinkingred:active, a.btn:visited.blinkingred:hover, a.btn:visited.blinkingred:active, button.blinkingred:hover, button.blinkingred:active, input[type=button].blinkingred:hover, input[type=button].blinkingred:active, input[type=submit].blinkingred:hover, input[type=submit].blinkingred:active, input[type=reset].blinkingred:hover, input[type=reset].blinkingred:active {
  background-color: #c00;
}
@keyframes blinkingRedBackground {
  0% {
    background-color: #600;
  }
  50% {
    background-color: #c00;
  }
  100% {
    background-color: #600;
  }
}
a.btn.blinkinggreen, a.btn:visited.blinkinggreen, button.blinkinggreen, input[type=button].blinkinggreen, input[type=submit].blinkinggreen, input[type=reset].blinkinggreen {
  color: #fff;
  background-color: #0c0;
  border: 1px solid #0c0;
  animation: blinkingGreenBackground 3s infinite;
}
a.btn.blinkinggreen.disabled, a.btn:visited.blinkinggreen.disabled, button.blinkinggreen.disabled, input[type=button].blinkinggreen.disabled, input[type=submit].blinkinggreen.disabled, input[type=reset].blinkinggreen.disabled {
  background-color: #505560;
  cursor: default;
  animation: none;
}
a.btn.blinkinggreen.disabled:hover, a.btn.blinkinggreen.disabled:active, a.btn:visited.blinkinggreen.disabled:hover, a.btn:visited.blinkinggreen.disabled:active, button.blinkinggreen.disabled:hover, button.blinkinggreen.disabled:active, input[type=button].blinkinggreen.disabled:hover, input[type=button].blinkinggreen.disabled:active, input[type=submit].blinkinggreen.disabled:hover, input[type=submit].blinkinggreen.disabled:active, input[type=reset].blinkinggreen.disabled:hover, input[type=reset].blinkinggreen.disabled:active {
  background-color: #505560;
}
a.btn.blinkinggreen:hover, a.btn.blinkinggreen:active, a.btn:visited.blinkinggreen:hover, a.btn:visited.blinkinggreen:active, button.blinkinggreen:hover, button.blinkinggreen:active, input[type=button].blinkinggreen:hover, input[type=button].blinkinggreen:active, input[type=submit].blinkinggreen:hover, input[type=submit].blinkinggreen:active, input[type=reset].blinkinggreen:hover, input[type=reset].blinkinggreen:active {
  background-color: #0c0;
}
@keyframes blinkingGreenBackground {
  0% {
    background-color: #060;
  }
  50% {
    background-color: #0c0;
  }
  100% {
    background-color: #060;
  }
}
a.btn.btnsmall, a.btn:visited.btnsmall, button.btnsmall, input[type=button].btnsmall, input[type=submit].btnsmall, input[type=reset].btnsmall {
  font-size: 0.7em;
}
a.btn.btnwhite, a.btn:visited.btnwhite, button.btnwhite, input[type=button].btnwhite, input[type=submit].btnwhite, input[type=reset].btnwhite {
  color: #fff;
  border: 1px solid #fff;
}
a.btn.btnwhite:hover, a.btn.btnwhite:active, a.btn:visited.btnwhite:hover, a.btn:visited.btnwhite:active, button.btnwhite:hover, button.btnwhite:active, input[type=button].btnwhite:hover, input[type=button].btnwhite:active, input[type=submit].btnwhite:hover, input[type=submit].btnwhite:active, input[type=reset].btnwhite:hover, input[type=reset].btnwhite:active {
  color: #505560;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  a.btn.btnwhite:hover, a.btn.btnwhite:active, a.btn:visited.btnwhite:hover, a.btn:visited.btnwhite:active, button.btnwhite:hover, button.btnwhite:active, input[type=button].btnwhite:hover, input[type=button].btnwhite:active, input[type=submit].btnwhite:hover, input[type=submit].btnwhite:active, input[type=reset].btnwhite:hover, input[type=reset].btnwhite:active {
    color: #fff;
    background-color: transparent;
  }
}

div.ZebraDialog {
  max-width: 90%;
}
div.ZebraDialog a.ZebraDialog_Close {
  display: none;
}
div.ZebraDialog div.ZebraDialog_Buttons a, div.ZebraDialog div.ZebraDialog_Buttons a:visited {
  display: inline-block;
  margin: 0;
  padding: 0.8em 2em;
  color: #914627;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid #914627;
  border-radius: 0.5em;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
}
div.ZebraDialog div.ZebraDialog_Buttons a:hover, div.ZebraDialog div.ZebraDialog_Buttons a:active, div.ZebraDialog div.ZebraDialog_Buttons a:visited:hover, div.ZebraDialog div.ZebraDialog_Buttons a:visited:active {
  color: #fff;
  background-color: #914627;
}
@media only screen and (max-width: 768px) {
  div.ZebraDialog div.ZebraDialog_Buttons a:hover, div.ZebraDialog div.ZebraDialog_Buttons a:active, div.ZebraDialog div.ZebraDialog_Buttons a:visited:hover, div.ZebraDialog div.ZebraDialog_Buttons a:visited:active {
    color: #914627;
    background-color: transparent;
  }
}

div.col2 {
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
}
@media only screen and (max-width: 768px) {
  div.col2:not(.nosplit) {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
  div.col2:not(.nosplit).mobilenospaceafter {
    margin-bottom: 0;
  }
}
div.col2.loose {
  width: auto;
  max-width: 48%;
}
@media only screen and (max-width: 768px) {
  div.col2.loose {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em 0;
  }
}
div.col2:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  div.col2:last-child {
    margin-bottom: 1em;
  }
}

div.col3 {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
}
@media only screen and (max-width: 768px) {
  div.col3:not(.nosplit) {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
  div.col3:not(.nosplit).mobilenospaceafter {
    margin-bottom: 0;
  }
}
div.col3.loose {
  width: auto;
  max-width: 32%;
}
@media only screen and (max-width: 768px) {
  div.col3.loose {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em 0;
  }
}
div.col3:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  div.col3:last-child {
    margin-bottom: 1em;
  }
}

div.col4 {
  float: left;
  width: 22%;
  margin: 0 4% 0 0;
}
@media only screen and (max-width: 768px) {
  div.col4:not(.nosplit) {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
  div.col4:not(.nosplit).mobilenospaceafter {
    margin-bottom: 0;
  }
}
div.col4.loose {
  width: auto;
  max-width: 22%;
}
@media only screen and (max-width: 768px) {
  div.col4.loose {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em 0;
  }
}
div.col4:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  div.col4:last-child {
    margin-bottom: 1em;
  }
}

div.col5 {
  float: left;
  width: 16%;
  margin: 0 5% 0 0;
}
@media only screen and (max-width: 768px) {
  div.col5:not(.nosplit) {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
  div.col5:not(.nosplit).mobilenospaceafter {
    margin-bottom: 0;
  }
}
div.col5.loose {
  width: auto;
  max-width: 16%;
}
@media only screen and (max-width: 768px) {
  div.col5.loose {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em 0;
  }
}
div.col5:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  div.col5:last-child {
    margin-bottom: 1em;
  }
}

.warning {
  border: 1px solid #c00;
  box-shadow: 0 0 5px #c00;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.rightdesktop {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .rightdesktop {
    text-align: left;
  }
}

.smallest {
  font-size: 0.6em;
}

.smaller {
  font-size: 0.8em;
}

.larger {
  font-size: 1.2em;
}

.largest {
  font-size: 1.4em;
}

.floatleft {
  float: left;
  margin: 0 2em 1em 0;
}

.floatright {
  float: right;
  margin: 0 0 1em 2em;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.mobileonly {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobileonly {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .nomobile {
    display: none;
  }
}

.content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 30px #d6d7db;
}
@media only screen and (max-width: 768px) {
  header {
    box-shadow: none;
  }
}
header #topbar {
  margin-bottom: 0.6em;
  padding-top: 0.6em;
  background-color: #e9e9eb;
}
@media only screen and (max-width: 768px) {
  header #topbar {
    margin-bottom: 1em;
    padding-top: 1em;
  }
}
header #topbar nav.nav1 ul {
  list-style-type: none;
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  header #topbar nav.nav1 ul {
    margin-left: 6px;
    text-align: left;
  }
}
header #topbar nav.nav1 ul li {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
}
header #topbar nav.nav1 ul li:last-child {
  margin-right: 0;
}
header #topbar nav.nav1 ul li:nth-child(3) {
  margin-left: 1em;
}
header #topbar nav.nav1 ul li.lang a, header #topbar nav.nav1 ul li.lang a:visited {
  opacity: 0.3;
}
header #topbar nav.nav1 ul li.lang a.selected, header #topbar nav.nav1 ul li.lang a:visited.selected {
  opacity: 1;
}
header #topbar nav.nav1 ul li a, header #topbar nav.nav1 ul li a:visited {
  color: #505560;
  font-size: 0.7em;
}
header #topbar nav.nav1 ul li a:hover, header #topbar nav.nav1 ul li a:active, header #topbar nav.nav1 ul li a:visited:hover, header #topbar nav.nav1 ul li a:visited:active {
  border-bottom: 1px solid transparent;
}
header #topbar nav.nav1 ul li a label, header #topbar nav.nav1 ul li a:visited label {
  position: relative;
  top: -0.5em;
  margin: 0 0.8em 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  header #topbar nav.nav1 ul li a label, header #topbar nav.nav1 ul li a:visited label {
    display: none;
  }
}
header #topbar nav.nav1 ul li a img, header #topbar nav.nav1 ul li a:visited img {
  height: 20px;
}
header img.mobilenav {
  display: none;
}
@media only screen and (max-width: 768px) {
  header img.mobilenav {
    display: block;
    position: absolute;
    top: 0.4em;
    right: 5%;
    width: 56px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  header nav.nav2 {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
header nav.nav2 ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 2em 0;
  padding: 0.2em 0 0.4em 0;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 5em);
    margin: 0;
    padding: 5em 0 0 0;
  }
}
header nav.nav2 ul li {
  display: block;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul li {
    position: static;
    width: 70%;
    margin: 0 auto;
  }
}
header nav.nav2 ul li.mobileonly {
  display: none;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul li.mobileonly {
    display: block;
  }
}
header nav.nav2 ul li.mobileonly img.mobilenav {
  display: block;
  position: absolute;
  top: 0.4em;
  right: 5%;
  width: 56px;
  cursor: pointer;
}
header nav.nav2 ul li:hover > a, header nav.nav2 ul li:hover > a:visited, header nav.nav2 ul li:active > a, header nav.nav2 ul li:active > a:visited {
  color: #914627;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul li:hover > a, header nav.nav2 ul li:hover > a:visited, header nav.nav2 ul li:active > a, header nav.nav2 ul li:active > a:visited {
    color: #fff;
  }
}
header nav.nav2 ul li:hover span.nav1menu, header nav.nav2 ul li:active span.nav1menu {
  display: block;
}
header nav.nav2 ul li:hover span.nav1menu.mobileonly, header nav.nav2 ul li:active span.nav1menu.mobileonly {
  display: none;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul li:hover span.nav1menu.mobileonly, header nav.nav2 ul li:active span.nav1menu.mobileonly {
    display: block;
  }
}
header nav.nav2 ul li a, header nav.nav2 ul li a:visited {
  display: block;
  color: #505560;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul li a, header nav.nav2 ul li a:visited {
    padding: 0.8em 0 0.6em 0;
    color: #fff;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
header nav.nav2 ul li a:hover, header nav.nav2 ul li a:active, header nav.nav2 ul li a:visited:hover, header nav.nav2 ul li a:visited:active {
  color: #914627;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul li a:hover, header nav.nav2 ul li a:active, header nav.nav2 ul li a:visited:hover, header nav.nav2 ul li a:visited:active {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
header nav.nav2 ul li span.nav1menu {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  width: 200px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul li span.nav1menu {
    display: block;
    position: relative;
    left: auto;
    width: auto;
    background-color: transparent;
  }
}
header nav.nav2 ul li span.nav1menu a, header nav.nav2 ul li span.nav1menu a:visited {
  padding: 0.5em 1em 0.3em 1em;
  font-size: 0.9em;
  border-top: 1px solid #505560;
  border-right: 1px solid #505560;
  border-left: 1px solid #505560;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul li span.nav1menu a, header nav.nav2 ul li span.nav1menu a:visited {
    padding: 0.8em 0 0.6em 1.2em;
    font-size: 1em;
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
header nav.nav2 ul li span.nav1menu a:hover, header nav.nav2 ul li span.nav1menu a:active, header nav.nav2 ul li span.nav1menu a:visited:hover, header nav.nav2 ul li span.nav1menu a:visited:active {
  color: #fff;
  background-color: #914627;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul li span.nav1menu a:hover, header nav.nav2 ul li span.nav1menu a:active, header nav.nav2 ul li span.nav1menu a:visited:hover, header nav.nav2 ul li span.nav1menu a:visited:active {
    background-color: transparent;
  }
}
header nav.nav2 ul li span.nav1menu a:last-child, header nav.nav2 ul li span.nav1menu a:visited:last-child {
  border-bottom: 1px solid #505560;
}
@media only screen and (max-width: 768px) {
  header nav.nav2 ul li span.nav1menu a:last-child, header nav.nav2 ul li span.nav1menu a:visited:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

#logo {
  list-style-type: none;
  position: relative;
  z-index: 1000;
  margin: 0;
  text-align: center;
}
#logo li {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #logo li {
    display: block;
  }
}
#logo li:first-child {
  margin: 0 2vw 0 0;
  padding: 0.5em 2.6vw 0 0;
  border-right: 1px solid #505560;
}
@media only screen and (max-width: 768px) {
  #logo li:first-child {
    margin: 0;
    padding: 0.4em 0 0 0;
    border-right: none;
  }
}
#logo li:first-child a:hover, #logo li:first-child a:active, #logo li:first-child a:visited:hover, #logo li:first-child a:visited:active {
  border-bottom: 1px solid transparent;
}
#logo li:first-child a img, #logo li:first-child a:visited img {
  width: 25vw;
}
@media only screen and (max-width: 768px) {
  #logo li:first-child a img, #logo li:first-child a:visited img {
    width: 300px;
  }
}
#logo li:last-child {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #logo li:last-child {
    width: 80%;
    margin: 0 auto;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.4;
  }
}
#logo li:last-child img {
  display: block;
  width: 7vw;
}
@media only screen and (max-width: 768px) {
  #logo li:last-child img {
    width: 100px;
    margin: 0.6em auto;
  }
}

#paris {
  position: relative;
  top: -4vw;
  z-index: 999;
  margin: 0 0 calc(-4vw + 1em - 11vw) 0;
}
@media only screen and (max-width: 768px) {
  #paris {
    top: -2vw;
    margin: 0 0 -2vw 0;
  }
}

#paris + article.content {
  width: 70%;
  margin-top: 0;
  padding: 1.5em 2em 0 2em;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px) {
  #paris + article.content {
    width: 90%;
    padding: 0.5em 0 0 0;
    background-color: transparent;
  }
}

article.content {
  position: relative;
  z-index: 1000;
  margin-top: 2em;
}

div.featurewrap {
  float: left;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  div.featurewrap {
    float: none;
    width: 100%;
  }
}
div.featurewrap div.feature {
  position: relative;
  color: #fff;
  padding: 15px 1.5em 15px 7em;
}
@media only screen and (max-width: 768px) {
  div.featurewrap div.feature {
    padding: 15px 1.5em 15px 6em;
  }
}
div.featurewrap div.feature.feature1 {
  background-color: #636f77;
}
div.featurewrap div.feature.feature2 {
  background-color: #bd9983;
}
div.featurewrap div.feature.feature3 {
  background-color: #978b72;
}
div.featurewrap div.feature img.feature {
  position: absolute;
  top: calc(50% - 72px);
  left: 0;
}
div.featurewrap div.feature h2 {
  color: #fff;
}
div.featurewrap div.feature p {
  margin: 0 0 0.5em 0;
}
div.featurewrap div.feature p:last-child {
  margin: 0;
}

div.featuredimageswrap {
  float: right;
  width: calc(37% - 3em);
  height: 500px;
  padding: 15px 1.5em;
  background-color: #d6d7db;
}
@media only screen and (max-width: 768px) {
  div.featuredimageswrap {
    float: none;
    width: calc(100% - 3em);
  }
}
div.featuredimageswrap ul.featuredimages {
  list-style-type: none;
  position: relative;
  margin: 0;
}
div.featuredimageswrap ul.featuredimages li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
div.featuredimageswrap ul.featuredimages li:first-child {
  display: block;
}
div.featuredimageswrap ul.featuredimages li div.itemwrap {
  width: 100%;
  padding: 0;
}

#emailupdateswrap {
  display: flex;
  justify-content: center;
  margin: 3em 0 0 0;
}
@media only screen and (max-width: 768px) {
  #emailupdateswrap {
    margin: 2em 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #emailupdateswrap div.emailupdates1 {
    display: none;
  }
}
#emailupdateswrap div.emailupdates1 img {
  display: block;
}
#emailupdateswrap div.emailupdates2 {
  width: 50%;
  margin: 0 0 0 2em;
}
@media only screen and (max-width: 768px) {
  #emailupdateswrap div.emailupdates2 {
    width: 100%;
    margin: 0;
  }
}

div.main1 {
  float: left;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  div.main1 {
    float: none;
    position: fixed;
    top: -1em;
    left: -100%;
    z-index: 1100;
    width: 100%;
    height: calc(100% + 1em);
    padding-top: 5em;
    background-color: #fff;
    overflow-y: auto;
  }
  div.main1 > p {
    text-align: center;
  }
}
div.main1 > ul {
  padding-bottom: 145px;
}
div.main1 ul {
  list-style-type: none;
  margin: 0;
}
div.main1 ul li {
  display: block;
  margin: 0;
}
div.main1 ul li a, div.main1 ul li a:visited {
  display: block;
  width: calc(100% - 2em - 12px);
  height: 100%;
  padding: 0.5em 1em 0.5em calc(1em + 12px);
  font-size: 0.8em;
  color: #fff;
  background-color: #505560;
  line-height: 1.4;
  text-indent: -12px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  div.main1 ul li a, div.main1 ul li a:visited {
    width: calc(90% - 2em - 12px);
    margin: 0 auto;
    font-size: 1em;
    border-bottom: 2px solid #fff;
    border-radius: 0.5em;
  }
}
div.main1 ul li a:before, div.main1 ul li a:visited:before {
  margin: 0 5px 0 0;
  content: "";
  font-family: FontAwesome;
  opacity: 0.3;
}
div.main1 ul li a.open, div.main1 ul li a:visited.open {
  font-weight: 700;
}
div.main1 ul li a.open:before, div.main1 ul li a:visited.open:before {
  content: "";
  opacity: 1;
}
div.main1 ul li a.selected, div.main1 ul li a:visited.selected {
  font-weight: 700;
}
div.main1 ul li a.selected:before, div.main1 ul li a:visited.selected:before {
  opacity: 1;
}
div.main1 ul li a:hover, div.main1 ul li a:active, div.main1 ul li a:visited:hover, div.main1 ul li a:visited:active {
  color: #fff;
  background-color: #914627;
  border-bottom: 1px solid #fff;
}
div.main1 ul li a:hover:before, div.main1 ul li a:active:before, div.main1 ul li a:visited:hover:before, div.main1 ul li a:visited:active:before {
  opacity: 1;
}
div.main1 ul li ul {
  display: none;
}
div.main1 ul li ul li a, div.main1 ul li ul li a:visited {
  width: calc(100% - 3em - 12px);
  padding: 0.5em 1em 0.5em calc(2em + 12px);
  color: #505560;
  background-color: #d6d7db;
}
@media only screen and (max-width: 768px) {
  div.main1 ul li ul li a, div.main1 ul li ul li a:visited {
    width: calc(90% - 3em - 12px);
  }
}
div.main1 ul li ul li.subgroup a, div.main1 ul li ul li.subgroup a:visited {
  width: calc(100% - 4em - 12px);
  padding: 0.5em 1em 0.5em calc(3em + 12px);
  background-color: #f3f3f3;
}
@media only screen and (max-width: 768px) {
  div.main1 ul li ul li.subgroup a, div.main1 ul li ul li.subgroup a:visited {
    width: calc(90% - 4em - 12px);
  }
}
div.main1 ul li ul li.subgroup a:hover, div.main1 ul li ul li.subgroup a:active, div.main1 ul li ul li.subgroup a:visited:hover, div.main1 ul li ul li.subgroup a:visited:active {
  color: #fff;
  background-color: #914627;
}

div.main2 {
  float: left;
  position: relative;
  width: calc(97% - 300px);
  margin: 0 0 0 3%;
}
@media only screen and (max-width: 768px) {
  div.main2 {
    float: none;
    width: 100%;
    margin: 0;
  }
}
div.main2 p.viewcategorieswrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1101;
  width: 100%;
  margin: 0;
  padding: 1em 0;
  background-color: #e9e9eb;
}

#loading {
  display: none;
  position: absolute;
  top: 10em;
  left: calc(50% - 36px);
}

div.searchresults {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  div.searchresults {
    display: block;
  }
}

div.itemwrap {
  width: calc(48% - 2em);
  margin: 0 0 2em 0;
  padding: 1em;
  background-color: #d6d7db;
  /*div.itemimage{position:relative;width:calc(100% - 12px - 1em);margin:6px auto calc(1em + 6px) auto;padding:1em 0.5em;background-color:$black;*/
}
@media only screen and (max-width: 768px) {
  div.itemwrap {
    width: auto;
  }
}
div.itemwrap div.itemimage {
  position: relative;
  width: calc(100% - 2em);
  margin: 0 auto 1em auto;
  padding: 1em;
}
div.itemwrap div.itemimage div.imgborder1 {
  display: none;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 60px;
  height: 60px;
  background-color: #fff;
}
div.itemwrap div.itemimage div.imgborder2 {
  display: none;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 60px;
  height: 60px;
  background-color: #fff;
}
div.itemwrap div.itemimage div.imgborder3 {
  display: none;
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 60px;
  height: 60px;
  background-color: #fff;
}
div.itemwrap div.itemimage div.imgborder4 {
  display: none;
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 60px;
  height: 60px;
  background-color: #fff;
}
div.itemwrap div.itemimage div.imageborderbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
div.itemwrap div.itemimage a, div.itemwrap div.itemimage a:visited {
  position: relative;
  display: block;
}
div.itemwrap div.itemimage a img, div.itemwrap div.itemimage a:visited img {
  display: block;
  margin: 0 auto;
}
div.itemwrap div.itemimage div.subimage {
  margin: 0.8em 0 0 0;
  text-align: center;
}
div.itemwrap div.itemimage div.subimage a, div.itemwrap div.itemimage div.subimage a:visited {
  display: inline-block;
}
div.itemwrap div.itemimage div.subimage a img, div.itemwrap div.itemimage div.subimage a:visited img {
  display: block;
  margin: 0.5em 0.5em 0 0.5em;
}
div.itemwrap div.itemdescwrapper {
  padding: 1em;
  background-color: #f3f3f3;
}
div.itemwrap div.itemdescwrapper div.itemhead {
  margin: 0 0 0.2em 0;
  font-weight: 700;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.2;
}
div.itemwrap div.itemdescwrapper div.itemlotno {
  margin: 0 0 0.2em 0;
  font-weight: 700;
  text-align: center;
}
div.itemwrap div.itemdescwrapper div.itemdescription {
  margin: 0 0 0.4em 0;
}
div.itemwrap div.itemdescwrapper div.itemcatalog {
  font-size: 0.8em;
  text-align: center;
}
div.itemwrap div.itemdescwrapper div.itemprice {
  margin: 0 0 0 0;
  font-weight: 700;
  font-size: 1.4em;
  text-align: center;
}
div.itemwrap div.itemdescwrapper div.itemconversion {
  font-size: 0.8em;
  text-align: center;
}
div.itemwrap div.itemdescwrapper div.itembutton {
  margin: 0.4em 0 0 0;
  text-align: center;
  line-height: 1.4;
}

p.loadmorewrap {
  width: 100%;
}
p.loadmorewrap a.btn {
  margin-top: 0.2em;
}

span.cartqty {
  display: none;
  position: absolute;
  top: -0.3em;
  right: -1.5em;
  width: 1.8em;
  height: 1.65em;
  padding: 0.15em 0 0 0;
  color: #fff;
  background-color: #0c0;
  font-size: 0.9em;
  text-align: center;
  border-radius: 0.9em;
}

img.cartphoto {
  max-width: 200px;
  max-height: 120px;
}
@media only screen and (max-width: 1024px) {
  img.cartphoto {
    max-width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  img.cartphoto {
    max-width: 100px;
  }
}

ul.pr {
  list-style-type: none;
  column-count: 5;
}
@media only screen and (max-width: 1024px) {
  ul.pr {
    column-count: 3;
  }
}
@media only screen and (max-width: 768px) {
  ul.pr {
    column-count: 1;
  }
}
ul.pr li {
  margin: 0;
}

#backtotop {
  display: none;
  position: fixed;
  bottom: 3em;
  right: 5%;
  z-index: 1001;
  width: 60px;
  border-bottom: 1px solid transparent;
  outline: none;
}
@media only screen and (max-width: 768px) {
  #backtotop {
    bottom: 7em;
  }
}
#backtotop:hover, #backtotop:active {
  border-bottom: 1px solid transparent;
}
#backtotop img {
  display: block;
}

@media only screen and (max-width: 768px) {
  body.paddingbottom footer {
    padding-bottom: 65px;
  }
}

footer {
  margin: 2em 0 0 0;
  padding: 1.5em 0 1em 0;
  background-color: #e9e9eb;
  text-align: center;
}
footer nav.nav3 ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 2em 0;
  padding: 0.2em 0 0.4em 0;
}
@media only screen and (max-width: 768px) {
  footer nav.nav3 ul {
    display: block;
    margin: 1em 0 3em 0;
    padding: 0;
  }
}
footer nav.nav3 ul li {
  display: block;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  footer nav.nav3 ul li {
    width: 70%;
    margin: 0 auto;
  }
}
footer nav.nav3 ul li.mobileonly {
  display: none;
}
@media only screen and (max-width: 768px) {
  footer nav.nav3 ul li.mobileonly {
    display: block;
  }
}
footer nav.nav3 ul li:first-child a, footer nav.nav3 ul li:first-child a:visited {
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}
footer nav.nav3 ul li a, footer nav.nav3 ul li a:visited {
  display: block;
  color: #505560;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  footer nav.nav3 ul li a, footer nav.nav3 ul li a:visited {
    padding: 0.8em 0 0.6em 0;
    text-transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  }
}
footer nav.nav3 ul li a:hover, footer nav.nav3 ul li a:active, footer nav.nav3 ul li a:visited:hover, footer nav.nav3 ul li a:visited:active {
  color: #914627;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  footer nav.nav3 ul li a:hover, footer nav.nav3 ul li a:active, footer nav.nav3 ul li a:visited:hover, footer nav.nav3 ul li a:visited:active {
    color: #505560;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  }
}
footer p:last-child {
  margin: 0;
}
