@charset "UTF-8";
/* 
 * WE DO NOT RECOMMEND EDITING THIS CSS FILE DIRECTLY
 * BUT ONLY BY USING SASS (SCSS-DIRECTORY).
 * 
 * Use custom.css for custom CSS changes. Editing this file will
 * diminish the possibility for future style updates for this theme.
 *
 * Also, if you at some point choose to process the Sass files, it
 * will overwrite this file and hence remove all of your changes.
 *
 * If you're not planning on updating this theme or using Sass on it,
 * feel free to do your worst :)
 *
 * Contact us if you have any questions: support@polarthemes.com
 *
 * - The Polarcore team
 *
*/
/*! 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; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 1rem; }

body {
  background: white;
  color: #393939;
  padding: 0;
  margin: 0;
  font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5em;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #efefef;
      color: #393939;
      padding: 1rem;
      display: block;
      font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.75rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: white; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.75rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.75rem 1.5rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.breadcrumbs {
  display: block;
  padding: 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: none;
    color: #2196f3; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #2196f3; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "›";
      color: #393939;
      margin: 0 0.375rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 1rem;
  background-color: #2196f3;
  border-color: #0b7ad1;
  color: white;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #0b7ad1; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #bbdefb;
    border-color: #68b6f6;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #68b6f6; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: white; }
  button.success, .button.success {
    background-color: #4caf50;
    border-color: #3d8c40;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #3d8c40; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #d32f2f;
    border-color: #aa2424;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #aa2424; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: white; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: white; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 0; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2196f3;
    border-color: #0b7ad1;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #0b7ad1; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2196f3; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #bbdefb;
      border-color: #68b6f6;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #68b6f6; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: white; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #bbdefb; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #4caf50;
      border-color: #3d8c40;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3d8c40; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #4caf50; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #d32f2f;
      border-color: #aa2424;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #aa2424; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d32f2f; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: white; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: white; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #747474;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #898989; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 0; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 0; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #dddddd;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #d32f2f;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #d32f2f;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #d32f2f; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #d32f2f;
  color: white; }
.error > label > small {
  color: #898989;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #d32f2f; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 105rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.block-related .block-title,
.product-tabs .content .block-title,
.product-tabs .content h2,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #2196f3;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0c83e1; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, .block-related .block-title, .product-tabs .content .block-title, .product-tabs .content h2, h5, h6 {
  font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #393939;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, .block-related .block-title small, .product-tabs .content .block-title small, .product-tabs .content h2 small, h5 small, h6 small {
    font-size: 60%;
    color: #7e7e7e;
    line-height: 0; }

h1 {
  font-size: 1.075rem; }

h2 {
  font-size: 0.875rem; }

h3 {
  font-size: 1.0875rem; }

h4, .block-related .block-title, .product-tabs .content .block-title, .product-tabs .content h2 {
  font-size: 0.9875rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1.2rem; }

.subheader {
  line-height: 1.4;
  color: #7e7e7e;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #ebf5fe;
  border-width: 1px;
  border-style: solid;
  border-color: #bcdffb;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #393939;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #dddddd; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #676767; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #676767; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #7e7e7e; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, .block-related .block-title, .product-tabs .content .block-title, .product-tabs .content h2, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 1.7rem; }

  h2 {
    font-size: 1.5rem; }

  h3 {
    font-size: 1.4rem; }

  h4, .block-related .block-title, .product-tabs .content .block-title, .product-tabs .content h2 {
    font-size: 1.3rem; }

  h5 {
    font-size: 1.2rem; }

  h6 {
    font-size: 1.2rem; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #393939 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: 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: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar .block-related .block-title, .block-related .tab-bar .block-title, .tab-bar .product-tabs .content .block-title, .product-tabs .content .tab-bar .block-title, .tab-bar .product-tabs .content h2, .product-tabs .content .tab-bar h2, .tab-bar h5, .tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar .block-related .block-title, .block-related .tab-bar .block-title, .tab-bar .product-tabs .content .block-title, .product-tabs .content .tab-bar .block-title, .tab-bar .product-tabs .content h2, .product-tabs .content .tab-bar h2 {
    font-size: 1.2rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section.left {
      text-align: left; }
    .tab-bar-section.right {
      text-align: right; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: white;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2), 4px 0 8px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2), 4px 0 8px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2), 4px 0 8px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2), 4px 0 8px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2), 4px 0 8px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -100%; }
.no-csstransforms .right-off-canvas-menu {
  right: -100%; }
.no-csstransforms .move-left > .inner-wrap {
  right: 100%; }
.no-csstransforms .move-right > .inner-wrap {
  left: 100%; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 0;
  border-color: #dcd9ce;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f2f1ed;
  color: #393939; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel .block-related .block-title, .block-related .panel .block-title, .panel .product-tabs .content .block-title, .product-tabs .content .panel .block-title, .panel .product-tabs .content h2, .product-tabs .content .panel h2, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #393939; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel .block-related .block-title, .block-related .panel .block-title, .panel .product-tabs .content .block-title, .product-tabs .content .panel .block-title, .panel .product-tabs .content h2, .product-tabs .content .panel h2, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel .block-related .subheader.block-title, .block-related .panel .subheader.block-title, .panel .product-tabs .content .subheader.block-title, .product-tabs .content .panel .subheader.block-title, .panel .product-tabs .content h2.subheader, .product-tabs .content .panel h2.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 0;
    border-color: #bee0fb;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f2f9fe;
    color: #393939; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout .block-related .block-title, .block-related .panel.callout .block-title, .panel.callout .product-tabs .content .block-title, .product-tabs .content .panel.callout .block-title, .panel.callout .product-tabs .content h2, .product-tabs .content .panel.callout h2, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #393939; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout .block-related .block-title, .block-related .panel.callout .block-title, .panel.callout .product-tabs .content .block-title, .product-tabs .content .panel.callout .block-title, .panel.callout .product-tabs .content h2, .product-tabs .content .panel.callout h2, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout .block-related .subheader.block-title, .block-related .panel.callout .subheader.block-title, .panel.callout .product-tabs .content .subheader.block-title, .product-tabs .content .panel.callout .subheader.block-title, .panel.callout .product-tabs .content h2.subheader, .product-tabs .content .panel.callout h2.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #2196f3; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0c83e1; }
  .panel.radius {
    border-radius: 0; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      outline: none;
      display: block;
      background-color: #f2f1ed;
      color: #393939;
      padding: 0.5rem 1rem;
      font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e7e5de; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: white;
      color: #393939; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.75rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.75rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.75rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }
/* BASE - _base.scss */
/* Body and HTML */
a {
  color: #393939; }

button, .button {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #727272; }

/* Page */
.page {
  background-color: white; }

/* No list style, but keep the vertical alignment */
ul, ol {
  margin-left: 0; }

#crosssell-products-list li,
.add-to-links li,
.checkout-types li,
.footer ul li,
ul.form-list li,
.products-grid li,
.products-list li,
.breadcrumbs li,
.sidebar li {
  list-style-type: none; }

/* Standard classes */
.hidden,
.no-display {
  display: none !important; }

.f-left {
  float: left; }

img.f-left {
  margin: 0 1rem 1rem 0; }

.f-right {
  float: right; }

img.f-right {
  margin: 0 0 1rem 1rem; }

.f-fix:before, .f-fix:after {
  content: " ";
  display: table; }
.f-fix:after {
  clear: both; }

.v-middle {
  vertical-align: middle; }

/* Mobile hide/show */
.polar-toggle-trigger {
  cursor: pointer; }

.blind {
  display: none; }

address {
  font-style: normal;
  line-height: 1.5em; }

form {
  clear: both; }

.fieldset {
  border-style: solid;
  border-width: 0;
  border-color: #dcd9ce;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f2f1ed;
  color: #393939;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .fieldset > :first-child {
    margin-top: 0; }
  .fieldset > :last-child {
    margin-bottom: 0; }
  .fieldset h1, .fieldset h2, .fieldset h3, .fieldset h4, .fieldset .block-related .block-title, .block-related .fieldset .block-title, .fieldset .product-tabs .content .block-title, .product-tabs .content .fieldset .block-title, .fieldset .product-tabs .content h2, .product-tabs .content .fieldset h2, .fieldset h5, .fieldset h6, .fieldset p, .fieldset li, .fieldset dl {
    color: #393939; }
  .fieldset h1, .fieldset h2, .fieldset h3, .fieldset h4, .fieldset .block-related .block-title, .block-related .fieldset .block-title, .fieldset .product-tabs .content .block-title, .product-tabs .content .fieldset .block-title, .fieldset .product-tabs .content h2, .product-tabs .content .fieldset h2, .fieldset h5, .fieldset h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .fieldset h1.subheader, .fieldset h2.subheader, .fieldset h3.subheader, .fieldset h4.subheader, .fieldset .block-related .subheader.block-title, .block-related .fieldset .subheader.block-title, .fieldset .product-tabs .content .subheader.block-title, .product-tabs .content .fieldset .subheader.block-title, .fieldset .product-tabs .content h2.subheader, .product-tabs .content .fieldset h2.subheader, .fieldset h5.subheader, .fieldset h6.subheader {
      line-height: 1.4; }

.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

/* Remove padding on right and left side. For rows you want to fill out to the edges. */
@media only screen and (min-width: 40.063em) {
  .large-collapse-edges .column:first-child,
  .large-collapse-edges .columns:first-child {
    padding-left: 0; }
  .large-collapse-edges .column:last-child,
  .large-collapse-edges .columns:last-child {
    padding-right: 0; } }
/* Grid cheat for col-set */
.col2-set {
  width: auto;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }
  .col2-set:before, .col2-set:after {
    content: " ";
    display: table; }
  .col2-set:after {
    clear: both; }
  .col2-set .col-1,
  .col2-set .col-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .col2-set .col-1,
      .col2-set .col-2 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }

/* TYPOGRAPHY - _typography.scss */
/* Line-height in .std areas */
.short-description .std,
.product-collateral .std {
  line-height: 1.6; }

/* Anchor links */
a:hover, a:focus {
  text-decoration: underline; }

/* MESSAGES - _messages.scss */
.messages {
  /* Firefox fix */
  float: left;
  clear: both;
  width: 100%;
  /* End Firefox fix */
  list-style-type: none;
  padding-left: 0; }
  .messages ul {
    margin: 0; }
  .messages li:before, .messages li:after {
    content: " ";
    display: table; }
  .messages li:after {
    clear: both; }
  .messages li a,
  .messages li a:visited {
    text-decoration: underline;
    color: white; }
  .messages li a:active,
  .messages li a:hover,
  .messages li a:focus {
    text-decoration: none; }
  .messages .note-msg,
  .messages li li {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    list-style-type: none;
    color: white;
    border-style: solid;
    border-width: 0;
    border-color: #dcd9ce;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f2f1ed;
    color: #393939;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .messages .note-msg > :first-child,
    .messages li li > :first-child {
      margin-top: 0; }
    .messages .note-msg > :last-child,
    .messages li li > :last-child {
      margin-bottom: 0; }
    .messages .note-msg h1, .messages .note-msg h2, .messages .note-msg h3, .messages .note-msg h4, .messages .note-msg .block-related .block-title, .block-related .messages .note-msg .block-title, .messages .note-msg .product-tabs .content .block-title, .product-tabs .content .messages .note-msg .block-title, .messages .note-msg .product-tabs .content h2, .product-tabs .content .messages .note-msg h2, .messages .note-msg h5, .messages .note-msg h6, .messages .note-msg p, .messages .note-msg li, .messages .note-msg dl,
    .messages li li h1,
    .messages li li h2,
    .messages li li h3,
    .messages li li h4,
    .messages li li .block-related .block-title,
    .block-related .messages li li .block-title,
    .messages li li .product-tabs .content .block-title,
    .product-tabs .content .messages li li .block-title,
    .messages li li .product-tabs .content h2,
    .product-tabs .content .messages li li h2,
    .messages li li h5,
    .messages li li h6,
    .messages li li p,
    .messages li li li,
    .messages li li dl {
      color: #393939; }
    .messages .note-msg h1, .messages .note-msg h2, .messages .note-msg h3, .messages .note-msg h4, .messages .note-msg .block-related .block-title, .block-related .messages .note-msg .block-title, .messages .note-msg .product-tabs .content .block-title, .product-tabs .content .messages .note-msg .block-title, .messages .note-msg .product-tabs .content h2, .product-tabs .content .messages .note-msg h2, .messages .note-msg h5, .messages .note-msg h6,
    .messages li li h1,
    .messages li li h2,
    .messages li li h3,
    .messages li li h4,
    .messages li li .block-related .block-title,
    .block-related .messages li li .block-title,
    .messages li li .product-tabs .content .block-title,
    .product-tabs .content .messages li li .block-title,
    .messages li li .product-tabs .content h2,
    .product-tabs .content .messages li li h2,
    .messages li li h5,
    .messages li li h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .messages .note-msg h1.subheader, .messages .note-msg h2.subheader, .messages .note-msg h3.subheader, .messages .note-msg h4.subheader, .messages .note-msg .block-related .subheader.block-title, .block-related .messages .note-msg .subheader.block-title, .messages .note-msg .product-tabs .content .subheader.block-title, .product-tabs .content .messages .note-msg .subheader.block-title, .messages .note-msg .product-tabs .content h2.subheader, .product-tabs .content .messages .note-msg h2.subheader, .messages .note-msg h5.subheader, .messages .note-msg h6.subheader,
      .messages li li h1.subheader,
      .messages li li h2.subheader,
      .messages li li h3.subheader,
      .messages li li h4.subheader,
      .messages li li .block-related .subheader.block-title,
      .block-related .messages li li .subheader.block-title,
      .messages li li .product-tabs .content .subheader.block-title,
      .product-tabs .content .messages li li .subheader.block-title,
      .messages li li .product-tabs .content h2.subheader,
      .product-tabs .content .messages li li h2.subheader,
      .messages li li h5.subheader,
      .messages li li h6.subheader {
        line-height: 1.4; }
    .messages .note-msg:before,
    .messages li li:before {
      display: none; }
  .messages li.success-msg li {
    background: #4caf50;
    color: white; }
  .messages li.error-msg li {
    background: #d32f2f;
    color: white; }
  .messages li.notice-msg li {
    background: #383838;
    color: white; }

/* TABLE - _table.scss */
.data-table colgroup {
  width: 100%; }
.data-table td,
.data-table th {
  padding: 0.5rem; }
.data-table tbody th {
  text-align: left;
  background-color: #f2f1ed;
  border: 1px solid white; }
.data-table ul {
  margin-left: 1.5rem; }

/* STRUCTURAL - _structural.scss */
/* Main containers */
.main-container .main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 105rem; }
  .main-container .main:before, .main-container .main:after {
    content: " ";
    display: table; }
  .main-container .main:after {
    clear: both; }
  .main-container .main .col-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .main-container .main .col-main {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }
    @media only screen and (min-width: 64.063em) {
      .main-container .main .col-main {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }
  .main-container .main .col-left {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .main-container .main .col-left {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
    @media only screen and (min-width: 64.063em) {
      .main-container .main .col-left {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
  .main-container .main .col-right {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .main-container .main .col-right {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
    @media only screen and (min-width: 64.063em) {
      .main-container .main .col-right {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }

.catalog-product-view .main-container .main {
  max-width: 100%; }

@media only screen and (min-width: 40.063em) {
  .col3-layout .main .col-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }
@media only screen and (min-width: 64.063em) {
  .col3-layout .main .col-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

@media only screen and (min-width: 40.063em) {
  .col1-layout .main .col-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; } }

/* TOP LINE - _top-line.scss */
.top-line {
  position: relative;
  z-index: 120;
  width: 100%;
  font-size: 1rem;
  line-height: 3rem;
  background-color: white; }
  @media only screen and (min-width: 40.063em) {
    .top-line {
      position: absolute;
      font-size: 0.75rem; } }
  .top-line a:visited,
  .top-line a {
    font-size: 1rem;
    color: #393939;
    text-transform: uppercase; }
    @media only screen and (min-width: 40.063em) {
      .top-line a:visited,
      .top-line a {
        font-weight: 400;
        font-size: 0.7rem;
        letter-spacing: 1px;
        color: #393939; } }
    @media only screen and (min-width: 64.063em) {
      .top-line a:visited,
      .top-line a {
        font-size: 0.8rem; } }
    @media only screen and (max-width: 40em) {
      .top-line a:visited span,
      .top-line a span {
        display: none; } }
  .top-line ul {
    margin-bottom: 0;
    float: right;
    line-height: 3rem; }
    .top-line ul li {
      list-style-type: none;
      display: list-item; }
      @media only screen and (min-width: 40.063em) {
        .top-line ul li {
          display: inline-block; } }
      .top-line ul li a {
        padding-left: 1rem; }
      .top-line ul li#favoriteproducts-toplink-li {
        white-space: nowrap; }
        .top-line ul li#favoriteproducts-toplink-li img {
          display: inline-block; }
    .top-line ul.flags-list {
      margin-right: 2rem; }
      .top-line ul.flags-list li {
        display: none; }
        .top-line ul.flags-list li a {
          display: inline-block;
          padding-left: 0.5rem; }
        .top-line ul.flags-list li:nth-child(-n+3) {
          display: inline-block; }
        .top-line ul.flags-list li.more {
          display: inline-block !important; }
      .top-line ul.flags-list.open li {
        display: inline-block; }

.top-line .welcome-msg {
  display: none;
  font-weight: 600;
  color: #555555;
  float: left; }
  .top-line .welcome-msg ul li:first-child a {
    padding-left: 0; }
  @media only screen and (min-width: 40.063em) {
    .top-line .welcome-msg {
      display: inline-block; } }

.top-line .links,
.top-line #search_mini_form_mobile,
.top-line #search_mini_form {
  position: absolute;
  top: 2.5rem;
  width: 100%;
  left: 0;
  padding: 1rem 110px 0 1rem;
  background-color: #f2f1ed;
  z-index: 100; }
  .top-line .links button,
  .top-line #search_mini_form_mobile button,
  .top-line #search_mini_form button {
    position: absolute;
    right: 1rem;
    top: 1rem; }

.top-line .search-icon {
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  text-indent: -9999px;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #555555; }
  @media only screen and (min-width: 40.063em) {
    .top-line .search-icon {
      display: none; } }
  .top-line .search-icon:before {
    text-indent: 0;
    position: absolute;
    left: 1px;
    top: 0;
    width: 3rem;
    height: 3rem;
    content: " ";
    background: url("../images/search_icon.svg") no-repeat;
    background-position: center; }

.top-line .links {
  padding-bottom: 1rem;
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .top-line .links {
      display: block; } }
  .top-line .links li {
    float: none; }

.top-line .burger-icon {
  font-size: 1rem;
  line-height: 3rem;
  padding: 0;
  width: 3rem;
  float: left; }
  .top-line .burger-icon:hover, .top-line .burger-icon:focus, .top-line .burger-icon:active {
    text-decoration: none; }
  .top-line .burger-icon:before {
    content: " ";
    height: 3rem;
    width: 3rem;
    text-indent: 0;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    margin-left: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0.75rem 0 0;
    background: url("../images/mobile_menu.svg") no-repeat;
    background-size: 4rem;
    background-position: left -0.5rem center; }

.top-line .top-line-section {
  position: static;
  padding: 0.75rem 1rem; }
  @media only screen and (min-width: 40.063em) {
    .top-line .top-line-section {
      padding: 0 1rem; } }
  @media only screen and (min-width: 64.063em) {
    .top-line .top-line-section {
      padding: 0 1rem; } }

@media only screen and (min-width: 40.063em) {
  .top-line #search_mini_form {
    display: none; }
  .top-line .links {
    position: relative;
    top: auto;
    width: auto;
    left: auto;
    padding: 0;
    background-color: transparent;
    z-index: auto; } }
/* TOP CART - _top-cart.scss */
/* In top line and below $small (mobile) */
.top-cart {
  float: right;
  position: relative; }
  .top-cart .right-off-canvas-toggle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .top-cart .right-off-canvas-toggle:hover {
      cursor: pointer; }
  .top-cart a,
  .top-cart a:hover,
  .top-cart a:active,
  .top-cart a:focus,
  .top-cart a:visited {
    text-decoration: none; }
  .top-cart .cart-link {
    display: block;
    line-height: 3rem; }

/* In main header and above $small */
.header .block-cart {
  margin-top: 14px;
  position: relative;
  margin-left: 10px;
  float: right; }
  .header .block-cart .cart-link {
    display: inline-block;
    height: 50px;
    min-width: 100px;
    padding-right: 3rem;
    padding-left: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    color: #393939;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #888888;
    background: url("../images/handlekurv_icon.svg") no-repeat;
    background-position: right 0.75rem center;
    background-size: auto 26px; }
    .header .block-cart .cart-link:hover, .header .block-cart .cart-link:active, .header .block-cart .cart-link:focus {
      text-decoration: none;
      background-color: #6d6d68;
      color: white;
      background-image: url("../images/handlekurv_icon_white.svg");
      background-size: auto auto; }
    .header .block-cart .cart-link .total-sum {
      display: inline-block;
      margin-top: 0.1rem; }

/* Cart dropdown - only for larger than $small */
#mini-cart-wrapper {
  position: absolute;
  right: 0;
  background-color: white;
  border: 1px solid #888888;
  padding: 1rem;
  z-index: 10;
  width: 20rem;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 100px #393939;
  -moz-box-shadow: 0 0 100px #393939;
  box-shadow: 0 0 100px #393939; }
  @media only screen and (min-width: 40.063em) {
    #mini-cart-wrapper {
      width: 30rem; } }
  #mini-cart-wrapper ol {
    list-style-type: none; }
  #mini-cart-wrapper .actions:before, #mini-cart-wrapper .actions:after {
    content: " ";
    display: table; }
  #mini-cart-wrapper .actions:after {
    clear: both; }
  #mini-cart-wrapper .actions .button {
    float: left;
    margin-bottom: 0; }
  #mini-cart-wrapper .actions .btn-cart {
    float: right; }
  #mini-cart-wrapper .close-btn {
    position: absolute;
    right: 1rem;
    top: 1rem; }
  #mini-cart-wrapper .btn-edit {
    display: none; }

/* OFF CANVAS - _off-canvas.scss */
.off-canvas-menu-wrapper {
  background-color: white;
  color: #383838;
  overflow: auto;
  text-align: center; }
  .off-canvas-menu-wrapper a,
  .off-canvas-menu-wrapper a:visited {
    color: #383838;
    font-size: 1rem;
    border-bottom: 1px solid #727272; }

.off-canvas-menu-wrapper .title {
  font-size: 1rem;
  color: white;
  background-color: #2196f3;
  padding: 0 1rem;
  margin: 0;
  font-weight: normal;
  line-height: 3rem; }

.lt-ie9 .off-canvas-menu-wrappper,
.lt-ie10 .off-canvas-menu-wrappper {
  display: none; }

@media only screen {
  .off-canvas-wrap.move-down .inner-wrap {
    -webkit-transform: translateY(114px);
    -moz-transform: translateY(114px);
    -ms-transform: translateY(114px);
    -o-transform: translateY(114px);
    transform: translateY(114px); } }
@media only screen and (min-width: 40.063em) {
  .off-canvas-wrap.move-down .inner-wrap {
    -webkit-transform: translateY(114px);
    -moz-transform: translateY(114px);
    -ms-transform: translateY(114px);
    -o-transform: translateY(114px);
    transform: translateY(114px); } }
@media only screen and (min-width: 64.063em) {
  .off-canvas-wrap.move-down .inner-wrap {
    -webkit-transform: translateY(114px);
    -moz-transform: translateY(114px);
    -ms-transform: translateY(114px);
    -o-transform: translateY(114px);
    transform: translateY(114px); } }

/* OFF CANVAS SEARCH - _off-canvas-search.scss */
/* Just some style in case you want to move the search to the off canvas area */
.off-canvas-wrap #search_mini_form_mobile {
  position: relative;
  width: 100%;
  padding: 0.75rem;
  margin: 0; }
  .off-canvas-wrap #search_mini_form_mobile input {
    margin: 0; }
  .off-canvas-wrap #search_mini_form_mobile button {
    position: absolute;
    right: 0.75rem;
    top: 0.5em;
    margin: 0; }

/* OFF CANVAS CATEGORIES/MENU - _off-canvas-categories.scss */
.off-canvas-menu-wrapper {
  padding-top: 5rem; }

.move-right .exit-off-canvas {
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent; }

.off-canvas-menu-wrapper ul {
  display: block;
  margin: 0 1.25rem; }
  .off-canvas-menu-wrapper ul li {
    list-style-type: none;
    position: relative; }
    .off-canvas-menu-wrapper ul li:before, .off-canvas-menu-wrapper ul li:after {
      content: " ";
      display: table; }
    .off-canvas-menu-wrapper ul li:after {
      clear: both; }
    .off-canvas-menu-wrapper ul li.active > a {
      font-weight: bold; }
    .off-canvas-menu-wrapper ul li.parent > a:after {
      content: "\e000";
      font-family: "polar-icons";
      vertical-align: middle;
      float: right;
      display: block;
      padding-left: 1em; }
  .off-canvas-menu-wrapper ul.links li a {
    font-weight: 400; }

.off-canvas-menu-wrapper ul a {
  display: block;
  line-height: 2rem;
  padding: 0.75rem;
  padding: 0.75rem 0;
  line-height: 1.5rem;
  color: #383838;
  letter-spacing: 1px;
  font-size: 1rem;
  text-transform: uppercase; }
  .off-canvas-menu-wrapper ul a:hover, .off-canvas-menu-wrapper ul a:focus, .off-canvas-menu-wrapper ul a:active {
    text-decoration: none; }
.off-canvas-menu-wrapper ul#nav-mobile a {
  font-weight: 700; }

