/** Shopify CDN: Minification failed

Line 995:14 Expected identifier but found whitespace
Line 995:23 Unexpected "$"
Line 995:32 Expected ":"
Line 996:14 Expected identifier but found whitespace
Line 996:20 Unexpected "$"
Line 996:29 Expected ":"
Line 997:14 Expected identifier but found whitespace
Line 997:19 Unexpected "$"
Line 997:28 Expected ":"
Line 997:32 Expected ":"
... and 68 more hidden warnings

**/
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent; }

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal; }

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Univers-LT';
  font-weight: 100;
  src: url(/cdn/shop/t/3/assets/Univers%20LT%2045%20Light.otf?v=78075607386466890291527673433) format("opentype"); }

@font-face {
  font-family: 'Univers-LT';
  font-weight: 400;
  src: url("Univers_LT_55_Roman.otf") format("opentype"); }

@font-face {
  font-family: 'Univers-LT';
  font-weight: 600;
  src: url(/cdn/shop/t/3/assets/Univers%20LT%2065%20Bold.otf?v=35447442136562527831527673434) format("opentype"); }

.product-wrap .product-gallery {
  display: block;
  overflow: hidden; }
  .product-wrap .product-gallery img {
    width: 400px;
    height: auto;
    cursor: url(/cdn/shop/t/3/assets/zoom-plus.png?v=137439840069372581081527673438), pointer;
    vertical-align: top;
    display: inline;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: width 300ms ease;
    -moz-transition: width 300ms ease;
    -o-transition: width 300ms ease;
    transition: width 300ms ease; }
  .product-wrap .product-gallery.zoomed img {
    width: 0px;
    margin: 0; }
  .product-wrap .product-gallery.zoomed img.active {
    width: 100%;
    cursor: url(/cdn/shop/t/3/assets/zoom-minus.png?v=167293890570674666391527673438), pointer; }

.hide {
  display: none !important; }

footer .select-wrap select {
  padding-right: 30px;
  margin-bottom: 0; }
footer .main li {
  display: inline-flex !important;
  align-items: center;
  margin-bottom: 1em; }

.text-large {
  font-weight: 400;
  font-size: 1em; }

html, body {
  font: 16px/1.875 'Avenir Next', 'Helvetica Neue',Helvetica,sans-serif;
  color: #3E3C42;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body.sidebar-open {
  overflow: hidden; }

section {
  box-sizing: border-box; }

ul, li {
  margin: 0;
  padding: 0; }

