@charset "UTF-8";
/*@mixin transition($properties...) {
  // Fix for vendor-prefix transform property
  $needs-prefixes: false;
  $webkit: ();
  $moz: ();
  $spec: ();

  // Create lists for vendor-prefixed transform
  @each $list in $properties {
    @if nth($list, 1) == "transform" {
      $needs-prefixes: true;
      $list1: -webkit-transform;
      $list2: -moz-transform;
      $list3: ();

      @each $var in $list {
        $list3: join($list3, $var);

        @if $var != "transform" {
          $list1: join($list1, $var);
          $list2: join($list2, $var);
        }
      }

      $webkit: append($webkit, $list1);
      $moz:    append($moz,    $list2);
      $spec:   append($spec,   $list3);
    } @else {
      $webkit: append($webkit, $list, comma);
      $moz:    append($moz,    $list, comma);
      $spec:   append($spec,   $list, comma);
    }
  }

  @if $needs-prefixes {
    -webkit-transition: $webkit;
       -moz-transition: $moz;
            transition: $spec;
  } @else {
    @if length($properties) >= 1 {
      @include prefixer(transition, $properties, webkit moz spec);
    } @else {
      $properties: all 0.15s ease-out 0s;
      @include prefixer(transition, $properties, webkit moz spec);
    }
  }
}*/
/*! 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 {
  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 */
  /* 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;
}

.breadcrumb, .checkout .order-summary .availability ul, .details-list ul, .edit-users, .ribbon.accordion ul.accordion, .ribbon.gallery .images, .ribbon.video-roll .slider, .search-page .search-filter .filters, .site-selector .dropdown-container .content ul, .slider .slick-dots, .filters, .opening-hours, .technical-details__list, .cap .block .subscriptions, footer ul, .navigation .sidebar, .submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

@-ms-viewport {
  width: device-width;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

body {
  background-color: #FFFFFF;
  -webkit-overflow-scrolling: touch;
  font-family: myriad-pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  max-width: 100vw;
  text-rendering: optimizeLegibility;
}

body > form {
  min-height: 100vh;
  overflow-x: hidden;
  width: 100vw;
}

body,
html {
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100vw;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

@media (min-width: 1000px) {
  .container {
    padding: 0 30px;
  }
}

.cover-image,
.image-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.inline {
  display: inline-block;
  margin-right: 15px;
}

div.inline:last-child {
  margin-right: 0;
}

.float-right {
  float: right;
}

.hide-on-load {
  display: none;
}

.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  height: 1px;
  margin: 20px 0;
}

input {
  font-size: 15px;
  margin-bottom: 7.5px;
  padding: 7.5px;
}

input:focus {
  outline: none;
}

input:not([type="checkbox"]), input:not([type="radio"]) {
  border-radius: 0;
}

input[type="email"],
input[type="tel"],
input[type="text"],
input[type="password"],
textarea.input-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: border-color 200ms ease;
  background-color: #fbfbfb;
  border: 1px solid #d3d7d9;
}

input[type="email"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="password"][disabled],
textarea.input-style[disabled] {
  background-color: #d9d9d9;
  border: 1px solid #b7babc;
}

input[type="email"][disabled]:hover,
input[type="tel"][disabled]:hover,
input[type="text"][disabled]:hover,
input[type="password"][disabled]:hover,
textarea.input-style[disabled]:hover {
  cursor: not-allowed;
}

input[type="email"].error, input[type="email"].error:focus,
input[type="tel"].error,
input[type="tel"].error:focus,
input[type="text"].error,
input[type="text"].error:focus,
input[type="password"].error,
input[type="password"].error:focus,
textarea.input-style.error,
textarea.input-style.error:focus {
  border-color: #636363;
}

input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea.input-style:focus {
  border-color: #cc000e;
}

input[type="submit"] {
  cursor: pointer;
}

select {
  border: 1px solid #DEE2E4;
  padding: 7.5px;
}

select option[disabled] {
  color: #DEE2E4;
}

@media (min-width: 1000px) {
  .text-align-right {
    text-align: right;
  }
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  font-size: 15px;
  min-height: 175px;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  outline: none;
}

.column-1 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-1 {
    margin: 0;
    width: 8.33333%;
  }
}

.column-2 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-2 {
    margin: 0;
    width: 16.66667%;
  }
}

.column-3 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-3 {
    margin: 0;
    width: 25%;
  }
}

.column-4 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-4 {
    margin: 0;
    width: 33.33333%;
  }
}

.column-5 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-5 {
    margin: 0;
    width: 41.66667%;
  }
}

.column-6 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-6 {
    margin: 0;
    width: 50%;
  }
}

.column-7 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-7 {
    margin: 0;
    width: 58.33333%;
  }
}

.column-8 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-8 {
    margin: 0;
    width: 66.66667%;
  }
}

.column-9 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-9 {
    margin: 0;
    width: 75%;
  }
}

.column-10 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-10 {
    margin: 0;
    width: 83.33333%;
  }
}

.column-11 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-11 {
    margin: 0;
    width: 91.66667%;
  }
}

.column-12 {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .column-12 {
    margin: 0;
    width: 100%;
  }
}

[class*="column-"] {
  float: left;
  display: inline-block;
  min-height: 1px;
  padding: 0 10px;
}

.ribbon.text [class*="column-"] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-container--no-margin [class*="column-"] {
  margin: 0;
}

[class*="column-"].no-padding {
  padding: 0;
}

@media (min-width: 1000px) {
  [class*="column-"].double-padding {
    padding: 0 20px;
  }
  [class*="column-"].double-padding-left {
    padding-left: 20px;
  }
  [class*="column-"].double-padding-right {
    padding-right: 20px;
  }
  [class*="column-"].no-padding-left {
    padding-left: 0;
  }
  [class*="column-"].no-padding-right {
    padding-right: 0;
  }
  [class*="column-"].right-desktop {
    float: right;
  }
  [class*="column-"].triple-padding-left {
    padding-left: 30px;
  }
  [class*="column-"].triple-padding-right {
    padding-right: 30px;
  }
}

.grid-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.grid-container.no-break .column-1 {
  margin: 0;
  width: 8.33333%;
}

.grid-container.no-break .column-2 {
  margin: 0;
  width: 16.66667%;
}

.grid-container.no-break .column-3 {
  margin: 0;
  width: 25%;
}

.grid-container.no-break .column-4 {
  margin: 0;
  width: 33.33333%;
}

.grid-container.no-break .column-5 {
  margin: 0;
  width: 41.66667%;
}

.grid-container.no-break .column-6 {
  margin: 0;
  width: 50%;
}

.grid-container.no-break .column-7 {
  margin: 0;
  width: 58.33333%;
}

.grid-container.no-break .column-8 {
  margin: 0;
  width: 66.66667%;
}

.grid-container.no-break .column-9 {
  margin: 0;
  width: 75%;
}

.grid-container.no-break .column-10 {
  margin: 0;
  width: 83.33333%;
}

.grid-container.no-break .column-11 {
  margin: 0;
  width: 91.66667%;
}

.grid-container.no-break .column-12 {
  margin: 0;
  width: 100%;
}

.grid-container,
.row {
  zoom: 1;
}

.grid-container:before, .grid-container:after,
.row:before,
.row:after {
  content: "";
  display: table;
}

.grid-container:after,
.row:after {
  clear: both;
}

body {
  color: #000000;
  font-family: myriad-pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span {
  font-weight: 400;
  margin: 0;
}

h1 + p,
h1 span + p,
h2 + p,
h2 span + p,
h3 + p,
h3 span + p,
h4 + p,
h4 span + p,
h5 + p,
h5 span + p,
h6 + p,
h6 span + p {
  margin: 0 0 15px;
}

h1,
h1 span {
  font-size: 40px;
  line-height: 50px;
}

@media (min-width: 1000px) {
  h1,
  h1 span {
    font-size: 60px;
    line-height: 70px;
  }
}

h2,
h2 span {
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 1000px) {
  h2,
  h2 span {
    font-size: 50px;
    line-height: 60px;
  }
}

h3,
h3 span {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 1000px) {
  h3,
  h3 span {
    font-size: 40px;
    line-height: 50px;
  }
}

h4,
h4 span {
  font-size: 16px;
  line-height: 21px;
}

@media (min-width: 1000px) {
  h4,
  h4 span {
    font-size: 30px;
    line-height: 35px;
  }
}

p,
p span {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.45;
  margin: 15px 0;
}

@media (min-width: 1000px) {
  p,
  p span {
    line-height: 1.5225;
  }
}

/* FONTS */
@font-face {
  font-family: 'starco';
  src: url("/css/starco/fonts/starco.eot?78784367");
  src: url("/css/starco/fonts/starco.eot?78784367#iefix") format("embedded-opentype"), url("/css/starco/fonts/starco.woff?78784367") format("woff"), url("/css/starco/fonts/starco.ttf?78784367") format("truetype"), url("/css/starco/fonts/starco.svg?78784367#starco") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'starco';
    src: url('/css/starco/fonts/starco.svg?78784367#starco') format('svg');
  }
}
*/
[class^="starco-"]:before, [class*=" starco-"]:before {
  font-family: "starco";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.starco-tirepattern:before {
  content: '\e800';
}

/* '' */
.banner {
  padding: 80px 0;
}

.banner .button {
  display: block;
  min-width: 0;
  padding: 0;
  position: relative;
}

.banner .button i {
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 90;
}

.banner .button input {
  margin: 0;
  padding-bottom: 13px;
  position: relative;
  z-index: 91;
}

.banner .container {
  color: #FFFFFF;
  max-width: 600px;
  text-align: center;
}

.banner form {
  margin-top: 60px;
  overflow: hidden;
}

.banner h1 {
  color: #FFFFFF;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.banner input {
  font-size: 18.75px;
  margin: 0;
  padding: 11.25px;
  width: 100%;
}

.banner input[type="text"] {
  background-color: #FFFFFF;
  color: #000000;
}

.banner input[type="text"]:focus {
  border-color: #c8cbcd;
}

.basket .actions {
  margin-top: 0 !important;
}

.basket .actions .button {
  margin-top: 10px;
}

.basket .actions .button.empty {
  background-color: transparent;
  border: 3px solid #747578;
  color: #5a5b5d;
  margin-top: 30px;
  transition: border-color 300ms ease, color 300ms ease;
}

.basket .actions .button.empty:hover {
  border-color: #67686a;
  color: #4d4e50;
}

.basket .actions,
.basket .summary {
  padding: 20px;
}

.basket .assortments > li.active {
  padding-bottom: 0;
}

.basket .assortments > li:not(.active) {
  border-bottom: 1px solid #919193;
}

.basket .assortments .assortment {
  color: #FFFFFF;
  display: table;
  position: relative;
  width: 100%;
}

.basket .assortments .assortment .add,
.basket .assortments .assortment .remove {
  cursor: pointer;
}

.basket .assortments .assortment .button {
  color: #FFFFFF;
  float: right;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.basket .assortments .assortment .cell {
  display: table-cell;
  vertical-align: middle;
}

.basket .assortments .assortment .cell.padding-right {
  padding-right: 15px;
}

.basket .assortments .assortment i {
  height: auto !important;
}

.basket .assortments .edit {
  margin-left: -20px;
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
  width: calc(100% + 20px*2);
}

.basket .assortments .edit:before {
  border-top: 1px solid #818285;
  content: "";
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 20px*2);
}

.basket .assortments .edit .buttons {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.basket .assortments .edit .buttons:before {
  border-top: 1px solid #818285;
  content: "";
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 20px*2);
}

.basket .assortments .edit .buttons div {
  color: #000000;
  display: table-cell;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 50%;
}

.basket .assortments .edit .buttons div:first-child:after {
  border-right: 1px solid #818285;
  content: "";
  height: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.basket .assortments .edit .buttons div i {
  height: auto;
  margin-right: 3px;
}

.basket .assortments .edit .buttons div span {
  cursor: pointer;
  display: inline-block;
}

.basket .assortments .edit label {
  display: block;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 5px;
}

.basket .assortments .edit .name {
  margin-bottom: 15px;
  width: 100%;
}

.basket .assortments .edit .name, .basket .assortments .edit .name:focus {
  border: none;
}

.basket .assortments .navigation-accordion-content {
  padding-bottom: 15px;
}

.basket-content.product-list-res .text-container {
  padding-top: 0;
  padding-bottom: 0;
}

.basket-content.product-list-res .product {
  border-bottom: 1px solid #919193;
  padding: 20px;
  background-color: transparent;
}

.basket-content.product-list-res .product-number, .basket-content.product-list-res .product-information, .basket-content.product-list-res .product-price {
  color: #FFFFFF;
}

.basket-content.product-list-res .product-number, .basket-content.product-list-res .product-price {
  font-size: 16px;
}

.basket-content.product-list-res .product-information {
  margin: 0.25em 0;
}

.basket .button {
  cursor: pointer;
}

.basket .summary {
  color: #FFFFFF;
  overflow: hidden;
}

.basket .summary .discount {
  float: right;
  font-size: 14px;
}

.basket .summary .label {
  float: left;
  font-weight: bold;
}

.basket .summary .price-container {
  float: right;
}

.basket .summary .price-container .price {
  font-size: 18px;
  font-weight: bold;
}

.block-header {
  border-bottom: 1px solid #DEE2E4;
  border-top: 3px solid #5C7E93;
}

.block-header h2 {
  margin: 10px 0 10px 25px;
}

.breadcrumb a {
  transition: border-color 200ms ease;
  border-bottom: 1px solid transparent;
  color: #5C7E93;
}

.breadcrumb a:hover {
  border-color: #5C7E93;
}

.breadcrumb li {
  display: inline-block;
  font-size: 15px;
  float: left;
  padding-right: 3px;
}

.breadcrumb li:not(:last-child):after {
  color: #5C7E93;
  content: '/';
  padding: 0 3px;
}

.button, .button-left, .button-center, .button-right {
  transition: background-color 200ms ease;
  background-color: #a0bacc;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: myriad-pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  min-width: 135px;
  padding: 8px 40px;
  text-align: center;
}

.button-right {
  transform: translateX(-100%);
  left: 100%;
  position: relative;
}

.button:hover {
  background-color: #90a7b8;
}

.button.full-width {
  display: block;
}

.button.large {
  font-size: 16px;
  font-weight: bold;
  padding: 30px 70px;
  width: 300px;
}

.button.medium {
  width: auto;
  min-width: auto;
  padding: 1.2em 2em;
}

.button.short {
  min-width: auto;
  width: auto;
  padding: 8px 1.5em;
}

.button.go-to {
  margin-top: 15px;
  padding: 5px 35px 7px 15px;
  position: relative;
  text-align: left;
  text-transform: none;
}

.button.go-to:before {
  content: "\e800";
  font-family: starco;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  margin-left: 0.2em;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: none;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.button.green {
  background-color: #D7000F;
}

.button.green:hover {
  background-color: #c2000e;
}

.button.grey {
  background-color: #818285;
}

.button.grey:hover {
  background-color: #747578;
}

.button.light {
  background-color: #5c7e93;
}

.button.light:hover {
  background-color: #537184;
}

.button.lightest {
  color: #000000;
  background-color: #F4F6FA;
}

.button.lightest:hover {
  background-color: #dcdde1;
}

.button.cancel {
  background-color: #636363;
}

.button.cancel:hover {
  background-color: #595959;
}

.button.discreet {
  background-color: #bf1824;
}

.button.discreet:hover {
  background-color: #ac1620;
}

.button.transparent {
  background-color: transparent;
  border: 1px solid #dcdde1;
  color: #000000;
}

.button.transparent:hover {
  background-color: #F4F6FA;
}

.button.right {
  float: right;
}

.button.right:last-child:not(:first-child) {
  margin-right: 10px;
}

.button.no-padding {
  padding: 0;
}

.button input[type="submit"] {
  background-color: transparent;
  border: none;
}

.button-container {
  overflow: hidden;
}

.ghost-button {
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}

.ghost-button, .ghost-button--black {
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em;
  transition: background-color 300ms ease, color 300ms ease;
}

h1 .ghost-button,
h2 .ghost-button,
h3 .ghost-button,
h4 .ghost-button, h1 .ghost-button--black,
h2 .ghost-button--black,
h3 .ghost-button--black,
h4 .ghost-button--black {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
}

.ghost-button:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

.ghost-button--black {
  border: 1px solid #000000;
  color: #000000 !important;
}

.ghost-button--black:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

.checkout h3 {
  margin: 0 0 30px;
}

.checkout .additional-info .border {
  border-top: 1px solid #DEE2E4;
  display: none;
  margin: 60px 0 45px;
}

@media (min-width: 1000px) {
  .checkout .additional-info .border {
    display: block;
  }
}

.checkout .additional-info .button {
  display: block;
  margin: 0 auto 60px;
  max-width: 320px;
  padding-bottom: 22.5px;
  padding-top: 22.5px;
  position: relative;
}

.checkout .additional-info .input-container {
  margin-top: 10px;
}

.checkout .additional-info .input-container input,
.checkout .additional-info .input-container select {
  display: block;
  width: 100%;
}

.checkout .additional-info .input-container label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.checkout .additional-info .input-container select {
  width: 100%;
}

.checkout .address-block .button {
  margin-top: 15px;
}

.checkout .address-block h4 {
  margin: 0 0 10px 0;
}

.checkout .alternative-address {
  border-top: 1px solid transparent;
  transition: border-color 300ms ease;
}

.checkout .alternative-address.active {
  border-color: #DEE2E4;
  margin-top: 45px;
  padding: 30px 0 15px;
}

.checkout .alternative-address.active .content {
  display: block;
}

.checkout .alternative-address .content {
  display: none;
}

.checkout .alternative-address .content h3 {
  margin-bottom: 15px;
}

.checkout .alternative-address .input-container {
  margin-top: 10px;
}

.checkout .alternative-address .input-container input {
  display: block;
  width: 100%;
}

.checkout .alternative-address .input-container label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.checkout .alternative-address select {
  margin-bottom: 10px;
  max-width: 340px;
  width: 100%;
}

.checkout .final-actions {
  margin: 7.5px auto 60px;
  max-width: 650px;
}

.checkout .final-actions .button {
  padding-bottom: 22.5px;
  padding-top: 22.5px;
}

.checkout .final-actions .buttons {
  margin-bottom: 22.5px;
}

.checkout .final-actions .terms-and-conditions {
  text-align: right;
}

.checkout .final-actions .terms-and-conditions a {
  color: #5C7E93;
}

.checkout .final-actions .terms-and-conditions .icheckbox {
  margin-left: 7.5px;
}

.checkout .final-actions .error-message {
  color: red;
  text-align: center;
}

.checkout .grid-container {
  padding: 30px 15px 15px;
}

@media (min-width: 1000px) {
  .checkout .grid-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.checkout .grid-container.no-padding {
  padding-bottom: 0;
  padding-top: 0;
}

.checkout .order-summary {
  margin-top: 30px;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .checkout .order-summary .availability {
    float: left;
    width: 50%;
  }
}

.checkout .order-summary .availability i {
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0;
}

.checkout .order-summary .availability li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.checkout .order-summary .availability li:last-child {
  margin-bottom: 30px;
}

.checkout .order-summary .availability .low i {
  color: #D3CB00;
}

.checkout .order-summary .availability .none i {
  color: #C42E00;
}

.checkout .order-summary .availability span {
  font-style: italic;
}

.checkout .order-summary .discount {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.checkout .order-summary .price {
  color: #404040;
  text-align: right;
}

.checkout .order-summary table {
  width: 100%;
}

@media (min-width: 1000px) {
  .checkout .order-summary table {
    float: right;
    width: auto;
  }
}

.checkout .order-summary table,
.checkout .order-summary table td,
.checkout .order-summary table th {
  border: none;
  padding: 0;
}

.checkout .order-summary table td {
  padding-bottom: 2px;
  vertical-align: top;
}

.checkout .order-summary table td:not(:first-child) {
  padding-left: 40px;
}

.checkout .order-summary table tbody tr {
  border: none;
}

.checkout .order-summary table tbody tr:nth-child(odd) {
  background-color: transparent;
}

.checkout .order-summary .total {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.checkout .product-list table {
  border: none;
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 1000px) {
  .checkout .product-list table {
    display: none;
  }
}

.checkout .product-list table,
.checkout .product-list table tr {
  position: relative;
}

.checkout .product-list table .add,
.checkout .product-list table .remove,
.checkout .product-list table .subtract {
  transition: background-color 300ms ease;
  cursor: pointer;
  height: 70px;
  position: relative;
  text-align: center;
  width: 70px;
}

.checkout .product-list table .add:before,
.checkout .product-list table .remove:before,
.checkout .product-list table .subtract:before {
  color: #FFFFFF;
  font-family: FontAwesome;
}

.checkout .product-list table .add.disabled,
.checkout .product-list table .remove.disabled,
.checkout .product-list table .subtract.disabled {
  cursor: inherit;
}

.checkout .product-list table .add.disabled:before,
.checkout .product-list table .remove.disabled:before,
.checkout .product-list table .subtract.disabled:before {
  color: #DEE2E4;
}

.checkout .product-list table .add {
  background-color: #a0bacc;
}

.checkout .product-list table .add:before {
  content: '\F067';
}

.checkout .product-list table .add:hover {
  background-color: #90a7b8;
}

.checkout .product-list table .add-head,
.checkout .product-list table .image-head,
.checkout .product-list table .remove-head,
.checkout .product-list table .quantity-head,
.checkout .product-list table .subtract-head {
  width: 70px;
}

.checkout .product-list table .add-head,
.checkout .product-list table .subtract-head {
  text-align: center;
}

.checkout .product-list table .availability {
  transition: background-color 300ms ease;
  background-color: transparent;
  height: 100%;
  padding: 0;
  width: 6px;
  min-width: 6px;
}

.checkout .product-list table .availability.high {
  background-color: #B6CC96;
}

.checkout .product-list table .availability.low {
  background-color: #D3CB00;
}

.checkout .product-list table .availability.none {
  background-color: #C42E00;
}

.checkout .product-list table .image {
  padding: 0;
}

.checkout .product-list table .image img {
  display: block;
  height: 70px;
  max-width: 100%;
  width: auto;
}

.checkout .product-list table .price-container {
  padding-right: 70px;
  position: relative;
  text-align: right;
  width: 190px;
}

.checkout .product-list table .price-container .discount {
  display: block;
  font-size: 12px;
}

.checkout .product-list table .price-container .price {
  font-weight: bold;
}

.checkout .product-list table .price-head {
  width: 190px;
}

.checkout .product-list table .product-picture-placeholder {
  font-size: 24px;
  margin-left: 15px;
}

.checkout .product-list table .quantity {
  border-left: 1px solid #DEE2E4;
  font-weight: bold;
  width: 70px;
}

.checkout .product-list table .quantity,
.checkout .product-list table .quantity input {
  padding: 0;
  text-align: center;
}

.checkout .product-list table .quantity input {
  background-color: transparent;
  border: none;
  font-weight: normal;
  height: 63px;
  margin: 0;
  width: 100%;
}

.checkout .product-list table .remove {
  background-color: #636363;
}

.checkout .product-list table .remove:before {
  content: '\F1F8';
}

.checkout .product-list table .remove:hover {
  background-color: #595959;
}

.checkout .product-list table .sign {
  height: 45px;
  position: absolute;
  right: 10px;
  top: 0;
  width: auto;
}

.checkout .product-list table .subtract {
  background-color: #5c7e93;
}

.checkout .product-list table .subtract:before {
  content: '\F068';
}

.checkout .product-list table .subtract:hover {
  background-color: #537184;
}

.checkout .product-list table td {
  border-left: none;
  height: 70px;
}

.checkout .product-list table th {
  border-left: none;
}

.checkout .results-container {
  padding: 30px 15px 0 15px;
}

.checkout .results-container.border-top {
  border-top: 1px solid #DEE2E4;
}

@media (max-width: 1000px) {
  .checkout .results-container {
    background-color: #F7F7F7;
    padding-bottom: 2em;
  }
}

.checkout .summary {
  border: 1px solid #DEE2E4;
  border-width: 1px 0;
  padding: 45px 0;
}

.checkout .summary .block {
  margin-bottom: 37.5px;
}

.checkout .summary .block:last-child:not(:first-child) {
  margin-bottom: 0;
}

.checkout .summary h3 {
  margin-bottom: 15px;
}

.checkout .summary p {
  margin-bottom: 0;
}

.checkout .step3 {
  max-width: 80%;
}

.checkout .step3 h1, .checkout .step3 h2, .checkout .step3 h3 {
  text-transform: none;
}

.checkout .step3 h3, .checkout .step3 h4 {
  font-weight: 600;
  margin: 0;
}

.checkout .step3-icon {
  color: #B6CB99;
}

.checkout .step3 h3, .checkout .step3 p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.checkout .step3 h4 {
  margin: 0.5em 0;
}

.checkout .step3-first {
  text-align: center;
}

.checkout .step3-second {
  margin: 7em 0;
  margin-left: 22%;
}

@media (max-width: 1000px) {
  .checkout .step3-second {
    margin: 2em;
  }
}

@media (max-width: 1000px) {
  .checkout .step3-shipping {
    margin-top: 3em;
    margin-bottom: 1em;
  }
}

.checkout .step3-third {
  margin-bottom: 3em;
  text-align: center;
}

.checkout .step3 .button {
  padding-left: 4em;
  padding-right: 4em;
}

@media (max-width: 1000px) {
  .checkout .step3 .button {
    float: none;
  }
}

/* @group Base */
.chosen-container {
  font-size: 15px;
  position: relative;
  display: inline-block;
  min-height: 37px;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container:focus {
  outline: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #DEE2E4;
  border-radius: 0;
  border-top: 0;
  background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px 0 6px 8px;
  border: 1px solid #DEE2E4;
  background-color: #fff;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../images/Starco/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/Starco/chosen-sprite.png") no-repeat 0px 6px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #c8cbcd;
  background: #fff url("../../images/Starco/chosen-sprite.png") no-repeat 100% -20px;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 150px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  width: 100%;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  transition: border-color 200ms ease;
  border: 1px solid #DEE2E4;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 2px 6px;
  width: 100%;
  height: auto !important;
  height: 1%;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices:focus {
  border-color: #b2b5b6;
  outline: none;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 23px 4px 6px;
  max-width: 100%;
  border-radius: 3px;
  background-color: #f1f1f1;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 8px;
  right: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../images/Starco/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #b2b5b6;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #DEE2E4;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #b2b5b6;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #fff url("../../images/Starco/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../../images/Starco/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
.cookie {
  transition: opacity 400ms ease, transform 400ms ease;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  padding: 25px 10px;
  position: fixed;
  width: 100%;
  z-index: 98;
}

@media (min-width: 1000px) {
  .cookie {
    left: 80px;
    width: calc(100% - (80px));
  }
}

.cookie.remove {
  transform: translateY(100%);
  opacity: 0;
}

.cookie a:not(.button) {
  text-decoration: underline;
}

.cookie .button {
  background-color: #b7000d;
  display: block;
  border-radius: 3px;
  font-weight: bold;
  padding: 8px 0 10px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .cookie .button {
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 50%;
  }
}

.cookie .button:hover {
  background-color: #a1000b;
}

@media (min-width: 1000px) {
  .cookie [class*='column-'] {
    padding: 0 60px;
  }
}

.cookie h1,
.cookie h2,
.cookie h3 {
  margin-top: 0;
}

.cookie p {
  margin: 0;
}

.create-account {
  background-color: #F4F6FA;
  padding: 30px 0 50px;
}

.create-account .button {
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
  padding: 5px 25px;
}

.create-account h1 {
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

.create-account i {
  color: #FFFFFF;
  font-size: 190px;
  float: right;
  padding-right: 50px;
}

.create-account p {
  line-height: 1.8125;
  max-width: 550px;
}

.details-list {
  padding: 12px 6px;
}

@media (min-width: 1000px) {
  .details-list {
    padding: 24px 12px;
  }
}

.details-list .description {
  color: #000000;
  font-weight: 600;
  padding-right: 24px;
}

@media (min-width: 1000px) {
  .details-list .description {
    max-width: 300px;
    width: 60%;
  }
}

.details-list .description,
.details-list .value {
  margin: 0;
}

@media (min-width: 1000px) {
  .details-list .description,
  .details-list .value {
    display: inline-block;
    float: left;
  }
}

@media (max-width: 1200px) {
  .details-list li:nth-child(odd) .text-container {
    background-color: #F7F7F7;
  }
}

@media (min-width: 1200px) {
  .details-list li {
    display: inline-block;
    float: left;
    padding: 0 12px;
    width: 50%;
  }
  .details-list li:nth-child(4n+1) .text-container, .details-list li:nth-child(4n+2) .text-container {
    background-color: #F7F7F7;
    border: 1px solid #DEE2E4;
    border-width: 1px 0;
  }
}

@media (min-width: 1000px) {
  .details-list ul {
    overflow: hidden;
  }
}

.details-list .text-container {
  padding: 15px;
}

@media (min-width: 1000px) {
  .details-list .text-container {
    overflow: hidden;
    padding: 25px;
  }
}

.documents-page .results {
  background-color: #F7F7F7;
  margin-top: 30px;
  padding: 0 30px;
}

@media (max-width: 1000px) {
  .documents-page .results {
    padding: 0;
  }
}

.documents-page .results .grid-container {
  padding: 30px 0;
}

@media (max-width: 1000px) {
  .documents-page .results .grid-container {
    padding: 0;
  }
}

.documents-page .results table {
  border: none;
}

@media (min-width: 1000px) {
  .documents-page .results table {
    table-layout: auto;
  }
}

.documents-page .results table .preview {
  width: 90px;
}

.documents-page .results table .preview i {
  color: #000000;
  cursor: pointer;
  font-size: 20px;
}

.documents-page .results table td {
  min-height: 70px;
}

.documents-page .results table td,
.documents-page .results table th {
  border-left: none;
  border-right: none;
}

.documents-page .results table th {
  border-left: none;
  text-transform: uppercase;
}

.documents-page .text-search {
  margin-top: 30px;
  padding: 0 30px;
  max-width: 550px;
}

@media (max-width: 1000px) {
  .documents-page .text-search {
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

.documents-page .text-search .button {
  height: 50px;
  min-width: 0;
  position: relative;
}

.documents-page .text-search .button i {
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.documents-page .text-search input {
  display: block;
  width: 100%;
}

@media (max-width: 500px) {
  .documents-page .text-search .button {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.documents-page .text-search input {
  font-size: 17px;
  padding: 14px 10px;
  display: block;
  width: 100%;
}

.edit-users .user {
  border-bottom: 1px solid #DEE2E4;
  cursor: pointer;
  padding: 11.25px 0;
}

.edit-users .user:first-child {
  padding-top: 0;
}

.edit-users .user .content {
  display: none;
}

.edit-users .user i {
  margin-left: 3.75px;
}

.edit-users .user .toggle.active i:before {
  content: '\F106';
}

.dropdown {
  background-color: #FFFFFF;
  border-radius: 3px;
  display: inline-block;
  font-size: 15px;
  position: relative;
  width: 100%;
}

.dropdown:after {
  content: '\F107';
  font-family: FontAwesome;
  font-size: 20px;
  height: 24px;
  padding: 3px 0 0 12px;
  right: 8px;
  width: 30px;
  z-index: 91;
}

.dropdown:after, .dropdown:before {
  transition: background-color 200ms ease;
  transform: translateY(-50%);
  background-color: #fbfbfb;
  pointer-events: none;
  position: absolute;
  top: 50%;
}

.dropdown:before {
  border-left: 1px solid #DEE2E4;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  content: '';
  height: calc(100% - 1px);
  right: 0;
  width: 40px;
  z-index: 89;
}

.dropdown:hover:after, .dropdown:hover:before {
  background-color: #f6f6f6;
}

.dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: border-color 200ms ease;
  background-color: transparent;
  border: 1px solid #DEE2E4;
  cursor: pointer;
  min-width: 120px;
  padding: 7.5px;
  position: relative;
  width: 100%;
  z-index: 90;
}

.dropdown select:focus {
  border-color: #b2b5b6;
  outline: none;
}

.dropdown-big .chosen {
  visibility: hidden;
}

.dropdown-big .chosen-container {
  width: 18em !important;
}

.dropdown-big .chosen-container-active .chosen-single {
  border-color: #DEE2E4;
}

.dropdown-big .chosen-single {
  min-height: 37px;
  font-size: 1.1em;
  border-width: 2px !important;
}

.dropdown-big .chosen-single div {
  right: 0.5em;
}

.dropdown-big .chosen-single div b {
  margin-top: 2px;
}

.dropdown-big .chosen-drop {
  border-width: 2px;
}

.dropdown-big .chosen-search {
  display: none;
}

.dropdown-big .chosen-results  {
  margin: 0;
  padding: 0;
}

.dropdown-big .chosen-results li {
  padding: 0.7em 0;
  padding-left: 10px;
}

body.no-pointer-support .dropdown:after {
  display: none;
}

body.no-pointer-support .dropdown select {
  padding-right: 8px;
}

.icheckbox,
.iradio {
  background: url("/images/starco/red.png") no-repeat;
  border: none;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  height: 22px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 22px;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox,
  .iradio {
    background-image: url("/images/starco/red@2x.png");
    background-size: 240px 24px;
  }
}

.icheckbox {
  background-position: 0 0;
}

.icheckbox.checked {
  background-position: -48px 0;
}

.icheckbox.checked.disabled {
  background-position: -96px 0;
}

.icheckbox.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox:hover(:not(.checked)) {
  background-position: -24px 0;
}

.iradio {
  background-position: -120px 0;
}

.iradio.checked {
  background-position: -168px 0;
}

.iradio.checked.disabled {
  background-position: -216px 0;
}

.iradio.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio:hover:not(.checked) {
  background-position: -144px 0;
}

.cap .block .invoice-search {
  position: relative;
}

.cap .block .invoice-search .button {
  width: 100%;
}

@media (min-width: 1000px) {
  .cap .block .invoice-search .button {
    margin: 0 6px 0 0;
    padding-bottom: 9px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
}

@media (min-width: 1000px) {
  .cap .block .invoice-search input[type="text"] {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding-right: 115px;
  }
}

.menu .login .error {
  background-color: #9c2b2e;
  color: #FFFFFF;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.menu .login .error p {
  margin: 0;
}

.menu .login .input-container {
  margin-bottom: 22.5px;
  margin-top: 15px;
}

.menu .login .input-container [class*="icheckbox"] {
  margin-right: 7.5px;
}

.menu .login .input-container label {
  color: #FFFFFF;
  cursor: pointer;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.menu > ul > li,
.menu > div > ul > li {
  background-color: #818285;
  font-weight: 600;
}

.menu > ul > li.active,
.menu > div > ul > li.active {
  background-color: #919193;
}

.menu > ul > li.active > a, .menu > ul > li:hover > a,
.menu > div > ul > li.active > a,
.menu > div > ul > li:hover > a {
  font-weight: bold;
}

.menu a {
  color: #FFFFFF;
  display: block;
}

.menu .accordion-content,
.menu .navigation-accordion-content {
  display: none;
}

.menu .accordion-content li,
.menu .navigation-accordion-content li {
  font-weight: normal;
}

.menu .accordion-content li:first-child,
.menu .navigation-accordion-content li:first-child {
  padding-top: 22.5px;
}

.menu .accordion-content li:first-child i,
.menu .navigation-accordion-content li:first-child i {
  height: 60px;
}

.menu .accordion-content li:last-child,
.menu .navigation-accordion-content li:last-child {
  padding-bottom: 0;
}

.menu .accordion-toggle,
.menu .navigation-accordion-toggle {
  color: #FFFFFF;
  cursor: pointer;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

.menu .accordion-toggle:before,
.menu .navigation-accordion-toggle:before {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
}

.menu .accordion-toggle.active:before,
.menu .navigation-accordion-toggle.active:before {
  content: '\F0D8';
}

.menu li {
  transition: background-color 300ms ease;
  font-size: 14px;
  padding: 15px 20px;
  position: relative;
}

.menu li.has-children > a {
  width: calc(100% - (45px));
}

.menu li.has-divider {
  margin-bottom: 15px;
  padding-bottom: 30px;
}

.menu li.has-divider:before {
  border-bottom: 1px solid #FFFFFF;
  bottom: 0;
  content: '';
  left: 20px;
  position: absolute;
  right: 20px;
}

.menu .title,
.menu .title span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.2;
  margin: 26px 0;
  padding: 0 15px;
  text-transform: uppercase;
}

.menu p {
  color: #FFFFFF;
  margin: 26px 0;
  padding: 0 15px;
}

.modal {
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 400ms ease, transform 400ms ease;
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  filter: blur(0);
  /* Fix blurry text bug in Chrome */
  left: 50%;
  max-width: 1080px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 90%;
  z-index: 99;
  /*.checkbox-label {
		display: inline-block;
		margin-left: 10px;
	}

	.checkbox-label {
		margin-top: 15px;

		@media (min-width: $breakpoint) {
			margin-top: 25px;
		}
	}

	.dropdown-label {
		display: block;
		margin-bottom: 5px;
	}

	.grid-container {
		margin-top: 20px;
	}

	h1 {
		color: #7E8082;
		font-size: $font-size-base*1.5;
		margin: 0 0 4px;
	}

	input[type="submit"] {
		border: none;
		float: right;
		font-weight: bold;
		margin-top: 10px;
		padding: 8px 0 10px;
		width: 100%;

		@media (min-width: $breakpoint) {
			margin-top: 20px;
		}
	}

	label {
		cursor: pointer;
	}*/
}

@media (min-width: 1000px) {
  .modal {
    padding: 40px;
  }
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  transition: opacity 400ms ease, transform 400ms ease;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 98;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.noty_bar {
  border: none !important;
  color: #000000 !important;
}

.noty_bar.noty_type_alert {
  background-color: #FFFFFF !important;
  border: 1px solid #E0E0E0 !important;
}

.noty_bar.noty_type_confirm {
  background-color: #f0f5eb !important;
  border: 1px solid #B6CB99 !important;
}

.noty_bar.noty_type_error {
  background-color: #f5d5cc !important;
  border: 1px solid #CB2F00 !important;
}

.noty_bar.noty_type_information {
  background-color: #f1f3fa !important;
  border: 1px solid #B9C4E5 !important;
}

.noty_bar.noty_type_success {
  background-color: #f0f5eb !important;
  border: 1px solid #B6CB99 !important;
}

.noty_bar.noty_type_warning {
  background-color: #f7f4cc !important;
  border: 1px solid #D5C901 !important;
}

.noty_bar .noty_message {
  font-family: myriad-pro, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: normal !important;
  line-height: 1.45 !important;
}

#noty_topRight_layout_container {
  right: 15px !important;
  top: 15px !important;
}

@media (min-width: 1000px) {
  #noty_topRight_layout_container {
    right: 30px !important;
    top: 30px !important;
  }
}

#noty_topRight_layout_container li {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#noty_topRight_layout_container li:first-child {
  margin-top: 0 !important;
}

.animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.animated.fadeInRight {
  animation-name: fadeInRight;
}

.animated.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeInRight {
  from {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}

.pagination {
  margin-top: 15px;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .pagination {
    margin-top: 0;
  }
}

.pagination.right {
  float: right;
}

.pagination a,
.pagination span {
  transition: background-color 200ms ease-in, color 200ms ease-in;
  border: solid #DEE2E4;
  border-width: 1px 1px 1px 0;
  color: #1a1a1a;
  display: inline-block;
  float: left;
  font-size: 13.5px;
  padding: 4.5px 9.75px 6px;
}

.pagination a:first-child,
.pagination span:first-child {
  border-width: 1px;
}

.pagination a:first-child,
.pagination span:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination a.active, .pagination a:hover,
.pagination span.active,
.pagination span:hover {
  background-color: #F4F4F4;
  color: #000000;
}

.pagination a:last-child,
.pagination span:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.cap .block .pending-orders {
  overflow: hidden;
}

.cap .block .pending-orders .button {
  display: block;
  width: 100%;
}

@media (min-width: 1000px) {
  .cap .block .pending-orders .button {
    margin-top: 25px;
  }
}

.cap .block .pending-orders .description {
  color: #000000;
  font-weight: bold;
}

.cap .block .pending-orders .description,
.cap .block .pending-orders .value {
  font-size: 15px;
}

.cap .block .pending-orders .value {
  margin: 2px 0 0 0;
  padding: 0;
}

.preloader {
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 300ms ease;
  height: 40px;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 98;
}

.preloader.active {
  opacity: 1;
}

.preloader div {
  animation: wave-animation 1200ms infinite ease-in-out;
  background-color: #D7000F;
  display: inline-block;
  height: 100%;
  width: 6px;
}

.preloader .line2 {
  animation-delay: -1100ms;
}

.preloader .line3 {
  animation-delay: -1000ms;
}

.preloader .line4 {
  animation-delay: -900ms;
}

.preloader .line5 {
  animation-delay: -800ms;
}

.preloader-container {
  position: relative;
}

.preloader-container.active {
  pointer-events: none;
}

.preloader-container.include-height {
  height: 80px;
}

.preloader-container.include-height-xl {
  height: 200px;
}

o2-preloader, o2-preloader:before,
[o2-preloader],
[o2-preloader]:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 97;
}

o2-preloader:not(.no-cover):before,
[o2-preloader]:not(.no-cover):before {
  transition: opacity 300ms ease;
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  opacity: 0;
  pointer-events: auto;
}

o2-preloader.animate-show, o2-preloader.animate-show:before,
o2-preloader.animate-show .preloader,
[o2-preloader].animate-show,
[o2-preloader].animate-show:before,
[o2-preloader].animate-show .preloader {
  opacity: 1;
}

o2-preloader.animate-show.ng-hide-add, o2-preloader.animate-show.ng-hide-remove,
[o2-preloader].animate-show.ng-hide-add,
[o2-preloader].animate-show.ng-hide-remove {
  transition: all 300ms ease;
}

o2-preloader.animate-show.ng-hide,
[o2-preloader].animate-show.ng-hide {
  opacity: 0;
}

@keyframes wave-animation {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}

/*.product-block {
    margin-bottom: $font-size-base*3;

    .actions {
        display: table;
        width: 100%;

        .button {
            font-weight: $font-weight-semibold;
            padding: 20px;
            width: 100%;
        }

        .button,
        input {
            display: table-cell;
            height: 60px;
        }

        input {
            border: none;
            border-left: 15px solid $color-green;
            margin: 0;
            padding: 0;
            text-align: center;
            width: 80px;

            &::-webkit-inner-spin-button,
            &::-webkit-outer-spin-button {
                display: none;
            }
        }
    }

    .discount {
        font-size: $font-size-base*1.25;

        @media (min-width: $breakpoint) {
            font-size: $font-size-base*1.75;
        }
    }

    img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .image-container {
        border: 2px solid $color-border;

        img {
            margin: 0 auto;
        }
    }

    .price {
        font-size: $font-size-base*2;
        font-weight: bold;
        margin: 0;

        @media (min-width: $breakpoint) {
            font-size: $font-size-base*2.75;
        }
    }

    .price-container {
        margin: 30px 0;
        padding-right: 85px;
        position: relative;

        @media (min-width: $breakpoint) {
            padding-left: 25px;
            padding-right: 110px;
        }
    }

    .sign {
        position: absolute;
        right: 0;
        top: 0;

        @media (min-width: $breakpoint) {
            right: 25px;
        }
    }
}*/
/*  Dev. font */
@font-face {
  font-family: 'myriad-pro';
  src: url("assets/fonts/MYRIADPROREGULAR.eot"), url("assets/fonts/MYRIADPROREGULAR.woff") format("woff"), url("assets/fonts/MYRIADPROREGULAR.ttf") format("truetype");
}

* {
  font-family: myriad-pro, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.dgrey {
  color: #333;
}

.bold {
  font-weight: 700;
}

/* Clear fixes */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/*  Grid and wrappers for products */
#product_wrap {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 25px;
  clear: both;
  border-top: 1px solid #dee2e4;
  background-color: #f4f6fa;
}

.product_container {
  width: 100%;
  padding: 12.5px 47px 12.5px 30px;
  float: left;
}

.product_grid_50 {
  width: 50%;
  float: left;
  padding: 0 20px 0 20px;
  height: 100%;
}

#product_image_wrap {
  width: 80%;
  min-height: 500px;
  float: left;
  height: 100%;
  padding: 50px;
  background: #ffffff;
}

#product_thumbnail_wrap {
  width: 20%;
  float: left;
  min-height: 500px;
  padding: 0 0 0 25px;
}

.product_grid_100 {
  width: 100%;
  min-height: 500px;
  float: left;
  padding: 0 20px 0 20px;
  height: 100%;
}

.product_content {
  width: 100%;
  background-color: #fff;
  height: 100%;
  float: left;
}

.product_content .price {
  display: block;
  width: 100%;
  padding-top: 100px;
  margin: auto;
  font-weight: 600;
  font-size: 52px;
  line-height: 52px;
  text-align: center;
}

.product_content .price.brutto {
  padding-top: 7px;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
}

.product_headline {
  width: auto;
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 28px;
  margin-top: 35px;
}

/* Product img and thumbnails */
#imgProduct {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 400px;
}

.thumbnails_li img {
  display: block;
  margin: auto;
  float: none;
  height: auto;
  max-width: 87px;
  width: 100%;
}

.thumbnails_li {
  list-style-type: none;
  width: 100%;
  margin: 10px auto;
  cursor: pointer;
  display: block;
  float: left;
  overflow: hidden;
  max-height: 100px;
}

/* In case of more than 4 thumbnails, excess will be hidden (only first 4 visible) */
.thumbnails_li:nth-child(n+5) {
  display: none;
}

.thumbnails {
  padding: 5px;
  min-height: 500px;
  margin: 0;
}

/* Product price */
#product_pricing > .product_content {
  min-height: 500px;
  padding-bottom: 50px;
}

.campaignbadge {
  width: 60px;
  height: 70px;
  background-color: #9C0900;
  position: absolute;
}

.product_description {
  width: 380px;
  margin: 40px auto 50px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  max-width: 100%;
  padding: 0 10px;
}

.interaction_wrap {
  width: 376px;
  height: 70px;
  margin: auto;
  text-align: center;
}

.interaction_wrap .amountfield {
  width: 20%;
  height: 100%;
  padding-left: 0px;
  padding-top: 0px;
  float: left;
  line-height: 70px;
  margin-bottom: auto;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.interaction_wrap .amountfield input {
  margin-bottom: 0;
  padding: 11px 6px;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
}

.interaction_wrap .amountfield input, .interaction_wrap .amountfield input:focus {
  border: none;
}

.interaction_wrap .amountfield input::-webkit-inner-spin-button, .interaction_wrap .amountfield input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.product_availability_green {
  border-left: 6px solid #B6CC96;
}

.product_availability_red {
  border-left: 6px solid #C42E00;
}

.product_availability_yellow {
  border-left: 6px solid #D3CB00;
}

.product_availability_unavailable {
  border-left: 6px solid #C42E00;
}

.basketfield {
  width: 40%;
  height: 100%;
  float: left;
  padding-top: 0px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}

.subtract {
  background-color: #5c7e93;
}

.add {
  background-color: #a0bacc;
}

/* Tech details and additional info */
.product_content_heading {
  width: 100%;
  height: 35px;
  padding: 7px 0 10px 30px;
  border-bottom: 1px solid #dee2e4;
}

.product_content_heading h2 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #333;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}

/* Additional */
.additional_content {
  height: 100%;
  padding: 18px 20px 20px 20px;
}

.additional_image {
  max-width: 100%;
  vertical-align: middle;
}

/* Included products */
.divTableRow:nth-child(odd) {
  background-color: #fff;
}

.divTableRow:nth-child(even) {
  background-color: #f9f9f9;
}

.product_content_heading.included {
  border-top: 3px solid #D7000F;
  height: 38px;
  background: #fff;
}

/* Dynamic and fixed width */
.divTableCell_img {
  width: 70px;
  float: left;
}

.divTableCell_data {
  margin: 0 260px 0 70px;
  overflow: hidden;
}

.divTableCell_interaction {
  width: 260px;
  float: right;
}

.divTableCell_interaction .divTableAmountfield {
  width: 29%;
  height: 100%;
  padding-left: 0px;
  padding-top: 10px;
  float: left;
  margin-bottom: auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.divTableCell_interaction .divTableAmountfield input {
  margin-bottom: 0;
  padding: 11px 6px;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
}

.divTableCell_interaction .divTableAmountfield input, .divTableCell_interaction .divTableAmountfield input:focus {
  border: none;
}

.divTableCell_interaction .divTableAmountfield input::-webkit-inner-spin-button, .divTableCell_interaction .divTableAmountfield input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

/* Dynaimc width on data not price */
.divTablePrice {
  width: 150px;
  padding-right: 25px;
  float: right;
  text-align: right;
}

.divTableDataCells {
  margin: 0 240px 0 0;
}

.divTableData {
  width: 100%;
  float: left;
  height: 100%;
  padding-left: 10px;
  text-align: left;
}

.divTable {
  width: 100%;
  height: 100%;
  padding: 18px 20px 20px 20px;
}

.divTableHeader .divTableFont {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 7px;
  height: 100%;
}

.divTableFont {
  height: 70px;
  margin-right: 0px;
  font-size: 15px;
  line-height: 15px;
}

.divTableFont.ean {
  display: none;
}

.divTableFont > p {
  line-height: 1;
  margin: 0;
  padding: 0;
  /* text-align: center; */
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.divTablePrice > p {
  font-weight: 700;
}

.divTableRow {
  border-bottom: 1px solid #dee2e4;
  overflow: hidden;
}

.divTableBody:nth-last-child(1) {
  border-bottom: none;
}

.divTableCampaignbadge {
  width: 17%;
  height: 100%;
  float: left;
  background-color: #9C0900;
}

.divTableCell_img img {
  max-width: 100%;
  max-height: 113px;
  display: block;
}

.divTableBody > .divTableCell.divTableCell_interaction {
  height: 57px;
}

.divTableBody .divTableCell_data.upper {
  display: block;
}

.divTableBody .divTableCell_data.lower {
  display: none;
}

.divTableBasketfield {
  width: 27%;
  height: 100%;
  float: left;
  padding-top: 20px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.divTablePrice_small {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  display: block;
}

/* Responsive  */
@media (max-width: 1099px) {
  .product_grid_50 {
    width: 100%;
  }
  .product_grid_50:nth-child(1) {
    margin-bottom: 25px;
  }
  .product_container {
    padding: 12.5px 27px 12.5px 10px;
  }
  .product_headline {
    margin: 0 0 15px 15px;
  }
  .thumbnails_li {
    padding: 0px 20px;
  }
  #product_pricing > .product_content {
    min-height: 400px;
  }
  .price {
    padding-top: 50px;
  }
  .technical_details_cell {
    width: 100%;
  }
  /* */
  .product_content_heading.included {
    border-top: 1px solid #D7000F;
    height: 36px;
  }
  .divTable {
    padding: 0px;
  }
  .divTableRow:nth-child(1) {
    display: none;
  }
  .divTableCell_interaction {
    width: 100%;
  }
  .divTableCell_data {
    margin: 0px;
    width: 74%;
  }
  .divTableCell_img {
    width: 26%;
    float: left;
    min-height: 90px;
  }
  .divTableBody > .divTableCell {
    height: auto;
  }
  .divTableFont {
    height: auto;
  }
  .divTableData {
    float: none;
  }
  .divTableDataCells {
    margin: 1em 0 0 0;
  }
  .divTableFont > p {
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: left;
    transform: none;
    font-size: 14px;
    margin: 0.75em 0;
  }
  .divTableData:nth-child(1) > p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .divTableFont.headline > h2 {
    line-height: 1;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
  }
  .divTableCell_data {
    height: auto;
    margin-left: 26%;
  }
  .divTableData {
    width: auto;
    padding-left: 5px;
  }
  .divTableData:nth-child(even) {
    clear: left;
  }
  .divTablePrice {
    width: auto;
    padding-right: 0;
    float: none;
    text-align: left;
    clear: both;
    padding-left: 5px;
  }
  .divTablePrice > p {
    font-size: 18px;
  }
  .divTablePrice_small {
    font-size: 15px;
    padding-left: 10px;
    display: inline;
  }
  .included_products {
    background-color: transparent;
  }
  .divTableBody:nth-child(n+3) {
    margin-top: 10px;
  }
  .divTableRow:nth-child(even) {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  /*  */
  .product_grid_50:nth-child(1) {
    margin-bottom: 12.5px;
  }
  .divTableData:nth-child(1) > p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .divTableFont.headline > p {
    line-height: 1;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
  }
  .divTablePrice_small {
    font-size: 12px;
    line-height: 15px;
    display: inline;
  }
  /*product image/thumbs response*/
  #product_thumbnail_wrap {
    width: 100%;
    float: left;
    min-height: 80px;
    padding: 0;
    margin-top: 12.5px;
  }
  .thumbnails {
    min-height: 80px;
  }
  .thumbnails_li img {
    width: 100%;
    max-height: 150px;
  }
  .thumbnails_li {
    padding: 0px 10px;
    width: auto;
    max-width: 25%;
  }
  #product_image_wrap {
    width: 100%;
    min-height: 100px;
    float: left;
    height: 100%;
    padding: 50px;
    background: #ffffff;
  }
}

@media (max-width: 479px) {
  .product_container {
    padding: 12.5px 10px 12.5px 10px;
  }
  .product_grid_100 {
    padding: 0px;
  }
  .product_grid_50 {
    padding: 0px;
  }
  #product_image_wrap {
    padding: 10px;
  }
  .price {
    padding-top: 100px;
  }
  .interaction_wrap {
    width: 216px;
    height: 60px;
  }
  .amountfield {
    width: 34%;
    line-height: 60px;
  }
  .basketfield {
    width: 33%;
    line-height: 60px;
  }
}

@media (max-width: 1140px) and (min-width: 1099px) {
  /* handling narrow space in tables before main response hits */
  .technical_details_item {
    padding: 0 5px;
  }
  .technical_details_cell {
    padding-right: 5px;
    padding-left: 5px;
  }
  .divTablePrice {
    width: 130px;
    padding-right: 30px;
  }
  .divTableData {
    padding-left: 5px;
  }
}

/* CSS FOR PRODUCT WITH BUNDLE */
.divTableCampaignbadge.ppwb {
  float: right;
}

@media (max-width: 1099px) {
  .divTableCell_interaction.ppwb {
    display: none;
  }
  .divTableCell_data.ppwb {
    padding-bottom: 10px;
  }
}

/* CSS FOR PRODUCT PAGE OEM */
.additional_info.ppo {
  min-height: 500px;
}

.additional_image.ppo {
  max-height: 430px;
}

.technical_info.ppo {
  width: 100%;
}

.divTableCell.ppo {
  margin: 0 0 0 70px;
}

@media (max-width: 1099px) {
  .divTableDataCells.ppo {
    margin: 20px 0 0 0;
  }
  .technical_info.ppo {
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .divTableFont.headline {
    display: none;
  }
  .divTableFont.ean {
    display: block;
  }
  .divTableData {
    width: 50%;
  }
  .divTableBody > .divTableCell.divTableCell_interaction {
    height: 70px;
  }
  .divTableCell_interaction .divTableAmountfield {
    padding-top: 15px;
  }
  .divTableCell_interaction .divTableBasketfield {
    padding-top: 25px;
  }
  .divTableBody .divTableCell_data.upper {
    display: none;
  }
  .divTableBody .divTableCell_data.lower {
    display: block;
  }
  .divTableData.ean {
    width: 90px;
  }
  .divTableBody .divTableCell_img img {
    max-height: 70px;
  }
}

@media (max-width: 1140px) and (min-width: 1099px) {
  .technical_table.ppo .technical_details_item {
    padding: 0 20px;
  }
  .technical_table.ppo .technical_details_cell {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.product_container .included_products .long-header {
  display: none;
}

@media (min-width: 1550px) {
  .product_container .included_products .long-header {
    display: block;
  }
  .product_container .included_products .short-header {
    display: none;
  }
}

.profile form,
.profile input {
  display: block;
  width: 100%;
}

.profile input:not(.button) {
  font-size: 17.25px;
}

.profile input[type="password"], .profile input[type="text"] {
  background-color: #FFFFFF;
}

.profile input[type="submit"] {
  margin-bottom: 15px;
}

.profile input, .profile input:focus {
  border: none;
}

.profile .login {
  padding: 15px 20px;
}

.profile .login li {
  padding: 0 0 7.5px;
}

.result-header {
  background-color: #FFFFFF;
  border-top: 3px solid #D7000F;
  border-bottom: 1px solid #DEE2E4;
  position: relative;
}

.result-header h2,
.result-header h2 span {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 15px 30px;
  text-transform: uppercase;
}

.results-container {
  background-color: #FFFFFF;
  padding: 30px 30px 60px 30px;
}

@media (max-width: 1000px) {
  .results-container {
    padding: 1em;
    background-color: transparent;
  }
}

.ribbon {
  margin: 0 0;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .ribbon.accordion > [class*='column-'] {
    padding: 0 40px;
  }
}

.ribbon.accordion .accordion-content {
  display: none;
  overflow: hidden;
  padding: 0 25px 20px;
}

@media (min-width: 1000px) {
  .ribbon.accordion .accordion-content {
    padding: 0 40px 20px;
  }
}

.ribbon.accordion .accordion-content [class*='column-'] {
  margin: 0;
  padding: 0 10px;
}

.ribbon.accordion .accordion-content [class*='column-']:not(:last-child) .text {
  padding-bottom: 7.5px;
}

.ribbon.accordion .accordion-content .ribbon.text .grid-container [class*="column-"]:first-child {
  padding-left: 0;
}

.ribbon.accordion .accordion-content .ribbon.text .grid-container [class*="column-"]:last-child {
  padding-right: 0;
}

.ribbon.accordion .accordion-headline {
  transition: background-color 300ms ease;
  cursor: pointer;
  margin: 0;
  padding: 10px 25px;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .ribbon.accordion .accordion-headline {
    padding: 10px 40px;
  }
}

.ribbon.accordion .accordion-headline.active .icon:before {
  content: '\F106';
}

.ribbon.accordion .accordion-headline .icon {
  height: 100%;
  position: absolute;
  right: 25px;
  top: 0;
  width: 15px;
}

@media (min-width: 1000px) {
  .ribbon.accordion .accordion-headline .icon {
    right: 40px;
  }
}

.ribbon.accordion .accordion-headline .icon:before {
  transform: translateY(-50%);
  content: '\F107';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
}

.ribbon.accordion li.black .accordion-headline {
  background-color: #000000;
  color: #FFFFFF;
}

.ribbon.accordion li.black .accordion-headline.active, .ribbon.accordion li.black .accordion-headline:hover {
  background-color: #262626;
}

.ribbon.accordion li.blue .accordion-headline {
  background-color: #254B90;
  color: #FFFFFF;
}

.ribbon.accordion li.blue .accordion-headline.active, .ribbon.accordion li.blue .accordion-headline:hover {
  background-color: #4666a1;
}

.ribbon.accordion li.green .accordion-headline {
  background-color: #D7000F;
  color: #000000;
}

.ribbon.accordion li.green .accordion-headline.active, .ribbon.accordion li.green .accordion-headline:hover {
  background-color: #dd2633;
}

.ribbon.accordion li.orange .accordion-headline {
  background-color: #D67C1C;
  color: #FFFFFF;
}

.ribbon.accordion li.orange .accordion-headline.active, .ribbon.accordion li.orange .accordion-headline:hover {
  background-color: #dc903e;
}

.ribbon.contact {
  padding: 0 15px;
}

@media (min-width: 1000px) {
  .ribbon.contact {
    padding: 0 30px 15px;
  }
}

.ribbon.contact .button-container {
  margin-top: 7.5px;
}

.ribbon.contact .button-container,
.ribbon.contact .dropdown,
.ribbon.contact input:not([type="submit"]):not([type="reset"]),
.ribbon.contact textarea {
  max-width: 450px;
  width: 100%;
}

.ribbon.contact [class*='icheckbox_'],
.ribbon.contact .dropdown {
  margin: 3.75px 0 11.25px;
}

.ribbon.contact .dropdown:last-of-type {
  margin-bottom: 22.5px;
}

.ribbon.contact .form-introduction {
  margin-bottom: 7.5px;
  margin-top: 0;
}

.ribbon.contact input.button {
  border: none;
}

.ribbon.contact input[type="submit"] {
  float: left;
}

.ribbon.contact input[type="reset"] {
  float: right;
}

.ribbon.contact input:not([type="submit"]):not([type="reset"]),
.ribbon.contact label {
  display: block;
}

.ribbon.contact .inputs {
  margin-top: 15px;
}

.ribbon.contact label {
  padding-top: 7.5px;
}

.ribbon.contact textarea {
  background-color: #fbfbfb;
  border: 1px solid #d3d7d9;
  margin-top: 15px;
}

@media (min-width: 1000px) {
  .ribbon.contact textarea {
    margin-top: 36px;
    /* Align it with input/select below a label in new 3-column layout */
    min-height: 306px;
    /* Same as above */
  }
}

.ribbon.contact textarea[disabled] {
  background-color: #d9d9d9;
  border: 1px solid #b7babc;
}

.ribbon.contact textarea[disabled]:hover {
  cursor: not-allowed;
}

.ribbon.contact textarea.error, .ribbon.contact textarea.error:focus {
  border-color: #636363;
}

.ribbon.contact textarea:focus {
  border-color: #cc000e;
}

.ribbon.contact .text-container {
  font-size: 15px;
}

.ribbon.contact .text-container h1:first-child,
.ribbon.contact .text-container h2:first-child,
.ribbon.contact .text-container h3:first-child {
  margin-top: 0;
}

@media (min-width: 1000px) {
  .ribbon.gallery > [class*='column-'] {
    padding: 0 40px;
  }
}

.ribbon.gallery a {
  position: relative;
}

.ribbon.gallery h1 {
  margin-bottom: 20px;
  padding: 0 15px;
}

@media (min-width: 1000px) {
  .ribbon.gallery h1 {
    padding: 0 30px;
  }
}

.ribbon.gallery h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  z-index: 91;
}

.ribbon.gallery .image {
  position: relative;
}

.ribbon.gallery .image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.ribbon.gallery .images {
  overflow: hidden;
  padding: 0 15px;
}

@media (min-width: 1000px) {
  .ribbon.gallery .images {
    padding: 0 20px;
  }
  .ribbon.gallery .images.col-3 li {
    width: calc(100% / 3);
  }
  .ribbon.gallery .images.col-4 li {
    width: calc(100% / 4);
  }
  .ribbon.gallery .images.col-5 li {
    width: calc(100% / 5);
  }
}

.ribbon.gallery .image-container {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 500px) and (max-width: 1000px) {
  .ribbon.gallery .image-container {
    width: 50%;
  }
  .ribbon.gallery .image-container:nth-child(2n+1) {
    padding-right: 10px;
  }
  .ribbon.gallery .image-container:nth-child(2n+2) {
    padding-left: 10px;
  }
}

@media (min-width: 1000px) {
  .ribbon.gallery .image-container {
    padding: 0 10px;
  }
}

.ribbon.gallery .image-container.black .cover {
  background-color: #000000;
}

.ribbon.gallery .image-container.black h2 {
  color: #FFFFFF;
}

.ribbon.gallery .image-container.blue .cover {
  background-color: #254B90;
}

.ribbon.gallery .image-container.blue h2 {
  color: #FFFFFF;
}

.ribbon.gallery .image-container.green .cover {
  background-color: #D7000F;
}

.ribbon.gallery .image-container.green h2 {
  color: #000000;
}

.ribbon.gallery .image-container.orange .cover {
  background-color: #D67C1C;
}

.ribbon.gallery .image-container.orange h2 {
  color: #FFFFFF;
}

.ribbon.gallery .image-container .cover {
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}

.ribbon.gallery .image-container .cover-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.ribbon.gallery .rtf h2 {
  padding: 0;
}

.ribbon.gallery .text {
  line-height: 1.45;
  background-color: #D9D9D9;
  padding: 10px;
}

.ribbon.gallery .text ul.icons li {
  display: list-item;
  width: 100%;
}

.ribbon.gallery .text ul.no-bullets {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 15px;
}

.ribbon.gallery .text ul.no-bullets li {
  padding-top: 3px;
  padding-left: 0px;
  margin: 0;
  width: 100%;
}

.ribbon.gallery .text ul.no-bullets-borders {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 15px;
}

.ribbon.gallery .text ul.no-bullets-borders li {
  border-color: #DEE2E4;
  border-style: solid;
  border-width: 1px 0 0 0;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 0px;
  margin: 0;
  width: 100%;
}

.ribbon.gallery .text ul.no-bullets-borders li:last-child {
  border-bottom-width: 1px;
}

.ribbon.image {
  transition: opacity 300ms ease;
  margin-bottom: 0;
}

.ribbon.image.slider {
  overflow: visible;
}

.ribbon.image:not(.slick-initialized) {
  opacity: 0;
}

.ribbon.image,
.ribbon.image .slick-list,
.ribbon.image .slick-track {
  height: auto;
}

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

.ribbon.image .slick-slide {
  position: relative;
}

.ribbon.image .slick-slide.full-bottom .text-container {
  padding: 10px 20px 15px;
  width: 100%;
}

@media (min-width: 1000px) {
  .ribbon.image .slick-slide.full-bottom .text-container {
    bottom: 0;
    padding-left: 50px;
  }
}

.ribbon.image .slick-slide.small.bottom .cover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (min-width: 1000px) {
  .ribbon.image .slick-slide.small.bottom .text-container {
    bottom: 0;
  }
}

@media (min-width: 1000px) {
  .ribbon.image .slick-slide.small.left .text-container {
    left: 10%;
  }
}

@media (min-width: 1000px) {
  .ribbon.image .slick-slide.small.right .text-container {
    right: 10%;
  }
}

.ribbon.image .slick-slide.small.top .cover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (min-width: 1000px) {
  .ribbon.image .slick-slide.small.top .text-container {
    top: 0;
  }
}

.ribbon.image .slick-slide.small .text-container {
  padding: 10px 20px 15px;
}

@media (min-width: 1000px) {
  .ribbon.image .slick-slide.small .text-container {
    max-width: 50%;
  }
}

.ribbon.image .text-container {
  cursor: auto;
  position: relative;
}

@media (min-width: 1000px) {
  .ribbon.image .text-container {
    position: absolute;
  }
}

.ribbon.image .text-container.black {
  color: #FFFFFF;
}

.ribbon.image .text-container.black .cover {
  background-color: #000000;
}

.ribbon.image .text-container.blue {
  color: #FFFFFF;
}

.ribbon.image .text-container.blue .cover {
  background-color: #254B90;
}

.ribbon.image .text-container.green {
  color: #000000;
}

.ribbon.image .text-container.green .cover {
  background-color: #D7000F;
}

.ribbon.image .text-container.orange {
  color: #FFFFFF;
}

.ribbon.image .text-container.orange .cover {
  background-color: #D67C1C;
}

.ribbon.image .text-container .cover {
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}

.ribbon.image .text-container h1 {
  margin-top: 0;
}

.ribbon.image .text-container h1,
.ribbon.image .text-container h2,
.ribbon.image .text-container h3,
.ribbon.image .text-container h4,
.ribbon.image .text-container h5,
.ribbon.image .text-container h6 {
  color: inherit;
}

.ribbon.image .text-container p:last-child {
  margin-bottom: 0;
}

.ribbon.image .text-container .text {
  position: relative;
  z-index: 91;
}

.ribbon.image .slick-next,
.ribbon.image .slick-prev {
  display: none;
}

.ribbon.link a {
  display: block;
  font-size: 18px;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 1000px) {
  .ribbon.link a {
    font-size: 42px;
    padding-left: 40px;
    padding-right: 200px;
  }
}

.ribbon.link a.black {
  background-color: #000000;
  color: #FFFFFF;
}

.ribbon.link a.blue {
  background-color: #254B90;
  color: #FFFFFF;
}

.ribbon.link a.green {
  background-color: #D7000F;
  color: #000000;
}

.ribbon.link a.orange {
  background-color: #D67C1C;
  color: #FFFFFF;
}

@media (min-width: 1000px) {
  .ribbon.link .starco-tirepattern {
    display: block;
    font-size: 74px;
    height: 100%;
    position: absolute;
    right: 50px;
    top: 0;
  }
  .ribbon.link .starco-tirepattern:before {
    font-size: inherit;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1000px) {
  .ribbon.text .grid-container {
    display: -ms-flexbox;
    display: flex;
  }
}

.ribbon.text .grid-container [class*="column-"] {
  margin: 0;
  padding: 0 25px;
}

@media (min-width: 1000px) {
  .ribbon.text .grid-container [class*="column-"] {
    padding: 0 40px;
  }
}

.ribbon.text .play-button {
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50px;
}

.ribbon.text .play-button:before {
  transform: translateX(-50%) translateY(-50%);
  color: #D7000F;
  content: '\F04B';
  font-family: FontAwesome;
  font-size: 22px;
  left: 55%;
  position: absolute;
  top: 50%;
}

.ribbon.text .popup-video {
  display: block;
  height: 100%;
  margin-left: -25px;
  position: relative;
  width: calc(100% + 50px);
}

@media (max-width: 999px) {
  .ribbon.text .popup-video {
    /* Example usage: @include ratio(16, 9); */
    height: 0;
    min-width: 100%;
    padding-bottom: 56.25%;
  }
}

@media (min-width: 1000px) {
  .ribbon.text .popup-video {
    margin-left: -40px;
    width: calc(100% + 80px);
  }
}

.ribbon.text .text {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.45;
  padding: 20px 0;
}

@media (min-width: 1000px) {
  .ribbon.text .text {
    line-height: 1.5225;
  }
}

.ribbon.text .text h1 img,
.ribbon.text .text h2 img,
.ribbon.text .text h3 img,
.ribbon.text .text h4 img,
.ribbon.text .text h5 img,
.ribbon.text .text h6 img {
  vertical-align: baseline;
}

.ribbon.text .text h1 span,
.ribbon.text .text h2 span,
.ribbon.text .text h3 span,
.ribbon.text .text h4 span,
.ribbon.text .text h5 span,
.ribbon.text .text h6 span {
  font-size: inherit;
  margin: inherit;
}

.ribbon.text .text > h1:first-child,
.ribbon.text .text > h2:first-child,
.ribbon.text .text > h3:first-child {
  margin-top: 0;
}

.ribbon.text .text div,
.ribbon.text .text p,
.ribbon.text .text span {
  font-size: 15px;
  margin-bottom: 15px;
}

.ribbon.text .text img {
  max-width: 100%;
  vertical-align: top;
}

.ribbon.text .text p:first-child {
  margin-top: 0;
}

.ribbon.text .text ul.borders li {
  border-color: #DEE2E4;
  border-style: solid;
  border-width: 1px 0 0 0;
  padding-bottom: 3px;
}

.ribbon.text .text ul.borders li:last-child {
  border-bottom-width: 1px;
}

.ribbon.text .text ul.no-bullets {
  list-style-type: none;
  padding-left: 1.25em;
}

.ribbon.text .text ul.no-bullets-borders {
  list-style-type: none;
  padding-left: 1.25em;
}

.ribbon.text .text ul.no-bullets-borders li {
  border-color: #DEE2E4;
  border-style: solid;
  border-width: 1px 0 0 0;
  padding-bottom: 3px;
}

.ribbon.text .text ul.no-bullets-borders li:last-child {
  border-bottom-width: 1px;
}

.ribbon.video .video-container {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  position: relative;
}

.ribbon.video .video-container embed,
.ribbon.video .video-container iframe,
.ribbon.video .video-container object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ribbon.video-roll {
  margin-bottom: 20px;
  padding: 0 15px;
}

@media (min-width: 1000px) {
  .ribbon.video-roll {
    padding: 0 30px;
  }
}

@media (min-width: 1000px) {
  .ribbon.video-roll > [class*='column-'] {
    padding: 0 27.5px;
  }
}

.ribbon.video-roll .button.go-to {
  background-color: #D9D9D9;
  color: #000000;
}

.ribbon.video-roll .button.go-to:hover {
  background-color: #cecece;
}

.ribbon.video-roll .cover-image {
  display: block;
  height: 200px;
  position: relative;
}

.ribbon.video-roll h2 {
  margin-bottom: 20px;
}

.ribbon.video-roll h3 {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  z-index: 91;
}

@media (min-width: 1000px) {
  .ribbon.video-roll h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

.ribbon.video-roll li {
  padding: 0 10px;
}

.ribbon.video-roll li.black .cover {
  background-color: #000000;
}

.ribbon.video-roll li.black h1,
.ribbon.video-roll li.black h2,
.ribbon.video-roll li.black h3,
.ribbon.video-roll li.black h4,
.ribbon.video-roll li.black h5,
.ribbon.video-roll li.black h6 {
  color: #FFFFFF;
}

.ribbon.video-roll li.blue .cover {
  background-color: #254B90;
}

.ribbon.video-roll li.blue h1,
.ribbon.video-roll li.blue h2,
.ribbon.video-roll li.blue h3,
.ribbon.video-roll li.blue h4,
.ribbon.video-roll li.blue h5,
.ribbon.video-roll li.blue h6 {
  color: #FFFFFF;
}

.ribbon.video-roll li.green .cover {
  background-color: #D7000F;
}

.ribbon.video-roll li.green h1,
.ribbon.video-roll li.green h2,
.ribbon.video-roll li.green h3,
.ribbon.video-roll li.green h4,
.ribbon.video-roll li.green h5,
.ribbon.video-roll li.green h6 {
  color: #000000;
}

.ribbon.video-roll li.orange .cover {
  background-color: #D67C1C;
}

.ribbon.video-roll li.orange h1,
.ribbon.video-roll li.orange h2,
.ribbon.video-roll li.orange h3,
.ribbon.video-roll li.orange h4,
.ribbon.video-roll li.orange h5,
.ribbon.video-roll li.orange h6 {
  color: #FFFFFF;
}

.ribbon.video-roll li .cover {
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}

.ribbon.video-roll li .cover-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.ribbon.video-roll .play-button {
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 40%;
  width: 50px;
}

.ribbon.video-roll .play-button:before {
  transform: translateX(-50%) translateY(-50%);
  color: #D7000F;
  content: '\F04B';
  font-family: FontAwesome;
  font-size: 22px;
  left: 55%;
  position: absolute;
  top: 50%;
}

.ribbon.video-roll .slick-next {
  margin-right: -5px;
}

.ribbon.video-roll .slick-next,
.ribbon.video-roll .slick-prev {
  height: 25px;
  width: auto;
}

.ribbon.video-roll .slick-prev {
  margin-left: -3px;
}

.ribbon.video-roll .slider,
.ribbon.video-roll .slider .slick-list,
.ribbon.video-roll .slider .slick-track {
  height: auto;
}

@media (min-width: 1000px) {
  .ribbon.video-roll .slider {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.ribbon.video-roll .text {
  background-color: #D9D9D9;
  padding: 10px;
}

.ribbon.download {
  overflow: visible;
}

.ribbon.download .download-type {
  margin: 1em 0;
}

.ribbon.download .download-type-title {
  font-size: 0.9em;
  text-transform: uppercase;
  padding-left: 1em;
}

.ribbon.download .download-cat {
  margin: 0 0 2em 0;
}

.ribbon.download .download-item {
  width: 100%;
  max-width: 25%;
  float: left;
  padding: 0 1em;
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (max-width: 1500px) {
  .ribbon.download .download-item {
    max-width: 33.33333%;
  }
}

@media (max-width: 1000px) {
  .ribbon.download .download-item {
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  .ribbon.download .download-item {
    max-width: 100%;
    padding: 0;
  }
}

.ribbon.download .download-item-header {
  color: #FFFFFF;
  background-color: #5C7E93;
  margin: 0;
  padding: 0.1em 0.5em 0.2em 1em;
}

.ribbon.download .download-item-content {
  background-color: #F4F6FA;
  position: relative;
  float: left;
  width: 100%;
  padding: 0.75em;
}

.ribbon.download .download-item-right  {
  float: left;
  width: 50%;
}

@media (min-width: 1000px) {
  .ribbon.download .download-item-right  {
    padding-left: 1.5em;
  }
}

@media (max-width: 1500px) {
  .ribbon.download .download-item-right  {
    width: 66.66667%;
  }
}

.ribbon.download .download-item-text {
  margin-bottom: 45px;
  margin-right: 0.5em;
}

.ribbon.download .download-item-text p {
  margin: 0.5em 0;
}

@media (max-width: 1000px) {
  .ribbon.download .download-item-text p {
    font-size: 13px;
    line-height: 1.4em;
  }
}

.ribbon.download .download-item-img {
  float: left;
  width: 100%;
}

.ribbon.download .download-item-img-container {
  float: left;
  width: 50%;
}

@media (max-width: 1500px) {
  .ribbon.download .download-item-img-container {
    margin-right: 24px;
    width: 33.33333%;
  }
}

.ribbon.download .download-item-img-placeholder {
  font-size: 48px;
  text-align: center;
  margin-top: 30%;
  width: 50%;
}

@media (max-width: 1500px) {
  .ribbon.download .download-item-img-placeholder {
    width: 33.33333%;
  }
}

.ribbon.download .download-item-select {
  position: absolute;
  bottom: 0.75em;
  left: calc(50% + 1.5em);
  right: 0.75em;
}

@media (max-width: 1500px) {
  .ribbon.download .download-item-select {
    left: calc(33.33333% + 1.5em);
  }
}

.ribbon.download .download-item-select .chosen-container {
  width: 100% !important;
  color: #FFFFFF;
}

.ribbon.download .download-item-select .chosen-single {
  border-color: #D7000F !important;
  background-color: #D7000F;
  box-shadow: none !important;
}

.ribbon.download .download-item-select .chosen-drop {
  border-color: #D7000F;
  background-color: #D7000F;
}

.ribbon.download .download-item-select .chosen-results {
  color: #FFFFFF;
}

.ribbon.download .download-item-select .chosen-results li.highlighted {
  color: #000000;
  background-color: #F4F6FA;
}

.ribbon.download .download-more {
  width: 100%;
  float: left;
}

.ribbon.download .download-more .button {
  width: 100%;
  max-width: 25%;
}

@media (max-width: 1500px) {
  .ribbon.download .download-more .button {
    max-width: calc(33.33333% - 1em);
  }
}

@media (max-width: 1000px) {
  .ribbon.download .download-more .button {
    max-width: calc(50% - 1em);
  }
}

@media (max-width: 500px) {
  .ribbon.download .download-more .button {
    max-width: 100%;
  }
}

.ribbon.blogrib {
  margin-bottom: 2em;
}

.ribbon.blogrib .blogrib-item {
  position: relative;
  float: left;
  padding: 1em 1em;
  padding-left: 0;
  width: 100%;
  max-width: 25%;
}

@media (max-width: 1500px) {
  .ribbon.blogrib .blogrib-item {
    max-width: 33.33333%;
  }
}

@media (max-width: 1000px) {
  .ribbon.blogrib .blogrib-item {
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  .ribbon.blogrib .blogrib-item {
    max-width: 100%;
    padding: 0;
  }
}

.ribbon.blogrib .blogrib-back {
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: 0;
  right: 1em;
  z-index: -1;
  background-color: #F4F6FA;
}

@media (max-width: 500px) {
  .ribbon.blogrib .blogrib-back {
    right: 0;
  }
}

.ribbon.blogrib .blogrib-hero {
  float: left;
  width: 100%;
  position: relative;
  max-height: 350px;
  min-height: 21.5px;
  overflow: hidden;
}

.ribbon.blogrib .blogrib-img {
  display: block;
  width: 100%;
}

.ribbon.blogrib .blogrib-date {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(37, 75, 144, 0.8);
  color: #FFFFFF;
  padding-bottom: 0.1em;
  padding-left: 1em;
  font-weight: 700;
}

.ribbon.blogrib .blogrib-content {
  float: left;
  width: 100%;
  padding: 1em;
  padding-bottom: 1.5em;
}

.ribbon.blogrib .blogrib-title {
  font-size: 16px;
  line-height: 21px;
}

@media (min-width: 1000px) {
  .ribbon.blogrib .blogrib-title {
    font-size: 30px;
    line-height: 35px;
  }
}

.ribbon.blogrib .blogrib-more {
  width: 100%;
  float: left;
}

.ribbon.blogrib .blogrib-more .button {
  width: 100%;
  max-width: calc(25% - 1em);
}

@media (max-width: 1500px) {
  .ribbon.blogrib .blogrib-more .button {
    max-width: calc(33.33333% - 1em);
  }
}

@media (max-width: 1000px) {
  .ribbon.blogrib .blogrib-more .button {
    max-width: calc(50% - 1em);
  }
}

@media (max-width: 500px) {
  .ribbon.blogrib .blogrib-more .button {
    max-width: 100%;
  }
}

.rtf {
  margin: 15px 0;
}

.rtf:first-child {
  margin-top: 0;
}

.rtf img {
  display: inline;
  height: auto;
  max-width: 100%;
}

.rtf ul {
  padding-left: 1em;
}

.rtf ul.icons {
  list-style-type: none;
  margin: 15px 0 15px 20px;
  padding-left: 0;
}

.rtf ul.icons li {
  margin-bottom: 10px;
  padding-left: 1.4em;
  position: relative;
}

.rtf ul.icons li:before {
  color: inherit;
  content: "\25B6";
  font-family: "Segoe UI Symbol";
  font-size: 0.9em;
  left: 0;
  position: absolute;
  top: 0.1em;
}

main .rtf a[href]:not([class*="button"]) {
  color: #5C7E93;
}

.search .search-container {
  margin-bottom: 38px;
  padding: 0 20px;
  position: relative;
}

.search .search-container a {
  display: inline;
  color: #000000;
}

.search .search-container i {
  transform: translateY(-50%);
  position: absolute;
  right: 30px;
  top: 50%;
}

.search .search-container input {
  display: block;
  padding-right: 30px;
  width: 100%;
}

.search .search-container input, .search .search-container input:focus {
  border: none;
}

.search-page .search-filter {
  margin-top: 15px;
}

.search-page .search-filter .chosen {
  width: 100%;
}

.search-page .search-filter .chosen-container {
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .search-page .search-filter .chosen-container {
    margin-bottom: 0;
  }
}

.search-page .search-filter .filters {
  zoom: 1;
}

.search-page .search-filter .filters:before, .search-page .search-filter .filters:after {
  content: "";
  display: table;
}

.search-page .search-filter .filters:after {
  clear: both;
}

.search-page .search-filter .filters > li {
  padding: 0 10px;
}

@media (min-width: 1000px) {
  .search-page .search-filter .filters > li {
    display: inline-block;
    float: left;
    width: 20%;
  }
  .search-page .search-filter .filters > li:not(:last-child) {
    padding-right: 45px;
  }
}

.search-page .search-filter .filters.free-text-categories > li {
  width: 300px;
}

.search-page .search-filter label {
  display: block;
  font-weight: bold;
  padding-bottom: 3.75px;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .search-page .search-filter label {
    padding-left: 11.25px;
  }
}

.search-page .search-input .button {
  height: 47px;
  position: relative;
  min-width: 0;
}

.search-page .search-input input {
  font-size: 18px;
  margin: 0;
  padding: 11px;
  width: 100%;
}

.search-page .search-input input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  height: 47px;
  margin: 0;
  position: relative;
  z-index: 91;
}

.search-page .search-input input[type="submit"] + i {
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 90;
}

.search-page .search-input input[type="text"] {
  background-color: #FFFFFF;
  color: #000000;
}

@media (min-width: 1000px) {
  .search-page .search-input .input-container {
    min-width: 600px;
  }
}

.search-page .search-results {
  background-color: #F7F7F7;
  margin-top: 30px;
}

.search-page .search-results .grid-container {
  padding: 30px 0;
}

.search-page .search-results table {
  border: none;
  white-space: nowrap;
  width: 100%;
  /*.content {
            a {
                white-space: pre;
            }
        }*/
}

@media (max-width: 1000px) {
  .search-page .search-results table {
    display: none;
  }
}

.search-page .search-results table .add,
.search-page .search-results table .subtract {
  transition: background-color 300ms ease;
  cursor: pointer;
  height: 70px;
  vertical-align: middle;
  text-align: center;
}

.search-page .search-results table .add.disabled,
.search-page .search-results table .subtract.disabled {
  cursor: inherit;
}

.search-page .search-results table .add.disabled i,
.search-page .search-results table .subtract.disabled i {
  color: #DEE2E4;
}

.search-page .search-results table .add i,
.search-page .search-results table .subtract i {
  color: #FFFFFF;
  cursor: inherit;
}

.search-page .search-results table .add,
.search-page .search-results table .add-head,
.search-page .search-results table .amount,
.search-page .search-results table .amount-head,
.search-page .search-results table .image,
.search-page .search-results table .image-head,
.search-page .search-results table .remove,
.search-page .search-results table .remove-head,
.search-page .search-results table .subtract,
.search-page .search-results table .subtract-head {
  width: 70px;
}

.search-page .search-results table .add-head,
.search-page .search-results table .subtract-head {
  text-align: center;
}

.search-page .search-results table .add {
  background-color: #a0bacc;
}

.search-page .search-results table .add:hover {
  background-color: #90a7b8;
}

.search-page .search-results table .subtract {
  background-color: #5c7e93;
}

.search-page .search-results table .subtract:hover {
  background-color: #537184;
}

.search-page .search-results table .disabled,
.search-page .search-results table .disabled:hover {
  color: #DEE2E4;
  background-color: inherit;
}

.search-page .search-results table .amount {
  height: 70px;
  font-weight: bold;
  text-align: center;
}

.search-page .search-results table .image {
  padding: 0;
  text-align: center;
}

.search-page .search-results table .image img {
  display: block;
  height: 70px;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.search-page .search-results table .price-container {
  padding-right: 70px;
  position: relative;
  text-align: right;
  width: 190px;
}

.search-page .search-results table .price-container .discount {
  display: block;
  font-size: 12px;
}

.search-page .search-results table .price-container .price {
  font-weight: bold;
}

.search-page .search-results table .product-picture-placeholder {
  font-size: 24px;
}

.search-page .search-results table .sign {
  height: 45px;
  position: absolute;
  right: 10px;
  top: 0;
  width: auto;
}

.search-page .search-results table td {
  border-left: none;
  height: 70px;
}

.search-page .search-results table td .secondary-column {
  margin-top: 7px;
  font-size: 13px;
}

.search-page .search-results table th {
  border-left: none;
  text-transform: uppercase;
}

.search-page .search-results table th.price {
  padding-right: 70px;
  text-align: right;
}

.search-page .search-results table th .long-header {
  display: none;
}

@media (min-width: 1550px) {
  .search-page .search-results table th .long-header {
    display: block;
  }
}

@media (min-width: 1550px) {
  .search-page .search-results table th .short-header {
    display: none;
  }
}

.search-page .search-filter,
.search-page .search-input,
.search-page .search-results {
  padding: 0 15px;
}

@media (min-width: 1000px) {
  .search-page .search-filter,
  .search-page .search-input,
  .search-page .search-results {
    padding: 0 30px;
  }
}

.site-selector h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0 10px;
  text-align: center;
}

@media (min-width: 1000px) {
  .site-selector h1 {
    font-size: 40px;
  }
}

.site-selector h1,
.site-selector h2 {
  text-transform: none;
}

.site-selector h2 {
  font-size: 15px;
  margin: 0 0 20px;
  text-align: center;
}

@media (min-width: 1000px) {
  .site-selector h2 {
    margin-bottom: 40px;
  }
}

.site-selector .location {
  font-weight: bold;
}

.site-selector .button {
  padding: 15px;
}

.site-selector .abbreviation {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-selector .abbreviation + div {
  font-size: 14px;
}

.site-selector .continue {
  font-size: 12px;
  padding: 5px;
}

.site-selector .continue + div {
  font-size: 16px;
  padding: 0 5px 5px;
  text-transform: uppercase;
}

.site-selector .country {
  display: none;
}

@media (min-width: 1000px) {
  .site-selector .country {
    display: inline;
  }
}

.site-selector .shop-name {
  font-size: 16px;
  padding: 9px 0 10px;
  text-transform: uppercase;
}

@media (max-width: 999px) {
  .site-selector .buttons-container .row:last-child [class*="column-"] {
    margin: 0;
  }
  .site-selector .buttons-container .row:last-child .column-8 {
    padding: 0;
  }
}

.site-selector .buttons-container .row:last-child {
  margin-top: 12px;
}

@media (min-width: 1000px) {
  .site-selector .buttons-container .row:last-child {
    margin-top: 20px;
  }
}

.site-selector .buttons-container .row:last-child > [class*="column-"] {
  background-color: #E7E7E7;
}

@media (min-width: 1000px) {
  .site-selector .buttons-container .row:last-child > [class*="column-"] {
    padding-top: 10px;
  }
}

.site-selector .buttons-container .row:last-child > [class*="column-"]:first-child {
  padding-top: 10px;
}

.site-selector .buttons-container .row:last-child .button {
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .site-selector .buttons-container .row:last-child .column-4 {
    margin-left: 10px;
    width: calc((100% / (12/4)) - 6px);
  }
}

@media (min-width: 1000px) {
  .site-selector .buttons-container .row:last-child .column-8 {
    width: calc((100% / (12/8)) - 6px);
  }
}

.site-selector .buttons-container .row .column-12 {
  margin: 0;
}

.site-selector .dropdown-container {
  position: relative;
  z-index: 90;
}

.site-selector .dropdown-container + .button {
  padding: 6px 15px;
}

.site-selector .dropdown-container.active .button span:after,
.site-selector .dropdown-container.active .toggle span:after {
  content: "\F0D8";
}

.site-selector .dropdown-container.active .content {
  pointer-events: auto;
}

.site-selector .dropdown-container.no-language > span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.site-selector .dropdown-container.no-language .button {
  padding-bottom: 16px;
  padding-top: 17px;
}

.site-selector .dropdown-container .button,
.site-selector .dropdown-container .toggle {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}

.site-selector .dropdown-container .button span,
.site-selector .dropdown-container .toggle span {
  padding-right: 18px;
  position: relative;
}

.site-selector .dropdown-container .button span:after,
.site-selector .dropdown-container .toggle span:after {
  content: "\F0D7";
  font-family: FontAwesome;
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.site-selector .dropdown-container .content {
  background-color: #404040;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
}

.site-selector .dropdown-container .content.animate-show {
  opacity: 1;
}

.site-selector .dropdown-container .content.animate-show.ng-hide-add, .site-selector .dropdown-container .content.animate-show.ng-hide-remove {
  transition: all 300ms ease;
}

.site-selector .dropdown-container .content.animate-show.ng-hide {
  opacity: 0;
}

.site-selector .dropdown-container .content li {
  color: #FFFFFF;
  cursor: pointer;
  padding: 8px 16px;
}

.site-selector .dropdown-container .content li:first-child {
  padding-top: 16px;
}

.site-selector .dropdown-container .content li:last-child {
  padding-bottom: 16px;
}

.site-selector .dropdown-container .toggle {
  background-color: #000000;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  padding: 2px 5px;
}

.site-selector .remember-me {
  margin-top: 12px;
}

@media (min-width: 1000px) {
  .site-selector .remember-me {
    margin-top: 20px;
  }
}

.site-selector .remember-me .icheckbox {
  margin-right: 5px;
}

.site-selector .remember-me label {
  cursor: pointer;
}

.slider {
  margin-bottom: 38px;
  position: relative;
}

.slider ::-moz-selection {
  background: transparent;
}

.slider ::selection {
  background: transparent;
}

.slider,
.slider .slick-list,
.slider .slick-track {
  height: 300px;
}

.slider .cover-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.slider [dir='rtl'] .slick-slide {
  float: right;
}

.slider .slick-dots {
  bottom: -32px;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slider .slick-dots button {
  transition: background-color 300ms ease;
  background-color: #e7666f;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 25px;
  width: 25px;
}

.slider .slick-dots button:focus, .slider .slick-dots button:hover {
  outline: none;
}

.slider .slick-dots button:hover {
  background-color: #c2000e;
}

.slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.slider .slick-dots .slick-active button {
  background-color: #c2000e;
}

.slider .slick-initialized .slick-slide {
  display: block;
}

.slider .slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slider .slick-list:focus {
  outline: none;
}

.slider .slick-list.dragging {
  cursor: pointer;
  cursor: move;
}

.slider .slick-loading img {
  display: none;
}

.slider .slick-loading .slick-slide {
  visibility: hidden;
}

.slider .slick-loading .slick-track {
  visibility: hidden;
}

.slider .slick-prev {
  left: 0;
}

.slider .slick-prev,
.slider .slick-next {
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  top: 50%;
}

.slider .slick-next {
  right: 0;
}

.slider .slick-slide {
  cursor: move;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slider .slick-slide.dragging img {
  pointer-events: none;
}

.slider .slick-slide.slick-active {
  display: block;
}

.slider .slick-slide img {
  display: block;
}

.slider .slick-slider {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slider .slick-slider .slick-list,
.slider .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slider .slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slider .slick-track:after {
  clear: both;
}

.slider .slick-track:after, .slider .slick-track:before {
  display: table;
  content: '';
}

.slider .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.spots {
  margin: 25px 0;
}

.spots .button {
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  padding: 5px 25px;
  text-transform: none;
}

.spots .content {
  position: relative;
  z-index: 91;
}

.spots h1 {
  font-size: 22.5px;
  line-height: 1.8125;
  margin: 0 0 20px;
}

.spots h3 {
  font-size: 17.25px;
  margin: 0 0 10px;
}

.spots img {
  margin-bottom: 30px;
}

.spots .overlay {
  background-color: rgba(89, 168, 222, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90;
}

.spots .spot {
  background-color: #A0CDEC;
  color: #FFFFFF;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.spots .spot.image-cover h1 {
  padding-top: 30px;
}

table {
  border-collapse: collapse;
  font-size: 15px;
}

table td,
table th,
table tr {
  background-color: transparent;
}

table.custom-styling {
  border: 1px solid #DEE2E4;
}

table.custom-styling tbody tr {
  border-bottom: 1px solid #DEE2E4;
}

table.custom-styling tbody tr:first-child {
  border-top: 1px solid #DEE2E4;
}

table.custom-styling tbody tr:nth-child(odd) {
  background-color: #F9F9F9;
}

table.custom-styling tbody tr td .transaction-amount {
  width: 80px;
  text-align: right;
}

table.custom-styling td,
table.custom-styling th {
  border-left: 1px solid #DEE2E4;
  padding: 7px 5px;
}

table.custom-styling td:first-child,
table.custom-styling th:first-child {
  border-left: none;
}

table.custom-styling td.center,
table.custom-styling th.center {
  text-align: center;
}

table.custom-styling tfoot {
  font-weight: bold;
}

table.custom-styling thead {
  color: #000000;
  text-align: left;
}

table.desktop {
  display: none;
}

@media (min-width: 1000px) {
  table.desktop {
    display: table;
  }
}

table.desktop td:not(:last-child) {
  padding-right: 15px;
}

table.mobile {
  width: 100%;
}

@media (min-width: 1000px) {
  table.mobile {
    display: none;
  }
}

table.mobile tbody > tr > td {
  display: block;
  width: 100%;
}

table.mobile tbody > tr > td:last-child {
  border-bottom: 1px solid #DEE2E4;
  padding-bottom: 7.5px;
}

table.mobile tbody > tr:last-child > td:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

table.mobile tbody > tr:not(:first-child) > td:first-child {
  padding-top: 7.5px;
}

table.sortable th {
  cursor: pointer;
  position: relative;
}

table.sortable th:not(.not-sortable):after {
  content: '\F0D7';
  margin-top: 5px;
}

table.sortable th:not(.not-sortable):after, table.sortable th:not(.not-sortable):before {
  color: #000000;
  font-family: FontAwesome;
  font-size: 13.5px;
  position: absolute;
  right: 7px;
}

table.sortable th:not(.not-sortable):before {
  content: '\F0D8';
  margin-top: -1px;
}

table.sortable th:not(.not-sortable).headerSortDown:after {
  content: '\F0D7';
  margin-top: 3px;
}

table.sortable th:not(.not-sortable).headerSortDown:after, table.sortable th:not(.not-sortable).headerSortDown:before {
  color: #000000;
}

table.sortable th:not(.not-sortable).headerSortDown:before {
  content: '';
}

table.sortable th:not(.not-sortable).headerSortUp:after {
  content: '\F0D8';
  margin-top: 3px;
}

table.sortable th:not(.not-sortable).headerSortUp:after, table.sortable th:not(.not-sortable).headerSortUp:before {
  color: #000000;
}

table.sortable th:not(.not-sortable).headerSortUp:before {
  content: '';
}

table.sortable-angular th {
  position: relative;
}

table.sortable-angular th.sortable {
  cursor: pointer;
}

table.sortable-angular th.sortable.headerSortDown span:after {
  content: '\F0D7';
  margin-top: 3px;
}

table.sortable-angular th.sortable.headerSortDown span:after, table.sortable-angular th.sortable.headerSortDown span:before {
  color: #000000;
}

table.sortable-angular th.sortable.headerSortDown span:before {
  content: '';
}

table.sortable-angular th.sortable.headerSortUp span:after {
  content: '\F0D8';
  margin-top: 3px;
}

table.sortable-angular th.sortable.headerSortUp span:after, table.sortable-angular th.sortable.headerSortUp span:before {
  color: #000000;
}

table.sortable-angular th.sortable.headerSortUp span:before {
  content: '';
}

table.sortable-angular th.sortable span {
  margin-left: 7.5px;
  position: relative;
}

table.sortable-angular th.sortable span:after {
  content: '\F0D7';
  margin-top: 5px;
}

table.sortable-angular th.sortable span:after, table.sortable-angular th.sortable span:before {
  color: #000000;
  font-family: FontAwesome;
  font-size: 13.5px;
  position: absolute;
}

table.sortable-angular th.sortable span:before {
  content: '\F0D8';
  margin-top: -1px;
}

table.responsive .responsive-external-number {
  display: none;
}

@media (max-width: 1000px) {
  table.responsive {
    background-color: #FFFFFF;
  }
  table.responsive thead {
    display: none;
  }
  table.responsive .responsive-external-number {
    display: block;
    float: left;
    text-align: left;
    font-weight: 700;
    font-size: 1.25em;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
  }
  table.responsive tr {
    float: left;
    width: 100%;
    padding: 1em;
  }
  table.responsive tbody tr:first-child {
    border-top: 0;
  }
  table.responsive td {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 0 1.5em;
    margin: 0.1em 0;
    color: #000000;
  }
  table.responsive td .transaction-amount {
    width: 100% !important;
  }
  table.responsive td.ng-binding {
    min-height: auto;
  }
  table.responsive td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
  }
  table.responsive td.preview {
    min-height: auto;
    margin-top: 1em;
    margin-bottom: 0;
    padding: 0;
  }
  table.responsive td.preview.center {
    width: 100%;
  }
  table.responsive td.preview i {
    display: none;
  }
  table.responsive td.preview a {
    min-width: auto;
    display: block;
  }
  table.responsive td.preview a:before {
    /* @extend .button */
    transition: background-color 200ms ease;
    background-color: #a0bacc;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: myriad-pro, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    min-width: 135px;
    padding: 8px 40px;
    text-align: center;
    /* @extend .button.transparent */
    background-color: transparent;
    border: 1px solid #dcdde1;
    color: #000000;
    content: "Preview";
    font-weight: 700;
    display: block;
  }
}

.table-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.table-container table {
  table-layout: auto;
  white-space: nowrap;
  width: 100%;
}

.table-description {
  margin-bottom: 0;
}

th.tablesort-sortable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: pointer;
}

table .tablesort-sortable:after {
  content: "";
  float: right;
  margin-top: 7px;
  visibility: hidden;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #000;
}

table .tablesort-desc:after {
  border-top: 4px solid #000;
  border-bottom: none;
}

table .tablesort-asc, table .tablesort-desc {
  background-color: rgba(141, 192, 219, 0.25);
}

table .tablesort-sortable:hover:after, table .tablesort-asc:after, table .tablesort-desc:after {
  visibility: visible;
}

/*
 * Styling for the table row shown in empty tables
 */
/* The row is always added as the first row in a table
   Hide it by default */
.showIfLast {
  display: none;
}

/* Only show it if it is also the last row of the table. */
.showIfLast:last-child {
  display: table-row;
}

.showIfLast td {
  text-align: center;
}

.showIfLast td:after {
  content: "No data";
}

.table-pagination {
  background-color: #F9F9F9;
  overflow: hidden;
}

.table-pagination .button {
  transition: opacity 300ms ease;
  background-color: #818286;
  border: none;
  display: block;
  float: left;
  padding: 22.5px 7.5px;
  text-align: center;
  width: 100%;
}

@media (min-width: 450px) {
  .table-pagination .button {
    width: 140px;
  }
}

.table-pagination .button.disabled {
  cursor: auto;
  opacity: 0.3;
}

.table-pagination .button:last-child {
  float: right;
}

@media (min-width: 1000px) {
  .table-pagination .button:last-child {
    float: left;
  }
}

@media (min-width: 1000px) {
  .table-pagination .button,
  .table-pagination .numbers {
    display: inline-block;
    float: left;
  }
}

.table-pagination .numbers {
  padding: 15px 7.5px;
  text-align: center;
}

.table-pagination .numbers.desktop {
  display: none;
}

@media (min-width: 1000px) {
  .table-pagination .numbers.desktop {
    display: inline-block;
    width: calc(100% - 280px);
  }
}

.table-pagination .numbers.mobile {
  width: 100%;
}

@media (min-width: 1000px) {
  .table-pagination .numbers.mobile {
    display: none;
  }
}

.table-pagination .numbers span.circle {
  cursor: pointer;
}

.table-pagination .numbers span.circle, .table-pagination .numbers span.divider {
  transition: background-color 300ms ease, color 300ms ease;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  font-weight: bold;
  margin: 0 3.75px;
  position: relative;
  width: 32px;
}

.table-pagination .numbers span.circle span, .table-pagination .numbers span.divider span {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
}

.table-pagination .numbers span:hover .circle, .table-pagination .numbers span.selected .circle {
  background-color: #818286;
  color: #FFFFFF;
}

._720kb-tooltip {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  font-size: 14px;
  color: white;
  left: -200%;
  opacity: 0;
  padding: 5px 10px 6px;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 98;
}

._720kb-tooltip-title {
  width: 100%;
  clear: both;
}

._720kb-tooltip._720kb-tooltip-open {
  visibility: '';
  opacity: 1;
}

._720kb-tooltip-caret:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid rgba(0, 0, 0, 0.8);
}

._720kb-tooltip-caret:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

._720kb-tooltip-left ._720kb-tooltip-caret:before {
  top: 50%;
  left: 100%;
  margin-left: 0;
  margin-top: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-width: 0;
}

._720kb-tooltip-left ._720kb-tooltip-caret:after {
  top: 50%;
  left: 100%;
  margin-left: 0;
  margin-top: -5px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-width: 0;
}

._720kb-tooltip-right ._720kb-tooltip-caret:before {
  top: 50%;
  left: 0;
  margin-left: -6px;
  margin-top: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-width: 0;
}

._720kb-tooltip-right ._720kb-tooltip-caret:after {
  top: 50%;
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-width: 0;
}

._720kb-tooltip-top ._720kb-tooltip-caret:before {
  top: 100%;
  left: 50%;
  margin-left: -6px;
  margin-bottom: -6px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-width: 0;
}

._720kb-tooltip-top ._720kb-tooltip-caret:after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-bottom: -5px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-width: 0;
}

._720kb-tooltip-bottom ._720kb-tooltip-caret:before {
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-width: 0;
}

._720kb-tooltip-bottom ._720kb-tooltip-caret:after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-width: 0;
}

._720kb-tooltip-close-button {
  float: right;
}

.tyre-labels-list .results {
  background-color: #F7F7F7;
  margin-top: 30px;
  padding: 0 30px;
}

.tyre-labels-list .results .grid-container {
  padding: 30px 0;
}

.tyre-labels-list .results table {
  border: none;
}

@media (min-width: 1000px) {
  .tyre-labels-list .results table {
    table-layout: fixed;
  }
}

.tyre-labels-list .results table .preview {
  width: 200px;
}

.tyre-labels-list .results table .preview i {
  color: #000000;
  cursor: pointer;
  font-size: 20px;
}

.tyre-labels-list .results table td {
  min-height: 70px;
}

@media (min-width: 1000px) {
  .tyre-labels-list .results table td .break {
    display: block;
  }
}

.tyre-labels-list .results table td,
.tyre-labels-list .results table th {
  border-left: none;
  border-right: none;
}

.tyre-labels-list .results table th {
  border-left: none;
  text-transform: uppercase;
}

.post-slider {
  height: auto;
  margin-bottom: 0;
}

.post-slider:not(.slick-initialized) {
  opacity: 0;
}

.post-slider .slick-list, .post-slider .slick-track {
  height: auto;
}

.post-slider .slick-dots {
  bottom: 5%;
}

.post-slider-img img {
  width: 100%;
}

.post-date {
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 1.75em;
}

.post-teaser {
  font-size: 16px;
  line-height: 21px;
}

@media (min-width: 1000px) {
  .post-teaser {
    font-size: 30px;
    line-height: 35px;
  }
}

.post-content {
  margin-bottom: 2em;
}

@media (min-width: 1000px) {
  .post-info {
    margin-top: 2.5em;
  }
}

.post-tags {
  font-size: 0.9em;
  margin: 0;
  padding: 1.5em 0;
  border-top: 1px solid #DEE2E4;
}

.post-tags li {
  display: inline-block;
  padding: 0;
  margin: 0.6em 0;
  margin-right: 0.5em;
  text-decoration: underline;
}

.post-tags li a {
  padding: 0.3em 1em 0.5em;
  background-color: #F4F6FA;
  transition: 0.05s;
}

.post-tags li a:hover {
  background-color: #DEE2E4;
}

.post-share {
  border-top: 2px solid #254B90;
}

.post-share-title {
  margin-top: 0.5em;
  margin-left: 1.5em;
}

.post-social {
  margin: 0.5em 0;
  padding: 0.5em 0;
  list-style: none;
  font-size: 1.4em;
  border-top: 1px solid #DEE2E4;
}

.post-social li {
  display: inline-block;
  background-color: #F4F6FA;
  text-align: center;
  margin: 0.25em;
  border-radius: 1px;
  transition: 0.05s;
}

.post-social li:hover {
  background-color: #DEE2E4;
}

.post-social li i {
  width: 1.6em;
  line-height: 1.6em;
}

.post-social-space {
  width: 1.6em;
}

@media (min-width: 1000px) {
  .blog-content {
    min-height: 260px;
  }
}

.blog-excerpt {
  margin-top: 0;
}

.blog-search {
  margin: 2em 0;
}

.blog-search-input {
  margin-right: 0.5em;
  width: 75%;
  max-width: 27em;
}

@media (min-width: 1000px) {
  .blog-search-input {
    width: 100%;
  }
}

.blog-tags {
  margin: 2em 0;
}

.blog-tags-title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 3.75px;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .blog-tags-title {
    padding-left: 11.25px;
  }
}

.blog-tags-select .chosen-container {
  width: 16em !important;
}

.blog-article {
  margin-bottom: 45px;
}

.blog-image {
  /* Example usage: @include ratio(16, 9); */
  height: 0;
  min-width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}

.blog-header {
  padding: 0;
  cursor: pointer;
}

.blog-title {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
}

@media (min-width: 1000px) {
  .blog-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.blog-date {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 0;
}

@media (min-width: 1000px) {
  .blog-date {
    line-height: 1.5225;
  }
}

.blog-footer {
  margin-top: 0.5em;
}

.blog .post-tags {
  border-top: none;
  padding: 0.5em 0;
}

.blog .post-share {
  border-top: none;
}

.blog .post-share-title {
  display: none;
}

.blog-nav {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin: 1em 0 2em;
  background-color: #F4F6FA;
  display: table;
}

.blog-nav-button, .blog-nav-dots, .blog-nav-dot {
  display: inline-block;
}

.blog-nav-prev {
  float: left;
}

.blog-nav-next {
  float: right;
}

.blog-nav-button {
  background-color: #818285;
}

.blog-nav-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 90%;
  font-weight: 700;
}

.blog-nav-dots:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0em;
  margin-top: 5px;
}

.blog-nav-dot {
  margin: 0 0.5em;
  border-radius: 100%;
  background-color: transparent;
  transition: 0.2s;
}

.blog-nav-dot a {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 1.9em;
}

.blog-nav-dot.current, .blog-nav-dot:hover {
  background-color: #818285;
  color: white;
}

@media (min-width: 1000px) {
  .results-container .product-list-res {
    display: none;
  }
}

.product-list-res .products {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-list-res .product {
  position: relative;
  max-width: 640px;
  margin: 1em auto;
  text-align: left;
  background-color: #FFFFFF;
}

.product-list-res .product i.remove {
  color: #000000;
  cursor: pointer;
  left: 4px;
  position: absolute;
  top: 8px;
}

.product-list-res .bottom {
  display: inline-block;
  position: relative;
  margin-bottom: -4px;
  min-height: 3em;
}

.product-list-res .bottom-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25%;
}

.product-list-res .sign-back {
  float: left;
  height: 100%;
  width: calc(100% - 8px);
  background-color: #A2BEE5;
}

.product-list-res .sign-cover {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-list-res .availability {
  float: left;
  width: 8px;
}

.product-list-res .availability-wrap {
  width: 8px;
  height: 100%;
  float: left;
}

.product-list-res .product-actions {
  position: relative;
  width: 75%;
  float: right;
}

.product-list-res .product-actions .price {
  bottom: 0;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  right: 0;
}

.product-list-res .product-actions .quantity {
  display: table;
  float: left;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.product-list-res .product-actions .quantity .amount,
.product-list-res .product-actions .quantity .button {
  display: table-cell;
  width: 33.33333%;
}

.product-list-res .product-actions .quantity .button {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding: 20px 0;
}

.product-list-res .product-actions .quantity .button.remove {
  background-color: #9C0900;
}

.product-list-res .product-actions .quantity .button.delete {
  background-color: #747578;
}

.product-list-res .product-actions .quantity .amount {
  font-weight: 600;
  background-color: #FFFFFF;
}

.product-list-res .product-actions .quantity input {
  margin-bottom: 0;
  padding: 11px 6px;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
}

.product-list-res .product-actions .quantity input, .product-list-res .product-actions .quantity input:focus {
  border: none;
}

.product-list-res .product-actions .quantity input::-webkit-inner-spin-button, .product-list-res .product-actions .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.product-list-res .product-actions .quantity .availability {
  padding: 0 8px 0 0;
}

.product-list-res .product-actions .quantity .availability-wrap {
  height: 100%;
}

.product-list-res .product-information {
  font-size: 14px;
  line-height: 1;
  margin: 0.75em 0;
  text-transform: none;
}

.product-list-res .product-img {
  width: 25%;
  min-height: 1px;
  text-align: center;
  display: table-cell;
  padding: 0.5em;
}

.product-list-res .product-img img {
  height: 100%;
}

.product-list-res .product-number, .product-list-res .product-price {
  line-height: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.product-list-res .product-picture-placeholder {
  font-size: 30px;
  margin-top: 30px;
}

.product-list-res .text-container {
  width: 75%;
  padding: 1em;
  display: table-cell;
  vertical-align: top;
}

.product-list-res .information {
  overflow: hidden;
  display: table;
  width: 100%;
}

.availability {
  transition: background-color 300ms ease;
  background-color: transparent;
  height: 100%;
  padding: 0;
  width: 6px;
  min-width: 6px;
}

.availability.high {
  background-color: #B6CC96;
}

.availability.low {
  background-color: #D3CB00;
}

.availability.none {
  background-color: #C42E00;
}

.filters {
  margin-top: 30px;
  padding: 0 30px;
  zoom: 1;
}

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

.filters:after {
  clear: both;
}

@media (max-width: 1000px) {
  .filters.hidden {
    display: none;
  }
}

.filters-toggle {
  display: block;
  padding: 0 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 1000px) {
  .filters-toggle {
    display: none;
  }
}

@media (max-width: 1000px) {
  .filters-toggle {
    padding: 0 15px;
  }
}

.filters > li {
  padding: 0 10px;
}

@media (min-width: 1000px) {
  .filters > li {
    display: inline-block;
    float: left;
    width: 20%;
  }
  .filters > li:not(:last-child) {
    padding-right: 45px;
  }
}

.filters .chosen {
  width: 100%;
}

.filters .chosen-container {
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .filters .chosen-container {
    margin-bottom: 0;
  }
}

.filters label {
  display: block;
  font-weight: bold;
  padding-bottom: 3.75px;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .filters label {
    padding-left: 11.25px;
  }
}

body .scfForm {
  font-family: myriad-pro, Helvetica Neue, Helvetica, Arial, sans-serif;
}

body .scfForm label {
  line-height: 1.5em;
}

body .scfForm .scfCheckBoxList {
  margin-right: 1em;
}

body .scfForm .scfMultipleLineTextBox {
  background-color: #fbfbfb;
  border: 1px solid #d3d7d9;
  margin-top: 15px;
}

body .scfForm .scfMultipleLineTextBox[disabled] {
  background-color: #d9d9d9;
  border: 1px solid #b7babc;
}

body .scfForm .scfMultipleLineTextBox[disabled]:hover {
  cursor: not-allowed;
}

body .scfForm .scfMultipleLineTextBox.error, body .scfForm .scfMultipleLineTextBox.error:focus {
  border-color: #636363;
}

body .scfForm .scfMultipleLineTextBox:focus {
  border-color: #cc000e;
}

body .scfForm .icheckbox {
  margin: 1em 0.5em 1.1em 0;
}

body .scfForm .iradio {
  margin: 1em 0.5em 1.1em 0;
}

.opening-hours {
  margin: 0 !important;
  padding: 0 !important;
}

.opening-hours li {
  font-size: 13.5px;
  margin-bottom: 11.25px;
}

.opening-hours .day {
  padding-right: 40px;
}

.opening-hours .divider {
  padding: 0 2px;
}

.opening-hours span {
  display: inline-block;
  font-size: inherit !important;
  margin: 0 !important;
}

.opening-hours .time {
  text-align: right;
}

.technical-details {
  padding: 30px;
}

.technical-details__item {
  -ms-flex-align: center;
      align-items: center;
  background-color: #F7F7F7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
  padding: 20px;
}

@media (min-width: 1000px) {
  .technical-details__item {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
}

@media (min-width: 1500px) {
  .technical-details__item {
    -ms-flex-preferred-size: calc(33.33333% - 15px);
        flex-basis: calc(33.33333% - 15px);
    margin-bottom: 25px;
  }
}

.technical-details__item--empty {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.technical-details__item-description {
  font-weight: bold;
  margin-right: 7.5px;
}

.technical-details__item-description, .technical-details__item-value {
  display: inline-block;
}

.technical-details__list {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: -15px;
  width: 100%;
}

@media (min-width: 1500px) {
  .technical-details__list {
    margin-bottom: -25px;
  }
}

.canvas {
  transition: transform 500ms ease;
  transform: translateX(0);
  background-color: #FFFFFF;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  z-index: 92;
}

@media (min-width: 1000px) {
  .canvas {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
}

.canvas .error {
  background-color: #9c2b2e;
  color: #FFFFFF;
  padding: 15px 10px;
  margin-bottom: 10px;
  text-align: center;
}

body.show-sidebar .canvas {
  transform: translateX(80px);
}

@media (max-width: 999px) {
  body.show-submenu > form {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
}

body.show-submenu .canvas {
  transform: translateX(320px);
  max-height: 100%;
  max-height: 100vh;
}

@media (min-width: 360px) {
  body.show-submenu .canvas {
    transform: translateX(360px);
  }
}

@media (min-width: 1000px) {
  body.show-submenu .canvas {
    max-height: none;
  }
}

.cap {
  background-color: #F4F6FA;
  border-top: 1px solid #DEE2E4;
  padding: 25px 0;
}

.cap .block {
  background-color: #FFFFFF;
  border: 1px solid #DEE2E4;
  margin-bottom: 20px;
  padding: 0;
}

.cap .block .body {
  overflow: hidden;
  margin-bottom: 35px;
}

.cap .block .body,
.cap .block .body * {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.45;
}

@media (min-width: 1000px) {
  .cap .block .body,
  .cap .block .body * {
    line-height: 1.5225;
  }
}

.cap .block .body div,
.cap .block .body p {
  margin: 0 0 14px;
}

.cap .block .body p:last-child {
  margin-bottom: 0;
}

.cap .block .button.no-margin {
  margin-bottom: 0;
  margin-top: 0;
}

.cap .block .chosen {
  width: 100%;
}

.cap .block [class*='column-'] {
  padding: 0 6px;
}

.cap .block .content {
  padding: 10px;
}

@media (min-width: 1000px) {
  .cap .block .dropdown {
    margin-bottom: 25px;
  }
  .cap .block .dropdown select {
    margin-bottom: 0;
  }
}

.cap .block h2 {
  border-bottom: 1px solid #DEE2E4;
  color: #7E8082;
  font-size: 17.25px;
  margin: 0 0 8px;
  padding: 7px 10px;
}

.cap .block input {
  width: 100%;
}

.cap .block input[type="submit"] {
  display: inline-block;
  width: auto;
}

@media (min-width: 1000px) {
  .cap .block input,
  .cap .block select {
    margin-bottom: 25px;
  }
}

.cap .block label {
  color: #000000;
  display: block;
  font-size: 12.75px;
  font-weight: bold;
  padding-right: 5px;
  padding-top: 8px;
}

.cap .block label.big {
  font-size: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-top: 0;
}

.cap .block label ~ span {
  display: block;
  font-size: 12.75px;
}

@media (min-width: 1000px) {
  .cap .block label ~ span {
    margin-bottom: 15px;
  }
}

.cap .block .rights {
  overflow: hidden;
}

.cap .block .rights .icheckbox {
  margin-right: 8px;
}

.cap .block .rights input {
  float: right;
  padding: 0;
}

.cap .block .rights input,
.cap .block .rights label {
  display: inline-block;
  width: auto;
  padding: 5px 0;
}

.cap .block .rights input.clickable,
.cap .block .rights label.clickable {
  cursor: pointer;
}

.cap .block .rights .row {
  position: relative;
}

.cap .block .row:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .cap .block .row > [class*='column-'] [class*='column-'] {
    margin-top: 0;
  }
  .cap .block .row > [class*='column-'] [class*='column-']:last-child {
    margin-bottom: 0;
  }
}

.cap .block [error-messages] span.error,
.cap .block span.error {
  color: #636363;
  display: block;
  font-size: 15px;
  font-weight: normal;
}

@media (min-width: 1000px) {
  .cap .block [error-messages] span.error,
  .cap .block span.error {
    margin-bottom: 26px;
  }
}

@media (min-width: 1000px) {
  .cap .block span.error {
    margin-top: -24px;
  }
}

.cap .block .subscriptions {
  overflow: hidden;
}

.cap .block .subscriptions [class*="column-"] {
  margin-bottom: 15px;
}

.cap .block .subscriptions .icheckbox {
  margin-right: 8px;
}

.cap .block .teaser {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.45;
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .cap .block .teaser {
    line-height: 1.5225;
  }
}

.cap .block .value {
  color: #7E8082;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0 13px;
}

header {
  background-color: #000000;
  padding: 10px 0;
}

header h1 {
  color: #FFFFFF;
}

header .logo {
  display: none;
}

@media (min-width: 1000px) {
  header .logo {
    display: inline-block;
  }
}

header .sidebar-button {
  transition: background-color 400ms ease;
  background-color: #6c8b9e;
  border-radius: 3px;
  color: #000000;
  margin-top: 3px;
  padding: 5px 10px;
  position: absolute;
}

header .sidebar-button:hover {
  background-color: #5C7E93;
}

@media (min-width: 1000px) {
  header .sidebar-button {
    display: none;
  }
}

header .sidebar-button,
header .username {
  display: inline-block;
}

header .username {
  color: #FFFFFF;
  font-weight: bold;
  float: right;
  padding-top: 5px;
}

@media (max-width: 1000px) {
  header .username {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 1em;
    font-size: 1em;
  }
}

footer a {
  transition: border-color 400ms ease, color 400ms ease;
  border-bottom: 1px solid transparent;
  font-size: 13.5px;
}

footer a:hover {
  border-color: #000000;
  color: black;
}

footer .cell {
  display: table-cell;
}

footer .cell:first-child {
  width: 65px;
}

footer .disclaimer {
  font-size: 13.5px;
  line-height: 1.45;
  margin: 0 !important;
}

@media (min-width: 1000px) {
  footer .disclaimer {
    line-height: 1.5225;
  }
}

footer .footer-block:not(:last-child) {
  margin-bottom: 30px;
}

footer .grid-container {
  background-color: #EAECF0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}

@media (min-width: 1000px) {
  footer .grid-container {
    padding: 15px 15px;
  }
}

footer #google-map {
  display: block;
  height: 300px;
  width: 100%;
  pointer-events: none;
}

footer #google-map, footer #google-map:hover {
  border: none;
}

@media (min-width: 1000px) {
  footer #google-map {
    pointer-events: auto;
  }
}

footer #google-map.active {
  pointer-events: auto;
}

footer h1 {
  font-size: 15px;
  margin: 0 0 11.25px 0;
  text-transform: uppercase;
}

footer li {
  font-size: 13.5px;
  margin-bottom: 11.25px;
}

footer .region {
  position: relative;
}

footer .region a {
  transform: translateY(-50%);
  border-bottom-color: #000000;
  left: 30px;
  position: absolute;
  top: 50%;
}

footer .region i {
  font-size: 26.25px;
}

footer .social-links li {
  position: relative;
}

footer .social-links li a {
  transform: translateY(-50%);
  border-bottom-color: #000000;
  left: 25px;
  position: absolute;
  top: 50%;
}

footer .social-links li i {
  font-size: 20px;
}

footer .social {
  overflow: hidden;
}

footer .social a {
  font-size: 22.5px;
}

footer .social a, footer .social a:hover {
  border: none;
}

footer .social i {
  transition: color 300ms ease;
}

footer .social i[class*='facebook']:hover {
  color: #3B5998;
}

footer .social i[class*='instagram']:hover {
  color: #517FA4;
}

footer .social i[class*='linkedin']:hover {
  color: #0077B5;
}

footer .social i[class*='pinterest']:hover {
  color: #CB2027;
}

footer .social i[class*='twitter']:hover {
  color: #00ACED;
}

footer .social i[class*='youtube']:hover {
  color: #BB0000;
}

footer .social li {
  display: inline-block;
  float: left;
  margin: 0 7.5px;
}

footer .table {
  display: table;
  width: 100%;
}

.navigation .actions {
  overflow: hidden;
  margin-top: 10px;
}

.navigation .actions a:not(.button) {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0 10px;
  text-align: center;
  text-transform: uppercase;
}

.navigation .basket,
.navigation .menu,
.navigation .profile,
.navigation .search {
  display: none;
  position: absolute;
  width: 100%;
}

.navigation .profile.visible {
  display: inline;
}

.navigation .count {
  transition: opacity 200ms ease, visibility 200ms ease;
  height: 20px;
  opacity: 0;
  position: absolute;
  right: 10%;
  top: 10%;
  visibility: hidden;
  width: 20px;
}

@media (min-width: 1000px) {
  .navigation .count {
    height: 22px;
    width: 22px;
  }
}

.navigation .count.active {
  opacity: 1;
  visibility: visible;
}

.navigation .count .circle {
  background-color: #D67C1C;
  border-radius: 100%;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}

.navigation .count .circle,
.navigation .count .number {
  position: absolute;
}

.navigation .count .number {
  transform: translateY(-50%) translateX(-50%);
  font-size: 13px;
  left: 50%;
  top: 50%;
}

.navigation .count .loader {
  font-size: 14px;
}

.navigation .logo {
  display: block;
}

@media (min-width: 1000px) {
  .navigation .logo {
    display: none;
  }
}

.navigation .sidebar {
  background-color: #5C7E93;
  color: #FFFFFF;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 92;
}

@media (min-width: 1000px) {
  .navigation .sidebar {
    height: 100%;
    position: fixed;
    width: 80px;
  }
}

.navigation .sidebar a {
  border: none;
  display: block;
}

.navigation .sidebar .description {
  transition: opacity 400ms ease;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  font-size: 12px;
  max-width: 100%;
  opacity: 0;
  padding: 0 5.25px;
}

@media (min-width: 1000px) {
  .navigation .sidebar .description {
    font-size: 13px;
  }
}

.navigation .sidebar i {
  font-size: 16px;
}

@media (min-width: 1000px) {
  .navigation .sidebar i {
    font-size: 30px;
  }
}

.navigation .sidebar li {
  transition: background-color 500ms ease;
  background-color: transparent;
  display: inline-block;
  float: left;
  padding: 8px 0;
  position: relative;
  text-align: center;
  width: 25%;
}

@media (min-width: 1000px) {
  .navigation .sidebar li {
    display: block;
    float: none;
    padding: 13px 0;
    width: 100%;
  }
}

.navigation .sidebar li.active {
  background-color: #818285;
}

.navigation .sidebar li.active .description, .navigation .sidebar li:hover .description {
  opacity: 1;
}

.navigation .sidebar li .description {
  opacity: 1;
}

@media (min-width: 1000px) {
  .navigation .sidebar li .description {
    opacity: 0;
  }
}

.navigation .sidebar .region-picker.outside-navigation {
  color: #000000;
  position: absolute;
  right: 0;
  top: 5px;
}

@media (min-width: 1000px) {
  .navigation .sidebar .region-picker.outside-navigation {
    color: #FFFFFF;
    position: relative;
  }
}

.navigation .sidebar .region-picker.outside-navigation .description {
  color: inherit;
}

.navigation .sidebar .region-picker.outside-navigation .dark {
  display: block;
}

@media (min-width: 1000px) {
  .navigation .sidebar .region-picker.outside-navigation .dark {
    display: none;
  }
}

.navigation .sidebar .region-picker.outside-navigation .white {
  display: none;
}

@media (min-width: 1000px) {
  .navigation .sidebar .region-picker.outside-navigation .white {
    display: block;
  }
}

.navigation .sidebar .region-picker.outside-navigation img {
  width: 18px;
}

@media (min-width: 1000px) {
  .navigation .sidebar .region-picker.outside-navigation img {
    width: 30px;
  }
}

.navigation .sidebar .region-picker .dark {
  display: none;
}

.navigation .sidebar .region-picker .white {
  display: block;
}

.navigation .sidebar .region-picker img {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  width: 20px;
}

@media (min-width: 1000px) {
  .navigation .sidebar .region-picker img {
    width: 30px;
  }
}

.navigation .sticky {
  background-color: #818285;
  margin-top: 100px;
  padding: 20px;
}

@media (min-width: 1000px) {
  .navigation .sticky {
    width: 100%;
  }
}

.navigation .sticky.account-manager {
  padding: 20px 0;
}

.navigation .sticky.account-manager .container {
  background-color: #919193;
  display: table;
  overflow: hidden;
  padding: 0 20px 0 10px;
  table-layout: fixed;
}

.navigation .sticky.account-manager .container img {
  display: block;
  float: left;
}

.navigation .sticky.account-manager .description {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 20px;
}

.navigation .sticky.account-manager .email {
  margin: 11px 0;
}

.navigation .sticky.account-manager .email,
.navigation .sticky.account-manager .phone {
  font-size: 12px;
}

.navigation .sticky.account-manager .image-container {
  position: relative;
  width: 125px;
}

.navigation .sticky.account-manager .image-container i {
  color: #FFFFFF;
  font-size: 45px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}

.navigation .sticky.account-manager .image-container,
.navigation .sticky.account-manager .text {
  display: table-cell;
  vertical-align: top;
}

.navigation .sticky.account-manager .name {
  font-size: 14px;
}

.navigation .sticky.account-manager .name,
.navigation .sticky.account-manager .title {
  font-weight: 600;
  margin: 0;
}

.navigation .sticky.account-manager .text {
  color: #FFFFFF;
  padding: 15px 20px;
}

.navigation .sticky.account-manager .text h1,
.navigation .sticky.account-manager .text h2,
.navigation .sticky.account-manager .text h3,
.navigation .sticky.account-manager .text a {
  color: inherit;
  text-transform: none;
}

.navigation .sticky.account-manager .title {
  font-size: 12px;
  margin-bottom: 5px;
  padding: 0;
}

.navigation .sticky .icheckbox {
  float: right;
}

.navigation .sticky label {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.navigation .subtotal {
  color: #FFFFFF;
  overflow: hidden;
  margin-top: 25px;
}

.navigation .subtotal .amount {
  font-size: 18px;
  font-weight: bold;
}

.navigation .subtotal .description {
  color: #e6e6e6;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.navigation .subtotal .no-padding-right {
  text-align: right;
}

.submenu {
  min-height: 100vh;
  position: fixed;
  width: 100%;
}

@media (min-width: 1000px) {
  .submenu {
    height: 100vh;
    margin-left: 80px;
    width: 360px;
  }
}

.submenu.active .scrollable-container,
.submenu.active .summary-overlay {
  transform: translateX(0);
}

.submenu .close {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 8px;
}

.submenu .menu > ul > li > a,
.submenu .menu > ul > li > i {
  font-size: 15px;
}

.submenu .scrollable-container {
  transition: transform 500ms ease;
  transform: translateX(-100%);
  background-color: #818285;
  max-width: 360px;
  min-height: 100vh;
  overflow-x: hidden;
  position: absolute;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  z-index: 90;
}

@media (min-width: 1000px) {
  .submenu .scrollable-container {
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    width: 360px;
  }
}

.submenu .scrollable-container,
.submenu .summary-overlay {
  transition: transform 500ms ease;
  transform: translateX(-100%);
}

@media (min-width: 1000px) {
  .submenu .scrollable-container,
  .submenu .summary-overlay {
    transform: translateX(-360px);
  }
}

.submenu .summary-overlay {
  background-color: #818285;
  border-top: 1px solid #919193;
  bottom: 0;
  display: none;
  left: 0;
  max-width: 360px;
  position: absolute;
  width: 100%;
  z-index: 91;
}

.submenu .summary-overlay .summary {
  color: #FFFFFF;
  overflow: hidden;
  padding: 20px;
}

.submenu .summary-overlay .summary .discount {
  float: right;
  font-size: 14px;
}

.submenu .summary-overlay .summary .label {
  float: left;
  font-weight: bold;
}

.submenu .summary-overlay .summary .price-container {
  float: right;
}

.submenu .summary-overlay .summary .price-container .price {
  font-size: 18px;
  font-weight: bold;
}