.off-canvas-menu-wrapper .mobile-top {
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid #383838; }
  .off-canvas-menu-wrapper .mobile-top .close-icon {
    float: left;
    line-height: 3rem;
    padding: 0;
    width: 3rem;
    border: none; }
    .off-canvas-menu-wrapper .mobile-top .close-icon:before {
      content: " ";
      height: 3rem;
      width: 3rem;
      text-indent: 0;
      font-size: 1.5rem;
      padding: 0.5rem 0;
      margin-left: 0.75rem;
      display: inline-block;
      vertical-align: middle;
      margin: -4px 0.75rem 0 0;
      background: url("../images/mobile_menu_close.svg") no-repeat;
      background-size: 3rem;
      background-position: left -0.5rem center; }
  .off-canvas-menu-wrapper .mobile-top .cart-icon {
    float: right;
    line-height: 3rem;
    padding: 0;
    width: 3rem;
    border: none; }
    .off-canvas-menu-wrapper .mobile-top .cart-icon:before {
      content: " ";
      width: 3rem;
      height: 3rem;
      text-indent: 0;
      margin-left: 0.5rem;
      margin-top: -4px;
      display: inline-block;
      vertical-align: middle;
      line-height: 3rem;
      background: url("../images/handlekurv_icon.svg") no-repeat;
      background-size: 2.75rem;
      background-position: right center; }
  .off-canvas-menu-wrapper .mobile-top .search-icon {
    position: absolute;
    left: 50%;
    margin-left: -1rem;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
    border: none; }
    .off-canvas-menu-wrapper .mobile-top .search-icon:before {
      position: absolute;
      left: 1px;
      top: 0;
      width: 3rem;
      height: 3rem;
      content: " ";
      background: url("../images/search_icon.svg") no-repeat;
      background-position: center; }
  .off-canvas-menu-wrapper .mobile-top .close-icon.exit-off-canvas {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background: none;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent; }
  .off-canvas-menu-wrapper .mobile-top .search-icon.exit-off-canvas {
    top: auto;
    bottom: auto;
    left: 50%;
    right: auto;
    background: none;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent; }

.off-canvas-menu-wrapper ul ul {
  margin: 0 2rem; }
  .off-canvas-menu-wrapper ul ul:before, .off-canvas-menu-wrapper ul ul:after {
    content: " ";
    display: table; }
  .off-canvas-menu-wrapper ul ul:after {
    clear: both; }
  .off-canvas-menu-wrapper ul ul ul {
    margin: 0 2rem; }
  .off-canvas-menu-wrapper ul ul a {
    font-weight: normal !important; }
  .off-canvas-menu-wrapper ul ul ul a {
    padding-left: 2rem; }
  .off-canvas-menu-wrapper ul ul ul ul a {
    padding-left: 2.5rem; }
  .off-canvas-menu-wrapper ul ul ul ul ul a {
    padding-left: 3rem; }

.off-canvas-top {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 130;
  background-color: #6d6d68;
  -webkit-transform: translateY(-116px);
  -moz-transform: translateY(-116px);
  -ms-transform: translateY(-116px);
  -o-transform: translateY(-116px);
  transform: translateY(-116px); }
  @media only screen and (min-width: 40.063em) {
    .off-canvas-top {
      -webkit-transform: translateY(-116px);
      -moz-transform: translateY(-116px);
      -ms-transform: translateY(-116px);
      -o-transform: translateY(-116px);
      transform: translateY(-116px); } }
  @media only screen and (min-width: 64.063em) {
    .off-canvas-top {
      -webkit-transform: translateY(-116px);
      -moz-transform: translateY(-116px);
      -ms-transform: translateY(-116px);
      -o-transform: translateY(-116px);
      transform: translateY(-116px); } }
  .off-canvas-top .search-bar-top {
    padding: 2rem 1rem 2rem 1rem; }
    @media only screen and (min-width: 40.063em) {
      .off-canvas-top .search-bar-top {
        max-width: 60%;
        margin: 0 auto; } }
  .off-canvas-top #search_mini_form button {
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 4rem;
    height: 40px;
    margin: -20px 0 0 0;
    background-color: #383838;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem; }
    @media only screen and (min-width: 40.063em) {
      .off-canvas-top #search_mini_form button {
        width: 6rem;
        right: 4rem; } }
  .off-canvas-top #search_mini_form input {
    letter-spacing: 1px; }

/* OFF CANVAS MINI CART - _off-canvas-mini-cart.scss */
.off-canvas-mini-cart h2 {
  background-color: #2196f3;
  font-size: 1rem;
  font-weight: normal;
  line-height: 3rem;
  margin: 0;
  position: relative; }
  .off-canvas-mini-cart h2 a {
    display: block;
    padding: 0 0.75rem; }
    .off-canvas-mini-cart h2 a:hover, .off-canvas-mini-cart h2 a:active, .off-canvas-mini-cart h2 a:focus {
      text-decoration: none;
      background-color: #0c7cd5; }
  .off-canvas-mini-cart h2:after {
    content: "\e000";
    /* Arrow right */
    position: relative;
    bottom: -0.125rem;
    font-size: 1rem;
    position: absolute;
    right: 6%;
    color: white;
    margin-left: 1rem;
    line-height: 3rem;
    font-family: "polar-icons"; }
.off-canvas-mini-cart .cart-empty {
  color: #393939; }

.off-canvas-mini-cart .mini-products-list {
  margin-bottom: 0; }
  .off-canvas-mini-cart .mini-products-list li.item {
    padding: 0.75rem 0.75rem 0.75rem 66px;
    padding-left: 108px;
    margin: 0;
    min-height: 6.5rem;
    border-bottom: 0;
    border-bottom: 1px solid #888888;
    background-color: #fff;
    color: #383838; }
    .off-canvas-mini-cart .mini-products-list li.item .btn-edit {
      display: none; }
  .off-canvas-mini-cart .mini-products-list a,
  .off-canvas-mini-cart .mini-products-list a:visited {
    color: #393939; }
  .off-canvas-mini-cart .mini-products-list .product-name {
    font-weight: normal;
    line-height: 1.1em; }
  .off-canvas-mini-cart .mini-products-list .product-image {
    width: 100px;
    bottom: 0;
    top: 0;
    padding: 0.75rem; }
    .off-canvas-mini-cart .mini-products-list .product-image:after {
      content: "";
      display: inline-block;
      vertical-align: middle; }

.off-canvas-mini-cart .actions .btn-checkout {
  background-color: #4caf50;
  border-color: #3d8c40;
  color: white;
  width: 100%;
  text-transform: uppercase;
  line-height: 3rem; }
  .off-canvas-mini-cart .actions .btn-checkout:hover, .off-canvas-mini-cart .actions .btn-checkout:focus {
    background-color: #3d8c40; }
  .off-canvas-mini-cart .actions .btn-checkout:hover, .off-canvas-mini-cart .actions .btn-checkout:focus {
    color: white; }
  .off-canvas-mini-cart .actions .btn-checkout:after {
    font-size: 1rem;
    position: absolute;
    right: 6%;
    top: 39%; }

/* SIDEBAR - _sidebar.scss */
/* Block styles */
.sidebar {
  padding-top: 0px;
  margin-bottom: 2rem; }
  .sidebar .block-title {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0.2rem 0 0.5rem 0;
    position: relative; }
    .sidebar .block-title small {
      position: absolute;
      right: 0;
      top: 0; }
  .sidebar li {
    color: #666; }
    .sidebar li a {
      text-decoration: underline; }
  .sidebar .garn-left-menu {
    padding: 1rem 2rem;
    margin-top: 1rem;
    border: 1px solid #888; }
    .sidebar .garn-left-menu h2 {
      color: #393939;
      font-size: 0.9rem;
      font-weight: 600;
      text-transform: uppercase;
      padding-bottom: 0.25rem;
      border-bottom: 1px solid #888; }
    .sidebar .garn-left-menu ul {
      margin-top: 1rem; }
      .sidebar .garn-left-menu ul li a {
        font-size: 0.9rem;
        text-decoration: none; }
  .sidebar .polar-toggle-trigger.clean:after {
    display: none; }

.category-category-view .sidebar {
  background-color: #f2f1ed; }

/* Block */
.block {
  padding: 2rem 1rem 0.5rem 1rem;
  border: 1px solid #888888;
  border-top: none; }
  @media only screen and (min-width: 64.063em) {
    .block {
      padding: 2rem 2rem 0.5rem 2rem; } }

/* Block title */
.block-title {
  display: none;
  padding: 0 0 0.5em;
  font-weight: bold; }

/* Block recently viewed */
.block-viewed .block-content {
  border-style: solid;
  border-width: 0;
  border-color: #dcd9ce;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f2f1ed;
  color: #393939; }
  .block-viewed .block-content > :first-child {
    margin-top: 0; }
  .block-viewed .block-content > :last-child {
    margin-bottom: 0; }
  .block-viewed .block-content h1, .block-viewed .block-content h2, .block-viewed .block-content h3, .block-viewed .block-content h4, .block-viewed .block-content .block-related .block-title, .block-related .block-viewed .block-content .block-title, .block-viewed .block-content .product-tabs .content .block-title, .product-tabs .content .block-viewed .block-content .block-title, .block-viewed .block-content .product-tabs .content h2, .product-tabs .content .block-viewed .block-content h2, .block-viewed .block-content h5, .block-viewed .block-content h6, .block-viewed .block-content p, .block-viewed .block-content li, .block-viewed .block-content dl {
    color: #393939; }
  .block-viewed .block-content h1, .block-viewed .block-content h2, .block-viewed .block-content h3, .block-viewed .block-content h4, .block-viewed .block-content .block-related .block-title, .block-related .block-viewed .block-content .block-title, .block-viewed .block-content .product-tabs .content .block-title, .product-tabs .content .block-viewed .block-content .block-title, .block-viewed .block-content .product-tabs .content h2, .product-tabs .content .block-viewed .block-content h2, .block-viewed .block-content h5, .block-viewed .block-content h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .block-viewed .block-content h1.subheader, .block-viewed .block-content h2.subheader, .block-viewed .block-content h3.subheader, .block-viewed .block-content h4.subheader, .block-viewed .block-content .block-related .subheader.block-title, .block-related .block-viewed .block-content .subheader.block-title, .block-viewed .block-content .product-tabs .content .subheader.block-title, .product-tabs .content .block-viewed .block-content .subheader.block-title, .block-viewed .block-content .product-tabs .content h2.subheader, .product-tabs .content .block-viewed .block-content h2.subheader, .block-viewed .block-content h5.subheader, .block-viewed .block-content h6.subheader {
      line-height: 1.4; }
.block-viewed ol {
  margin-bottom: 0; }
.block-viewed p {
  margin-bottom: 0; }
.block-viewed li {
  list-style-type: disc;
  margin-left: 1rem; }

/* Block compare */
.block-compare li.item {
  padding-right: 1.5rem;
  position: relative; }
  .block-compare li.item .btn-remove {
    position: absolute;
    right: 0;
    top: 0; }
.block-compare .actions {
  text-align: right; }
  .block-compare .actions:before, .block-compare .actions:after {
    content: " ";
    display: table; }
  .block-compare .actions:after {
    clear: both; }
  .block-compare .actions button {
    float: left; }

/* My orders (left menu) */
.block-reorder li.item {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.5rem; }
  .block-reorder li.item:before, .block-reorder li.item:after {
    content: " ";
    display: table; }
  .block-reorder li.item:after {
    clear: both; }
  .block-reorder li.item p {
    margin-bottom: 0; }
  .block-reorder li.item input {
    position: absolute;
    left: 0;
    top: 0.25rem; }
.block-reorder .actions {
  text-align: right; }
  .block-reorder .actions:before, .block-reorder .actions:after {
    content: " ";
    display: table; }
  .block-reorder .actions:after {
    clear: both; }
  .block-reorder .actions button {
    float: left; }

/* HEADER - _header.scss */
.header-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 110;
  background-color: white; }

.header {
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .header {
      padding: 0rem 1rem 0.5rem 1rem;
      margin-top: 2.5rem;
      text-align: left;
      min-height: 180px; } }
  @media only screen and (min-width: 64.063em) {
    .header {
      min-height: 120px; } }
  .header .search-icon {
    position: relative;
    margin-top: 14px;
    float: left;
    display: none;
    height: 50px;
    min-width: 100px;
    padding-right: 3rem;
    padding-left: 1rem;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    color: #393939;
    text-transform: uppercase;
    border: 1px solid #888888;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px; }
    @media only screen and (min-width: 40.063em) {
      .header .search-icon {
        display: inline-block; } }
    @media only screen and (min-width: 64.063em) {
      .header .search-icon {
        float: right; } }
    .header .search-icon:after {
      content: " ";
      position: absolute;
      right: 0rem;
      height: 50px;
      width: 50px;
      background: url("../images/search_icon.svg") no-repeat;
      background-position: right 0.5rem top 3px;
      background-size: auto 40px; }
    .header .search-icon:active, .header .search-icon:focus, .header .search-icon:hover {
      background-color: #6d6d68;
      color: white;
      text-decoration: none; }
      .header .search-icon:active:after, .header .search-icon:focus:after, .header .search-icon:hover:after {
        background-image: url("../images/search_icon_white.svg"); }
  .header .search-bar-desktop {
    float: left;
    margin-top: 14px; }
  .header .logo {
    display: inline-block;
    font-size: 1.7rem;
    line-height: 0;
    margin: 0 0 0.5rem; }
    .header .logo img {
      height: 70px;
      width: auto; }
    @media only screen and (min-width: 40.063em) {
      .header .logo {
        position: absolute;
        top: 2rem;
        left: 50%;
        margin-left: -100px;
        margin-top: 3rem; }
        .header .logo img {
          width: 200px;
          height: auto; } }
    @media only screen and (min-width: 64.063em) {
      .header .logo {
        margin-top: 0rem; } }
    .header .logo img:hover {
      opacity: 0.7; }
  .header #search_mini_form_mobile,
  .header #search_mini_form {
    float: right;
    margin-bottom: 0;
    width: 100%;
    clear: none;
    margin-top: -1rem;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .header #search_mini_form_mobile,
      .header #search_mini_form {
        width: auto;
        margin-top: 14px; } }
  .header .form-search {
    display: block;
    position: relative;
    float: right;
    width: 100%;
    padding-right: 103px;
    margin-top: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .header .form-search {
        padding-right: 0;
        margin-top: auto; } }
    .header .form-search input,
    .header .form-search button {
      margin-bottom: 0;
      display: inline-block; }
    .header .form-search input {
      font-size: 0.9rem;
      float: left;
      width: 100%;
      height: 38px; }
      @media only screen and (min-width: 40.063em) {
        .header .form-search input {
          width: 280px; } }
    .header .form-search button {
      float: right;
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (min-width: 40.063em) {
        .header .form-search button {
          font-size: 14px;
          text-transform: uppercase;
          position: relative;
          right: auto;
          top: auto; } }

.search-autocomplete {
  display: block;
  z-index: 80;
  background-color: white;
  color: #2196f3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .search-autocomplete ul {
    margin: 0; }
  .search-autocomplete li {
    list-style-type: none;
    padding: 0.5rem 1rem; }
    .search-autocomplete li:hover, .search-autocomplete li:active, .search-autocomplete li:focus {
      cursor: pointer; }
    .search-autocomplete li > span {
      float: right;
      display: inline-block;
      opacity: 0.8; }
  .search-autocomplete .selected {
    background-color: rgba(0, 0, 0, 0.1); }

/* FOOTER - _footer.scss */
.top-footer {
  width: 100%;
  float: left;
  background-color: #f2f1ed; }
  .top-footer .newsletters {
    position: relative; }
    .top-footer .newsletters .block-subscribe {
      border: none;
      padding: 1rem; }
      @media only screen and (min-width: 40.063em) {
        .top-footer .newsletters .block-subscribe {
          padding: 4rem; } }
      .top-footer .newsletters .block-subscribe .form-subscribe-header {
        padding: 1rem 0; }
        .top-footer .newsletters .block-subscribe .form-subscribe-header label {
          max-width: 800px;
          margin: 0 auto;
          font-size: 1.5rem;
          font-weight: bold;
          text-align: center;
          color: #383838; }
          @media only screen and (min-width: 40.063em) {
            .top-footer .newsletters .block-subscribe .form-subscribe-header label {
              font-size: 2rem; } }
      .top-footer .newsletters .block-subscribe .input-box {
        padding: 1rem 0rem;
        max-width: 700px;
        margin: 0 auto; }
        @media only screen and (min-width: 40.063em) {
          .top-footer .newsletters .block-subscribe .input-box {
            padding: 2rem 4rem; } }
        .top-footer .newsletters .block-subscribe .input-box input {
          background-color: transparent;
          border: none;
          text-align: center;
          font-size: 1.25rem;
          padding: 0.5rem;
          height: 3rem;
          margin-bottom: 0;
          border-bottom: 1px solid #383838;
          -webkit-box-shadow: 0px 0px 0px 0px transparent;
          -moz-box-shadow: 0px 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px 0px transparent; }
          .top-footer .newsletters .block-subscribe .input-box input::-webkit-input-placeholder {
            color: #383838;
            font-weight: 300; }
          .top-footer .newsletters .block-subscribe .input-box input:-moz-placeholder {
            /* Firefox 18- */
            color: #383838;
            font-weight: 300; }
          .top-footer .newsletters .block-subscribe .input-box input::-moz-placeholder {
            /* Firefox 19+ */
            color: #383838;
            font-weight: 300; }
          .top-footer .newsletters .block-subscribe .input-box input:-ms-input-placeholder {
            color: #383838;
            font-weight: 300; }
      .top-footer .newsletters .block-subscribe .actions {
        text-align: center;
        margin-bottom: 2rem; }
        @media only screen and (min-width: 40.063em) {
          .top-footer .newsletters .block-subscribe .actions {
            margin-bottom: 0; } }
        .top-footer .newsletters .block-subscribe .actions button {
          padding: 1.25rem 2rem;
          text-transform: uppercase;
          letter-spacing: 1px;
          background-color: #383838;
          width: 100%; }
          @media only screen and (min-width: 40.063em) {
            .top-footer .newsletters .block-subscribe .actions button {
              width: auto; } }

.footer-container {
  background-color: white;
  padding: 2rem 1rem; }
  @media only screen and (min-width: 40.063em) {
    .footer-container {
      padding: 4rem 2rem; } }

.footer {
  margin-top: 2rem;
  padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .footer {
      padding: 0 0.75rem; } }
  .footer h2 {
    font-size: 20px;
    text-transform: uppercase; }
  .footer .categories ul {
    padding: 0; }
    @media only screen and (min-width: 40.063em) {
      .footer .categories ul {
        padding: 0 2rem; } }
    .footer .categories ul li {
      padding: 0.5rem 0rem; }
      .footer .categories ul li a {
        color: #383838;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-break: break-all; }
  .footer .misc-links ul {
    padding: 0; }
    @media only screen and (min-width: 40.063em) {
      .footer .misc-links ul {
        padding: 0 2rem; } }
    .footer .misc-links ul li {
      padding: 0.5rem 0rem; }
      @media only screen and (min-width: 40.063em) {
        .footer .misc-links ul li {
          padding: 0.5rem 1rem; } }
      .footer .misc-links ul li a {
        color: #383838;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-break: break-all; }
  .footer .social-media p {
    font-weight: 700; }
  .footer .social-media li {
    display: inline-block; }
    .footer .social-media li.pinterest-icon a, .footer .social-media li.facebook-icon a, .footer .social-media li.instagram-icon a {
      display: inline-block;
      width: 4.5rem;
      height: 4.5rem;
      margin-right: 0.5rem;
      position: relative;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #888888; }
      .footer .social-media li.pinterest-icon a:before, .footer .social-media li.facebook-icon a:before, .footer .social-media li.instagram-icon a:before {
        display: inline-block;
        width: 4.5rem;
        height: 4.5rem;
        padding: 0.75rem;
        content: " ";
        background: url("../images/pinterest_logo.svg") no-repeat;
        background-position: center;
        background-size: 2.25rem; }
    .footer .social-media li.facebook-icon a:before {
      background-size: 2rem;
      background-image: url("../images/facebook_logo.svg"); }
    .footer .social-media li.instagram-icon a:before {
      background-image: 2rem;
      background-image: url("../images/inst_icon.svg"); }
  .footer .store-info {
    text-align: right; }
    .footer .store-info p {
      margin: 0;
      font-weight: 300; }
      .footer .store-info p.phone {
        margin-top: 1rem; }
    .footer .store-info a {
      font-weight: 300;
      color: #393939;
      text-decoration: underline; }
  @media only screen and (min-width: 641px) and (max-width: 1280px) {
    .footer > .row .columns.medium-3 {
      width: 50%; }
      .footer > .row .columns.medium-3.social-media {
        padding: 2.75rem;
        text-align: left; }
      .footer > .row .columns.medium-3.store-info {
        padding: 3.5rem;
        text-align: left; } }
  @media only screen and (max-width: 40em) {
    .footer > .row .columns.small-12 {
      padding: 0 3rem;
      text-align: left; } }

.theme-by {
  font-size: 0.66667rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  padding: 8px 0;
  margin-top: 16px; }
  .theme-by a,
  .theme-by a:visited {
    color: #6b6b6b; }

/* NAVIGATION - _navigation.scss - Categories (main menu) */
.nav-container {
  background-color: white; }
  .nav-container #nav {
    position: static;
    display: none;
    /* Mobile first, so this must be hidden as default */
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 1rem 0 2rem 0;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    @media only screen and (min-width: 40.063em) {
      .nav-container #nav {
        display: block; } }
    .nav-container #nav li {
      font-size: 1.1rem;
      display: inline-block;
      list-style-type: none;
      margin: 0 0.25rem;
      width: 100%; }
      .nav-container #nav li a {
        margin: 0 0.5rem;
        padding: 0.66667rem 0;
        line-height: 1.5rem;
        color: #393939;
        letter-spacing: 1px;
        font-size: 1.1rem;
        font-weight: 700;
        font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
        -webkit-box-shadow: 0px -16px 0px -15px #888888;
        -moz-box-shadow: 0px -16px 0px -15px #888888;
        box-shadow: 0px -16px 0px -15px #888888; }
      .nav-container #nav li > a {
        display: block; }
      @media only screen and (min-width: 40.063em) {
        .nav-container #nav li {
          width: auto; }
          .nav-container #nav li a {
            -webkit-box-shadow: 0px 0px 0px 0px transparent;
            -moz-box-shadow: 0px 0px 0px 0px transparent;
            box-shadow: 0px 0px 0px 0px transparent; }
            .nav-container #nav li a:hover, .nav-container #nav li a:focus, .nav-container #nav li a:active {
              text-decoration: none;
              -webkit-box-shadow: 0px 16px 0px -15px #888888;
              -moz-box-shadow: 0px 16px 0px -15px #888888;
              box-shadow: 0px 16px 0px -15px #888888; }
          .nav-container #nav li.active > a, .nav-container #nav li.over > a {
            -webkit-box-shadow: 0px 16px 0px -15px #888888;
            -moz-box-shadow: 0px 16px 0px -15px #888888;
            box-shadow: 0px 16px 0px -15px #888888; } }
    .nav-container #nav.hem img {
      height: 40px; }

.cms-home #nav {
  display: block; }

.nav-container #nav ul.shown-sub,
.nav-container #nav div.shown-sub {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0;
  margin-top: 1px;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 40.063em) {
    .nav-container #nav ul.shown-sub,
    .nav-container #nav div.shown-sub {
      display: block; } }
  .nav-container #nav ul.shown-sub .inner-container,
  .nav-container #nav div.shown-sub .inner-container {
    max-width: 70rem;
    margin: 0 auto; }
  .nav-container #nav ul.shown-sub .inner-container ul,
  .nav-container #nav div.shown-sub .inner-container ul {
    vertical-align: top;
    position: relative;
    padding: 2rem 1rem;
    z-index: 999;
    left: auto;
    float: left;
    width: 25%; }
    .nav-container #nav ul.shown-sub .inner-container ul li,
    .nav-container #nav div.shown-sub .inner-container ul li {
      font-size: 1rem;
      line-height: 1.5rem;
      text-transform: initial; }
      .nav-container #nav ul.shown-sub .inner-container ul li a,
      .nav-container #nav div.shown-sub .inner-container ul li a {
        display: inline-block;
        padding: 0.15rem 0.5rem;
        font-weight: 300; }
        .nav-container #nav ul.shown-sub .inner-container ul li a:hover, .nav-container #nav ul.shown-sub .inner-container ul li a:focus, .nav-container #nav ul.shown-sub .inner-container ul li a:active,
        .nav-container #nav div.shown-sub .inner-container ul li a:hover,
        .nav-container #nav div.shown-sub .inner-container ul li a:focus,
        .nav-container #nav div.shown-sub .inner-container ul li a:active {
          text-decoration: underline;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
        .nav-container #nav ul.shown-sub .inner-container ul li a.over > a, .nav-container #nav ul.shown-sub .inner-container ul li a.over,
        .nav-container #nav div.shown-sub .inner-container ul li a.over > a,
        .nav-container #nav div.shown-sub .inner-container ul li a.over {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
      @media only screen and (min-width: 64.063em) {
        .nav-container #nav ul.shown-sub .inner-container ul li,
        .nav-container #nav div.shown-sub .inner-container ul li {
          font-size: 1.25rem; } }
      .nav-container #nav ul.shown-sub .inner-container ul li:hover, .nav-container #nav ul.shown-sub .inner-container ul li:focus, .nav-container #nav ul.shown-sub .inner-container ul li:active,
      .nav-container #nav div.shown-sub .inner-container ul li:hover,
      .nav-container #nav div.shown-sub .inner-container ul li:focus,
      .nav-container #nav div.shown-sub .inner-container ul li:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      .nav-container #nav ul.shown-sub .inner-container ul li.bold a,
      .nav-container #nav div.shown-sub .inner-container ul li.bold a {
        font-weight: bold; }
    @media only screen and (min-width: 64.063em) {
      .nav-container #nav ul.shown-sub .inner-container ul,
      .nav-container #nav div.shown-sub .inner-container ul {
        padding: 2rem 3rem; } }
  .nav-container #nav ul.shown-sub .inner-container.four-columns ul,
  .nav-container #nav div.shown-sub .inner-container.four-columns ul {
    width: 25%; }
  .nav-container #nav ul.shown-sub .inner-container.three-columns ul,
  .nav-container #nav div.shown-sub .inner-container.three-columns ul {
    width: 33%; }

/* Level 2 */
.nav-container #nav ul {
  position: absolute;
  left: -9999px;
  margin-left: 0;
  text-align: left; }
  .nav-container #nav ul li {
    position: relative;
    display: list-item; }
    .nav-container #nav ul li.parent > a:after {
      content: "\e000";
      font-family: "polar-icons";
      position: absolute;
      vertical-align: middle;
      right: 1rem;
      display: inline-block;
      padding-left: 1em;
      color: white; }
  .nav-container #nav ul li > a {
    white-space: nowrap;
    display: block; }

/* Level 3+ */
.nav-container #nav ul ul {
  top: 0;
  margin-top: 0;
  margin-left: 100%; }

/* Layered navigation */
.block-layered-nav .btn-remove:before {
  font-size: 0.8em; }