a, a:active {
  color: #4b484f;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; }

a:hover {
  color: #4b484f;
  text-decoration: none; }

h1 {
  font-size: 19px;
  font-weight: 500; }
  h1.with-divider {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 16px !important;
    padding-bottom: 10px; }

h1.heading-big {
  font-size: 21px;
  font-weight: 400; }

h2 {
  font-size: 17px;
  font-weight: 500; }

strong, b {
  font-weight: 600; }

*:focus {
  border: 0 none;
  outline: none; }

input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="number"], textarea {
  color: #414141;
  width: 100%;
  min-height: 42px;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-appearance: none;
  box-sizing: border-box; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus {
    color: #2772b2;
    background-color: #FAFDFF;
    border: 1px solid #4e9be2 !important;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }

input[type="checkbox"] {
  background: none;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px; }
  input[type="checkbox"]:checked {
    background: url("img/icon-check-white.svg") center center no-repeat #5ecc8f;
    background-size: 50%; }

input.input-medium {
  width: 18em; }

.link-small {
  font-size: 12px; }

select {
  color: #414141;
  width: 100%;
  min-height: 42px;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
  -webkit-appearance: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-appearance: none;
  box-sizing: border-box; }
  select:focus, select:active, select:visited, select:hover {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    color: #2772b2;
    background-color: #FAFDFF;
    border-color: #4e9be2 !important;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  select.empty {
    color: #e0e0e0; }

.select-wrap {
  position: relative;
  display: inline; }
  .select-wrap .arrow-down {
    position: absolute;
    /* top: calc(1em + 2.5px); */
    top: 50%;
    bottom: 50%;
    right: 1em; }

.arrow-down {
  display: inline-block;
  position: relative;
  background: #aaa; }
  .arrow-down:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #aaa;
    border-width: 5px;
    margin-left: -5px;
    margin-top: -2px; }

select[disabled] + .arrow-down {
  display: none; }

.button {
  background: #707070;
  text-align: center;
  line-height: 3em;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  color: white;
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  /*padding: 0.3em;*/
  padding: 0.3em 1em 0.3em 1em;
  box-sizing: border-box;
  margin-top: 5px;
  -webkit-appearance: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; }
  .button:hover {
    background-color: #969696; }
  .button.button-large {
    width: 100%; }
  .button.button-medium {
    width: 265px; }
  .button.button-inverted {
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd;
    color: #a1a1a1; }
    .button.button-inverted:hover {
      border-color: #969696;
      color: #969696; }
  .button:disabled {
    background: #cacaca;
    color: #9d9d9d;
    border-color: transparent; }

a.button {
  color: white; }

.form-block {
  width: 490px;
  max-width: 100%;
  margin-bottom: 80px; }
  .form-block h2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0; }
  .form-block fieldset {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    margin: 0;
    box-sizing: border-box; }
    .form-block fieldset input:not([type~="submit"]), .form-block fieldset label {
      width: 100%;
      font-size: 14px;
      color: #707070; }
    .form-block fieldset input[type="checkbox"] {
      width: 20px; }
    .form-block fieldset label {
      line-height: 22px;
      vertical-align: top; }
  .form-block .annotated-input {
    position: relative; }
  .form-block input[type="submit"].button {
    margin-bottom: 20px; }
  .form-block .sidenote {
    position: absolute;
    top: 0;
    left: 100%;
    line-height: 42px;
    margin-left: 10px;
    font-size: 12px;
    color: #707070 !important; }

.form-block table, table.form-block {
  width: 100%; }
  .form-block table td, table.form-block td {
    padding-right: 1em; }
    .form-block table td:last-child, table.form-block td:last-child {
      padding-right: 0; }

table.table-list {
  width: 100%;
  font-size: 14px;
  margin-top: 20px; }
  table.table-list td, table.table-list th {
    padding: 5px;
    border-bottom: 1px solid #c8c8c8; }
  table.table-list thead {
    background: #c8c8c8; }
    table.table-list thead th {
      text-align: left;
      font-weight: 600; }
  table.table-list tbody tr {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8; }

@-webkit-keyframes adjust-huener-rotation {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(719deg); } }

@-moz-keyframes adjust-huener-rotation {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes adjust-huener-rotation {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(359deg); } }

@keyframes adjust-huener-rotation {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(359deg); } }

.logo-adjust-huener {
  display: none;
  opacity: 0;
  width: 150px;
  height: 150px;
  background: url("img/logo-adjust-huener.png");
  background-size: contain;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  transition: opacity 300ms;
  position: absolute;
  left: 50%;
  right: 50%;
  z-index: 10;
  margin-left: -75px; }
  .logo-adjust-huener.active {
    display: block;
    opacity: 1;
    -moz-animation: adjust-huener-rotation 2s cubic-bezier(0.5, 0, 0.2, 1) infinite;
    -webkit-animation: adjust-huener-rotation 2s cubic-bezier(0.5, 0, 0.2, 1) infinite;
    animation: adjust-huener-rotation 2s cubic-bezier(0.5, 0, 0.2, 1) infinite; }

#page-wrap {
  min-height: calc(100vh - 118px - 155px - 85px); }

@keyframes sidebar-activate {
  0% {
    margin-left: 0px;
    color: inherit; }

  50% {
    margin-left: 10px;
    color: inherit; }

  100% {
    margin-left: 10px;
    color: #4b484f; } }

@-webkit-keyframes sidebar-activate {
  0% {
    margin-left: 0px;
    color: inherit; }

  50% {
    margin-left: 10px;
    color: inherit; }

  100% {
    margin-left: 10px;
    color: #4b484f; } }

@keyframes sidebar-deactivate {
  0% {
    margin-left: 10px;
    color: #4b484f; }

  50% {
    margin-left: 10px;
    color: #4b484f; }

  100% {
    margin-left: 0px;
    color: inherit; } }

@-webkit-keyframes sidebar-deactivate {
  0% {
    margin-left: 10px;
    color: #4b484f; }

  50% {
    margin-left: 10px;
    color: #4b484f; }

  100% {
    margin-left: 0px;
    color: inherit; } }

.sidebar {
  position: fixed;
  width: 270px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  overflow: hidden;
  /*overflow-y: scroll;*/
  float: left;
  clear: both; }
  .sidebar .visible-on-small {
    display: none; }
  .sidebar .title {
    margin-left: 0px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    color: #4b484f;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    .sidebar .title:hover {
      color: #706d77; }
    .sidebar .title .fa {
      margin-right: 5px;
      color: #aaa;
      -webkit-transition: -webkit-transform 166ms cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: -moz-transform 166ms cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: -o-transform 166ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: transform 166ms cubic-bezier(0.77, 0, 0.175, 1); }
  .sidebar ul, .sidebar li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .sidebar li {
    color: #4b484f;
    font-weight: 500;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 20px; }
    .sidebar li.parent {
      margin-top: 0px; }
    .sidebar li.parent:first-child {
      margin-top: 0; }
    .sidebar li a, .sidebar li h5 {
      color: #4b484f;
      font-weight: 500;
      font-size: 1em;
      border: none;
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      transition: all 0.15s ease; }
    .sidebar li h5 {
      color: #000;
      opacity: 0.3;
      font-weight: 500;
      margin: 0; }
    .sidebar li a.active {
      color: #a91819;
      cursor: default; }
    .sidebar li a:hover {
      color: #706d77;
      border: none; }
    .sidebar li a.active {
      cursor: default;
      -webkit-animation-name: sidebar-activate;
      -webkit-animation-duration: 0.2s;
      -webkit-animation-play-state: running;
      -webkit-animation-direction: normal;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards; }
    .sidebar li a.deactivated {
      -webkit-animation-name: sidebar-deactivate;
      -webkit-animation-duration: 0.2s; }
  .sidebar .back-title {
    display: none; }
  .sidebar .dropdown .submenu {
    height: auto;
    display: none;
    overflow: hidden;
    /*-webkit-transition: height 366ms cubic-bezier(0.55, 0.44, 0.11, 1.18);
    -moz-transition: height 366ms cubic-bezier(0.55, 0.44, 0.11, 1.18);
    -o-transition: height 366ms cubic-bezier(0.55, 0.44, 0.11, 1.18);
    transition: height 366ms cubic-bezier(0.55, 0.44, 0.11, 1.18);*/ }
    .sidebar .dropdown .submenu li a {
      padding-left: 0px;
      color: #4b484f;
      border: none;
      -webkit-animation: none;
      /* this will cause items that are too long to break and indent in the second line */
      line-height: 20px;
      text-indent: -1em;
      padding-left: 1em;
      display: inline-block; }
      .sidebar .dropdown .submenu li a:hover {
        color: #706d77; }
      .sidebar .dropdown .submenu li a.active {
        cursor: default;
        -webkit-animation-name: sidebar-activate;
        -webkit-animation-duration: 0.2s;
        -webkit-animation-play-state: running;
        -webkit-animation-direction: normal;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards; }
      .sidebar .dropdown .submenu li a.deactivated {
        -webkit-animation-name: sidebar-deactivate;
        -webkit-animation-duration: 0.2s; }
  .sidebar .dropdown.open > .title .fa, .sidebar .dropdown .title:hover .fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

#sidebar-left {
  padding-bottom: 25px;
  padding-right: 1em;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0px;
  width: 18em;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  -moz-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  transition: opacity 600ms ease; }
  #sidebar-left.intro {
    opacity: 1; }
  #sidebar-left ul.menu {
    width: 100%;
    box-sizing: border-box; }

header {
  width: 100%;
  height: 55px;
  overflow: visible;
  position: relative;
  top: 0px;
  right: 0px;
  left: 0;
  z-index: 2;
  color: #4b484f;
  background: #ffffff;
  padding-bottom: 15px;
  opacity: 0; }
  header.intro {
    opacity: 1; }
  header .visible-on-small {
    display: none; }
  header .logo {
    background-image: url("img/cruvoir.png");
    background-size: cover;
    width: 181px;
    height: 32px;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -85px;
    top: 20px;
    z-index: 1; }
  header .currency-list {
    padding-right: 30px;
    height: 30px;
    padding-left: 15px;
    line-height: 30px; }
  header .inner-header {
    height: 100%;
    display: flex;
    padding: 0;
    padding-right: 12px;
    position: relative;
    align-items: baseline;
    justify-content: space-between; }
    header .inner-header.hidden {
      display: none; }
    header .inner-header .fa::before {
      font-size: 0; }
    header .inner-header .left {
      float: left;
      display: -webkit-${display};
      display: -moz-${display};
      display: -ms-${display}box;
      display: -ms-${display};
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      flex: 1; }
    header .inner-header .left + a {
      margin-right: auto;
      margin-left: auto;
      flex: 1; }
    header .inner-header .right {
      float: right; }
    header .inner-header ul, header .inner-header li {
      list-style: none;
      height: 100%;
      /* float: left; */ }
    header .inner-header li {
      display: inline-block;
      line-height: 80px;
      vertical-align: middle; }
      header .inner-header li a {
        padding: 0 20px;
        color: #4b484f;
        text-align: center;
        font-weight: 500;
        cursor: pointer; }
        header .inner-header li a:hover {
          color: #706d77;
          text-decoration: none; }
    header .inner-header .search-block {
      float: left;
      height: 100%;
      vertical-align: middle;
      line-height: 80px;
      width: 200px;
      margin: 0 20px;
      margin-left: 0; }
      header .inner-header .search-block .fa-search {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 30px; }

/* section#content {*/
section.content {
  position: relative;
  height: 100%;
  width: calc(100% - 18em);
  /*overflow: scroll;*/
  overflow: hidden;
  padding-right: 25px;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition: opacity 600ms ease 0.4s;
  -o-transition: opacity 600ms ease 0.4s;
  transition: opacity 600ms ease 0.4s;
  /* a, a:active {
  color: #4b484f;
  text-decoration: none;
}
  a:hover {
  color: #4b484f;
  text-decoration: underline;
}*/ }
  section.content.intro {
    opacity: 1; }
  section.content.full-width {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
  section.content h1 {
    margin: 0;
    margin-bottom: 10px; }
  section.content .content-block {
    max-width: 850px;
    -webkit-transition: -webkit-transform 366ms cubic-bezier(0.22, 0.44, 0.22, 1.2);
    -moz-transition: -moz-transform 366ms cubic-bezier(0.22, 0.44, 0.22, 1.2);
    -o-transition: -o-transform 366ms cubic-bezier(0.22, 0.44, 0.22, 1.2);
    transition: transform 366ms cubic-bezier(0.22, 0.44, 0.22, 1.2);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
    section.content .content-block.disappearing {
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
    section.content .content-block h2 {
      color: #4b484f;
      font-size: 16px;
      font-weight: 500; }
  section.content .content-block > h2 {
    margin-top: 0; }
  section.content .content-with-addition {
    padding-right: 50px;
    /* to make space for the remove links */ }

.content-push {
  clear: both; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(270deg); } }

@keyframes colors {
  0% {
    stroke: #4285F4; }

  100% {
    stroke: #4285F4; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187px; }

  50% {
    stroke-dashoffset: 47px;
    transform: rotate(135deg); }

  100% {
    stroke-dashoffset: 187px;
    transform: rotate(450deg); } }

.pagination {
  text-align: center;
  margin-left: -288px;
  margin-top: 30px; }
  .pagination .pagination-wrap {
    display: inline-block; }
  .pagination .current_page {
    border-radius: 3px;
    color: white;
    border: 1px solid #706d77;
    background: #706d77;
    padding: 0px 7px; }
  .pagination a {
    color: #706d77 !important;
    padding: 0px 7px; }
  .pagination .adjust-huener {
    animation: rotator 1.4s linear infinite; }
  .pagination .path {
    stroke-dasharray: 187px;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@media (max-width: 1000px) {
  .pagination {
    margin-left: 0; } }
.category-description p {
  margin-top: 0; }
.category-description h1, .category-description h2 {
  font-size: 21px;
  font-weight: 400; }

.product-grid {
  position: relative;
  display: -webkit-${display};
  display: -moz-${display};
  display: -ms-${display}box;
  display: -ms-${display};
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-transition: opacity 200ms,-webkit-transform 366ms cubic-bezier(0.22, 0.44, 0.22, 1.2);
  -moz-transition: opacity 200ms,-moz-transform 366ms cubic-bezier(0.22, 0.44, 0.22, 1.2);
  -o-transition: opacity 200ms,-o-transform 366ms cubic-bezier(0.22, 0.44, 0.22, 1.2);
  transition: opacity 200ms,transform 366ms cubic-bezier(0.22, 0.44, 0.22, 1.2);*/ }
  .product-grid h1 {
    margin-bottom: 0; }
  .product-grid article.product {
    display: block;
    vertical-align: top;
    color: #4b484f;
    width: calc(25% - 3px);
    max-width: 230px;
    padding-right: 10px;
    box-sizing: border-box; }
    .product-grid article.product.hidden {
      display: none; }
    .product-grid article.product .cover {
      display: block;
      width: 100%;
      height: auto; }
    .product-grid article.product .image-wrap {
      display: block;
      position: relative; }
      .product-grid article.product .image-wrap img {
        /*width: 438px;
        height: 599px;*/
        -webkit-transform: translateZ(0);
        -webkit-transition: opacity 300ms ease;
        -moz-transition: opacity 300ms ease;
        -o-transition: opacity 300ms ease;
        transition: opacity 300ms ease; }
        .product-grid article.product .image-wrap img.cover {
          opacity: 1; }
        .product-grid article.product .image-wrap img.back {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: 0;
          width: 100%;
          height: auto;
          /*-wekit-transition-delay: 50ms;
          -moz-transition-delay: 50ms;
          -o-transition-delay: 50ms;
          transition-delay: 50ms;*/ }
      .product-grid article.product .image-wrap:hover .cover {
        opacity: 1; }
      .product-grid article.product .image-wrap:hover .back {
        opacity: 1; }
      .product-grid article.product .image-wrap.has-second .cover {
        /* animation: grid-image-fadein 300ms; */
        opacity: 1; }
      .product-grid article.product .image-wrap.has-second .back {
        /* animation: grid-image-fadeout 300ms; */
        opacity: 0;
        -webkit-transition: opacity 500ms ease;
        -moz-transition: opacity 500ms ease;
        -o-transition: opacity 500ms ease;
        transition: opacity 500ms ease; }
      .product-grid article.product .image-wrap.has-second:hover .cover {
        -webkit-transition: opacity 500ms ease;
        -moz-transition: opacity 500ms ease;
        -o-transition: opacity 500ms ease;
        transition: opacity 500ms ease; }
      .product-grid article.product .image-wrap.has-second:hover .back {
        opacity: 1; }
      .product-grid article.product .image-wrap.image-wrap-small img {
        width: 40%;
        height: auto; }
    .product-grid article.product .info {
      padding-top: 5px;
      padding-bottom: 5px;
      font-weight: 400;
      font-size: 0.75em;
      color: #3e3c42; }
      .product-grid article.product .info p {
        margin: 0;
        color: #3e3c42;
        color: #706d77;
        line-height: 1.5em;
        font-weight: 500; }
      .product-grid article.product .info .price .sale {
        color: #a91819;
        margin-left: 0.5em; }
      .product-grid article.product .info .price .sale-old {
        text-decoration: line-through; }
      .product-grid article.product .info .sizes {
        font-family: Univers-LT, "Helvetica Neue",Helvetica,sans-serif;
        font-weight: 400; }
        .product-grid article.product .info .sizes i {
          font-style: normal; }
        .product-grid article.product .info .sizes .no-stock {
          opacity: 0.3; }
        .product-grid article.product .info .sizes .sold-out {
          color: #a91819; }
        .product-grid article.product .info .sizes .restocked {
          color: #1155cc; }

body[data-shop="4"] .product-grid article.product .image-wrap.has-second:hover .cover {
  opacity: 0; }

section.product .content-with-addition {
  /* authentication */
  display: none; }

.product-wrap {
  box-sizing: border-box; }
  .product-wrap h1 {
    font-size: 21px;
    font-weight: 400;
    margin-top: 10px !important; }
    .product-wrap h1 a {
      border-bottom: 1px solid rgba(62, 60, 66, 0.5);
      transition: border-bottom 500ms; }
    .product-wrap h1 a:hover {
      border-bottom: 1px solid #3e3c42; }
  .product-wrap .sale {
    color: #a91819;
    margin-right: 1em; }
  .product-wrap .product-added {
    display: none; }
  .product-wrap .product-detail {
    width: 400px;
    margin-top: 1em;
    box-sizing: border-box; }
    .product-wrap .product-detail .description {
      line-height: 2em;
      font-size: 15px;
      padding-left: 0.5em; }
      .product-wrap .product-detail .description a {
        border-bottom: 1px solid rgba(62, 60, 66, 0.5);
        transition: border-bottom 500ms; }
      .product-wrap .product-detail .description a:hover {
        border-bottom: 1px solid #3e3c42; }
    .product-wrap .product-detail h2 {
      font-size: 17px;
      font-weight: 400;
      margin-top: 25px; }
  .product-wrap .sizing {
    display: block;
    width: 100%;
    font-size: 14px;
    padding-left: 0.5em;
    box-sizing: border-box; }

footer {
  position: relative;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 50px;
  border-top: 1px solid #e0e0e0;
  margin-top: 30px; }
  footer.hidden {
    opacity: 0; }
  footer .row {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: left; }
  footer .logo {
    height: 30px;
    width: auto; }
  footer ul, footer li {
    list-style: none;
    display: inline; }
  footer ul {
    display: -webkit-${display};
    display: -moz-${display};
    display: -ms-${display}box;
    display: -ms-${display};
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px; }
  footer .main li {
    vertical-align: middle;
    display: inline;
    margin-right: 2.5em; }
    footer .main li:last-child {
      margin-right: 0; }
    footer .main li a {
      color: #4b484f;
      text-align: center;
      font-weight: 500; }
      footer .main li a:hover {
        color: #706d77;
        text-decoration: none; }
  footer .newsletter {
    font-size: 12px; }
    footer .newsletter input[type="text"] {
      width: 260px;
      margin-right: 0.5em; }
    footer .newsletter a:hover {
      text-decoration: underline; }
  footer .social ul {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap; }
    footer .social ul li {
      margin-left: 0.5em;
      margin-right: 0.5em; }
  footer .social select {
    width: 260px; }
  footer .sub {
    font-size: 11px; }
    footer .sub li {
      margin-right: 2em; }
      footer .sub li:last-child {
        margin-right: 0; }

section.cart {
  max-width: 900px; }
  section.cart article.cart-item {
    display: -webkit-${display};
    display: -moz-${display};
    display: -ms-${display}box;
    display: -ms-${display};
    display: flex; }
    section.cart article.cart-item .image-wrap  {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      width: 250px; }
    section.cart article.cart-item img {
      max-width: 250px;
      height: auto;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
    section.cart article.cart-item .info {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      margin-left: 20px;
      margin-right: 70px; }
    section.cart article.cart-item .price {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
      section.cart article.cart-item .price h1 {
        display: inline; }
    section.cart article.cart-item .action {
      flex-shrink: 1;
      width: 0; }
      section.cart article.cart-item .action a {
        font-size: 12px;
        margin-left: 10px; }
    section.cart article.cart-item .select-wrap {
      max-width: 50%; }
  section.cart article.cart-item.total p {
    font-size: 15px;
    font-weight: 500; }
  section.cart article.cart-item.total h1 {
    display: block;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    line-height: 28px; }

#carrier_area {
  width: 65%; }

section.my-account {
  max-width: 850px; }
  section.my-account .button-grid {
    display: -webkit-${display};
    display: -moz-${display};
    display: -ms-${display}box;
    display: -ms-${display};
    display: flex; }
    section.my-account .button-grid .button {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      margin-right: 1em;
      width: 100%; }

section.addresses .address {
  /*@include flex-display;
  flex-wrap: wrap;
  flex-direction: column;*/
  width: 100%;
  margin-bottom: 20px; }
  section.addresses .address.hidden {
    display: none; }
  section.addresses .address .part {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
  section.addresses .address .part-half {
    /* @include flex-grow(1); */ }
  section.addresses .address td {
    padding-right: 1em; }
    section.addresses .address td:last-child {
      padding-right: 0; }
section.addresses p.select {
  margin: 0; }

section.order-payment .payment-choice {
  display: -webkit-${display};
  display: -moz-${display};
  display: -ms-${display}box;
  display: -ms-${display};
  display: flex;
  padding-left: 0.5em;
  margin-bottom: 2em; }
  section.order-payment .payment-choice .choice {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
section.order-payment #paypal_payment_form {
  display: none; }
section.order-payment #braintree-errors {
  color: #a91819;
  margin-top: 1em;
  margin-bottom: 1em; }
section.order-payment .braintree-payment-errors {
  display: block; }
section.order-payment .form-block {
  margin-bottom: 30px; }
section.order-payment #cart_summary {
  width: 100%; }
  section.order-payment #cart_summary td:last-child {
    vertical-align: top;
    text-align: right; }
  section.order-payment #cart_summary p {
    margin: 0;
    line-height: 1.3em; }
  section.order-payment #cart_summary tbody td {
    padding-bottom: 1em; }
  section.order-payment #cart_summary tfoot {
    border-top: 1px solid #e0e0e0; }
    section.order-payment #cart_summary tfoot tr:first-child td {
      padding-top: 1em; }

#cart_summary {
  /* margin-left:270px; */
  /* width: calc(100% - 270px); */ }

#cart_summary td:last-child {
  vertical-align: top;
  text-align: right; }

#cart_summary p {
  margin: 0;
  line-height: 1.3em; }

#cart_summary tbody td {
  position: relative;
  padding-bottom: 1em; }

#cart_summary tfoot {
  border-top: 1px solid #e0e0e0; }

#cart_summary tfoot tr:first-child td {
  padding-top: 1em; }

#cart_summary .action {
  position: absolute;
  font-size: 12px;
  margin-left: 10px;
  top: 2px; }

.alert {
  padding: 4px;
  margin-bottom: 1em;
  text-align: center; }

.alert-danger {
  background-color: #FFF2A7;
  border-bottom: 1px dotted #ffdf27;
  border-top: 1px dotted #ffdf27; }

.content-block.cms p {
  margin-top: 0;
  margin-bottom: 0.3em; }
.content-block.cms h1 {
  margin-bottom: 0;
  margin-top: 1em; }
  .content-block.cms h1:first-child {
    margin-top: 0; }
.content-block.cms table {
  width: 100%;
  color: #706d77;
  font-size: 14px; }
  .content-block.cms table td {
    width: 25%;
    vertical-align: top;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .content-block.cms table tr {
    border-bottom: 1px solid #c3c3c3; }

/* RESPONSIVENESS */
@media (max-width: 1000px) {
  header {
    position: relative;
    background-color: transparent;
    /* replace header links with icons */ }
    header .fa {
      font-size: 0; }
      header .fa::before {
        font-size: 20px !important; }
    header .hidden-on-small {
      display: none !important; }
    header .visible-on-small {
      display: inline-block; }
    header .inner-header .left {
      /*position: fixed;*/ }

  .button {
    border-radius: 3px; }

  .product-grid article.product {
    width: calc(50% - 2px); }

  #page-wrap {
    /*margin-top: 118px;*/
    margin-top: 0; }

  #page-wrap section.sidebar {
    position: fixed;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    top: 0;
    padding-top: 68px;
    z-index: 1;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: -moz-transform 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: -o-transform 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 300ms cubic-bezier(0.77, 0, 0.175, 1); }
    #page-wrap section.sidebar.open {
      transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -webkit-transform: translateX(0); }

  #page-wrap section#content {
    width: 100%;
    padding-left: 25px; }

  #sidebar-left {
    background-color: white;
    /*padding-top: 65px;*/
    padding-top: 0;
    overflow: hidden;
    height: 100%;
    height: 100vh;
    z-index: 3;
    top: 65px; }
    #sidebar-left ul.main-menu {
      overflow-y: scroll;
      height: 100%; }

  .sidebar .visible-on-small {
    display: list-item; }
  .sidebar .menu {
    position: relative;
    z-index: 3;
    /*top: 65px;*/
    padding-top: 0; }

  .product-grid .pagination {
    margin-left: 0; } }
@media only screen and (max-device-width: 1024px) {
  .product-grid {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* iPad 3 and 4 */
  .product-grid {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

  .product-grid article.product {
    width: calc(33.333333333333% - 3px);
    max-width: none; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  /* iPhone 6+ Portrait */
  .product-grid {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

  .product-grid article.product {
    width: calc(33.333333333333% - 3px);
    max-width: none; } }
@media only screen and (min-width: 1900px) {
  .product-grid article.product {
    width: calc(20% - 5px); } }
@-webkit-keyframes grid-image-fadeout {
  0% {
    opacity: 1; }

  10% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes grid-image-fadein {
  0% {
    opacity: 0; }

  10% {
    opacity: 0; }

  100% {
    opacity: 1; } }

body #privy-container .privy-powered-by.privy-foreground-element {
  opacity: 0 !important;
  pointer-events: none !important; }

.privy-privacy-container {
  display: none !important; }

#privy-container #privy-inner-container .privy .privy-element.privy-button-element.privy-button-outline:before {
  border-width: 1px !important; }

@media only screen and (max-width: 768px) {
  .privy-group-checkbox-radio label.privy-checkbox-label {
    display: none !important; } }
.privy-group-checkbox-radio label.privy-checkbox-label {
  font-weight: 300 !important;
  display: none !important; }

.privy-confirm_signup-group .privy-label-text {
  color: #000 !important;
  font-size: 12px !important;
  font-style: italic; }

.privy-dismiss-content {
  background: none !important; }

.privy-dismiss-content .privy-x {
  color: #000 !important; }

.privy-form-group.privy-confirm_signup-group.privy-group-checkbox-radio {
  margin-top: 22px; }

#privy-container #privy-inner-container .privy .privy-form-group .privy-form-checkbox-container input[type="checkbox"] + label span {
  width: 18px !important;
  height: 18px !important;
  top: 2px; }

#privy-container #privy-inner-container .privy .privy-form-group .privy-form-checkbox-container input[type="checkbox"]:checked + label span:before {
  top: 10px !important;
  right: 9px !important; }

#privy-container #privy-inner-container .privy .privy-form-group .privy-form-checkbox-container input[type="checkbox"]:checked + label span:before {
  top: 11px !important;
  right: 9px !important; }

.privy-label-text {
  font-size: 12px;
  font-style: italic; }

a.design-canvas-powered {
  display: none !important; }

design-layer.vcenter[data-layername="Top Right Close Button"]:hover, .design-layer[data-layertype=close]:hover {
  color: #8d8d8d !important; }