.block-layered-nav .currently ol {
  border-style: solid;
  border-width: 0;
  border-color: #dcd9ce;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f2f1ed;
  color: #393939;
  margin-bottom: 0; }
  .block-layered-nav .currently ol > :first-child {
    margin-top: 0; }
  .block-layered-nav .currently ol > :last-child {
    margin-bottom: 0; }
  .block-layered-nav .currently ol h1, .block-layered-nav .currently ol h2, .block-layered-nav .currently ol h3, .block-layered-nav .currently ol h4, .block-layered-nav .currently ol .block-related .block-title, .block-related .block-layered-nav .currently ol .block-title, .block-layered-nav .currently ol .product-tabs .content .block-title, .product-tabs .content .block-layered-nav .currently ol .block-title, .block-layered-nav .currently ol .product-tabs .content h2, .product-tabs .content .block-layered-nav .currently ol h2, .block-layered-nav .currently ol h5, .block-layered-nav .currently ol h6, .block-layered-nav .currently ol p, .block-layered-nav .currently ol li, .block-layered-nav .currently ol dl {
    color: #393939; }
  .block-layered-nav .currently ol h1, .block-layered-nav .currently ol h2, .block-layered-nav .currently ol h3, .block-layered-nav .currently ol h4, .block-layered-nav .currently ol .block-related .block-title, .block-related .block-layered-nav .currently ol .block-title, .block-layered-nav .currently ol .product-tabs .content .block-title, .product-tabs .content .block-layered-nav .currently ol .block-title, .block-layered-nav .currently ol .product-tabs .content h2, .product-tabs .content .block-layered-nav .currently ol h2, .block-layered-nav .currently ol h5, .block-layered-nav .currently ol h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .block-layered-nav .currently ol h1.subheader, .block-layered-nav .currently ol h2.subheader, .block-layered-nav .currently ol h3.subheader, .block-layered-nav .currently ol h4.subheader, .block-layered-nav .currently ol .block-related .subheader.block-title, .block-related .block-layered-nav .currently ol .subheader.block-title, .block-layered-nav .currently ol .product-tabs .content .subheader.block-title, .product-tabs .content .block-layered-nav .currently ol .subheader.block-title, .block-layered-nav .currently ol .product-tabs .content h2.subheader, .product-tabs .content .block-layered-nav .currently ol h2.subheader, .block-layered-nav .currently ol h5.subheader, .block-layered-nav .currently ol h6.subheader {
      line-height: 1.4; }
  .block-layered-nav .currently ol .label {
    font-weight: bold; }
.block-layered-nav .actions {
  text-align: right;
  padding-top: 0.5rem;
  margin-bottom: 1rem; }
.block-layered-nav .block-subtitle {
  display: none; }

/* NAVIGATION VERTICAL - _navigation-vertical.scss - Categories (left or right menu) */
.vertnav-container li > ul {
  display: none; }
.vertnav-container li.active ul {
  padding-left: 0.5rem;
  margin-left: 0.25rem;
  border-left: 1px solid #2196f3; }
.vertnav-container li.active > ul {
  display: block; }
.vertnav-container li.active > a {
  font-weight: bold; }
.vertnav-container li a {
  line-height: 1.5rem;
  display: block; }
.vertnav-container li.parent {
  position: relative;
  padding-left: 0.1em; }
  .vertnav-container li.parent > ul {
    border-left: 1px solid #2196f3; }
  .vertnav-container li.parent > a {
    padding-left: 1em; }
  .vertnav-container li.parent:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f067";
    /* Plus sign */
    font-family: "polar-icons";
    color: #2196f3; }
.vertnav-container li.parent.active:before {
  content: "\f068";
  /* Minus sign */ }

/* ADMIN CREATED CONTENT - STD - _std.scss */
.page-title {
  padding-top: 1rem;
  text-align: center;
  text-transform: uppercase; }

ul.disc {
  margin-left: 1.5rem; }

.std .row {
  margin: 0; }

@media only screen and (min-width: 40.063em) {
  .box-collateral ol,
  .box-collateral ul,
  .std ol,
  .std ul {
    margin-left: 1.5rem; } }
.box-collateral ol.products-list,
.box-collateral ul.form-list,
.box-collateral ul.rating-list,
.std ol.products-list,
.std ul.form-list,
.std ul.rating-list {
  margin-left: 0; }
.box-collateral ul.products-grid,
.std ul.products-grid {
  margin-left: -0.75rem; }
.box-collateral p,
.std p {
  /* A float fix to allow floating images beside multiple paragraphs */ }
  .box-collateral p:after, .box-collateral p:before,
  .std p:after,
  .std p:before {
    display: inline;
    clear: none;
    content: none; }

/* CMS */
body.cms-index-index .page, body.cms-page-view .page, body.wpmag-page-view .page {
  background-color: white; }
body.cms-index-index .main, body.cms-page-view .main, body.wpmag-page-view .main {
  max-width: 100%; }

body.cms-index-index .page {
  background-color: #f2f1ed; }

/* Frontpage */
.ad-large {
  padding: 24px; }
  .ad-large h2 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f1ed;
    padding-bottom: 6px; }
  .ad-large p {
    position: absolute;
    top: 140px; }

/* DEALERS */
body.cms-dealer .main {
  text-align: center; }
  body.cms-dealer .main .page-title h1 {
    color: #383838;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.25rem; }
  body.cms-dealer .main .std > p {
    font-weight: normal; }
  body.cms-dealer .main .std .dealer-list {
    margin: 0;
    padding: 2rem 1.5rem; }
    body.cms-dealer .main .std .dealer-list li {
      padding: 0rem 0.75rem;
      margin-bottom: 0.75rem; }
      body.cms-dealer .main .std .dealer-list li .item-wrapper {
        padding: 0.75rem 0.5rem 0.5rem 0.5rem;
        border: 1px solid #888888;
        background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); }
        body.cms-dealer .main .std .dealer-list li .item-wrapper h2 {
          font-size: 1.1rem;
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase; }
        body.cms-dealer .main .std .dealer-list li .item-wrapper a {
          margin: 1rem;
          text-transform: uppercase;
          letter-spacing: 1px;
          background-color: #727272; }
        body.cms-dealer .main .std .dealer-list li .item-wrapper a:hover {
          background-color: #999; }

.box-title h3 {
  font-size: 26px !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 8px;
  margin-bottom: 18px; }

.merchant-portal ul {
  margin-left: 20px; }
.merchant-portal a {
  text-decoration: underline; }

/* FORM - _form.scss */
button,
.button,
input,
select,
textarea {
  font-size: 0.8rem; }

select {
  background-position: 95% 50%;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  padding: base-font-size/4 1rem 0.5rem;
  -moz-appearance: none;
  /* Firefox fix */
  text-indent: 0.01px;
  /* Firefox fix */
  text-overflow: '';
  /* Firefox fix */ }
  select:hover, select:active, select:focus {
    background-position: 95% 50%; }

p.required,
.required em {
  display: inline-block;
  float: left;
  margin-right: 0.5em;
  color: #d32f2f;
  font-style: normal; }

p.required {
  clear: both;
  float: none;
  display: block;
  font-size: 0.8em;
  text-align: right;
  margin-top: 0.25rem; }

.radio {
  float: left;
  margin-right: 0.5rem;
  line-height: 1.5em; }

label,
.label {
  padding-bottom: 0.5rem;
  color: #393939; }

input,
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/* Form list, and other form elements */
.form-list li {
  margin-bottom: 1rem;
  clear: both; }
  .form-list li label {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0; }
  .form-list li.control div,
  .form-list li.control input {
    float: left;
    margin-right: 0.5rem; }
  .form-list li.control input[type="text"] {
    margin-top: 0.5rem; }
  .form-list li.control label {
    width: auto;
    line-height: 1em; }
  .form-list li.control .input-box {
    float: left;
    margin-right: 0.5rem; }
  .form-list li .field {
    width: 48%; }
    .form-list li .field:last-child {
      float: right; }
    .form-list li .field:first-child {
      float: left; }
  .form-list li input[type=text] {
    width: 100%; }
  .form-list li li > div {
    display: block;
    margin-bottom: 1rem; }

.form-list .additional-row p {
  float: right;
  width: 5%;
  margin-top: 2rem;
  text-align: center; }
  .form-list .additional-row p a {
    float: right; }
.form-list .additional-row .field:last-child {
  width: 43%; }

.buttons-set {
  text-align: right; }
  .buttons-set .back-link {
    float: left;
    text-align: left; }

/* Tame those huge Foundation buttons */
.button,
button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  white-space: nowrap; }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus {
    text-decoration: none; }
  .button.btn-cart,
  button.btn-cart {
    background-color: #4caf50;
    border-color: #3d8c40;
    color: white; }
    .button.btn-cart:hover, .button.btn-cart:focus,
    button.btn-cart:hover,
    button.btn-cart:focus {
      background-color: #3d8c40; }
    .button.btn-cart:hover, .button.btn-cart:focus,
    button.btn-cart:hover,
    button.btn-cart:focus {
      color: white; }

h2.legend {
  clear: both; }

.fieldset {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #888888; }

.fieldset h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #888888; }

.fieldset .legend {
  font-size: 1rem; }

/* Validation bubble */
select ~ .validation-advice {
  margin-top: 3px; }

.validation-advice {
  background-color: #727272;
  color: white;
  line-height: 1.5rem;
  padding: 0.5rem;
  font-size: 0.8em;
  width: auto;
  position: absolute;
  width: 100%;
  margin-top: -5rem;
  right: 0; }
  .validation-advice:after, .validation-advice:before {
    top: 100%;
    border: solid transparent;
    border-top-color: #d32f2f;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    right: 20%; }
  .validation-advice:after {
    border-width: 0.5rem;
    margin-left: -0.5rem; }
  .validation-advice:before {
    border-width: 0.5rem;
    margin-left: -0.5rem; }
  @media only screen and (min-width: 40.063em) {
    .validation-advice {
      width: 50%;
      margin-top: -2rem; }
      .validation-advice:after, .validation-advice:before {
        right: 17%; } }

input.validation-failed,
textarea.validation-failed {
  border: 1px solid #d32f2f; }

/* ICONS - _icons.scss. Universal icon and dropdown areas. */
/* Delete-/remove-icons */
.close-btn,
.block-cart .close-btn,
.cart-list .link-wishlist,
.btn-remove2,
.btn-remove {
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  width: 1.5em;
  line-height: 1em; }
  .close-btn:before,
  .block-cart .close-btn:before,
  .cart-list .link-wishlist:before,
  .btn-remove2:before,
  .btn-remove:before {
    content: "\e001";
    /* Trash can */
    font-family: "polar-icons";
    position: absolute;
    text-indent: 0;
    left: 0;
    top: 0;
    display: inline-block;
    color: #d32f2f;
    font-size: 1rem; }
  .close-btn:hover:before, .close-btn:active:before, .close-btn:focus:before,
  .block-cart .close-btn:hover:before,
  .block-cart .close-btn:active:before,
  .block-cart .close-btn:focus:before,
  .cart-list .link-wishlist:hover:before,
  .cart-list .link-wishlist:active:before,
  .cart-list .link-wishlist:focus:before,
  .btn-remove2:hover:before,
  .btn-remove2:active:before,
  .btn-remove2:focus:before,
  .btn-remove:hover:before,
  .btn-remove:active:before,
  .btn-remove:focus:before {
    color: #ab2424; }

/* Top cart */
.off-canvas-wrapper .close-btn,
.block-cart .close-btn {
  cursor: pointer; }
  .off-canvas-wrapper .close-btn:before,
  .block-cart .close-btn:before {
    color: #383838;
    content: "\f00d";
    /* Delete, close, remove, X */ }
  .off-canvas-wrapper .close-btn:hover:before, .off-canvas-wrapper .close-btn:active:before, .off-canvas-wrapper .close-btn:focus:before,
  .block-cart .close-btn:hover:before,
  .block-cart .close-btn:active:before,
  .block-cart .close-btn:focus:before {
    color: #2196f3; }

.off-canvas-wrapper .close-btn {
  text-align: center;
  width: 2.5rem; }
  .off-canvas-wrapper .close-btn:before {
    padding: 0 0.5rem;
    top: 0.5em;
    left: 0.25rem;
    width: 1em;
    display: inline-block;
    color: #393939;
    font-size: 1.5rem; }

/* Category icon */
.options-icon,
.filter-icon,
.category-icon {
  background-color: #2196f3;
  color: white;
  cursor: pointer;
  line-height: 1.5em;
  padding: 0.5rem 1rem;
  margin: 0 0.75rem 1rem;
  position: relative; }
  .options-icon.expanded:after, .options-icon.collapsed:after,
  .filter-icon.expanded:after,
  .filter-icon.collapsed:after,
  .category-icon.expanded:after,
  .category-icon.collapsed:after {
    content: "\f078";
    /* Arrow down */
    text-indent: 0;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 1.5rem;
    color: white;
    font-family: "polar-icons"; }
  .options-icon.expanded:after,
  .filter-icon.expanded:after,
  .category-icon.expanded:after {
    content: "\f077";
    /* Arrow up */ }

.filter-icon {
  margin: 0 0 1rem; }

.options-icon {
  margin: 0; }

/* Cart link */
.cart-link:after {
  content: " ";
  /* Cart */
  width: 3rem;
  height: 3rem;
  text-indent: 0;
  margin-left: 0.5rem;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  line-height: 3rem;
  background: url("../images/handlekurv_icon.svg") no-repeat;
  background-size: 2.75rem;
  background-position: right center; }
@media only screen and (min-width: 40.063em) {
  .cart-link:after {
    display: none; } }

.messages li.success-msg li:before, .messages li.error-msg li:before, .messages li.notice-msg li:before {
  content: "\f071";
  /* Alert */
  font-family: "polar-icons";
  font-size: 1.5rem;
  line-height: 1em;
  vertical-align: middle;
  float: left;
  margin-right: 1rem;
  display: block; }
.messages li.success-msg li:before {
  content: "\f00c";
  /* Checkmark */ }
.messages li.notice-msg li:before {
  content: "\f05a";
  /* Info */ }

/* Cart */
.cart-list .link-wishlist {
  line-height: 1em; }
  .cart-list .link-wishlist:before {
    content: "\f044";
    /* Write to square */
    color: #393939; }
  .cart-list .link-wishlist:hover:before, .cart-list .link-wishlist:active:before, .cart-list .link-wishlist:focus:before {
    color: #535353; }

/* View order */
.my-account .order-info li.current:before {
  content: "\e000 ";
  /* Arrow right */
  font-family: "polar-icons";
  color: #bbdefb;
  padding-right: 0.5rem; }

/* Checkout */
.btn-checkout:after {
  content: "\e000";
  /* Arrow right */
  position: relative;
  bottom: -0.125rem;
  font-size: 1.5rem;
  margin-left: 1rem;
  line-height: 1rem;
  color: white;
  font-family: "polar-icons"; }

#mini-cart-wrapper .btn-checkout:after {
  font-size: 1rem; }

.opc li button:after {
  content: "\e000";
  /* Arrow right */
  font-family: "polar-icons";
  margin-left: 1rem;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/* Back link */
.back-link a small {
  display: none; }
.back-link a:before {
  content: "\f053";
  /* Arrow left */
  display: inline-block;
  font-family: "polar-icons";
  margin-right: 0.5rem; }

/* Full width dropdown */
.options-icon,
.filter-icon,
.category-icon {
  background-color: transparent;
  color: #393939;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.5em;
  padding: 0.5rem 2rem;
  position: relative; }
  .options-icon.expanded:after, .options-icon.collapsed:after,
  .filter-icon.expanded:after,
  .filter-icon.collapsed:after,
  .category-icon.expanded:after,
  .category-icon.collapsed:after {
    content: url("../images/dropdown_close.svg");
    /* Arrow down */
    height: 1rem;
    width: 1rem;
    text-indent: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #393939;
    font-weight: 300;
    font-size: 1.5rem;
    font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .options-icon.expanded:after,
  .filter-icon.expanded:after,
  .category-icon.expanded:after {
    top: 0.25rem;
    content: url("../images/dropdown_close.svg");
    /* Arrow down */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

.filter-icon {
  border: 1px solid #888888;
  border-bottom: none;
  margin: 0; }
  .filter-icon.collapsed {
    border-bottom: 1px solid #888888; }

@media only screen and (min-width: 40.063em) {
  body.category-oppskrifter .sidebar .filter-icon, body.category-tillbehor .sidebar .filter-icon {
    padding: 0;
    height: 0px;
    overflow: hidden;
    text-indent: -999px; } }

.options-icon {
  margin: 0;
  clear: both; }

/* Toolbar */
.toolbar .sorter .sort-by {
  position: relative; }
  .toolbar .sorter .sort-by a[href*="dir=desc"] img,
  .toolbar .sorter .sort-by a[href*="dir=asc"] img {
    display: none; }
  .toolbar .sorter .sort-by a[href*="dir=desc"]:before,
  .toolbar .sorter .sort-by a[href*="dir=asc"]:before {
    content: "<";
    /* Arrow down */
    text-indent: 0;
    position: absolute;
    right: 0rem;
    top: 0.8rem;
    color: #393939;
    font-weight: 300;
    font-size: 1.5rem;
    font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .toolbar .sorter .sort-by a[href*="dir=desc"]:hover, .toolbar .sorter .sort-by a[href*="dir=desc"]:active, .toolbar .sorter .sort-by a[href*="dir=desc"]:focus,
  .toolbar .sorter .sort-by a[href*="dir=asc"]:hover,
  .toolbar .sorter .sort-by a[href*="dir=asc"]:active,
  .toolbar .sorter .sort-by a[href*="dir=asc"]:focus {
    color: #bbdefb;
    text-decoration: none; }
  .toolbar .sorter .sort-by a[href*="dir=asc"]:before {
    content: ">";
    /* Ascending (down arrow) */ }

.next:before,
.previous:before {
  content: "\e000";
  /* Arrow right */
  font-family: "polar-icons"; }
.next img,
.previous img {
  display: none; }
.next:hover, .next:active, .next:focus,
.previous:hover,
.previous:active,
.previous:focus {
  color: #bbdefb;
  text-decoration: none; }

.previous:before {
  content: "\f053";
  /* Arrow left */ }

/* Search button replacement */
#search_mini_form_mobile button {
  background-color: transparent;
  text-indent: -9999px;
  display: inline-block;
  width: 1em;
  line-height: 1em; }
  #search_mini_form_mobile button:before {
    content: "\f002";
    /* Search */
    font-family: "polar-icons";
    position: absolute;
    text-indent: 0;
    padding: 0 0.5rem;
    top: 0.5em;
    left: 0;
    width: 1em;
    display: inline-block;
    color: #393939;
    font-size: 1.5rem; }
  #search_mini_form_mobile button:hover:before, #search_mini_form_mobile button:active:before, #search_mini_form_mobile button:focus:before {
    color: #2196f3; }

/* BREADCRUMBS - _breadcrumbs.scss */
nav.breadcrumbs {
  display: none;
  background-color: #f2f1ed;
  padding: 6px 10px 8px;
  clear: both;
  /* FireFox fix */
  line-height: 1.5rem; }
  nav.breadcrumbs > a {
    font-size: 0.8rem;
    display: none;
    float: none; }
    nav.breadcrumbs > a:before {
      font-size: 1.25rem;
      color: #6b6b6b; }
  nav.breadcrumbs > a:nth-last-child(2), nav.breadcrumbs > a:last-child {
    display: inline; }
  nav.breadcrumbs > a:nth-last-child(2):before {
    display: none; }
  @media only screen and (min-width: 40.063em) {
    nav.breadcrumbs > a {
      display: inline-block;
      float: left; }
    nav.breadcrumbs > a:nth-last-child(2), nav.breadcrumbs > a:last-child {
      display: inline-block; }
    nav.breadcrumbs > a:nth-last-child(2):before {
      display: inline; } }

/* PRODUCTS-LIST - _products-list.scss - Grid, list, breadcrumbs and toolbars. */
/* Breadcrumbs */
nav.breadcrumbs {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative; }
  nav.breadcrumbs a:hover,
  nav.breadcrumbs a:active,
  nav.breadcrumbs a:focus {
    text-decoration: none; }

/* Category-specific page styling */
.catalog-category-view .page {
  background-color: #f2f1ed; }
.catalog-category-view .main {
  padding-top: 3rem; }
  @media only screen and (min-width: 40.063em) {
    .catalog-category-view .main {
      padding-top: 5rem; } }
.catalog-category-view .col-main > h1 {
  display: none; }

/* Category Title */
.category-title {
  display: none; }

/* Category description */
.category-description {
  line-height: 1.6; }

/* Category Products */
.category-products {
  position: relative; }

/* Toolbar */
.toolbar {
  margin: 1rem 1.25rem 1rem 1rem; }
  @media only screen and (min-width: 40.063em) {
    .toolbar {
      position: absolute;
      width: 100%;
      top: -2.5rem;
      font-size: 0.875rem;
      color: #383838;
      padding-bottom: 0.5rem;
      margin: 0; } }
  .toolbar .total-hits {
    text-transform: uppercase;
    color: #888; }
    .toolbar .total-hits span {
      background-color: #666;
      font-size: 1.25rem;
      padding: 0.2rem 0.5rem;
      margin-right: 0.5rem;
      color: white; }
  .toolbar p {
    font-size: 0.875rem;
    color: #383838; }
  .toolbar select {
    padding: 0.2rem 1.5rem 0.2rem 0.2rem;
    background-position-x: 100%; }
  .toolbar .sort-by a {
    line-height: 0em; }
    .toolbar .sort-by a img {
      margin-bottom: -4px; }
  .toolbar label,
  .toolbar input,
  .toolbar select {
    width: auto;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0; }
  .toolbar .label,
  .toolbar label {
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: 300;
    letter-spacing: 1px;
    display: none;
    padding-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .toolbar label {
      display: inline-block; } }
  .toolbar select {
    margin-top: 2px;
    margin-bottom: 3px;
    height: 2em;
    background-color: transparent;
    background-image: none;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 0.25rem; }
  .toolbar p {
    margin-bottom: 0; }
  .toolbar .pager {
    display: none; }

.sorter,
.pager {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 105rem; }
  .sorter:before, .sorter:after,
  .pager:before,
  .pager:after {
    content: " ";
    display: table; }
  .sorter:after,
  .pager:after {
    clear: both; }
  .sorter p,
  .pager p {
    margin: 0; }
  .sorter .sort-by,
  .pager .sort-by {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    float: right; }
  .sorter .view-mode,
  .pager .view-mode {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    padding-top: 3px; }
  .sorter .amount,
  .pager .amount {
    padding-left: 0;
    padding-right: 0;
    width: 41.66667%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .sorter .amount,
      .pager .amount {
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        float: left; } }
  .sorter .limiter,
  .pager .limiter {
    padding-left: 0;
    padding-right: 0;
    width: 58.33333%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .sorter .limiter,
      .pager .limiter {
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        float: left;
        float: right; } }
  .sorter .sort-by,
  .sorter .limiter,
  .pager .sort-by,
  .pager .limiter {
    text-align: right; }
  .sorter .limiter,
  .pager .limiter {
    white-space: nowrap; }
    .sorter .limiter label,
    .sorter .limiter select,
    .pager .limiter label,
    .pager .limiter select {
      width: auto;
      display: inline-block;
      margin-right: 0.5em; }
  .sorter .pages,
  .pager .pages {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .sorter .pages,
      .pager .pages {
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        float: left; } }
    .sorter .pages strong,
    .pager .pages strong {
      display: none;
      line-height: 1.5em; }
    .sorter .pages ol,
    .pager .pages ol {
      display: inline-block;
      width: 100%;
      margin: 0;
      margin-left: 0.5rem;
      padding: 0; }
    .sorter .pages li,
    .pager .pages li {
      display: inline-block;
      line-height: inherit;
      width: 1.5rem;
      line-height: 1.5rem; }
      .sorter .pages li a,
      .pager .pages li a {
        display: block; }
      .sorter .pages li.current,
      .pager .pages li.current {
        border: 1px solid #888888; }
    .sorter .pages strong,
    .pager .pages strong {
      display: none; }

/* Category header */
.category-title h1 {
  font-size: 1.5rem;
  margin-top: 0; }

/* Products - List */
.products-list {
  width: auto;
  margin: 0;
  max-width: none; }
  .products-list:before, .products-list:after {
    content: " ";
    display: table; }
  .products-list:after {
    clear: both; }
  .products-list .item {
    border-bottom: 1px solid #888888;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    .products-list .item:first-of-type {
      margin-top: 1rem;
      padding-top: 1rem; }
    .products-list .item .product-image {
      width: 30%;
      float: left;
      margin-right: 5%; }
    .products-list .item .btn-cart {
      float: left;
      width: 100%; }
      @media only screen and (min-width: 40.063em) {
        .products-list .item .btn-cart {
          width: auto; } }
    .products-list .item .add-to-links {
      margin-left: 0; }
      @media only screen and (min-width: 40.063em) {
        .products-list .item .add-to-links {
          margin-left: 1rem; } }
      .products-list .item .add-to-links a {
        display: inline-block;
        line-height: 2.2em;
        margin-right: 1rem; }
      .products-list .item .add-to-links li:last-child a {
        margin-right: 0; }
    .products-list .item .separator {
      display: none; }
  .products-list .rating-box {
    line-height: 1em;
    margin-top: 0.25rem;
    margin-right: 1rem; }

/* Products - Grid */
.products-grid .product-info {
  opacity: 1;
  position: relative;
  padding: 1rem 1rem 2rem 1rem;
  min-height: 164px;
  background-color: #ffffff; }
  @media only screen and (min-width: 40.063em) {
    .products-grid .product-info {
      padding: 1rem 1rem;
      min-height: 260px; } }
  .products-grid .product-info:after {
    content: " ";
    display: table;
    width: 100%; }
.products-grid .product-image {
  display: block; }
.products-grid .special-label {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  padding: 0.25rem 1.5rem;
  background-color: #888;
  color: white;
  font-size: 0.9rem;
  letter-spacing: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.products-grid .price-box {
  display: none;
  position: relative;
  width: 100%;
  float: right;
  font-size: 1.1em;
  text-align: right;
  min-height: 0;
  margin-bottom: 0px; }
  .products-grid .price-box .price-label {
    display: none; }
  .products-grid .price-box .price-from .price-label, .products-grid .price-box .price-to .price-label {
    display: inline-block;
    margin-right: 2px; }
  .products-grid .price-box .price-from, .products-grid .price-box .price-to {
    float: left;
    display: block;
    margin-left: 6px; }
    .products-grid .price-box .price-from .price, .products-grid .price-box .price-to .price {
      margin-right: 0px; }
  .products-grid .price-box .price {
    float: right;
    margin-right: 6px; }
  .products-grid .price-box p.special-price .price {
    font-size: 1rem;
    color: red; }
  .products-grid .price-box .old-price .price {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: line-through; }
  .products-grid .price-box .map-link {
    margin-right: 4px; }
.products-grid .product-name {
  width: 100%;
  float: left;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.25rem;
  max-height: 4rem;
  min-height: 2.75rem;
  margin-top: 10px;
  overflow: hidden;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .products-grid .product-name {
      margin: 28px 0 10px 0;
      font-size: 17px; } }
.products-grid .short-description {
  float: left;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 18pt;
  color: #383838;
  width: 100%;
  min-height: 6rem;
  max-height: 6rem; }
  @media only screen and (min-width: 40.063em) {
    .products-grid .short-description {
      padding: 0 1rem; } }
.products-grid .item {
  position: relative;
  padding: 0 0.5rem;
  margin-bottom: 1rem; }
  .products-grid .item:hover .item-wrapper a {
    opacity: 0.7; }
  .products-grid .item img {
    width: 100%; }
  .products-grid .item .actions {
    display: none;
    position: relative;
    bottom: 0px;
    height: 0px;
    width: 100%;
    padding: 0 6px;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease; }
    .products-grid .item .actions .btn-cart {
      width: 100%;
      margin: 12px 0px; }
    .products-grid .item .actions.b2b-actions {
      display: block;
      position: absolute;
      height: auto;
      padding: 1.275rem;
      padding-top: 0; }
      .products-grid .item .actions.b2b-actions .btn-cart {
        margin: 0;
        float: right;
        width: calc(100% - 3.275rem); }
      .products-grid .item .actions.b2b-actions .qty-wrapper {
        width: 40px;
        clear: none;
        float: left; }
        .products-grid .item .actions.b2b-actions .qty-wrapper input.qty {
          margin-bottom: 0;
          text-align: center;
          width: 100%; }
  .products-grid .item a:hover,
  .products-grid .item a:active,
  .products-grid .item a:focus {
    text-decoration: none; }
.products-grid .item-wrapper {
  position: relative;
  overflow: hidden; }
  .products-grid .item-wrapper a {
    float: left;
    width: 100%; }
.products-grid button {
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 1rem; }
.products-grid .ratings {
  text-align: center;
  margin-top: -0.8rem;
  margin-bottom: -8px; }

/* Mini products list */
.mini-products-list {
  list-style-type: none; }
  .mini-products-list li.item {
    position: relative;
    padding-left: 115px;
    /* Based on the width of the product image (100px) */
    padding-right: 25px;
    /* Based on the delete icon */
    border-bottom: 1px solid #888888;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 115px;
    /* Based on the width of the product image (100px) */ }
    .mini-products-list li.item .product-details {
      padding-right: 1rem; }
    .mini-products-list li.item .price-box,
    .mini-products-list li.item p {
      margin-bottom: 0; }
    .mini-products-list li.item .product-image {
      position: absolute;
      left: 0;
      top: 0; }
    .mini-products-list li.item .checkbox {
      float: left;
      margin-right: 0.5rem; }
    .mini-products-list li.item .price-box {
      clear: both; }
    .mini-products-list li.item .btn-remove {
      position: absolute;
      right: 0; }
    .mini-products-list li.item .link-cart {
      border-style: solid;
      border-width: 0;
      cursor: pointer;
      font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
      font-weight: normal;
      line-height: normal;
      margin: 0 0 1.25rem;
      position: relative;
      text-decoration: none;
      text-align: center;
      -webkit-appearance: none;
      border-radius: 0;
      display: inline-block;
      padding-top: 0.5625rem;
      padding-right: 1.125rem;
      padding-bottom: 0.625rem;
      padding-left: 1.125rem;
      font-size: 1rem;
      background-color: #2196f3;
      border-color: #0b7ad1;
      color: white;
      transition: background-color 300ms ease-out; }
      .mini-products-list li.item .link-cart:hover, .mini-products-list li.item .link-cart:focus {
        background-color: #0b7ad1; }
      .mini-products-list li.item .link-cart:hover, .mini-products-list li.item .link-cart:focus {
        color: white; }

/* Map Popup */
.map-popup {
  position: fixed;
  width: 300px;
  padding: 1rem;
  background-color: #fafafa;
  border: 1px solid #e0e0e0; }
  .map-popup .map-popup-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    border: 0.5rem;
    font-size: 1.5rem; }
  .map-popup .map-popup-content {
    display: table;
    width: 100%;
    margin-bottom: 1rem; }
    .map-popup .map-popup-content .map-popup-checkout {
      width: 40%;
      float: left; }
      .map-popup .map-popup-content .map-popup-checkout button {
        margin-bottom: 0px; }
    .map-popup .map-popup-content .map-popup-msrp {
      font-size: 0.8rem;
      color: #888888; }
    .map-popup .map-popup-content .map-popup-price {
      margin-top: -0.5rem; }
    .map-popup .map-popup-content .price-box {
      display: inline; }

/* PRICE - _price.scss */
/* General styling of price */
.price-box {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #393939;
  font-weight: 700; }
  .price-box p {
    margin: 0; }
  .price-box .old-price {
    text-decoration: line-through;
    font-size: 0.75rem;
    color: #6c6c6c; }
  .price-box .price {
    font-weight: bold; }
  .price-box .price-including-tax,
  .price-box .price-excluding-tax {
    display: block; }
  .price-box .price-including-tax {
    font-size: 0.8em; }

/* PRODUCT - _product.scss */
/* General price styling is in _price.scss */
/* Product - General styles */
.add-to-links > li,
.add-to-links {
  display: inline-block;
  float: left; }

.add-to-links a.button {
  margin-left: 0; }
  @media only screen and (min-width: 40.063em) {
    .add-to-links a.button {
      margin-left: 1rem; } }

@media only screen and (max-width: 40em) {
  .catalog-product-view .col-main.col-main {
    padding: 0rem; }
    .catalog-product-view .col-main.col-main .product-img-box {
      padding: 0; }
    .catalog-product-view .col-main.col-main .product-shop {
      padding: 0; }
      .catalog-product-view .col-main.col-main .product-shop .offer-box {
        padding: 0 0.75rem; } }
/* Product - View */
.product-view {
  padding: 0; }
  .product-view .product {
    margin-bottom: 4rem; }
  .product-view .product-img-box .highslide-gallery {
    position: relative; }
  .product-view .product-img-box img {
    max-width: none;
    width: 100%; }
  .product-view .product-name h1 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 2rem 0;
    text-transform: uppercase; }
    @media only screen and (min-width: 40.063em) {
      .product-view .product-name h1 {
        font-size: 2.25rem; } }
  .product-view .short-description {
    clear: both;
    padding: 0;
    text-align: left; }
    .product-view .short-description:before, .product-view .short-description:after {
      content: " ";
      display: table; }
    .product-view .short-description:after {
      clear: both; }
    @media only screen and (min-width: 40.063em) {
      .product-view .short-description {
        padding: 0 4rem; } }
    .product-view .short-description p {
      font-weight: 300; }
  .product-view .wash-icons {
    display: table;
    margin: 0 auto;
    padding: 0.75rem; }
    @media only screen and (min-width: 40.063em) {
      .product-view .wash-icons {
        padding: 1rem 0; } }
    .product-view .wash-icons span {
      display: inline-block;
      height: 35px;
      margin: 0 0.5rem;
      overflow: hidden; }
      .product-view .wash-icons span:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
    .product-view .wash-icons img {
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto;
      height: 100%; }
  .product-view .hefte label, .product-view .garn label, .product-view .strikkepinner label, .product-view .hefte-med-oppskrifter label, .product-view .strikkepinne label {
    position: relative;
    color: #393939; }
    .product-view .hefte label:before, .product-view .garn label:before, .product-view .strikkepinner label:before, .product-view .hefte-med-oppskrifter label:before, .product-view .strikkepinne label:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      width: 3rem;
      height: 2rem;
      margin-bottom: 0.25rem;
      margin-right: 0.5rem;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 3rem; }
  .product-view .hefte label:before, .product-view .hefte-med-oppskrifter label:before {
    background-image: url("../images/hefte_icon.svg"); }
  .product-view .garn label:before {
    background-image: url("../images/garn_icon.svg"); }
  .product-view .strikkepinner label:before {
    background-image: url("../images/pinne_icon.svg"); }
  .product-view .strikkepinne label:before {
    background-image: url("../images/pinne_icon.svg"); }

.product-view .product-img-box {
  position: relative; }
  .product-view .product-img-box h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold; }
  .product-view .product-img-box .special-label {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    background-color: #888;
    color: white;
    font-size: 1rem;
    letter-spacing: 1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.product-view .product-shop .info-box {
  padding: 2rem 2rem;
  background-color: #f2f1ed; }
  .product-view .product-shop .info-box .difficulty {
    text-align: center;
    font-weight: bold;
    margin-top: 1.5rem;
    letter-spacing: 1px; }
  .product-view .product-shop .info-box .rettelser {
    text-align: center;
    margin-top: 1rem; }
    .product-view .product-shop .info-box .rettelser .file-list {
      display: table;
      margin: 0 auto;
      text-align: center; }
      .product-view .product-shop .info-box .rettelser .file-list .file {
        display: blocK; }
      .product-view .product-shop .info-box .rettelser .file-list .file-description, .product-view .product-shop .info-box .rettelser .file-list .file-download {
        display: inline-block; }
        .product-view .product-shop .info-box .rettelser .file-list .file-description a, .product-view .product-shop .info-box .rettelser .file-list .file-download a {
          text-decoration: underline; }
        .product-view .product-shop .info-box .rettelser .file-list .file-description.file-description, .product-view .product-shop .info-box .rettelser .file-list .file-download.file-description {
          margin-right: 0.5rem;
          text-align: left; }
.product-view .product-shop .offer-box {
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 64.063em) {
    .product-view .product-shop .offer-box {
      padding: 1.25rem; } }
  @media only screen and (min-width: 40.063em) {
    .product-view .product-shop .offer-box .offer {
      border-bottom: 1px solid #888888;
      padding-bottom: 0.75rem; } }
  .product-view .product-shop .offer-box .offer .product-title {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .product-view .product-shop .offer-box .offer .product-title {
        display: none; } }
  .product-view .product-shop .offer-box .offer .availability {
    padding-left: 0; }
  .product-view .product-shop .offer-box .wrapper-files {
    display: none; }
.product-view .product-shop p {
  font-size: 1.1rem;
  margin-bottom: 0; }
.product-view .product-shop .price-box, .product-view .product-shop .download-box {
  margin: 0;
  line-height: 40px;
  float: left;
  margin-right: 0.75rem;
  border: none;
  width: 50%;
  padding-right: 0.5rem;
  text-align: right;
  background-color: #f2f1ed; }
  @media only screen and (min-width: 40.063em) {
    .product-view .product-shop .price-box, .product-view .product-shop .download-box {
      float: right;
      width: auto;
      padding-left: none;
      background-color: transparent; } }
  .product-view .product-shop .price-box a, .product-view .product-shop .download-box a {
    color: #393939;
    text-decoration: underline; }
  .product-view .product-shop .price-box.download-box .price-box, .product-view .product-shop .download-box.download-box .price-box {
    display: none; }
.product-view .product-shop p.special-price {
  color: #d32f2f; }
.product-view .product-shop .product-pricing {
  float: right;
  width: 25%;
  text-align: right; }
.product-view .product-shop .garnmengde {
  float: right;
  text-align: right;
  clear: both;
  font-size: 0.9rem; }
  .product-view .product-shop .garnmengde span:after {
    content: ","; }
  .product-view .product-shop .garnmengde span.garnmengde-label:after, .product-view .product-shop .garnmengde span.partial:after {
    content: ""; }
  @media only screen and (max-width: 40em) {
    .product-view .product-shop .garnmengde {
      width: 100%;
      text-align: left;
      padding-left: 1.25rem; } }
.product-view .product-shop .availability {
  float: right;
  text-align: left;
  font-size: 0.9rem;
  padding: 0rem;
  clear: both; }
  .product-view .product-shop .availability.in-stock span {
    color: #4caf50;
    font-weight: bold; }
  .product-view .product-shop .availability.out-of-stock span {
    color: #d32f2f;
    font-weight: bold; }
  @media only screen and (min-width: 40.063em) {
    .product-view .product-shop .availability {
      max-width: 30%;
      text-align: right; } }
  @media only screen and (max-width: 40em) {
    .product-view .product-shop .availability {
      float: left;
      padding-left: 1.25rem;
      margin-top: 1rem; } }
.product-view .product-shop .simple-label {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    .product-view .product-shop .simple-label {
      padding: 0.35rem 5rem 0 0rem; } }
.product-view .product-shop .hefte-disclaimer {
  text-align: right;
  font-size: 0.9rem;
  margin-top: 1rem; }
.product-view .product-shop .tier-prices {
  margin-left: 1.5rem; }
.product-view .product-shop .offer {
  position: relative;
  margin-top: 2rem; }
  .product-view .product-shop .offer:before, .product-view .product-shop .offer:after {
    content: " ";
    display: table; }
  .product-view .product-shop .offer:after {
    clear: both; }
  @media only screen and (min-width: 40.063em) {
    .product-view .product-shop .offer {
      margin-bottom: 0; } }
  .product-view .product-shop .offer input {
    float: right;
    width: 2.5rem;
    font-size: 1.2rem;
    height: 2.5rem;
    margin: 0 0.25rem;
    padding: 0;
    line-height: 2rem;
    border: 1px solid #222;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent; }
  .product-view .product-shop .offer label[for="qty"] {
    line-height: 2rem;
    display: none; }
  .product-view .product-shop .offer .produktlabel {
    width: 100%;
    margin-bottom: 0.75rem;
    float: left;
    clear: left; }
    @media only screen and (min-width: 40.063em) {
      .product-view .product-shop .offer .produktlabel {
        padding-right: 1rem;
        border-bottom: 1px solid #888888; } }
    .product-view .product-shop .offer .produktlabel label {
      padding: 0;
      margin: 0;
      margin-top: 0.5rem;
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: normal;
      width: 100%;
      border-bottom: 1px solid #888888; }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-shop .offer .produktlabel label {
          border-bottom: none; } }
    .product-view .product-shop .offer .produktlabel .qty-label {
      display: none;
      margin-top: 0.5rem;
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: normal;
      text-align: right;
      width: 100%;
      padding-left: 5rem; }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-shop .offer .produktlabel .qty-label {
          display: inline-block;
          padding-left: 0;
          text-align: center; } }
    @media only screen and (min-width: 40.063em) {
      .product-view .product-shop .offer .produktlabel label {
        float: left;
        text-align: left;
        width: auto; }
      .product-view .product-shop .offer .produktlabel .qty-label {
        float: right;
        text-align: left;
        width: auto;
        margin-bottom: 0; } }
  .product-view .product-shop .offer .qty-wrapper {
    position: relative;
    z-index: 100;
    display: table;
    width: 100%;
    float: right;
    margin-bottom: 0.25rem;
    min-height: 2rem; }
    @media only screen and (min-width: 40.063em) {
      .product-view .product-shop .offer .qty-wrapper {
        display: block;
        margin: 0;
        width: auto;
        float: none; } }
.product-view .product-shop .quantity-minus, .product-view .product-shop .quantity-plus {
  float: right;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 36px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
  cursor: pointer;
  background-color: #e7e3d9;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }
  .product-view .product-shop .quantity-minus:hover, .product-view .product-shop .quantity-plus:hover {
    background-color: #c7c3b2; }
.product-view .product-shop .add-to-links {
  float: right;
  clear: both;
  line-height: 3rem;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .product-view .product-shop .add-to-links {
      clear: none;
      margin-right: 1rem;
      width: auto; } }
  .product-view .product-shop .add-to-links li {
    width: 100%; }
    @media only screen and (min-width: 40.063em) {
      .product-view .product-shop .add-to-links li {
        width: auto; } }
    .product-view .product-shop .add-to-links li .link-wishlist {
      float: right;
      padding: 2rem 3rem;
      background-color: #f2f1ed;
      color: #383838;
      font-size: 1rem;
      font-weight: normal;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;
      line-height: normal;
      width: 100%;
      margin-top: 1rem; }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-shop .add-to-links li .link-wishlist {
          width: auto;
          margin-top: 0; } }
    .product-view .product-shop .add-to-links li .favoriteproducts-add {
      height: auto;
      width: 100%;
      padding: 2rem;
      background-color: #f2f1ed;
      color: #383838;
      font-size: 1rem;
      font-weight: normal;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;
      line-height: normal; }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-shop .add-to-links li .favoriteproducts-add {
          width: auto; } }
      .product-view .product-shop .add-to-links li .favoriteproducts-add img {
        height: 1.5rem;
        margin-top: -0.5rem;
        margin-left: 0.5rem; }
      .product-view .product-shop .add-to-links li .favoriteproducts-add:hover {
        background-color: #c7c3b2; }
.product-view .product-shop button.btn-cart,
.product-view .product-shop input[name="qty"] {
  font-size: 1.1rem;
  text-align: center; }
.product-view .product-shop .add-to-cart {
  float: right;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .product-view .product-shop .add-to-cart {
      width: auto; } }
  .product-view .product-shop .add-to-cart input,
  .product-view .product-shop .add-to-cart label {
    float: left;
    width: auto;
    margin-right: 10px; }
  .product-view .product-shop .add-to-cart button {
    float: right;
    padding: 2rem 3rem;
    background-color: #727272;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%; }
    @media only screen and (min-width: 40.063em) {
      .product-view .product-shop .add-to-cart button {
        width: auto; } }
.product-view .product-shop button.btn-cart:hover {
  background-color: #393939; }
.product-view .product-shop .or {
  display: none; }
.product-view .product-shop .ratings {
  margin-top: -0.5rem;
  margin-bottom: 1rem; }
  .product-view .product-shop .ratings .rating-links {
    display: inline-block;
    margin-top: -2px; }
.product-view .product-shop .no-rating {
  display: none; }
@media only screen and (min-width: 40.063em) {
  .product-view .product-shop.simple .offer {
    position: relative;
    min-height: 150px; }
    .product-view .product-shop.simple .offer .simple-label {
      padding: 0.35rem 14rem 0 0rem; }
    .product-view .product-shop.simple .offer .qty-wrapper {
      position: absolute;
      top: 3.5rem;
      right: 0; }
      .product-view .product-shop.simple .offer .qty-wrapper .availability {
        max-width: 75%;
        margin-top: 0.5rem; } }

.product-view .product-shop.bundle .price-box, .product-view .product-shop.bundle .price-box-bundle, .product-view .product-shop.bundle .product-options-bottom .required, .product-view .product-shop.bundle .offer {
  display: none; }

.product-view .product-options {
  display: table;
  width: 100%;
  border: none;
  padding: 0; }
  .product-view .product-options .required em,
  .product-view .product-options p.required {
    display: none; }
  .product-view .product-options dl {
    margin-bottom: 0; }
    @media only screen and (max-width: 40em) {
      .product-view .product-options dl {
        max-width: 100vw; } }
  .product-view .product-options .additional-garn {
    text-align: right;
    margin-top: 0.5rem; }
    .product-view .product-options .additional-garn a {
      color: #393939;
      text-decoration: underline;
      margin-left: 1rem; }
  .product-view .product-options .option {
    margin-top: 2rem;
    padding: 0.5rem 0;
    line-height: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #222; }
    .product-view .product-options .option:before, .product-view .product-options .option:after {
      content: " ";
      display: table; }
    .product-view .product-options .option:after {
      clear: both; }
    .product-view .product-options .option:first-of-type {
      margin-top: 1rem; }
    .product-view .product-options .option.no-dt {
      margin-top: 0rem; }
  .product-view .product-options label.productId {
    display: none; }
  .product-view .product-options dd,
  .product-view .product-options dt {
    margin-bottom: 0; }
  .product-view .product-options dt {
    width: 100%;
    padding-right: 1rem;
    margin-bottom: 1rem;
    float: left;
    clear: left;
    border-bottom: 1px solid #888888; }
    .product-view .product-options dt label {
      float: left;
      padding: 0;
      margin: 0;
      margin-top: 0.5rem;
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: normal; }
    .product-view .product-options dt .qty-label {
      display: none;
      float: right;
      margin-top: 0.5rem;
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: normal; }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-options dt .qty-label {
          display: block; } }
    .product-view .product-options dt.gratis-hefte .qty-label {
      display: none; }
  .product-view .product-options dd, .product-view .product-options td {
    clear: left;
    margin: 0.25rem 0 0 0;
    position: relative; }
    .product-view .product-options dd label, .product-view .product-options td label {
      padding-left: 16px; }
    @media only screen and (min-width: 40.063em) {
      .product-view .product-options dd.open div[id*="colorpicker-large-preview"], .product-view .product-options td.open div[id*="colorpicker-large-preview"] {
        display: block !important; } }
    .product-view .product-options dd .qty-holder, .product-view .product-options td .qty-holder {
      display: table;
      float: right; }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-options dd .qty-holder, .product-view .product-options td .qty-holder {
          display: block;
          position: absolute;
          z-index: 100;
          top: 0;
          right: 0; } }
      .product-view .product-options dd .qty-holder label, .product-view .product-options td .qty-holder label {
        display: none; }
      .product-view .product-options dd .qty-holder input.qty, .product-view .product-options td .qty-holder input.qty {
        float: right;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.25rem;
        margin: 0 0.25rem;
        display: inline-block;
        text-align: center;
        padding: 0;
        line-height: 2rem;
        border: 1px solid #222;
        background-color: #f5f5f5;
        -webkit-box-shadow: 0px 0px 0px transparent;
        -moz-box-shadow: 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px transparent; }
    .product-view .product-options dd.gratis-hefte .download-box, .product-view .product-options td.gratis-hefte .download-box {
      position: absolute;
      z-index: 100;
      right: 0rem; }
    .product-view .product-options dd.gratis-hefte .name .price-notice, .product-view .product-options td.gratis-hefte .name .price-notice {
      display: none; }
    .product-view .product-options dd > .input-box, .product-view .product-options td > .input-box {
      position: relative;
      float: left;
      width: 100%;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-options dd > .input-box, .product-view .product-options td > .input-box {
          padding-right: 10rem;
          margin-top: 0rem;
          margin-bottom: 0rem; } }
      .product-view .product-options dd > .input-box select, .product-view .product-options td > .input-box select {
        padding: 0 1rem 0 0.5rem;
        max-width: 200px;
        margin-bottom: 0; }
      .product-view .product-options dd > .input-box ul.options-list, .product-view .product-options td > .input-box ul.options-list {
        margin-bottom: 0; }
      .product-view .product-options dd > .input-box li, .product-view .product-options td > .input-box li {
        margin: 0;
        height: 4rem;
        line-height: 2.5rem; }
        @media only screen and (min-width: 40.063em) {
          .product-view .product-options dd > .input-box li, .product-view .product-options td > .input-box li {
            height: 3rem; } }
        .product-view .product-options dd > .input-box li.show, .product-view .product-options td > .input-box li.show {
          display: block; }
          .product-view .product-options dd > .input-box li.show label, .product-view .product-options td > .input-box li.show label {
            position: absolute;
            top: 3.5rem;
            width: 100%;
            padding: 0;
            height: auto;
            font-size: 1rem;
            font-weight: normal;
            text-align: center; }
            @media only screen and (min-width: 40.063em) {
              .product-view .product-options dd > .input-box li.show label, .product-view .product-options td > .input-box li.show label {
                top: 45px;
                width: 3rem; } }
            .product-view .product-options dd > .input-box li.show label.name, .product-view .product-options td > .input-box li.show label.name {
              display: none; }
          .product-view .product-options dd > .input-box li.show a, .product-view .product-options td > .input-box li.show a {
            overflow: hidden;
            border: 1px solid #e0e0e0;
            width: 4rem;
            height: 4rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
            @media only screen and (min-width: 40.063em) {
              .product-view .product-options dd > .input-box li.show a, .product-view .product-options td > .input-box li.show a {
                width: 47px;
                height: 47px; } }
            .product-view .product-options dd > .input-box li.show a img, .product-view .product-options td > .input-box li.show a img {
              width: 150%;
              max-width: none;
              margin-top: -25%;
              margin-left: -25%; }
        .product-view .product-options dd > .input-box li.selected, .product-view .product-options td > .input-box li.selected {
          margin-bottom: 1rem; }
          @media only screen and (min-width: 40.063em) {
            .product-view .product-options dd > .input-box li.selected, .product-view .product-options td > .input-box li.selected {
              margin-bottom: 0; } }
          .product-view .product-options dd > .input-box li.selected label, .product-view .product-options td > .input-box li.selected label {
            display: none; }
            .product-view .product-options dd > .input-box li.selected label.name, .product-view .product-options td > .input-box li.selected label.name {
              display: block;
              margin-bottom: 1rem;
              line-height: 1.5rem; }
              @media only screen and (min-width: 40.063em) {
                .product-view .product-options dd > .input-box li.selected label.name, .product-view .product-options td > .input-box li.selected label.name {
                  line-height: 2; } }
          .product-view .product-options dd > .input-box li.selected .new-icon, .product-view .product-options td > .input-box li.selected .new-icon {
            display: none; }
          .product-view .product-options dd > .input-box li.selected a, .product-view .product-options td > .input-box li.selected a {
            position: absolute;
            top: 0;
            width: 3rem;
            height: 3rem;
            display: block;
            overflow: hidden;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
            @media only screen and (min-width: 40.063em) {
              .product-view .product-options dd > .input-box li.selected a, .product-view .product-options td > .input-box li.selected a {
                width: 47px;
                height: 47px; } }
            .product-view .product-options dd > .input-box li.selected a img, .product-view .product-options td > .input-box li.selected a img {
              width: 150%;
              max-width: none;
              margin-top: -25%;
              margin-left: -25%; }
        .product-view .product-options dd > .input-box li.highlighted a, .product-view .product-options td > .input-box li.highlighted a {
          border: 1px solid #222; }
          @media only screen and (max-width: 40em) {
            .product-view .product-options dd > .input-box li.highlighted a, .product-view .product-options td > .input-box li.highlighted a {
              border: 3px solid #222; } }
      .product-view .product-options dd > .input-box .label, .product-view .product-options td > .input-box .label {
        width: 100%;
        line-height: inherit;
        padding: 0rem 0; }
      .product-view .product-options dd > .input-box label, .product-view .product-options td > .input-box label {
        position: relative;
        width: 100%;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 2;
        margin-left: 0;
        padding: 0.5rem 0rem 0 4rem; }
        @media only screen and (min-width: 40.063em) {
          .product-view .product-options dd > .input-box label, .product-view .product-options td > .input-box label {
            height: 40px;
            padding: 0.35rem 5rem 0 4rem; } }
        .product-view .product-options dd > .input-box label .price-notice, .product-view .product-options td > .input-box label .price-notice {
          position: absolute;
          top: -3rem;
          right: 8.5rem;
          text-transform: lowercase; }
          @media only screen and (min-width: 40.063em) {
            .product-view .product-options dd > .input-box label .price-notice, .product-view .product-options td > .input-box label .price-notice {
              top: 0.25rem;
              right: 0.5rem; } }
      .product-view .product-options dd > .input-box img, .product-view .product-options td > .input-box img {
        width: 100%;
        max-width: 4rem;
        cursor: pointer; }
        @media only screen and (min-width: 40.063em) {
          .product-view .product-options dd > .input-box img, .product-view .product-options td > .input-box img {
            max-width: 3rem; } }
    .product-view .product-options dd div[id*="colorpicker-large-preview"], .product-view .product-options td div[id*="colorpicker-large-preview"] {
      display: none !important; }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-options dd div[id*="colorpicker-large-preview"], .product-view .product-options td div[id*="colorpicker-large-preview"] {
          position: absolute;
          top: 4rem;
          right: 0;
          width: 10rem; }
          .product-view .product-options dd div[id*="colorpicker-large-preview"] .img-container, .product-view .product-options td div[id*="colorpicker-large-preview"] .img-container {
            height: 150px;
            width: 150px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden; }
            .product-view .product-options dd div[id*="colorpicker-large-preview"] .img-container img, .product-view .product-options td div[id*="colorpicker-large-preview"] .img-container img {
              position: relative;
              top: auto;
              left: auto;
              height: 150%;
              width: 150%;
              margin: -25% 0 0 -25%;
              padding: 0;
              max-width: none;
              border: none;
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              -ms-border-radius: 0;
              -o-border-radius: 0;
              border-radius: 0; }
          .product-view .product-options dd div[id*="colorpicker-large-preview"] p, .product-view .product-options td div[id*="colorpicker-large-preview"] p {
            margin-top: 0.75rem;
            text-align: center;
            text-transform: uppercase; } }
      .product-view .product-options dd div[id*="colorpicker-large-preview"] .new-icon, .product-view .product-options td div[id*="colorpicker-large-preview"] .new-icon {
        position: absolute;
        top: -0.5rem;
        right: 0.5rem;
        z-index: 100;
        width: 2.75rem;
        height: 2.75rem;
        background-color: #666;
        color: white;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        font-size: 1rem;
        font-weight: 300;
        line-height: 2.75rem;
        text-transform: uppercase;
        pointer-events: none; }
    .product-view .product-options dd .velg-garn, .product-view .product-options td .velg-garn {
      float: left;
      clear: both;
      margin-top: 0.75rem;
      font-size: 1rem;
      color: #383838;
      cursor: pointer;
      text-decoration: underline; }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-options dd .velg-garn, .product-view .product-options td .velg-garn {
          padding-left: 1.25rem; } }
    @media only screen and (max-width: 40em) {
      .product-view .product-options dd .availability, .product-view .product-options dd .garnmengde, .product-view .product-options td .availability, .product-view .product-options td .garnmengde {
        padding-left: 0; } }
  .product-view .product-options dt.hefte + dd .input-box .name {
    padding-left: 0.5rem; }
  .product-view .product-options dt.hefte + dd .input-box > a {
    display: none; }
  @media only screen and (max-width: 40em) {
    .product-view .product-options dt.hefte + dd .product-title {
      text-transform: uppercase;
      font-size: 1.1rem;
      padding-left: 0; }
      .product-view .product-options dt.hefte + dd .product-title .price-notice {
        display: none; }
    .product-view .product-options dt.hefte + dd .input-box .name {
      color: transparent; }
      .product-view .product-options dt.hefte + dd .input-box .name .price-notice {
        color: black;
        width: 50%;
        height: 40px;
        right: auto;
        left: 0;
        text-align: right;
        padding-right: 0.5rem;
        background-color: #f2f1ed; } }
  .product-view .product-options dt.hefte + dd > a {
    display: none; }
  .product-view .product-options dt.garn + dd .options-list {
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .product-view .product-options dt.garn + dd.open .input-box {
      min-height: 350px; } }
  .product-view .product-options dt.garn + dd li {
    display: none; }
    .product-view .product-options dt.garn + dd li.show {
      float: left;
      clear: none;
      margin: 1rem;
      width: 4rem; }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-options dt.garn + dd li.show {
          width: 3rem; } }
      .product-view .product-options dt.garn + dd li.show label.productId {
        display: block; }
    .product-view .product-options dt.garn + dd li label.name {
      display: none; }
    .product-view .product-options dt.garn + dd li .new-icon {
      position: absolute;
      top: 0;
      right: -0.5rem;
      z-index: 100;
      width: 1.75rem;
      height: 1.75rem;
      background-color: #666;
      color: white;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      font-size: 0.75rem;
      font-weight: 300;
      line-height: 1.75rem;
      text-transform: uppercase;
      pointer-events: none; }
    .product-view .product-options dt.garn + dd li.selected {
      float: none;
      clear: both;
      margin: 0;
      padding: 0;
      width: 100%;
      display: block; }
      @media only screen and (max-width: 40em) {
        .product-view .product-options dt.garn + dd li.selected {
          height: 0px; } }
  .product-view .product-options dt.garn + dd img {
    display: block; }
  .product-view .product-options dt.strikkepinner + dd .input-box, .product-view .product-options dt.tilbehor + dd .input-box, .product-view .product-options dt.strikkepinne + dd .input-box {
    padding-right: 0;
    float: none; }
    @media only screen and (min-width: 40.063em) {
      .product-view .product-options dt.strikkepinner + dd .input-box, .product-view .product-options dt.tilbehor + dd .input-box, .product-view .product-options dt.strikkepinne + dd .input-box {
        float: left; } }
    .product-view .product-options dt.strikkepinner + dd .input-box li, .product-view .product-options dt.tilbehor + dd .input-box li, .product-view .product-options dt.strikkepinne + dd .input-box li {
      width: 100%;
      height: auto;
      margin-bottom: 1rem; }
      .product-view .product-options dt.strikkepinner + dd .input-box li .label label, .product-view .product-options dt.tilbehor + dd .input-box li .label label, .product-view .product-options dt.strikkepinne + dd .input-box li .label label {
        padding: 0.75rem 0rem 0 0; }
      .product-view .product-options dt.strikkepinner + dd .input-box li .price-notice, .product-view .product-options dt.tilbehor + dd .input-box li .price-notice, .product-view .product-options dt.strikkepinne + dd .input-box li .price-notice {
        top: -2.35rem; }
      .product-view .product-options dt.strikkepinner + dd .input-box li a, .product-view .product-options dt.tilbehor + dd .input-box li a, .product-view .product-options dt.strikkepinne + dd .input-box li a {
        display: none;
        position: absolute;
        top: 0;
        width: 4rem;
        height: 4rem;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
        .product-view .product-options dt.strikkepinner + dd .input-box li a img, .product-view .product-options dt.tilbehor + dd .input-box li a img, .product-view .product-options dt.strikkepinne + dd .input-box li a img {
          max-width: 3rem;
          top: -0.25rem; }
        @media only screen and (min-width: 40.063em) {
          .product-view .product-options dt.strikkepinner + dd .input-box li a, .product-view .product-options dt.tilbehor + dd .input-box li a, .product-view .product-options dt.strikkepinne + dd .input-box li a {
            width: 47px;
            height: 47px; } }
      @media only screen and (min-width: 40.063em) {
        .product-view .product-options dt.strikkepinner + dd .input-box li, .product-view .product-options dt.tilbehor + dd .input-box li, .product-view .product-options dt.strikkepinne + dd .input-box li {
          padding-right: 9rem;
          height: 3rem; }
          .product-view .product-options dt.strikkepinner + dd .input-box li .label label, .product-view .product-options dt.tilbehor + dd .input-box li .label label, .product-view .product-options dt.strikkepinne + dd .input-box li .label label {
            padding: 0.35rem 5rem 0 4rem; }
            .product-view .product-options dt.strikkepinner + dd .input-box li .label label .price-notice, .product-view .product-options dt.tilbehor + dd .input-box li .label label .price-notice, .product-view .product-options dt.strikkepinne + dd .input-box li .label label .price-notice {
              top: 0.25rem; } }
    @media only screen and (max-width: 40em) {
      .product-view .product-options dt.strikkepinner + dd .input-box, .product-view .product-options dt.tilbehor + dd .input-box, .product-view .product-options dt.strikkepinne + dd .input-box {
        height: auto; }
        .product-view .product-options dt.strikkepinner + dd .input-box .product-title .price-notice, .product-view .product-options dt.tilbehor + dd .input-box .product-title .price-notice, .product-view .product-options dt.strikkepinne + dd .input-box .product-title .price-notice {
          display: none; }
        .product-view .product-options dt.strikkepinner + dd .input-box span.label, .product-view .product-options dt.tilbehor + dd .input-box span.label, .product-view .product-options dt.strikkepinne + dd .input-box span.label {
          height: 0;
          color: transparent; }
          .product-view .product-options dt.strikkepinner + dd .input-box span.label label, .product-view .product-options dt.tilbehor + dd .input-box span.label label, .product-view .product-options dt.strikkepinne + dd .input-box span.label label {
            color: transparent; }
          .product-view .product-options dt.strikkepinner + dd .input-box span.label .price-notice, .product-view .product-options dt.tilbehor + dd .input-box span.label .price-notice, .product-view .product-options dt.strikkepinne + dd .input-box span.label .price-notice {
            width: 50%;
            height: 40px;
            left: 0;
            right: auto;
            color: black;
            text-align: right;
            padding-right: 0.5rem;
            background-color: #f2f1ed; } }

.product-view .bundle .short-description {
  text-align: center; }
.product-view .bundle .hefte-disclaimer {
  float: right;
  margin: 0; }
  @media only screen and (min-width: 40.063em) {
    .product-view .bundle .hefte-disclaimer {
      position: absolute;
      right: 0;
      top: 2.75rem;
      margin-top: 1rem; } }
.product-view .bundle .product-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 40.063em) {
    .product-view .bundle .product-title {
      display: none; } }
@media only screen and (max-width: 40em) {
  .product-view .bundle .input-box {
    height: 0px; }
  .product-view .bundle dd.open .input-box {
    height: auto; }
  .product-view .bundle .selected img {
    display: none !important; }
  .product-view .bundle .selected label.name {
    height: 0px;
    color: transparent; }
    .product-view .bundle .selected label.name .price-notice {
      left: 0;
      width: 50%;
      height: 40px;
      line-height: 2;
      text-align: right;
      padding-right: 0.5rem;
      color: black;
      background-color: #f2f1ed; } }

.product-view .configurable .required {
  display: none; }
@media only screen and (min-width: 40.063em) {
  .product-view .configurable .offer-box .offer {
    border-bottom: none; } }
.product-view .configurable .price-box {
  float: left;
  margin-right: 0.75rem;
  border: none; }
  @media only screen and (min-width: 40.063em) {
    .product-view .configurable .price-box {
      float: right; } }
.product-view .configurable .product-options {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    .product-view .configurable .product-options {
      margin: -1rem 0 0 0;
      padding: 0 10rem 0 0; } }
  .product-view .configurable .product-options .option.no-dt {
    border: none;
    padding: 0; }
    .product-view .configurable .product-options .option.no-dt .input-box {
      padding: 0;
      min-height: 300px; }
    .product-view .configurable .product-options .option.no-dt div[id*="colorpicker-large-preview"] {
      right: -10rem;
      width: 10rem; }
    .product-view .configurable .product-options .option.no-dt dd select {
      background-color: white;
      border: 1px solid #888888;
      font-size: 1rem;
      width: 100%;
      max-width: none; }
      @media only screen and (min-width: 40.063em) {
        .product-view .configurable .product-options .option.no-dt dd select {
          max-width: 250px; } }
    .product-view .configurable .product-options .option.no-dt dd:not(.garn-type) .input-box {
      min-height: 0; }
    .product-view .configurable .product-options .option.no-dt dd:not(.garn-type) #colorpicker-large-preview {
      display: none !important; }
    .product-view .configurable .product-options .option.no-dt dd:not(.garn-type) .validation-advice {
      position: relative; }
      .product-view .configurable .product-options .option.no-dt dd:not(.garn-type) .validation-advice:before, .product-view .configurable .product-options .option.no-dt dd:not(.garn-type) .validation-advice:after {
        border-top-color: transparent;
        border-bottom-color: #d32f2f;
        top: auto;
        bottom: 100%; }
    .product-view .configurable .product-options .option.no-dt li {
      display: none;
      margin: 0;
      height: 4rem;
      line-height: 2.5rem; }
      @media only screen and (min-width: 40.063em) {
        .product-view .configurable .product-options .option.no-dt li {
          height: 3rem; } }
      .product-view .configurable .product-options .option.no-dt li a {
        position: absolute;
        top: 0;
        width: 4rem;
        height: 4rem;
        display: block;
        overflow: hidden;
        border: 1px solid #e0e0e0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
        @media only screen and (min-width: 40.063em) {
          .product-view .configurable .product-options .option.no-dt li a {
            width: 47px;
            height: 47px; } }
        .product-view .configurable .product-options .option.no-dt li a img {
          width: 150%;
          max-width: none;
          margin-left: -25%;
          margin-top: -25%;
          padding: 0rem; }
      .product-view .configurable .product-options .option.no-dt li .new-icon {
        position: absolute;
        top: 0;
        right: -0.5rem;
        z-index: 100;
        width: 1.75rem;
        height: 1.75rem;
        background-color: #666;
        color: white;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        font-size: 0.75rem;
        font-weight: 300;
        line-height: 1.75rem;
        text-transform: uppercase;
        pointer-events: none; }
      .product-view .configurable .product-options .option.no-dt li.show {
        float: left;
        clear: none;
        margin: 0.75rem;
        width: 4rem;
        overflow: visible; }
        @media only screen and (min-width: 40.063em) {
          .product-view .configurable .product-options .option.no-dt li.show {
            width: 2.75rem;
            margin: 1rem; } }
      .product-view .configurable .product-options .option.no-dt li.selected {
        float: none;
        clear: both;
        margin: 0;
        padding: 0;
        width: 100%;
        display: block; }
        @media only screen and (max-width: 40em) {
          .product-view .configurable .product-options .option.no-dt li.selected {
            display: none; }
            .product-view .configurable .product-options .option.no-dt li.selected a {
              display: none; }
            .product-view .configurable .product-options .option.no-dt li.selected label.name {
              display: none;
              padding-left: 0; } }
        .product-view .configurable .product-options .option.no-dt li.selected .new-icon {
          display: none; }
      .product-view .configurable .product-options .option.no-dt li.show {
        display: block; }
        .product-view .configurable .product-options .option.no-dt li.show label {
          position: absolute;
          top: 3.75rem;
          width: 100%;
          padding: 0;
          height: auto;
          font-size: 1rem;
          font-weight: normal;
          text-align: center; }
          @media only screen and (min-width: 40.063em) {
            .product-view .configurable .product-options .option.no-dt li.show label {
              top: 45px;
              width: 3rem; } }
      .product-view .configurable .product-options .option.no-dt li.selected {
        margin-top: -3.75rem; }
        .product-view .configurable .product-options .option.no-dt li.selected label {
          width: 100%;
          overflow: visible; }
      .product-view .configurable .product-options .option.no-dt li.highlighted a {
        border: 1px solid #222; }
        @media only screen and (max-width: 40em) {
          .product-view .configurable .product-options .option.no-dt li.highlighted a {
            border: 3px solid #222; } }
  .product-view .configurable .product-options .velg-garn {
    display: none;
    margin-top: 0.75rem; }
    @media only screen and (min-width: 40.063em) {
      .product-view .configurable .product-options .velg-garn {
        padding-left: 1.25rem; } }
.product-view .configurable .product-options-bottom {
  margin-top: 4rem;
  float: left;
  width: 100%; }

.categorypath-tilbehor .product-view .configurable .product-options .option.no-dt .input-box {
  min-height: 0; }

/* Box in the add to cart area */
.product-view .product-options-bottom {
  padding-bottom: 1rem; }
.product-view .product-options-bottom,
.product-view .add-to-box {
  margin-top: 4rem; }
  .product-view .product-options-bottom:before, .product-view .product-options-bottom:after,
  .product-view .add-to-box:before,
  .product-view .add-to-box:after {
    content: " ";
    display: table; }
  .product-view .product-options-bottom:after,
  .product-view .add-to-box:after {
    clear: both; }
  .product-view .product-options-bottom input,
  .product-view .product-options-bottom button,
  .product-view .add-to-box input,
  .product-view .add-to-box button {
    margin-bottom: 0; }
  .product-view .product-options-bottom .price-box,
  .product-view .add-to-box .price-box {
    margin-top: 0;
    float: right; }
.product-view .add-to-links {
  margin-bottom: 0; }

/* Up-sell */
.box-up-sell .box-title {
  text-align: center;
  margin-bottom: 2rem; }
  .box-up-sell .box-title h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px; }
.box-up-sell ul.products-grid {
  margin-left: 0; }
  .box-up-sell ul.products-grid li .short-description {
    padding: 0;
    text-align: center; }

/* Product image/gallery */
.product-view .more-views {
  margin: 1rem 0;
  float: left;
  clear: both;
  width: 100%; }
  .product-view .more-views ul {
    list-style-type: none;
    margin: 0; }
    .product-view .more-views ul li {
      float: right;
      margin-left: 1rem; }
      .product-view .more-views ul li:last-of-type {
        margin-left: 0; }

/* Option list (custom options and downloadable) */
.options-list li {
  list-style-type: none;
  display: list-item;
  clear: both;
  position: relative; }
  .options-list li input.radio,
  .options-list li input.checkbox {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0.5em; }
  .options-list li label,
  .options-list li .label {
    float: left;
    padding-left: 0; }
  .options-list li .price-notice {
    display: inline-block; }
  .options-list li a {
    display: inline-block; }

/* Related products */
.block-related {
  margin-top: 1.5rem;
  clear: both; }
  .block-related:before, .block-related:after {
    content: " ";
    display: table; }
  .block-related:after {
    clear: both; }
  .block-related.block {
    margin: 0;
    padding: 0;
    border: none; }
  .block-related .block-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
    font-weight: 600; }
    .block-related .block-title strong {
      font-weight: bold; }
  .block-related .block-content {
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent; }
    .block-related .block-content .block-subtitle {
      margin-bottom: 2rem;
      text-align: center; }
    .block-related .block-content li.item {
      border: 0;
      width: 50%;
      float: left;
      padding: 0 0.25rem; }
      @media only screen and (min-width: 40.063em) {
        .block-related .block-content li.item {
          width: 25%;
          padding: 0 0.5rem; } }
      .block-related .block-content li.item .product-image {
        position: relative;
        width: 100%;
        float: left; }
      .block-related .block-content li.item .product-details {
        padding: 0;
        float: left;
        background-color: white;
        padding: 1rem 0.75rem; }
        .block-related .block-content li.item .product-details .product-name {
          font-size: 1.1rem;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-weight: bold;
          line-height: 1.25rem;
          min-height: 3rem;
          max-height: 4rem;
          text-align: center;
          padding: 0.5rem; }
          @media only screen and (min-width: 40.063em) {
            .block-related .block-content li.item .product-details .product-name {
              max-height: 3rem; } }
          .block-related .block-content li.item .product-details .product-name a {
            color: #393939; }
        .block-related .block-content li.item .product-details .short-description {
          text-align: center;
          font-size: 1rem;
          font-weight: 300;
          color: #383838;
          width: 100%;
          min-height: 3.5rem;
          max-height: 3.5rem;
          overflow: hidden;
          margin-bottom: 1.25rem; }
        .block-related .block-content li.item .product-details .price-box {
          display: none;
          margin: 0;
          font-size: 1em; }
          .block-related .block-content li.item .product-details .price-box .price {
            font-weight: normal; }
        .block-related .block-content li.item .product-details .link-wishlist {
          display: none; }

.product-bottom {
  background-color: #f2f1ed;
  padding-top: 3rem;
  margin: 0 -1rem; }
  .product-bottom .row {
    max-width: 105rem;
    margin: 0 auto; }

/* Additional information table */
.box-additional table {
  float: left;
  width: 100%;
  /* Still needed some clearfixing? */
  margin-top: 0.5rem; }
  .box-additional table:before, .box-additional table:after {
    content: " ";
    display: table; }
  .box-additional table:after {
    clear: both; }

/* Grouped */
.grouped-items-table {
  width: 100%; }

/* PRODUCT TABS - _product-tabs.scss */
.product-tabs-container {
  background-color: #f2f1ed;
  width: 100%;
  margin-top: 6rem; }
  @media only screen and (min-width: 40.063em) {
    .product-tabs-container {
      display: table; } }

.product-tabs {
  width: 100%;
  margin-top: -3.4rem; }
  @media only screen and (max-width: 40em) {
    .product-tabs {
      padding: 0; } }
  .product-tabs .std {
    line-height: 1.5em; }
  .product-tabs dl {
    display: none; }
    @media only screen and (min-width: 40.063em) {
      .product-tabs dl {
        display: block; } }
  .product-tabs .tabs {
    padding-left: 5rem;
    background-color: white; }
    .product-tabs .tabs a {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      padding: 1rem 2rem;
      text-decoration: underline;
      background-color: white; }
    .product-tabs .tabs a:hover,
    .product-tabs .tabs a:active,
    .product-tabs .tabs a:focus {
      text-decoration: none; }
    .product-tabs .tabs .active a {
      border-bottom: 0;
      text-decoration: none;
      background-color: #f2f1ed;
      color: #383838; }
  .product-tabs .tabs-content {
    margin: 0; }
    .product-tabs .tabs-content > h2 {
      display: none; }
  .product-tabs .content {
    width: 100%;
    display: block;
    background-color: #f2f1ed;
    padding: 0.75rem; }
    @media only screen and (min-width: 40.063em) {
      .product-tabs .content {
        display: none;
        padding: 0rem 2rem; } }
    .product-tabs .content .block-title, .product-tabs .content h2 {
      display: block;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1.5rem;
      font-weight: 600;
      margin: 70px 0 3rem 0; }
      .product-tabs .content .block-title strong, .product-tabs .content h2 strong {
        font-weight: bold; }
    .product-tabs .content .row {
      margin-bottom: 2rem; }
      .product-tabs .content .row .columns.details {
        margin: 0 auto;
        float: none; }
    .product-tabs .content table {
      width: 100%; }
      .product-tabs .content table th, .product-tabs .content table td {
        padding: 0.5rem;
        background-color: white;
        border: 4px solid #f2f1ed; }
        @media only screen and (min-width: 40.063em) {
          .product-tabs .content table th, .product-tabs .content table td {
            padding: 0.75rem; } }
      .product-tabs .content table td {
        text-align: center; }
      @media only screen and (max-width: 40em) {
        .product-tabs .content table {
          margin-left: -0.75rem;
          overflow-x: scroll; } }
    .product-tabs .content#details {
      text-align: center; }
    .product-tabs .content#related {
      padding: 0; }
    .product-tabs .content#sizetable h2 {
      padding-bottom: 0.5rem;
      margin-top: 1rem;
      border-bottom: 1px solid #aaa;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .product-tabs .content#sizetable .columns {
      padding: 0 2rem; }
    .product-tabs .content#sizetable table {
      width: 100%; }
      .product-tabs .content#sizetable table thead th {
        background-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .product-tabs .tabs-content > h2 {
      display: none; } }

/* TAGS - _tag.scss */
.tags-list {
  line-height: 1em;
  list-style-type: none; }
  .tags-list li {
    display: inline-block;
    padding: 1px; }

/* REVIEW - _review.scss */
.box-reviews .pager {
  border-bottom: 1px solid #888888;
  margin-bottom: 1rem; }
  .box-reviews .pager:before, .box-reviews .pager:after {
    content: " ";
    display: table; }
  .box-reviews .pager:after {
    clear: both; }
  .box-reviews .pager select {
    width: auto; }
  .box-reviews .pager label {
    float: left;
    margin-right: 0.5rem; }
.box-reviews dt {
  font-weight: normal; }
  .box-reviews dt span {
    font-style: italic;
    margin-right: 0.5rem; }
.box-reviews dd {
  border-style: solid;
  border-width: 0;
  border-color: #dcd9ce;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f2f1ed;
  color: #393939;
  position: relative; }
  .box-reviews dd > :first-child {
    margin-top: 0; }
  .box-reviews dd > :last-child {
    margin-bottom: 0; }
  .box-reviews dd h1, .box-reviews dd h2, .box-reviews dd h3, .box-reviews dd h4, .box-reviews dd .block-related .block-title, .block-related .box-reviews dd .block-title, .box-reviews dd .product-tabs .content .block-title, .product-tabs .content .box-reviews dd .block-title, .box-reviews dd .product-tabs .content h2, .product-tabs .content .box-reviews dd h2, .box-reviews dd h5, .box-reviews dd h6, .box-reviews dd p, .box-reviews dd li, .box-reviews dd dl {
    color: #393939; }
  .box-reviews dd h1, .box-reviews dd h2, .box-reviews dd h3, .box-reviews dd h4, .box-reviews dd .block-related .block-title, .block-related .box-reviews dd .block-title, .box-reviews dd .product-tabs .content .block-title, .product-tabs .content .box-reviews dd .block-title, .box-reviews dd .product-tabs .content h2, .product-tabs .content .box-reviews dd h2, .box-reviews dd h5, .box-reviews dd h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .box-reviews dd h1.subheader, .box-reviews dd h2.subheader, .box-reviews dd h3.subheader, .box-reviews dd h4.subheader, .box-reviews dd .block-related .subheader.block-title, .block-related .box-reviews dd .subheader.block-title, .box-reviews dd .product-tabs .content .subheader.block-title, .product-tabs .content .box-reviews dd .subheader.block-title, .box-reviews dd .product-tabs .content h2.subheader, .product-tabs .content .box-reviews dd h2.subheader, .box-reviews dd h5.subheader, .box-reviews dd h6.subheader {
      line-height: 1.4; }
  .box-reviews dd .date {
    position: absolute;
    right: 0.5rem;
    top: 0.25rem; }
.box-reviews .form-add fieldset {
  border: 0;
  padding: 0;
  position: relative; }
  .box-reviews .form-add fieldset h3 {
    position: absolute;
    right: 0;
    font-size: 1em;
    font-weight: normal; }
    .box-reviews .form-add fieldset h3 span {
      font-weight: bold; }
  .box-reviews .form-add fieldset h4, .box-reviews .form-add fieldset .block-related .block-title, .block-related .box-reviews .form-add fieldset .block-title, .box-reviews .form-add fieldset .product-tabs .content .block-title, .product-tabs .content .box-reviews .form-add fieldset .block-title, .box-reviews .form-add fieldset .product-tabs .content h2, .product-tabs .content .box-reviews .form-add fieldset h2 {
    font-size: 1em; }
.box-reviews .form-list {
  margin-left: 0; }

/* Ratings */
.ratings-table td,
.ratings-table th {
  padding: 0.25rem;
  text-align: left; }

.rating-list {
  list-style-type: none;
  margin: 1rem 0; }
  .rating-list li select,
  .rating-list li span {
    display: inline-block;
    width: auto; }
  .rating-list li span {
    min-width: 10rem; }

.rating-box {
  height: 1em;
  letter-spacing: 0.5em;
  line-height: 1em;
  font-family: "polar-icons";
  position: relative;
  color: #6b6b6b;
  display: inline-block; }
  .rating-box:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    /* Five stars */ }
  .rating-box .rating {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #f2cd00; }
    .rating-box .rating:before {
      content: "\f005 \f005 \f005 \f005 \f005";
      /* Five stars */ }

/* Ratings - Add rating form */
.form-add textarea {
  min-height: 15em; }
.form-add .buttons-set .button {
  margin-bottom: 0; }

/* CART - _cart.scss */
.cart-empty {
  border-style: solid;
  border-width: 0;
  border-color: #dcd9ce;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f2f1ed;
  color: #393939;
  margin-bottom: 16px; }
  .cart-empty > :first-child {
    margin-top: 0; }
  .cart-empty > :last-child {
    margin-bottom: 0; }
  .cart-empty h1, .cart-empty h2, .cart-empty h3, .cart-empty h4, .cart-empty .block-related .block-title, .block-related .cart-empty .block-title, .cart-empty .product-tabs .content .block-title, .product-tabs .content .cart-empty .block-title, .cart-empty .product-tabs .content h2, .product-tabs .content .cart-empty h2, .cart-empty h5, .cart-empty h6, .cart-empty p, .cart-empty li, .cart-empty dl {
    color: #393939; }
  .cart-empty h1, .cart-empty h2, .cart-empty h3, .cart-empty h4, .cart-empty .block-related .block-title, .block-related .cart-empty .block-title, .cart-empty .product-tabs .content .block-title, .product-tabs .content .cart-empty .block-title, .cart-empty .product-tabs .content h2, .product-tabs .content .cart-empty h2, .cart-empty h5, .cart-empty h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .cart-empty h1.subheader, .cart-empty h2.subheader, .cart-empty h3.subheader, .cart-empty h4.subheader, .cart-empty .block-related .subheader.block-title, .block-related .cart-empty .subheader.block-title, .cart-empty .product-tabs .content .subheader.block-title, .product-tabs .content .cart-empty .subheader.block-title, .cart-empty .product-tabs .content h2.subheader, .product-tabs .content .cart-empty h2.subheader, .cart-empty h5.subheader, .cart-empty h6.subheader {
      line-height: 1.4; }

@media only screen and (min-width: 40.063em) {
  .cart {
    padding: 0 2rem; } }
.cart .page-title {
  margin-bottom: 2rem; }
  .cart .page-title h1 {
    font-size: 1.75rem; }
.cart fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

.cart .cart-table {
  /* Not relevant by default. Delete app/design/frontend/polar/default/template/checkout/cart/cart.phtml to get back to standard. */
  width: 100%; }
  .cart .cart-table .btn-update {
    float: right; }
  .cart .cart-table dl dt {
    float: left;
    margin-right: 0.5rem; }
    .cart .cart-table dl dt:after {
      content: ":"; }
  .cart .cart-table dl dd {
    margin-bottom: 0.3em; }
  .cart .cart-table tr {
    border-bottom: 1px solid #888888; }

.cart img {
  max-width: none; }
.cart .btn-remove {
  float: right;
  text-indent: 0;
  width: auto; }
  .cart .btn-remove:before {
    display: none; }
.cart button {
  margin-bottom: 0; }
  .cart button.btn-checkout {
    background-color: #727272;
    border-color: #5b5b5b;
    color: white;
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    margin: 0.5rem 0; }
    .cart button.btn-checkout:hover, .cart button.btn-checkout:focus {
      background-color: #5b5b5b; }
    .cart button.btn-checkout:hover, .cart button.btn-checkout:focus {
      color: white; }
    @media only screen and (min-width: 40.063em) {
      .cart button.btn-checkout {
        width: auto; } }

.cart .cart-collaterals .totals {
  width: 100%;
  float: right;
  text-align: right; }
  @media only screen and (min-width: 40.063em) {
    .cart .cart-collaterals .totals {
      width: auto; } }
  .cart .cart-collaterals .totals table {
    width: 100%;
    margin-bottom: 1rem;
    float: right; }
    @media only screen and (min-width: 40.063em) {
      .cart .cart-collaterals .totals table {
        width: auto; } }
    .cart .cart-collaterals .totals table td {
      padding: 1rem; }
      .cart .cart-collaterals .totals table td:first-of-type {
        text-align: left; }
      .cart .cart-collaterals .totals table td:last-of-type {
        padding-right: 0; }
  .cart .cart-collaterals .totals .checkout-types {
    display: block;
    clear: both; }
    .cart .cart-collaterals .totals .checkout-types .shipping-notification {
      padding: 0.5rem 0.5rem;
      margin: 1rem 0;
      text-align: center;
      color: #666;
      font-size: 0.9rem;
      background-color: #f2f1ed; }
      @media only screen and (min-width: 40.063em) {
        .cart .cart-collaterals .totals .checkout-types .shipping-notification {
          padding: 0.5rem 0.25rem;
          max-width: 237px; } }
  .cart .cart-collaterals .totals tfoot {
    background-color: transparent;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888; }
.cart .cart-collaterals .shipping {
  float: left; }

/* Crosssell */
.crosssell {
  margin-bottom: 2rem;
  clear: both; }
  .crosssell:before, .crosssell:after {
    content: " ";
    display: table; }
  .crosssell:after {
    clear: both; }
  .crosssell h2 {
    font-weight: 400;
    font-size: 1rem; }
  .crosssell .item {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #888888; }
    @media only screen and (min-width: 40.063em) {
      .crosssell .item {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0; } }
    .crosssell .item button {
      float: right; }
      @media only screen and (min-width: 40.063em) {
        .crosssell .item button {
          float: left;
          margin-top: 0; } }
    .crosssell .item .product-image {
      width: auto;
      padding: 0; }
  .crosssell .product-name {
    min-height: 0; }
  .crosssell .product-image {
    width: 5rem;
    position: absolute;
    left: auto;
    top: 0; }
  .crosssell .product-details {
    padding-left: 6rem; }

/* Cart list */
.cart-list {
  border-top: 1px solid #888888;
  padding-top: 1rem; }
  .cart-list > li {
    list-style-type: none;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #888888;
    position: relative;
    min-height: 120px; }
    .cart-list > li:before, .cart-list > li:after {
      content: " ";
      display: table; }
    .cart-list > li:after {
      clear: both; }
    .cart-list > li .btn-remove {
      position: absolute;
      top: 0;
      right: 0; }
    .cart-list > li ul,
    .cart-list > li ol {
      margin-left: 0; }

.cart-list .product-image {
  float: left;
  margin-right: 1rem;
  width: 100px; }
  .cart-list .product-image img {
    width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .cart-list .product-image {
      position: absolute;
      left: 0; } }

.cart-list .product-info {
  float: left;
  clear: both;
  width: 100%;
  padding: 0.5rem 0; }
  @media only screen and (min-width: 40.063em) {
    .cart-list .product-info {
      padding-right: 100px;
      padding-left: 100px;
      clear: none;
      width: auto; } }

.cart-list .product-name {
  font-size: 1.3rem;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .cart-list .product-name a {
    color: #333; }

.cart-list .options-icon {
  margin-top: 1rem; }
  .cart-list .options-icon:first-of-type {
    margin-top: 0; }

.cart-list .item-options {
  float: left;
  clear: both;
  padding: 1rem;
  background-color: #f2f1ed;
  margin-bottom: 0;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .cart-list .item-options {
      padding: 0;
      background-color: transparent;
      width: auto; } }
  .cart-list .item-options .option {
    float: left;
    margin-right: 1rem;
    width: 100%; }
    .cart-list .item-options .option dt,
    .cart-list .item-options .option dd {
      margin-bottom: 0; }
    .cart-list .item-options .option dt {
      float: left;
      min-width: 100px; }
      .cart-list .item-options .option dt:after {
        content: ":"; }
    .cart-list .item-options .option dd {
      float: left; }
      .cart-list .item-options .option dd:before {
        content: ", "; }
      .cart-list .item-options .option dd:first-of-type:before {
        content: ""; }
  .cart-list .item-options .link-edit {
    display: none; }

.cart-list .actions {
  position: absolute;
  top: 0.5rem;
  right: 2rem; }
  .cart-list .actions a {
    margin-left: 0.5rem; }

.cart-list .price-summary {
  position: absolute;
  right: 0;
  top: 2rem; }
  .cart-list .price-summary .qty {
    width: 2.5em;
    height: 2.5em;
    float: right;
    text-align: center;
    margin-right: 0.5em;
    font-size: 1rem;
    line-height: 2.5rem; }
  .cart-list .price-summary .cart-price {
    float: right;
    clear: both;
    color: #383838;
    line-height: 2.5rem; }
    .cart-list .price-summary .cart-price:first-of-type {
      float: right;
      clear: both; }
      .cart-list .price-summary .cart-price:first-of-type:before {
        content: " x "; }
    .cart-list .price-summary .cart-price:last-of-type {
      font-size: 1.5rem;
      border-top: 1px solid #888888;
      margin-top: 0.5rem;
      width: 100%;
      color: #393939;
      font-weight: bold;
      text-align: right; }
  .cart-list .price-summary .validation-advice {
    width: 200%;
    margin-top: -6rem; }
    .cart-list .price-summary .validation-advice:before, .cart-list .price-summary .validation-advice:after {
      right: 39%; }

.cart-list .cart-footer {
  min-height: 0; }
  .cart-list .cart-footer .button {
    width: 100%;
    color: #333;
    background-color: #f2f1ed;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .cart-list .cart-footer .button:first-of-type {
      margin-bottom: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .cart-list .cart-footer .button {
        width: auto; }
        .cart-list .cart-footer .button:first-of-type {
          margin-bottom: 0; } }
  .cart-list .cart-footer .btn-update {
    float: right; }

/* Checkout */
.one-column-checkout {
  max-width: 640px; }
  .one-column-checkout .header-container {
    margin-top: 0; }
    .one-column-checkout .header-container .header {
      margin: 2rem 0;
      padding: 0; }
      .one-column-checkout .header-container .header .logo {
        margin: 0;
        float: none; }

/* General */
.checkout-onepage-index .sp-methods dd ul li {
  list-style: none; }
.checkout-onepage-index .sp-methods input[type="radio"] {
  margin: 6px 0 0 0; }
.checkout-onepage-index dl.item-options dt {
  width: 50%;
  float: left; }
.checkout-onepage-index dl.item-options dd {
  width: 50%;
  float: right; }
.checkout-onepage-index .btn-checkout {
  font-size: 20px; }

/* Horizontal mode, standard */
.opc {
  list-style-type: none; }
  .opc > li .step-title {
    background-color: #6b6b6b;
    color: white;
    padding: 0 0.5rem;
    cursor: pointer; }
    .opc > li .step-title h2 {
      position: relative;
      font-weight: normal;
      font-size: 1rem;
      padding: 0.5rem;
      line-height: 1.5em; }
      .opc > li .step-title h2 .number {
        position: absolute;
        right: 0;
        color: white; }
      .opc > li .step-title h2 a:hover,
      .opc > li .step-title h2 a:active,
      .opc > li .step-title h2 a:focus,
      .opc > li .step-title h2 a:visited,
      .opc > li .step-title h2 a {
        text-decoration: none;
        color: white; }
  .opc > li .step {
    background-color: #f2f1ed;
    padding: 1rem; }
  .opc > li.allow .step-title {
    background-color: #4caf50; }
  .opc fieldset {
    border: 0;
    padding: 0; }
  .opc ul.form-list, .opc ul.form-list ul {
    margin-left: 0; }
  .opc .buttons-set {
    margin: 1em 0; }

/* Vertical mode, experimental
.opc {
  position: relative;
  li {
    list-style-type: none;
  }
  & > li {
    @include clearfix();
    background: $light-gray;
    overflow: visible;
    width: 100%;
    margin-bottom: $base-font-size / 2;
    @media only screen and (min-width:40.063em) {
      width: auto;
      margin-bottom: 0;
    }
    float: left;
    margin-right: $base-font-size;       
    &:not(.active) {
        display: inline-block;
    }
    &.active {
      .step-title {
        @include clearfix();
        background: $almost-white;
        cursor: default;
        h2 {
          a {
            color: $body-font-color;  
          }
        }
      }
    }
    &.allow:not(.active) {
      .step-title {
        background-color: $success-color;
        color: $white;
        cursor: pointer;
        &:hover {
          background: #cecece;
        }
      }
    }
    label {
      line-height: 1em;
    }    
    .step-title {
      width: 100%;
      @media only screen and (min-width:40.063em) {
        width: auto;
      }
      display: inline-block;
      float: left;
      h2 {
        float: left;
        color: $white;
        margin: 0;
        font-weight: normal;
        font-size: $base-font-size;
      }
      a {
        padding: 0 ($base-font-size);
        line-height: $base-font-size * 2.5;
        float: right;
        display: block;
        color: $white;
        text-decoration: none;  
        display: inline-block;        
        &:hover {
          text-decoration: none;
        }
      }
     .number {
        float: left;
        margin-right: $base-font-size / 2;
      }
    }
    .step {
      @include clearfix();
      @media only screen and (min-width:40.063em) {
        position: absolute;
        left: 0;
      }
      top: $base-font-size * 2.5;
      width: 100%;
      @include panel($bg: $almost-white);
      form {
        margin-bottom: 0;
      }
      fieldset {
        border: 0;
        margin: 0;
        padding: 0;
      }
    }
  }
  .buttons-set {
    width: auto;
    min-height: 32px;
    float: right;
    button,
    .please-wait {
      float: right;
      margin-left: 10px;
      margin-bottom: 0;
    }
    p.required {
      @include clearfix();
    }
    .back-link {
      display: none;
      float: left;
      margin-top: 8px;
      line-height: 1em;
    }
    &.disabled {
      p.f-left,
      .back-link,
      button {
        display: none;
      }
    }
  }
  .data-table {
    width: 100%;
  }
  #review-please-wait {
    display: block;
    float: right;
    clear: both;
    line-height: $base-font-size * 3;    
  }
  #checkout-review-submit p.f-left {
    width: auto;
    margin-top: $base-font-size;
  }
  ul {
    margin-left: 0;
  }
  select {
    max-width: $base-font-size * 15;
  }
} */
/* Multiple address checkout */
.checkout-progress {
  list-style: none;
  border-style: solid;
  border-width: 0;
  border-color: #dcd9ce;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f2f1ed;
  color: #393939;
  margin: 0; }
  .checkout-progress > :first-child {
    margin-top: 0; }
  .checkout-progress > :last-child {
    margin-bottom: 0; }
  .checkout-progress h1, .checkout-progress h2, .checkout-progress h3, .checkout-progress h4, .checkout-progress .block-related .block-title, .block-related .checkout-progress .block-title, .checkout-progress .product-tabs .content .block-title, .product-tabs .content .checkout-progress .block-title, .checkout-progress .product-tabs .content h2, .product-tabs .content .checkout-progress h2, .checkout-progress h5, .checkout-progress h6, .checkout-progress p, .checkout-progress li, .checkout-progress dl {
    color: #393939; }
  .checkout-progress h1, .checkout-progress h2, .checkout-progress h3, .checkout-progress h4, .checkout-progress .block-related .block-title, .block-related .checkout-progress .block-title, .checkout-progress .product-tabs .content .block-title, .product-tabs .content .checkout-progress .block-title, .checkout-progress .product-tabs .content h2, .product-tabs .content .checkout-progress h2, .checkout-progress h5, .checkout-progress h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .checkout-progress h1.subheader, .checkout-progress h2.subheader, .checkout-progress h3.subheader, .checkout-progress h4.subheader, .checkout-progress .block-related .subheader.block-title, .block-related .checkout-progress .subheader.block-title, .checkout-progress .product-tabs .content .subheader.block-title, .product-tabs .content .checkout-progress .subheader.block-title, .checkout-progress .product-tabs .content h2.subheader, .product-tabs .content .checkout-progress h2.subheader, .checkout-progress h5.subheader, .checkout-progress h6.subheader {
      line-height: 1.4; }
  .checkout-progress li {
    display: inline-block;
    padding: 8px; }
    .checkout-progress li.active {
      background-color: #383838;
      color: white; }

/* Payment Adjustments */
#checkout-step-payment .form-list li:first-of-type {
  width: 45%;
  margin: 0rem 2.5%;
  float: left; }
#checkout-step-payment .form-list li:last-of-type {
  width: 45%;
  float: left;
  margin: 0rem 2.5%;
  clear: none; }
  #checkout-step-payment .form-list li:last-of-type .v-fix {
    width: auto;
    float: left; }
#checkout-step-payment .form-list li:nth-child(2) {
  width: 45%;
  margin: 0rem 2.5% 16px 2.5%;
  float: left;
  clear: right; }
#checkout-step-payment .form-list li:nth-child(3) {
  width: 45%;
  margin: 0rem 2.5% 16px 2.5%;
  float: left;
  clear: none; }

/* WISHLIST - _wishlist.scss */
#wishlist-view-form {
  /* Firefox fix */
  float: left;
  clear: both;
  width: 100%; }

.my-wishlist fieldset {
  border: 0;
  padding: 0;
  margin: 0; }
.my-wishlist .buttons-set button,
.my-wishlist .buttons-set .button {
  width: 100%;
  margin-left: 0; }
  @media only screen and (min-width: 40.063em) {
    .my-wishlist .buttons-set button,
    .my-wishlist .buttons-set .button {
      width: auto;
      margin-left: 10px; } }

.wishlist-list {
  /* For the new markup based on list and not table */
  border-top: 1px solid #888888;
  padding-top: 1rem; }
  .wishlist-list > li {
    list-style-type: none;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #888888;
    position: relative;
    min-height: 150px; }
    .wishlist-list > li:before, .wishlist-list > li:after {
      content: " ";
      display: table; }
    .wishlist-list > li:after {
      clear: both; }
    .wishlist-list > li .btn-remove {
      position: absolute;
      top: 0;
      right: 0; }
    .wishlist-list > li .product-image {
      float: left;
      margin: 0 1rem 1rem 0; }
    .wishlist-list > li h3.product-name {
      padding-right: 65px;
      font-size: 1rem; }
    .wishlist-list > li .description {
      margin-bottom: 1rem; }
    .wishlist-list > li .add-to-cart-alt {
      float: right; }
      .wishlist-list > li .add-to-cart-alt input,
      .wishlist-list > li .add-to-cart-alt button {
        float: left; }
      .wishlist-list > li .add-to-cart-alt .qty {
        display: block;
        float: left;
        width: 2.5em;
        margin-bottom: 0.5rem;
        margin-right: 1rem;
        text-align: center; }
    .wishlist-list > li .price-box {
      float: left; }
    .wishlist-list > li .truncated {
      clear: both;
      display: none; }
      .wishlist-list > li .truncated:before, .wishlist-list > li .truncated:after {
        content: " ";
        display: table; }
      .wishlist-list > li .truncated:after {
        clear: both; }
    .wishlist-list > li .link-edit {
      display: none;
      /* The function is to hard to comprehend, so we simply don't want to show it */
      position: absolute;
      right: 1.5rem;
      top: 0.5rem; }
    .wishlist-list > li p {
      margin: 0; }

/* Wishlist table styles if you choose not to use the new markup */
#wishlist-table .product-name {
  font-size: 1rem; }
#wishlist-table textarea {
  width: 100%;
  min-height: 5rem; }
#wishlist-table p:before, #wishlist-table p:after {
  content: " ";
  display: table; }
#wishlist-table p:after {
  clear: both; }
#wishlist-table .inner {
  margin-bottom: 0.5rem; }
#wishlist-table tbody tr {
  border-bottom: 1px solid #888888; }
#wishlist-table tbody td {
  padding: 1.5rem;
  vertical-align: top; }
  #wishlist-table tbody td:first-child {
    width: 113px;
    /* Default wishlist thumbnail size in Magento */ }
  #wishlist-table tbody td:nth-child(2) {
    min-width: 15rem; }
#wishlist-table tbody .cart-cell {
  width: 100%;
  margin-bottom: 0.5rem;
  min-width: 15rem; }
  #wishlist-table tbody .cart-cell a {
    text-decoration: underline; }
    #wishlist-table tbody .cart-cell a:hover, #wishlist-table tbody .cart-cell a:active {
      text-decoration: none; }
  #wishlist-table tbody .cart-cell .item-options dl:before, #wishlist-table tbody .cart-cell .item-options dl:after {
    content: " ";
    display: table; }
  #wishlist-table tbody .cart-cell .item-options dl:after {
    clear: both; }
  #wishlist-table tbody .cart-cell .item-options dl dd,
  #wishlist-table tbody .cart-cell .item-options dl dt {
    float: left;
    width: auto; }
  #wishlist-table tbody .cart-cell .item-options dl dt {
    margin-right: 0.5rem;
    clear: left; }
    #wishlist-table tbody .cart-cell .item-options dl dt:after {
      content: ":"; }
  #wishlist-table tbody .cart-cell .details:before, #wishlist-table tbody .cart-cell .details:after {
    content: " ";
    display: table; }
  #wishlist-table tbody .cart-cell .details:after {
    clear: both; }
#wishlist-table .price-box {
  margin-bottom: 0.5rem;
  font-size: 1rem; }
#wishlist-table .add-to-cart-alt {
  margin-bottom: 0.5rem; }
  #wishlist-table .add-to-cart-alt:before, #wishlist-table .add-to-cart-alt:after {
    content: " ";
    display: table; }
  #wishlist-table .add-to-cart-alt:after {
    clear: both; }
#wishlist-table .qty {
  display: block;
  float: left;
  width: 2.5em;
  margin-bottom: 0.5rem;
  margin-right: 1rem; }

/* Wishlist right col */
/* See also _products-list.scss for the styling of the mini-product-list */
.block-wishlist .actions a {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Verlag A", "Verlag B", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 1rem;
  background-color: #2196f3;
  border-color: #0b7ad1;
  color: white;
  transition: background-color 300ms ease-out; }
  .block-wishlist .actions a:hover, .block-wishlist .actions a:focus {
    background-color: #0b7ad1; }
  .block-wishlist .actions a:hover, .block-wishlist .actions a:focus {
    color: white; }

/* ACCOUNT - _account.scss */
.customer-account-login .col2-set .buttons-set {
  text-align: right; }
.customer-account-login .col-main .content {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 40.063em) {
    .customer-account-login .col-main .content {
      padding: 2rem;
      border: 1px solid #333; } }
  .customer-account-login .col-main .content.panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

body[class*="customer-account"] .sidebar .polar-toggle-trigger {
  display: none; }
body[class*="customer-account"] .sidebar .polar-toggle > .block {
  border-top: 1px solid #888888; }

.col-main .my-account {
  padding-top: 1em; }

/* My account */
@media only screen and (min-width: 40.063em) {
  .my-account {
    padding: 2rem;
    border: 1px solid #333; } }
.my-account .addresses-primary h3 {
  font-size: 0.9rem;
  font-style: italic;
  float: right; }
.my-account h2 {
  font-size: 1rem; }
.my-account .page-title {
  margin: 0 0 0.5em;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #888888; }
  .my-account .page-title:before, .my-account .page-title:after {
    content: " ";
    display: table; }
  .my-account .page-title:after {
    clear: both; }
  .my-account .page-title.title-buttons {
    float: left;
    clear: both;
    text-align: left;
    line-height: 1.2em;
    padding-bottom: 1em; }
    .my-account .page-title.title-buttons h1 {
      line-height: 1.2em;
      font-weight: bold;
      margin-bottom: 0; }
    @media only screen and (min-width: 64.063em) {
      .my-account .page-title.title-buttons {
        line-height: 1.7rem;
        text-align: right;
        padding-bottom: 0; }
        .my-account .page-title.title-buttons h1 {
          float: left;
          width: auto; } }

.my-account .data-table {
  width: 100%;
  background-color: transparent; }
  .my-account .data-table td.last {
    white-space: nowrap; }

.my-account .buttons-set {
  clear: both; }
  .my-account .buttons-set:before, .my-account .buttons-set:after {
    content: " ";
    display: table; }
  .my-account .buttons-set:after {
    clear: both; }
  .my-account .buttons-set button {
    margin-left: 10px; }
  .my-account .buttons-set .back-link {
    float: left;
    width: auto;
    margin: 0;
    padding: 6px 0;
    padding: 0; }

.my-account ol {
  list-style-type: none; }

.my-account .addresses-list .item {
  border-style: solid;
  border-width: 0;
  border-color: #dcd9ce;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f2f1ed;
  color: #393939; }
  .my-account .addresses-list .item > :first-child {
    margin-top: 0; }
  .my-account .addresses-list .item > :last-child {
    margin-bottom: 0; }
  .my-account .addresses-list .item h1, .my-account .addresses-list .item h2, .my-account .addresses-list .item h3, .my-account .addresses-list .item h4, .my-account .addresses-list .item .block-related .block-title, .block-related .my-account .addresses-list .item .block-title, .my-account .addresses-list .item .product-tabs .content .block-title, .product-tabs .content .my-account .addresses-list .item .block-title, .my-account .addresses-list .item .product-tabs .content h2, .product-tabs .content .my-account .addresses-list .item h2, .my-account .addresses-list .item h5, .my-account .addresses-list .item h6, .my-account .addresses-list .item p, .my-account .addresses-list .item li, .my-account .addresses-list .item dl {
    color: #393939; }
  .my-account .addresses-list .item h1, .my-account .addresses-list .item h2, .my-account .addresses-list .item h3, .my-account .addresses-list .item h4, .my-account .addresses-list .item .block-related .block-title, .block-related .my-account .addresses-list .item .block-title, .my-account .addresses-list .item .product-tabs .content .block-title, .product-tabs .content .my-account .addresses-list .item .block-title, .my-account .addresses-list .item .product-tabs .content h2, .product-tabs .content .my-account .addresses-list .item h2, .my-account .addresses-list .item h5, .my-account .addresses-list .item h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .my-account .addresses-list .item h1.subheader, .my-account .addresses-list .item h2.subheader, .my-account .addresses-list .item h3.subheader, .my-account .addresses-list .item h4.subheader, .my-account .addresses-list .item .block-related .subheader.block-title, .block-related .my-account .addresses-list .item .subheader.block-title, .my-account .addresses-list .item .product-tabs .content .subheader.block-title, .product-tabs .content .my-account .addresses-list .item .subheader.block-title, .my-account .addresses-list .item .product-tabs .content h2.subheader, .product-tabs .content .my-account .addresses-list .item h2.subheader, .my-account .addresses-list .item h5.subheader, .my-account .addresses-list .item h6.subheader {
      line-height: 1.4; }

/* Recent orders and My orders, list */
.order-list {
  width: 100%;
  padding-top: 1rem; }
  .order-list li {
    width: 100%;
    float: left;
    margin-bottom: 1rem;
    position: relative;
    padding-top: 1.5rem;
    border-bottom: 1px solid #888888; }
  .order-list .order-id,
  .order-list .order-date {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7; }
  .order-list .order-date {
    right: 0;
    left: auto; }
  .order-list .order-total,
  .order-list .order-to {
    font-size: 1rem;
    float: left; }
  .order-list .order-total {
    float: right; }
  .order-list .order-status {
    float: left;
    clear: left;
    font-style: italic; }
  .order-list .order-actions {
    float: right;
    clear: right;
    text-align: right; }
  .order-list .order-status,
  .order-list .order-actions {
    margin: 1rem 0 0; }

.order-details h3 {
  font-size: 1.3rem; }

/* View order */
.order-items h2 {
  font-size: 1rem;
  margin-top: 24px;
  font-weight: 600; }
.order-items .cart-list > li {
  min-height: 0; }
.order-items .cart-list .product-name {
  font-size: 1.1rem; }
.order-items .cart-list dl.item-options dt {
  width: 50%;
  float: left; }
.order-items .cart-list dl.item-options dd {
  width: 50%;
  float: right;
  margin-bottom: 5px; }

.my-account .order-info {
  margin-bottom: 0; }
  .my-account .order-info ul {
    margin-bottom: 0; }
  .my-account .order-info dt,
  .my-account .order-info dd,
  .my-account .order-info li {
    display: inline-block; }
  .my-account .order-info li {
    margin-left: 1rem; }

.order-info-box h2 {
  font-size: 1rem;
  border-bottom: 1px solid #c0c0c0;
  padding: 5px 0px;
  margin-top: 12px;
  font-weight: 600; }

.ordered-totals {
  float: right;
  clear: both;
  text-align: right;
  border-style: solid;
  border-width: 0;
  border-color: #dcd9ce;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f2f1ed;
  color: #393939; }
  .ordered-totals > :first-child {
    margin-top: 0; }
  .ordered-totals > :last-child {
    margin-bottom: 0; }
  .ordered-totals h1, .ordered-totals h2, .ordered-totals h3, .ordered-totals h4, .ordered-totals .block-related .block-title, .block-related .ordered-totals .block-title, .ordered-totals .product-tabs .content .block-title, .product-tabs .content .ordered-totals .block-title, .ordered-totals .product-tabs .content h2, .product-tabs .content .ordered-totals h2, .ordered-totals h5, .ordered-totals h6, .ordered-totals p, .ordered-totals li, .ordered-totals dl {
    color: #393939; }
  .ordered-totals h1, .ordered-totals h2, .ordered-totals h3, .ordered-totals h4, .ordered-totals .block-related .block-title, .block-related .ordered-totals .block-title, .ordered-totals .product-tabs .content .block-title, .product-tabs .content .ordered-totals .block-title, .ordered-totals .product-tabs .content h2, .product-tabs .content .ordered-totals h2, .ordered-totals h5, .ordered-totals h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .ordered-totals h1.subheader, .ordered-totals h2.subheader, .ordered-totals h3.subheader, .ordered-totals h4.subheader, .ordered-totals .block-related .subheader.block-title, .block-related .ordered-totals .subheader.block-title, .ordered-totals .product-tabs .content .subheader.block-title, .product-tabs .content .ordered-totals .subheader.block-title, .ordered-totals .product-tabs .content h2.subheader, .product-tabs .content .ordered-totals h2.subheader, .ordered-totals h5.subheader, .ordered-totals h6.subheader {
      line-height: 1.4; }
  .ordered-totals td {
    padding: 6px; }

.order-details .product-name {
  float: left; }
.order-details .item-options {
  float: left;
  clear: left; }
.order-details .price {
  float: right;
  margin-left: 5px; }

/* Boxes */
.box-account:before, .box-account:after {
  content: " ";
  display: table; }
.box-account:after {
  clear: both; }
.box-account .box-head {
  border-bottom: 1px solid #888888; }
  .box-account .box-head:before, .box-account .box-head:after {
    content: " ";
    display: table; }
  .box-account .box-head:after {
    clear: both; }
  .box-account .box-head h2,
  .box-account .box-head h3 {
    font-size: 1rem;
    float: left; }
  .box-account .box-head h2 {
    font-weight: bold; }
.box-account .box {
  border-style: solid;
  border-width: 0;
  border-color: #dcd9ce;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f2f1ed;
  color: #393939; }
  .box-account .box > :first-child {
    margin-top: 0; }
  .box-account .box > :last-child {
    margin-bottom: 0; }
  .box-account .box h1, .box-account .box h2, .box-account .box h3, .box-account .box h4, .box-account .box .block-related .block-title, .block-related .box-account .box .block-title, .box-account .box .product-tabs .content .block-title, .product-tabs .content .box-account .box .block-title, .box-account .box .product-tabs .content h2, .product-tabs .content .box-account .box h2, .box-account .box h5, .box-account .box h6, .box-account .box p, .box-account .box li, .box-account .box dl {
    color: #393939; }
  .box-account .box h1, .box-account .box h2, .box-account .box h3, .box-account .box h4, .box-account .box .block-related .block-title, .block-related .box-account .box .block-title, .box-account .box .product-tabs .content .block-title, .product-tabs .content .box-account .box .block-title, .box-account .box .product-tabs .content h2, .product-tabs .content .box-account .box h2, .box-account .box h5, .box-account .box h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .box-account .box h1.subheader, .box-account .box h2.subheader, .box-account .box h3.subheader, .box-account .box h4.subheader, .box-account .box .block-related .subheader.block-title, .block-related .box-account .box .subheader.block-title, .box-account .box .product-tabs .content .subheader.block-title, .product-tabs .content .box-account .box .subheader.block-title, .box-account .box .product-tabs .content h2.subheader, .product-tabs .content .box-account .box h2.subheader, .box-account .box h5.subheader, .box-account .box h6.subheader {
      line-height: 1.4; }
  .box-account .box:before, .box-account .box:after {
    content: " ";
    display: table; }
  .box-account .box:after {
    clear: both; }
.box-account .box-title {
  border-bottom: 1px solid #888888; }
  .box-account .box-title:before, .box-account .box-title:after {
    content: " ";
    display: table; }
  .box-account .box-title:after {
    clear: both; }
  .box-account .box-title h3 {
    float: left; }
.box-account h4, .box-account .block-related .block-title, .block-related .box-account .block-title, .box-account .product-tabs .content .block-title, .product-tabs .content .box-account .block-title, .box-account .product-tabs .content h2, .product-tabs .content .box-account h2 {
  font-size: 1rem; }
.box-account .box-head a:visited,
.box-account .box-head a,
.box-account .box-title a:visited,
.box-account .box-title a {
  float: right;
  margin-right: 1rem;
  margin-left: 1rem;
  font-size: 0.8em;
  line-height: 3em;
  color: #383838; }
.box-account .box-head a:hover,
.box-account .box-head a:focus,
.box-account .box-head a:active,
.box-account .box-title a:hover,
.box-account .box-title a:focus,
.box-account .box-title a:active {
  color: #393939; }
.box-account .box-reviews li.item {
  border-bottom: 1px solid #888888; }
  .box-account .box-reviews li.item .number {
    float: left;
    padding: 0 0.5rem;
    line-height: 1em; }

/* Account navigation */
.block-account ul li:last-child {
  border-bottom: 0; }

/* B2B */
p.b2b-logininfo {
  background-color: brown;
  padding: 12px 24px;
  color: #fff;
  font-weight: 700; }
  p.b2b-logininfo a {
    color: #fff;
    text-decoration: underline; }

.gsc-control-cse table {
  border: 0; }

.gsc-search-box table td {
  padding: 0; }

.gsc-search-box td.gsc-search-button {
  min-width: 66px; }

.gsc-control-cse .cse .gsc-search-button input.gsc-search-button-v2, .gsc-search-box input.gsc-search-button-v2 {
  margin-top: 6px;
  height: 24px;
  min-width: 66px; }

.gsc-selected-option-container.gsc-inline-block,
.gsc-control-cse .gsc-option-menu-container {
  min-width: 104px; }

.gsc-control-cse .gsc-selected-option {
  min-width: 104px; }

.gsc-control-cse table {
  margin-bottom: 0; }

.gsc-control-cse table td,
.gsc-control-cse table th {
  padding: 0 0 0 8px; }

.block-layered-nav ol.currently,
.block-layered-nav .actions {
  display: none; }

div.amshopby-column {
  float: left;
  width: 83px; }

select.amshopby-select {
  width: 170px; }

.amshopby-logo {
  padding: 0pt 10px 10px 0pt;
  float: left; }

.amshopby-featured {
  padding: 5px 5px 5px 5px; }

.amshopby-link {
  float: left;
  padding-left: 5px;
  padding-top: 5px; }

.amshopby-clearer {
  display: block;
  clear: both;
  overflow: hidden; }

div.block-layered-nav .currently, .mobile-show .currently {
  margin-top: -1rem;
  margin-bottom: 1rem; }
  div.block-layered-nav .currently .label, .mobile-show .currently .label {
    display: none; }
  div.block-layered-nav .currently ol, .mobile-show .currently ol {
    padding: 0; }
    div.block-layered-nav .currently ol li, .mobile-show .currently ol li {
      background-color: white;
      color: #393939;
      padding: 0.5rem 0.5rem 0.25rem 0.5rem;
      line-height: 1.25rem; }
      div.block-layered-nav .currently ol li .btn-remove, .mobile-show .currently ol li .btn-remove {
        width: 16px;
        margin-right: 0.25rem; }
      div.block-layered-nav .currently ol li .btn-remove:before, .mobile-show .currently ol li .btn-remove:before {
        content: " ";
        position: absolute;
        text-indent: 0;
        left: 0;
        top: -0.1rem;
        width: 16px;
        height: 16px;
        display: inline-block;
        background-image: url("../images/checkmark.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center; }
      div.block-layered-nav .currently ol li .multiselect-child, .mobile-show .currently ol li .multiselect-child {
        display: block;
        line-height: 1.25rem; }
        div.block-layered-nav .currently ol li .multiselect-child:first-of-type, .mobile-show .currently ol li .multiselect-child:first-of-type {
          padding-top: 0; }
        div.block-layered-nav .currently ol li .multiselect-child .btn-remove-inline, .mobile-show .currently ol li .multiselect-child .btn-remove-inline {
          float: left;
          margin-left: 0;
          margin-right: 0.75rem; }
          div.block-layered-nav .currently ol li .multiselect-child .btn-remove-inline img, .mobile-show .currently ol li .multiselect-child .btn-remove-inline img {
            display: none; }
          div.block-layered-nav .currently ol li .multiselect-child .btn-remove-inline:before, .mobile-show .currently ol li .multiselect-child .btn-remove-inline:before {
            content: " ";
            text-indent: 0;
            width: 16px;
            height: 16px;
            display: inline-block;
            background-image: url("../images/checkmark.png");
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: center; }

div.block-layered-nav dd a {
  position: relative;
  padding: 0px 5px 0px 0px;
  display: block;
  float: left;
  color: #393939;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none; }

div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr-selected {
  padding-left: 1.5rem;
  color: #393939; }
  div.block-layered-nav dd a.amshopby-attr:before, div.block-layered-nav dd a.amshopby-attr-selected:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid #888888; }

div.block-layered-nav dd a.amshopby-attr-selected:before {
  content: " ";
  position: absolute;
  width: 0.45rem;
  height: 0.45rem;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../images/checkmark.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center; }

div.block-layered-nav dd a.amshopby-attr:hover {
  text-decoration: none; }

div.block-layered-nav dd a.amshopby-attr-selected {
  font-weight: bold;
  padding-left: 1.5rem; }

div.block-layered-nav dd a img {
  padding: 0px 4px 5px;
  float: left; }

div.block-layered-nav dd li.amshopby-cat-level-2 {
  padding-left: 10px; }

div.block-layered-nav dd li.amshopby-cat-level-3 {
  padding-left: 20px; }

div.block-layered-nav dd a.amshopby-cat-selected {
  font-weight: bold;
  color: #393939;
  text-decoration: none;
  cursor: text; }

div.block-layered-nav dd li span.amshopby-plusminus {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: transparent url(../images/amshopby-plus.gif) no-repeat; }

div.block-layered-nav dd li span.minus {
  background: transparent url(../images/amshopby-minus.gif) no-repeat; }

div.block-layered-nav dd li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

div.block-layered-nav.amshopby-collapse-enabled dt {
  cursor: pointer;
  padding: 0 0 0.5rem 0;
  margin-bottom: 1rem;
  color: #393939;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #888888; }

div.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
  /*background:url(../images/arrow-down.png) center left no-repeat*/ }

div.block-layered-nav div.amshopby-slider {
  position: relative;
  margin: 10px auto 5px auto;
  z-index: 9;
  height: 18px;
  background: url(../images/amshopby-slider-bg.gif) repeat-x 0 50%;
  cursor: pointer; }

div.block-layered-nav div.amshopby-slider div.handle {
  width: 8px;
  top: 3px;
  height: 14px;
  background: transparent url(../images/amshopby-hadle.png) no-repeat;
  position: absolute;
  cursor: move;
  z-index: 2; }

/*
 * Slider labels
 */
.amshopby-slider-price {
  color: #798794; }

.amshopby-slider-price-from {
  float: left; }

.amshopby-slider-price-to {
  float: right; }

.amshopby-slider-handle-right {
  position: absolute;
  top: 14px;
  right: 0px; }

.amshopby-slider-handle-left {
  position: absolute;
  top: 14px;
  left: 0px; }

.amshopby-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 200px;
  position: absolute; }

.amshopby-slider-price-range {
  text-align: center;
  font-size: 0.9em; }

.amshopby-tooltip-img {
  cursor: help;
  width: 15px;
  margin-left: 4px; }

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
  position: relative; }

div.amshopby-overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555; }

div.amshopby-overlay img {
  top: 100px;
  left: 45%;
  display: block;
  position: absolute; }

div.amshopby-overlay div {
  margin: 0 auto;
  display: block;
  width: 300px;
  height: 200px;
  background: url("../images/amshopby-overlay.gif") 50% 50% no-repeat; }

/*
 * Advanced Categories
 */
.amshopby-advanced li {
  clear: both; }

.amshopby-advanced li.level1 {
  padding-left: 20px; }

.amshopby-advanced li.level2 {
  padding-left: 30px; }

.amshopby-advanced li.level3 {
  padding-left: 40px; }

.amshopby-advanced li.level4 {
  padding-left: 50px; }

.amshopby-advanced li.active > a {
  font-weight: bold; }

/*
 * Slider Bar
 */
.amshopby-slider-bar {
  position: absolute;
  background: #999;
  height: 6px;
  top: 6px;
  z-index: 1; }

/*
 * Subcategores block
 */
.amshopby-subcategory-image {
  overflow: auto; }

.btn-remove-inline {
  background-image: url("../images/am_btn_remove.gif");
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  margin-left: 4px; }

.btn-remove-inline:hover {
  /* background-position: center bottom; */ }

.amshopby-hightlighted {
  background: yellow; }

/* SILVERSLIDE - _silverslide.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container.fade li {
      opacity: 0;
      transition: opacity 500ms ease-in-out;
      -ms-transform: translate(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); }
      .orbit-container .orbit-slides-container.fade li.animate-in {
        opacity: 1;
        z-index: 20;
        transition: opacity 500ms ease-in-out; }
      .orbit-container .orbit-slides-container.fade li.animate-out {
        z-index: 10;
        transition: opacity 500ms ease-in-out; }
    .orbit-container .orbit-slides-container.swipe-next li {
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-next li.animate-in {
        -ms-transform: translate(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);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-next li.animate-out {
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container.swipe-prev li {
      -ms-transform: translate(-100%, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-in {
        -ms-transform: translate(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);
        transition-duration: 500ms; }
      .orbit-container .orbit-slides-container.swipe-prev li.animate-out {
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition-duration: 500ms; }
    .orbit-container .orbit-slides-container li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -ms-transform: translate(100%, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .orbit-container .orbit-slides-container li.active {
        z-index: 9999;
        opacity: 1;
        top: 0;
        left: 0;
        -ms-transform: translate(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); }
      .orbit-container .orbit-slides-container li .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fff;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      border-color: transparent #fff transparent transparent; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent #333 transparent transparent; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #fff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }
  .orbit-container .orbit-bullets-container {
    text-align: center; }
  .orbit-container .orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block; }
    .orbit-container .orbit-bullets li {
      display: inline-block;
      width: 0.5625rem;
      height: 0.5625rem;
      background: #ccc;
      float: none;
      margin-right: 6px;
      border-radius: 1000px; }
      .orbit-container .orbit-bullets li.active {
        background: #999; }
      .orbit-container .orbit-bullets li:last-child {
        margin-right: 0; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
    .orbit-stack-on-small .orbit-slides-container > * {
      position: relative;
      margin-left: 0% !important;
      opacity: 1 !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      transform: none !important;
      transition: none !important; }
  .orbit-stack-on-small .orbit-timer {
    display: none; }
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev {
    display: none; }
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
.silverslide img {
  margin: auto; }
.silverslide.silverslide-hide {
  visibility: hidden;
  opacity: 0; }
.silverslide.silverslide-show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear; }
.silverslide .hotspot-box {
  position: absolute; }
  .silverslide .hotspot-box .hotspot {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #4caf50;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    box-shadow: 0px 0px 7px 2px #fff; }
    .silverslide .hotspot-box .hotspot:hover {
      font-weight: 700;
      cursor: pointer;
      color: #fff;
      box-shadow: 0px 0px 12px 3px #fff; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/**
 * DEFAULT THEME
 */
/**
 * General
 */
/**
 * Dropdown
 */
/**
 * Columns
 */
/**
 * Search icon
 */
/**
 * Search bar
 */
/**
 * Facets
 */
/**
 * Slider
 */
/**
 * Pagination
 */
/**
 * Instant search
 */
#algolia-searchbox svg.magnifying-glass, #algolia_instant_selector #instant-search-box svg.magnifying-glass {
  position: absolute;
  right: 1rem;
  top: 0;
  height: 100%;
  fill: #777777;
  cursor: pointer; }

#algolia-searchbox input,
#algolia_instant_selector input {
  width: 100%;
  height: auto;
  border: 1px solid #393939;
  padding: 1rem;
  margin-bottom: 0;
  min-width: 380px; }
  @media only screen and (max-width: 40em) {
    #algolia-searchbox input,
    #algolia_instant_selector input {
      min-width: auto; } }

/* custom jQuery-ui CSS scoped with #algolia_instant_selector */
/*! jQuery UI - v1.11.4 - 2015-06-19
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
#algolia_instant_selector .ui-helper-hidden {
  display: none; }

#algolia_instant_selector .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#algolia_instant_selector .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

#algolia_instant_selector .ui-helper-clearfix:before,
#algolia_instant_selector .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

#algolia_instant_selector .ui-helper-clearfix:after {
  clear: both; }

#algolia_instant_selector .ui-helper-clearfix {
  min-height: 0; }

#algolia_instant_selector .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

#algolia_instant_selector .ui-front {
  z-index: 100; }

#algolia_instant_selector .ui-state-disabled {
  cursor: default !important; }

#algolia_instant_selector .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

#algolia_instant_selector .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#algolia_instant_selector .ui-slider {
  position: relative;
  text-align: left; }

#algolia_instant_selector .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

#algolia_instant_selector .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

#algolia_instant_selector .ui-slider.ui-state-disabled .ui-slider-handle,
#algolia_instant_selector .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

#algolia_instant_selector .ui-slider-horizontal {
  height: 0.8em; }

#algolia_instant_selector .ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -0.6em; }

#algolia_instant_selector .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

#algolia_instant_selector .ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

#algolia_instant_selector .ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

#algolia_instant_selector .ui-slider-vertical {
  width: .8em;
  height: 100px; }

#algolia_instant_selector .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

#algolia_instant_selector .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

#algolia_instant_selector .ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

#algolia_instant_selector .ui-slider-vertical .ui-slider-range-max {
  top: 0; }

#algolia_instant_selector .ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em; }

#algolia_instant_selector .ui-widget .ui-widget {
  font-size: 1em; }

#algolia_instant_selector .ui-widget input,
#algolia_instant_selector .ui-widget select,
#algolia_instant_selector .ui-widget textarea,
#algolia_instant_selector .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em; }

#algolia_instant_selector .ui-widget-content {
  border: 1px solid #ddd;
  background: #eeeeee url("../images/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333; }

#algolia_instant_selector .ui-widget-content a {
  color: #333333; }

#algolia_instant_selector .ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("../images/ui/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: 700; }

#algolia_instant_selector .ui-widget-header a {
  color: white; }

#algolia_instant_selector .ui-state-default,
#algolia_instant_selector .ui-widget-content .ui-state-default,
#algolia_instant_selector .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("../images/ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: 700;
  color: #1c94c4; }

#algolia_instant_selector .ui-state-default a,
#algolia_instant_selector .ui-state-default a:link,
#algolia_instant_selector .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

#algolia_instant_selector .ui-state-hover,
#algolia_instant_selector .ui-widget-content .ui-state-hover,
#algolia_instant_selector .ui-widget-header .ui-state-hover,
#algolia_instant_selector .ui-state-focus,
#algolia_instant_selector .ui-widget-content .ui-state-focus,
#algolia_instant_selector .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("../images/ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: 700;
  color: #c77405; }

#algolia_instant_selector .ui-state-hover a,
#algolia_instant_selector .ui-state-hover a:hover,
#algolia_instant_selector .ui-state-hover a:link,
#algolia_instant_selector .ui-state-hover a:visited,
#algolia_instant_selector .ui-state-focus a,
#algolia_instant_selector .ui-state-focus a:hover,
#algolia_instant_selector .ui-state-focus a:link,
#algolia_instant_selector .ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none; }

#algolia_instant_selector .ui-state-active,
#algolia_instant_selector .ui-widget-content .ui-state-active,
#algolia_instant_selector .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: white url("../images/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: 700;
  color: #eb8f00; }

#algolia_instant_selector .ui-state-active a,
#algolia_instant_selector .ui-state-active a:link,
#algolia_instant_selector .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

#algolia_instant_selector .ui-state-highlight,
#algolia_instant_selector .ui-widget-content .ui-state-highlight,
#algolia_instant_selector .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("../images/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636; }

#algolia_instant_selector .ui-state-highlight a,
#algolia_instant_selector .ui-widget-content .ui-state-highlight a,
#algolia_instant_selector .ui-widget-header .ui-state-highlight a {
  color: #363636; }

#algolia_instant_selector .ui-state-error,
#algolia_instant_selector .ui-widget-content .ui-state-error,
#algolia_instant_selector .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("../images/ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50%;
  color: white; }

#algolia_instant_selector .ui-state-error a,
#algolia_instant_selector .ui-widget-content .ui-state-error a,
#algolia_instant_selector .ui-widget-header .ui-state-error a,
#algolia_instant_selector .ui-state-error-text,
#algolia_instant_selector .ui-widget-content .ui-state-error-text,
#algolia_instant_selector .ui-widget-header .ui-state-error-text {
  color: white; }

#algolia_instant_selector .ui-priority-primary,
#algolia_instant_selector .ui-widget-content .ui-priority-primary,
#algolia_instant_selector .ui-widget-header .ui-priority-primary {
  font-weight: 700; }

#algolia_instant_selector .ui-priority-secondary,
#algolia_instant_selector .ui-widget-content .ui-priority-secondary,
#algolia_instant_selector .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400; }

#algolia_instant_selector .ui-state-disabled,
#algolia_instant_selector .ui-widget-content .ui-state-disabled,
#algolia_instant_selector .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

#algolia_instant_selector .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

#algolia_instant_selector .ui-icon {
  width: 16px;
  height: 16px; }

#algolia_instant_selector .ui-icon,
#algolia_instant_selector .ui-widget-content .ui-icon {
  background-image: url("../images/ui/ui-icons_222222_256x240.png"); }

#algolia_instant_selector .ui-widget-header .ui-icon {
  background-image: url("../images/ui/ui-icons_ffffff_256x240.png"); }

#algolia_instant_selector .ui-state-default .ui-icon,
#algolia_instant_selector .ui-state-hover .ui-icon,
#algolia_instant_selector .ui-state-focus .ui-icon,
#algolia_instant_selector .ui-state-active .ui-icon {
  background-image: url("../images/ui/ui-icons_ef8c08_256x240.png"); }

#algolia_instant_selector .ui-state-highlight .ui-icon {
  background-image: url("../images/ui/ui-icons_228ef1_256x240.png"); }

#algolia_instant_selector .ui-state-error .ui-icon,
#algolia_instant_selector .ui-state-error-text .ui-icon {
  background-image: url("../images/ui/ui-icons_ffd27a_256x240.png"); }

#algolia_instant_selector .ui-icon-blank {
  background-position: 16px 16px; }

#algolia_instant_selector .ui-icon-carat-1-n {
  background-position: 0 0; }

#algolia_instant_selector .ui-icon-carat-1-ne {
  background-position: -16px 0; }

#algolia_instant_selector .ui-icon-carat-1-e {
  background-position: -32px 0; }

#algolia_instant_selector .ui-icon-carat-1-se {
  background-position: -48px 0; }

#algolia_instant_selector .ui-icon-carat-1-s {
  background-position: -64px 0; }

#algolia_instant_selector .ui-icon-carat-1-sw {
  background-position: -80px 0; }

#algolia_instant_selector .ui-icon-carat-1-w {
  background-position: -96px 0; }

#algolia_instant_selector .ui-icon-carat-1-nw {
  background-position: -112px 0; }

#algolia_instant_selector .ui-icon-carat-2-n-s {
  background-position: -128px 0; }

#algolia_instant_selector .ui-icon-carat-2-e-w {
  background-position: -144px 0; }

#algolia_instant_selector .ui-icon-triangle-1-n {
  background-position: 0 -16px; }

#algolia_instant_selector .ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

#algolia_instant_selector .ui-icon-triangle-1-e {
  background-position: -32px -16px; }

#algolia_instant_selector .ui-icon-triangle-1-se {
  background-position: -48px -16px; }

#algolia_instant_selector .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

#algolia_instant_selector .ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

#algolia_instant_selector .ui-icon-triangle-1-w {
  background-position: -96px -16px; }

#algolia_instant_selector .ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

#algolia_instant_selector .ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

#algolia_instant_selector .ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

#algolia_instant_selector .ui-icon-arrow-1-n {
  background-position: 0 -32px; }

#algolia_instant_selector .ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

#algolia_instant_selector .ui-icon-arrow-1-e {
  background-position: -32px -32px; }

#algolia_instant_selector .ui-icon-arrow-1-se {
  background-position: -48px -32px; }

#algolia_instant_selector .ui-icon-arrow-1-s {
  background-position: -64px -32px; }

#algolia_instant_selector .ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

#algolia_instant_selector .ui-icon-arrow-1-w {
  background-position: -96px -32px; }

#algolia_instant_selector .ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

#algolia_instant_selector .ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

#algolia_instant_selector .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

#algolia_instant_selector .ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

#algolia_instant_selector .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

#algolia_instant_selector .ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

#algolia_instant_selector .ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

#algolia_instant_selector .ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

#algolia_instant_selector .ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

#algolia_instant_selector .ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

#algolia_instant_selector .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

#algolia_instant_selector .ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

#algolia_instant_selector .ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

#algolia_instant_selector .ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

#algolia_instant_selector .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

#algolia_instant_selector .ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

#algolia_instant_selector .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

#algolia_instant_selector .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

#algolia_instant_selector .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

#algolia_instant_selector .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

#algolia_instant_selector .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

#algolia_instant_selector .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

#algolia_instant_selector .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

#algolia_instant_selector .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

#algolia_instant_selector .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

#algolia_instant_selector .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

#algolia_instant_selector .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

#algolia_instant_selector .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

#algolia_instant_selector .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

#algolia_instant_selector .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

#algolia_instant_selector .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

#algolia_instant_selector .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

#algolia_instant_selector .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

#algolia_instant_selector .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

#algolia_instant_selector .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

#algolia_instant_selector .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

#algolia_instant_selector .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

#algolia_instant_selector .ui-icon-arrow-4 {
  background-position: 0 -80px; }

#algolia_instant_selector .ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

#algolia_instant_selector .ui-icon-extlink {
  background-position: -32px -80px; }

#algolia_instant_selector .ui-icon-newwin {
  background-position: -48px -80px; }

#algolia_instant_selector .ui-icon-refresh {
  background-position: -64px -80px; }

#algolia_instant_selector .ui-icon-shuffle {
  background-position: -80px -80px; }

#algolia_instant_selector .ui-icon-transfer-e-w {
  background-position: -96px -80px; }

#algolia_instant_selector .ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

#algolia_instant_selector .ui-icon-folder-collapsed {
  background-position: 0 -96px; }

#algolia_instant_selector .ui-icon-folder-open {
  background-position: -16px -96px; }

#algolia_instant_selector .ui-icon-document {
  background-position: -32px -96px; }

#algolia_instant_selector .ui-icon-document-b {
  background-position: -48px -96px; }

#algolia_instant_selector .ui-icon-note {
  background-position: -64px -96px; }

#algolia_instant_selector .ui-icon-mail-closed {
  background-position: -80px -96px; }

#algolia_instant_selector .ui-icon-mail-open {
  background-position: -96px -96px; }

#algolia_instant_selector .ui-icon-suitcase {
  background-position: -112px -96px; }

#algolia_instant_selector .ui-icon-comment {
  background-position: -128px -96px; }

#algolia_instant_selector .ui-icon-person {
  background-position: -144px -96px; }

#algolia_instant_selector .ui-icon-print {
  background-position: -160px -96px; }

#algolia_instant_selector .ui-icon-trash {
  background-position: -176px -96px; }

#algolia_instant_selector .ui-icon-locked {
  background-position: -192px -96px; }

#algolia_instant_selector .ui-icon-unlocked {
  background-position: -208px -96px; }

#algolia_instant_selector .ui-icon-bookmark {
  background-position: -224px -96px; }

#algolia_instant_selector .ui-icon-tag {
  background-position: -240px -96px; }

#algolia_instant_selector .ui-icon-home {
  background-position: 0 -112px; }

#algolia_instant_selector .ui-icon-flag {
  background-position: -16px -112px; }

#algolia_instant_selector .ui-icon-calendar {
  background-position: -32px -112px; }

#algolia_instant_selector .ui-icon-cart {
  background-position: -48px -112px; }

#algolia_instant_selector .ui-icon-pencil {
  background-position: -64px -112px; }

#algolia_instant_selector .ui-icon-clock {
  background-position: -80px -112px; }

#algolia_instant_selector .ui-icon-disk {
  background-position: -96px -112px; }

#algolia_instant_selector .ui-icon-calculator {
  background-position: -112px -112px; }

#algolia_instant_selector .ui-icon-zoomin {
  background-position: -128px -112px; }

#algolia_instant_selector .ui-icon-zoomout {
  background-position: -144px -112px; }

#algolia_instant_selector .ui-icon-search {
  background-position: -160px -112px; }

#algolia_instant_selector .ui-icon-wrench {
  background-position: -176px -112px; }

#algolia_instant_selector .ui-icon-gear {
  background-position: -192px -112px; }

#algolia_instant_selector .ui-icon-heart {
  background-position: -208px -112px; }

#algolia_instant_selector .ui-icon-star {
  background-position: -224px -112px; }

#algolia_instant_selector .ui-icon-link {
  background-position: -240px -112px; }

#algolia_instant_selector .ui-icon-cancel {
  background-position: 0 -128px; }

#algolia_instant_selector .ui-icon-plus {
  background-position: -16px -128px; }

#algolia_instant_selector .ui-icon-plusthick {
  background-position: -32px -128px; }

#algolia_instant_selector .ui-icon-minus {
  background-position: -48px -128px; }

#algolia_instant_selector .ui-icon-minusthick {
  background-position: -64px -128px; }

#algolia_instant_selector .ui-icon-close {
  background-position: -80px -128px; }

#algolia_instant_selector .ui-icon-closethick {
  background-position: -96px -128px; }

#algolia_instant_selector .ui-icon-key {
  background-position: -112px -128px; }

#algolia_instant_selector .ui-icon-lightbulb {
  background-position: -128px -128px; }

#algolia_instant_selector .ui-icon-scissors {
  background-position: -144px -128px; }

#algolia_instant_selector .ui-icon-clipboard {
  background-position: -160px -128px; }

#algolia_instant_selector .ui-icon-copy {
  background-position: -176px -128px; }

#algolia_instant_selector .ui-icon-contact {
  background-position: -192px -128px; }

#algolia_instant_selector .ui-icon-image {
  background-position: -208px -128px; }

#algolia_instant_selector .ui-icon-video {
  background-position: -224px -128px; }

#algolia_instant_selector .ui-icon-script {
  background-position: -240px -128px; }

#algolia_instant_selector .ui-icon-alert {
  background-position: 0 -144px; }

#algolia_instant_selector .ui-icon-info {
  background-position: -16px -144px; }

#algolia_instant_selector .ui-icon-notice {
  background-position: -32px -144px; }

#algolia_instant_selector .ui-icon-help {
  background-position: -48px -144px; }

#algolia_instant_selector .ui-icon-check {
  background-position: -64px -144px; }

#algolia_instant_selector .ui-icon-bullet {
  background-position: -80px -144px; }

#algolia_instant_selector .ui-icon-radio-on {
  background-position: -96px -144px; }

#algolia_instant_selector .ui-icon-radio-off {
  background-position: -112px -144px; }

#algolia_instant_selector .ui-icon-pin-w {
  background-position: -128px -144px; }

#algolia_instant_selector .ui-icon-pin-s {
  background-position: -144px -144px; }

#algolia_instant_selector .ui-icon-play {
  background-position: 0 -160px; }

#algolia_instant_selector .ui-icon-pause {
  background-position: -16px -160px; }

#algolia_instant_selector .ui-icon-seek-next {
  background-position: -32px -160px; }

#algolia_instant_selector .ui-icon-seek-prev {
  background-position: -48px -160px; }

#algolia_instant_selector .ui-icon-seek-end {
  background-position: -64px -160px; }

#algolia_instant_selector .ui-icon-seek-start,
#algolia_instant_selector .ui-icon-seek-first {
  background-position: -80px -160px; }

#algolia_instant_selector .ui-icon-stop {
  background-position: -96px -160px; }

#algolia_instant_selector .ui-icon-eject {
  background-position: -112px -160px; }

#algolia_instant_selector .ui-icon-volume-off {
  background-position: -128px -160px; }

#algolia_instant_selector .ui-icon-volume-on {
  background-position: -144px -160px; }

#algolia_instant_selector .ui-icon-power {
  background-position: 0 -176px; }

#algolia_instant_selector .ui-icon-signal-diag {
  background-position: -16px -176px; }

#algolia_instant_selector .ui-icon-signal {
  background-position: -32px -176px; }

#algolia_instant_selector .ui-icon-battery-0 {
  background-position: -48px -176px; }

#algolia_instant_selector .ui-icon-battery-1 {
  background-position: -64px -176px; }

#algolia_instant_selector .ui-icon-battery-2 {
  background-position: -80px -176px; }

#algolia_instant_selector .ui-icon-battery-3 {
  background-position: -96px -176px; }

#algolia_instant_selector .ui-icon-circle-plus {
  background-position: 0 -192px; }

#algolia_instant_selector .ui-icon-circle-minus {
  background-position: -16px -192px; }

#algolia_instant_selector .ui-icon-circle-close {
  background-position: -32px -192px; }

#algolia_instant_selector .ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

#algolia_instant_selector .ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

#algolia_instant_selector .ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

#algolia_instant_selector .ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

#algolia_instant_selector .ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

#algolia_instant_selector .ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

#algolia_instant_selector .ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

#algolia_instant_selector .ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

#algolia_instant_selector .ui-icon-circle-zoomin {
  background-position: -176px -192px; }

#algolia_instant_selector .ui-icon-circle-zoomout {
  background-position: -192px -192px; }

#algolia_instant_selector .ui-icon-circle-check {
  background-position: -208px -192px; }

#algolia_instant_selector .ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

#algolia_instant_selector .ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

#algolia_instant_selector .ui-icon-circlesmall-close {
  background-position: -32px -208px; }

#algolia_instant_selector .ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

#algolia_instant_selector .ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

#algolia_instant_selector .ui-icon-squaresmall-close {
  background-position: -80px -208px; }

#algolia_instant_selector .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

#algolia_instant_selector .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

#algolia_instant_selector .ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

#algolia_instant_selector .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

#algolia_instant_selector .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

#algolia_instant_selector .ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

#algolia_instant_selector .ui-corner-all,
#algolia_instant_selector .ui-corner-top,
#algolia_instant_selector .ui-corner-left,
#algolia_instant_selector .ui-corner-tl {
  border-top-left-radius: 4px; }

#algolia_instant_selector .ui-corner-all,
#algolia_instant_selector .ui-corner-top,
#algolia_instant_selector .ui-corner-right,
#algolia_instant_selector .ui-corner-tr {
  border-top-right-radius: 4px; }

#algolia_instant_selector .ui-corner-all,
#algolia_instant_selector .ui-corner-bottom,
#algolia_instant_selector .ui-corner-left,
#algolia_instant_selector .ui-corner-bl {
  border-bottom-left-radius: 4px; }

#algolia_instant_selector .ui-corner-all,
#algolia_instant_selector .ui-corner-bottom,
#algolia_instant_selector .ui-corner-right,
#algolia_instant_selector .ui-corner-br {
  border-bottom-right-radius: 4px; }

#algolia_instant_selector .ui-widget-overlay {
  background: #666666 url("../images/ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50%;
  opacity: .5;
  filter: Alpha(Opacity=50); }

#algolia_instant_selector .ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: black url("../images/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px; }

/******************
**
** Helpers
**
******************/
#algolia_instant_selector .pull-left {
  float: left; }

#algolia_instant_selector .pull-right {
  float: right; }
  @media only screen and (max-width: 40em) {
    #algolia_instant_selector .pull-right {
      width: 100%;
      margin: 1rem auto; } }

#algolia_instant_selector .text-ellipsis {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#algolia_instant_selector .algolia-search::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.text-muted {
  color: #666666; }

/******************
**
** Layout
**
******************/
#algolia-searchbox > label,
#instant-search-box > label {
  display: none; }

#algolia_instant_selector {
  margin: 1rem 0; }
  #algolia_instant_selector #algolia-left-container,
  #algolia_instant_selector #algolia-right-container,
  #algolia_instant_selector #instant-search-facets-container {
    width: 100%;
    float: left; }
  @media only screen and (min-width: 40.063em) {
    #algolia_instant_selector #algolia-left-container {
      width: 25%; } }
  @media only screen and (min-width: 40.063em) {
    #algolia_instant_selector #algolia-right-container {
      width: 75%; } }

.sidebar {
  position: static; }

/******************
**
** Auto-completion menu
**
******************/
#algolia-autocomplete-tt .tt-dropdown-menu .before_special {
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 12px; }

#algolia-autocomplete-tt .tt-dropdown-menu .info-without-thumb .category-tag {
  color: #222222; }

#algolia-autocomplete-tt.twitter-typeahead {
  width: 100%; }

#algolia-autocomplete-tt .tt-dropdown-menu {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 0;
  z-index: 1000 !important;
  border: 1px solid #393939;
  border-top: none;
  background: white; }
  #algolia-autocomplete-tt .tt-dropdown-menu .category {
    padding: 10px;
    border: 1px solid transparent;
    border-left: none;
    border-right: none;
    color: #222222;
    text-align: left;
    font-size: 0.9em;
    font-weight: bold;
    background-color: transparent;
    text-transform: uppercase; }
  #algolia-autocomplete-tt .tt-dropdown-menu div[class^="tt-dataset-"]:first-child .category {
    border-top: none; }
  #algolia-autocomplete-tt .tt-dropdown-menu .tt-suggestion:not(:last-child) .algoliasearch-autocomplete-hit {
    border-bottom: solid 1px #eeeeee; }

#algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit {
  display: block;
  padding: 10px;
  clear: both;
  color: black;
  text-align: left;
  text-decoration: none; }
  #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit:before, #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit:after {
    content: " ";
    display: table; }
  #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit:after {
    clear: both; }
  #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit em {
    font-size: 0.813rem;
    color: #111111;
    font-weight: bold;
    font-style: normal; }
  #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .thumb {
    float: left; }
    #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .thumb img {
      width: 50px; }

#algolia-autocomplete-tt .tt-dropdown-menu .tt-cursor {
  background-color: #f2f1ed; }

#algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-price {
  float: right;
  font-size: 1.1em;
  color: black; }

#algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .info {
  margin-left: 60px; }

#algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
  font-size: 0.8em;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }

#algolia-autocomplete-tt .tt-dropdown-menu .footer_algolia {
  padding: 6px 6px 4px;
  background-color: whitesmoke;
  text-align: right; }
  #algolia-autocomplete-tt .tt-dropdown-menu .footer_algolia img {
    display: inline;
    height: 1.5em;
    vertical-align: bottom; }

/**
 * Search Box
*/
#algolia-searchbox {
  position: relative; }

#algolia-searchbox .algolia-search {
  margin-bottom: 0; }

#algolia-searchbox .algolia-search:focus {
  outline: 0;
  box-shadow: none;
  border: solid 1px #393939; }

/**
 * Instant Search
 */
#algolia_instant_selector:after {
  content: "";
  clear: both;
  display: block; }

#algolia_instant_selector .category {
  font-weight: bold;
  color: #222222; }

#algolia_instant_selector .result-wrapper {
  float: left;
  width: 33.33%; }

#algolia_instant_selector .title img {
  width: 200px; }

#instant-search-bar-container {
  width: 100%;
  position: relative; }

#algolia_instant_selector .hits .infos {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: solid 1px #cccccc;
  color: #aaaaaa;
  float: left;
  width: 100%;
  margin-bottom: 1rem; }
  #algolia_instant_selector .hits .infos select {
    margin-bottom: 0; }

#algolia_instant_selector .hits .infos strong {
  color: #555555; }

#algolia_instant_selector .hits .no-results {
  margin: 40px 0;
  color: #aaaaaa;
  text-align: center; }

#algolia_instant_selector .hits .no-results strong {
  color: #555555; }

#algolia_instant_selector .hits .no-results .clear-button {
  cursor: pointer; }

/**
 * Facets
 */
#algolia_instant_selector #instant-search-facets-container input {
  min-width: initial; }
#algolia_instant_selector #instant-search-facets-container .facets:before, #algolia_instant_selector #instant-search-facets-container .facets:after {
  content: " ";
  display: table; }
#algolia_instant_selector #instant-search-facets-container .facets:after {
  clear: both; }

#algolia_instant_selector .infos .algolia-logo {
  font-size: 10px; }

#algolia_instant_selector .facet {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid transparent;
  background-color: white;
  float: left;
  width: 100%; }

#algolia_instant_selector .facet:not(:first-child) {
  margin-top: 10px; }

#algolia_instant_selector .facet .name {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
  color: #333333;
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
  background-color: transparent; }

#algolia_instant_selector .facet .sub_facet {
  padding-bottom: 0.6rem;
  cursor: pointer;
  vertical-align: middle; }
  #algolia_instant_selector .facet .sub_facet input {
    width: auto;
    height: auto;
    display: none !important;
    margin: 0 0.5rem 0 0; }
  #algolia_instant_selector .facet .sub_facet p {
    display: inline-block;
    margin: 0; }

#algolia_instant_selector .facet .sub_facet label {
  display: inline-block;
  padding: 0;
  background: transparent url("../images/ui/algolia/checkbox_unchecked.png") no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 0.5rem 0 0;
  vertical-align: middle; }

#algolia_instant_selector .facet .sub_facet.checked {
  font-weight: bold; }
  #algolia_instant_selector .facet .sub_facet.checked label {
    background: transparent url("../images/ui/algolia/checkbox_checked.png") no-repeat; }

#algolia_instant_selector .facet .count {
  float: right;
  color: #666666; }

#algolia_instant_selector .facet .sub_facet:not(:last-child) {
  border-bottom: 1px solid #ddd; }

#algolia_instant_selector .algolia-slider {
  margin: 0.6rem;
  background: #f2f1ed; }

#algolia_instant_selector .algolia-slider .ui-slider-range {
  background: #f2f1ed; }

#algolia_instant_selector .algolia-slider-info {
  color: #222222; }
  #algolia_instant_selector .algolia-slider-info:before, #algolia_instant_selector .algolia-slider-info:after {
    content: " ";
    display: table; }
  #algolia_instant_selector .algolia-slider-info:after {
    clear: both; }

#algolia_instant_selector .pagination-wrapper {
  width: 100%; }

#algolia_instant_selector .algolia-pagination {
  display: inline-block;
  background-color: transparent;
  border: none;
  box-shadow: none; }

#algolia_instant_selector .algolia-pagination a {
  color: #333333;
  display: inline-block;
  float: left;
  margin: 0 0.2rem; }

#algolia_instant_selector .algolia-pagination li {
  float: left;
  display: inline;
  padding: 0px 10px;
  line-height: 25px;
  border: solid 1px #eeeeee;
  background-color: white; }

#algolia_instant_selector .algolia-pagination li.active {
  border: solid 1px #777777;
  background-color: white; }

#algolia_instant_selector .algolia-pagination li.disabled {
  display: none; }

#algolia_instant_selector .text-center {
  text-align: center; }

#algolia_instant_selector em {
  background-color: transparent;
  font-style: normal; }

#algolia_instant_selector h1 {
  margin: 0; }

#algolia_instant_selector .result {
  display: block;
  margin: 0 10px 20px;
  border: solid 1px #ededed;
  background-color: white; }

#algolia_instant_selector .result:hover {
  border-color: #54A5CD;
  text-decoration: none; }

#algolia_instant_selector .result .result-sub-content {
  padding: 10px; }

#algolia_instant_selector .result .result-thumbnail {
  padding: 10px;
  text-align: center; }

#algolia_instant_selector .result .result-thumbnail img {
  display: inline;
  height: 148px;
  width: auto; }

#algolia_instant_selector .result .result-thumbnail .no-image {
  display: block;
  height: 148px;
  background: #FAFAFA; }

#algolia_instant_selector .result .ratings .rating-box {
  margin: 0 auto 10px;
  float: inherit; }

#algolia_instant_selector .result .price {
  text-align: center;
  font-size: 1.2em;
  color: #54a5cd; }

#algolia_instant_selector .result .result-title {
  font-size: 14px;
  text-align: center;
  color: #636363; }

#algolia_instant_selector .result:hover .result-title {
  color: #54a5cd; }

#algolia_instant_selector .ui-widget-header {
  background-color: #bcbcbc; }

#algolia_instant_selector .result-thumbnail img {
  width: 100%; }

/** INSTANT SEARCH BAR **/
#algolia_instant_selector #instant-search-bar-container {
  padding: 0; }

#algolia_instant_selector #instant-search-bar:focus {
  outline: 0;
  box-shadow: none;
  border: solid 1px #393939; }

#algolia_instant_selector #instant-search-box label {
  display: none; }

#algolia_instant_selector .before_special {
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 12px; }

/**
 * General
 */
.header #search_mini_form {
  margin-top: initial;
  margin: 0; }

#algolia_instant_selector {
  margin: initial;
  padding: 0 1rem;
  padding-top: 2.275rem; }
  #algolia_instant_selector .products-grid .item {
    padding: 0 0.75rem; }
  #algolia_instant_selector .page-title {
    display: none; }

#algolia_instant_selector button {
  background-color: #777;
  color: #f1f1f1;
  text-transform: initial;
  font-size: initial;
  padding: 0.6rem;
  font-family: inherit; }
  #algolia_instant_selector button:hover {
    background-color: #555; }

#algolia_instant_selector .page-title h1 {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 40em) {
    #algolia_instant_selector .page-title h1 {
      text-align: center; } }

#refine-toggle {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0; }

#refine-toggle:hover,
#refine-toggle:focus {
  background-color: #393939; }

.refine-toggle-prefix {
  display: none; }

/**
 * Dropdown
 */
#algolia-autocomplete-tt .tt-dropdown-menu {
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  line-height: 1;
  overflow: hidden;
  top: 25px !important;
  z-index: 90 !important;
  padding-top: 2rem;
  padding-bottom: 0.667rem; }
  #algolia-autocomplete-tt .tt-dropdown-menu .category {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0.5rem; }
    #algolia-autocomplete-tt .tt-dropdown-menu .category:before {
      content: " ";
      width: 35px;
      position: absolute;
      bottom: 0;
      background-color: #393939;
      z-index: 200;
      height: 1px;
      left: 50%;
      -webkit-transform: translateX(-50%); }
  #algolia-autocomplete-tt .tt-dropdown-menu .tt-suggestion:not(:last-child) .algoliasearch-autocomplete-hit {
    border-bottom: 1px solid #eee; }
  #algolia-autocomplete-tt .tt-dropdown-menu [class^="tt-dataset-"] {
    margin-top: 0.275rem; }

#algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit {
  font-size: 0.875rem;
  padding: 0.675rem 1.275rem; }
  #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit:before, #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit:after {
    content: " ";
    display: table; }
  #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit:after {
    clear: both; }
  #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .thumb {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc; }
    #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .thumb img {
      -webkit-transform: scale(1.4); }
  #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .info em, #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .info span {
    font-weight: normal;
    font-size: 0.875rem; }
  #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
    line-height: 2;
    margin-left: 0.325rem;
    font-style: italic; }
    #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category strong {
      font-style: normal; }
  #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .info-without-thumb {
    text-align: center; }
    #algolia-autocomplete-tt .tt-dropdown-menu .algoliasearch-autocomplete-hit .info-without-thumb em {
      font-weight: normal; }

/**
 * Columns
 */
#algolia_instant_selector #algolia-left-container,
#algolia_instant_selector #algolia-right-container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem; }
@media only screen and (min-width: 40.063em) {
  #algolia_instant_selector #algolia-left-container {
    padding-right: 0.75rem;
    padding-left: 0; }
  #algolia_instant_selector #algolia-right-container {
    padding-left: 0.75rem;
    padding-right: 0; } }

#algolia_instant_selector #instant-search-facets-container {
  border: 1px solid #393939;
  background-color: #f7f7f7;
  float: left;
  color: #222;
  margin-bottom: 1rem; }

#algolia_instant_selector #instant-search-results-container .hits .infos {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  text-align: left; }
  #algolia_instant_selector #instant-search-results-container .hits .infos .pull-right {
    display: none; }
  #algolia_instant_selector #instant-search-results-container .hits .infos .pull-right label {
    padding-bottom: 0; }
  #algolia_instant_selector #instant-search-results-container .hits .infos .pull-left #algolia-search-results {
    text-transform: uppercase; }
    #algolia_instant_selector #instant-search-results-container .hits .infos .pull-left #algolia-search-results span {
      background-color: #666;
      color: #fff;
      padding: 0.4rem 0.675rem;
      margin-right: 0.275rem; }
  @media only screen and (max-width: 40em) {
    #algolia_instant_selector #instant-search-results-container .hits .infos .pull-right label {
      text-align: center; }
    #algolia_instant_selector #instant-search-results-container .hits .infos .pull-right {
      width: 100%;
      margin-top: 1rem; }
    #algolia_instant_selector #instant-search-results-container .hits .infos .pull-left {
      width: 100%;
      text-align: center; } }
#algolia_instant_selector #instant-search-results-container .hits .products-grid {
  margin-top: initial; }

/**
 * Search icon
 */
/**
 * Search bar
 */
::-webkit-input-placeholder {
  color: #222; }

:-moz-placeholder {
  color: #222; }

::-moz-placeholder {
  color: #222; }

:-ms-input-placeholder {
  color: #222; }

#algolia-searchbox input,
#algolia_instant_selector input {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 1rem 1.2rem;
  z-index: 100 !important;
  min-width: initial; }

@media only screen and (min-width: 64.063em) {
  #algolia-searchbox input {
    width: 100px;
    transition: width 200ms ease-in-out; }
    #algolia-searchbox input:focus {
      width: 380px; } }

#algolia_instant_selector input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

#algolia-searchbox svg.magnifying-glass,
#algolia_instant_selector #instant-search-box svg.magnifying-glass {
  right: 1rem;
  fill: #393939;
  z-index: 110; }

/**
 * Facets
 */
#algolia_instant_selector .facet {
  padding: 1.4rem;
  margin-bottom: 0; }
  #algolia_instant_selector .facet .sub_facet {
    font-weight: 300;
    padding-bottom: 0.275rem; }
    #algolia_instant_selector .facet .sub_facet.checked {
      font-weight: 500; }
  #algolia_instant_selector .facet .name {
    margin-bottom: 1rem; }
  #algolia_instant_selector .facet:not(:first-child) {
    margin-top: initial; }

/**
 * Pagination
 */
#algolia_instant_selector .algolia-pagination .active {
  color: #333; }

#algolia_instant_selector .algolia-pagination li {
  color: #777;
  font-weight: 100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

#algolia_instant_selector .ui-state-hover, #algolia_instant_selector .ui-widget-content .ui-state-hover, #algolia_instant_selector .ui-widget-header .ui-state-hover, #algolia_instant_selector .ui-state-focus, #algolia_instant_selector .ui-widget-content .ui-state-focus, #algolia_instant_selector .ui-widget-header .ui-state-focus {
  border: 1px solid #666;
  background: #f0f0f0; }
