/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, .cart.table-wrapper .actions-toolbar > .action,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button, .cart.table-wrapper .actions-toolbar > .action,
input,
select {
  overflow: visible; }

button, .cart.table-wrapper .actions-toolbar > .action,
input,
select,
textarea {
  margin: 0; }

button, .cart.table-wrapper .actions-toolbar > .action,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"], button, .cart.table-wrapper .actions-toolbar > .action {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: field;
     -moz-appearance: field;
          appearance: field; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

#lib-layout-columns {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }
  #lib-layout-columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }

body {
  margin: 0;
  padding: 0; }

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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

nav ul,
nav ol {
  list-style: none none; }

img {
  border: 0; }

img,
object,
video,
embed {
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

html {
  font-size: 62.5%;
  font-size-adjust: 100%; }

body {
  color: #1d1d1d;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  font-size: 1.4rem; }

p {
  margin-top: 0; }

p {
  margin-bottom: 2.4rem; }

abbr[title] {
  border-bottom: 1px dotted #eee;
  cursor: help; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

mark {
  background: #f8f8f8;
  color: black; }

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

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px; }

sub,
sup {
  font-size: 71.42857%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dfn {
  font-style: italic; }

h1 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 4.8rem;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h2 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 4.8rem;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h3 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h4 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h5 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h6 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  color: #1d1d1d;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

a,
.alink {
  color: #6a6a6a;
  text-decoration: underline; }
  a:hover,
  .alink:hover {
    color: #1d1d1b;
    text-decoration: none; }
  a:active,
  .alink:active {
    color: #959595;
    text-decoration: underline; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 2.4rem; }
  ul > li,
  ol > li {
    margin-top: 0;
    margin-bottom: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

dl {
  margin-bottom: 0;
  margin-top: 0; }

dt {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0; }

dd {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  background: #f8f8f8;
  color: black;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap; }

kbd {
  background: #f8f8f8;
  color: black;
  padding: 2px 4px;
  font-size: 1.2rem; }

pre {
  background: #f8f8f8;
  border: 1px solid #eee;
  color: black;
  line-height: 2.4rem;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

blockquote {
  border-left: 0 solid #eee;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #1d1d1d;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 2.4rem;
  font-size: 1.4rem; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #1d1d1d;
    line-height: 2.4rem;
    font-size: 1rem;
    display: block; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "— "; }
  blockquote cite {
    font-style: normal; }

blockquote:before, blockquote:after {
  content: ''; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

cite {
  font-style: normal; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
  table th {
    text-align: left; }
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    vertical-align: top; }
  table > thead > tr > th,
  table > thead > tr > td {
    vertical-align: bottom; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 1.2rem 10px; }

button, .cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: #fff;
  border: 0.2rem solid #eee;
  border-radius: 0;
  color: #1d1d1b;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0 15px;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 4.4rem;
  box-sizing: border-box;
  vertical-align: middle; }
  button:focus, .cart.table-wrapper .actions-toolbar > .action:focus, button:active, .cart.table-wrapper .actions-toolbar > .action:active {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  button:hover, .cart.table-wrapper .actions-toolbar > .action:hover {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  button.disabled, .cart.table-wrapper .actions-toolbar > .disabled.action, button[disabled], .cart.table-wrapper .actions-toolbar > .action[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .action {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner {
    border: 0;
    padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  height: 4.8rem;
  line-height: 4.4rem;
  padding: 0 1.2rem;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="url"]:disabled,
  input[type="tel"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="datetime"]:disabled,
  input[type="email"]:disabled {
    opacity: 0.5; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder {
    color: #999; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #999; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #999; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input[type="search"] {
  -webkit-appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  height: 4.8rem;
  line-height: 4.4rem;
  padding: 0 2.4rem 0 1.2rem;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  background-image: url(../../frontend/Neuteboom/default/nl_NL/images/down.svg);
  background-position: right center;
  background-size: 21px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat; }
  select:disabled {
    opacity: 0.5; }

select::-ms-expand {
  display: none; }

select[multiple="multiple"] {
  height: auto;
  background-image: none;
  padding: 0; }

textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  height: auto;
  line-height: 2.4rem;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; }
  textarea:disabled {
    opacity: 0.5; }
  textarea::-moz-placeholder {
    color: #999; }
  textarea::-webkit-input-placeholder {
    color: #999; }
  textarea:-ms-input-placeholder {
    color: #999; }

input[type="checkbox"] {
  margin: 2px 5px 0 0; }
  input[type="checkbox"]:disabled {
    opacity: 0.5; }

input[type="radio"] {
  margin: 2px 5px 0 0; }
  input[type="radio"]:disabled {
    opacity: 0.5; }

input.mage-error, input.validation-failed,
select.mage-error,
select.validation-failed,
textarea.mage-error,
textarea.validation-failed {
  border-color: #ed8380; }

div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

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

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

address {
  font-style: normal; }

*:focus {
  box-shadow: none; }

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #1d1d1d; }

.read-more-checkbox {
  display: none; }
  .read-more-checkbox:checked ~ .read-more-element {
    height: 100%; }
    .read-more-checkbox:checked ~ .read-more-element .read-more-link {
      -webkit-animation: fadeinout linear 1 forwards;
              animation: fadeinout linear 1 forwards;
      bottom: 2.4rem;
      top: auto; }

@-webkit-keyframes fadeinout {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeinout {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      .read-more-checkbox:checked ~ .read-more-element .read-more-link:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin: 0;
  max-width: 100%;
  text-align: center; }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 10px; }
    .actions-toolbar > .primary .action:last-child,
    .actions-toolbar > .secondary .action:last-child {
      margin-bottom: 0; }
    .actions-toolbar > .primary .action span,
    .actions-toolbar > .secondary .action span {
      white-space: nowrap; }
  .actions-toolbar > .primary:last-child,
  .actions-toolbar > .secondary:last-child {
    margin-bottom: 0; }

.actions-toolbar > .secondary:last-child {
  float: left;
  margin-left: 2.4rem; }

@media only screen and (min-width: 768px) {
  .actions-toolbar:before, .actions-toolbar:after {
    content: '';
    display: table; }
  .actions-toolbar:after {
    clear: both; }
  .actions-toolbar .primary {
    float: left; }
  .actions-toolbar .secondary {
    float: right; }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block; }
    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
      display: inline-block; }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .actions-toolbar > .secondary,
  .actions-toolbar > .primary {
    margin-bottom: 0; }
    .actions-toolbar > .secondary .action,
    .actions-toolbar > .primary .action {
      margin-bottom: 0;
      width: auto; }
  .column:not(.sidebar) form.form .actions-toolbar {
    margin: 0; }
  .actions-toolbar .secondary a.action {
    margin-top: 1.2rem; }
  .login-container .fieldset:after {
    margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .column:not(.sidebar) form.form .actions-toolbar {
    margin-left: 0; }
  .login-container .fieldset:after {
    margin-left: 0; } }

.breadcrumbs {
  margin: 0;
  min-height: 6rem; }
  .breadcrumbs .items {
    font-size: 1.4rem;
    color: #1d1d1d;
    margin: 0;
    padding: 0;
    list-style: none none; }
    .breadcrumbs .items > li {
      display: inline-block;
      vertical-align: top; }
  .breadcrumbs .item {
    margin: 0; }
  .breadcrumbs a {
    color: #6a6a6a;
    text-decoration: none; }
    .breadcrumbs a:visited {
      color: #6a6a6a;
      text-decoration: none; }
    .breadcrumbs a:hover {
      color: #1d1d1d;
      text-decoration: underline; }
    .breadcrumbs a:active {
      color: #1d1d1d;
      text-decoration: none; }
  .breadcrumbs strong {
    font-weight: 700; }
  .breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none; }
    .breadcrumbs .item:not(:last-child):after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      line-height: 2.4rem;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }

button:active, .cart.table-wrapper .actions-toolbar > .action:active,
a.action.secondary:active,
a.action.primary:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

a.action.secondary,
a.action.primary {
  display: inline-block;
  text-decoration: none; }
  a.action.secondary:hover, a.action.secondary:active, a.action.secondary:focus,
  a.action.primary:hover,
  a.action.primary:active,
  a.action.primary:focus {
    text-decoration: none; }

.action.secondary,
.button.secondary,
.cart .secondary.action-gift {
  background-image: none;
  background: #1d1d1d;
  border: 0.2rem solid #1d1d1b;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0 15px;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 4.4rem;
  box-sizing: border-box;
  vertical-align: middle; }
  .action.secondary:focus, .action.secondary:active,
  .button.secondary:focus,
  .cart .secondary.action-gift:focus,
  .button.secondary:active,
  .cart .secondary.action-gift:active {
    background: #252525;
    border: 0.2rem solid #1d1d1b;
    color: #fff; }
  .action.secondary:hover,
  .button.secondary:hover,
  .cart .secondary.action-gift:hover {
    background: #252525;
    border: 0.2rem solid #1d1d1b;
    color: #fff; }
  .action.secondary.disabled, .action.secondary[disabled],
  fieldset[disabled] .action.secondary,
  .button.secondary.disabled,
  .cart .secondary.disabled.action-gift,
  .button.secondary[disabled],
  .cart .secondary.action-gift[disabled],
  fieldset[disabled] .button.secondary,
  fieldset[disabled] .cart .secondary.action-gift,
  .cart fieldset[disabled] .secondary.action-gift {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.action.primary,
.button.primary,
.cart .primary.action-gift {
  background-image: none;
  background: #1d1d1d;
  border: #1d1d1d;
  border-radius: 0;
  color: #fffc03;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0 30px;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 4.4rem;
  box-sizing: border-box;
  vertical-align: middle; }
  .action.primary:focus, .action.primary:active,
  .button.primary:focus,
  .cart .primary.action-gift:focus,
  .button.primary:active,
  .cart .primary.action-gift:active {
    background: #fffc03;
    border: #fffc03;
    color: #1d1d1b; }
  .action.primary:hover,
  .button.primary:hover,
  .cart .primary.action-gift:hover {
    background: #fffc03;
    border: #fffc03;
    color: #1d1d1b; }
  .action.primary.disabled, .action.primary[disabled],
  fieldset[disabled] .action.primary,
  .button.primary.disabled,
  .cart .primary.disabled.action-gift,
  .button.primary[disabled],
  .cart .primary.action-gift[disabled],
  fieldset[disabled] .button.primary,
  fieldset[disabled] .cart .primary.action-gift,
  .cart fieldset[disabled] .primary.action-gift {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.sidebar .button.primary, .sidebar .cart .primary.action-gift, .cart .sidebar .primary.action-gift, .sidebar .button.secondary, .sidebar .cart .secondary.action-gift, .cart .sidebar .secondary.action-gift, .sidebar
.action.primary, .sidebar
.action.secondary {
  padding: 0 10px; }

.abs-reset-list, .block-banners .banner-items,
.block-banners-inline .banner-items, .bundle-options-container .block-bundle-summary .bundle.items, .prices-tier, .cart-container .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .paypal-review .items-qty, .order-details-items .items-qty, .block-wishlist-management .wishlist-select-items {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .abs-reset-list > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .bundle-options-container .block-bundle-summary .bundle.items > li, .prices-tier > li, .cart-container .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .paypal-review .items-qty > li, .order-details-items .items-qty > li, .block-wishlist-management .wishlist-select-items > li {
    margin: 0; }

.abs-action-link-button, .abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background-image: none;
  background: #fff;
  border: 0.2rem solid #eee;
  border-radius: 0;
  color: #1d1d1b;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0 15px;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 4.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0; }
  .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  .abs-action-link-button.disabled, .disabled.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .disabled.action, .abs-action-link-button[disabled], .abs-action-addto-product[disabled], .bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
  fieldset[disabled] .abs-action-link-button,
  fieldset[disabled] .abs-action-addto-product,
  fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
  .bundle-options-container .block-bundle-summary fieldset[disabled] .product-addto-links > .action {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus {
    text-decoration: none; }

.abs-product-options-list dt, .cart.table-wrapper .item-options dt, .multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0; }
  .abs-product-options-list dt:after, .cart.table-wrapper .item-options dt:after, .multicheckout .item-options dt:after {
    content: ': '; }

.abs-product-options-list dd, .cart.table-wrapper .item-options dd, .multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px; }

@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0; }
    .abs-product-options-list-desktop dt:after {
      content: ': '; }
  .abs-product-options-list-desktop dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px; } }

.abs-button-responsive, .actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .abs-button-desktop {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller, .product-info-main .box-tocart .actions .action.tocart,
  .product-options-bottom .box-tocart .actions .action.tocart {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .abs-blocks-2columns, .login-container .block, .block-addresses-list .items.addresses > .item, .account .column.main .block:not(.widget) .block-content .box {
    width: 48.8%; }
    .abs-blocks-2columns:nth-child(odd), .login-container .block:nth-child(odd), .block-addresses-list .items.addresses > .item:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns:nth-child(even), .login-container .block:nth-child(even), .block-addresses-list .items.addresses > .item:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even) {
      float: right; } }

@media only screen and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%; }
    .abs-blocks-2columns-s:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns-s:nth-child(even) {
      float: right; } }

.abs-reset-image-wrapper, .cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important; }
  .abs-reset-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo {
    position: static; }

.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%; }

.abs-adaptive-images-centered, .product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.abs-login-block-title, .login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #f5a800;
  margin-bottom: 15px;
  padding-bottom: 12px; }
  .abs-login-block-title strong, .login-container .block .block-title strong {
    font-weight: 500; }

.abs-block-title, .abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title, .block-compare .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title, .block-wishlist-search-results .block-title, .cms-nav .block-title {
  margin-bottom: 15px; }
  .abs-block-title > strong, .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .block-compare .block-title > strong, .block-reorder .block-title > strong, .widget .block-title > strong, .block-wishlist .block-title > strong, .block-wishlist-search-results .block-title > strong, .cms-nav .block-title > strong {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 2.4rem;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 2.4rem; }

.abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .multicheckout .block-title > .action, .paypal-review .block .block-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action, .sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px; }

.abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px; }
  .abs-account-blocks .box-title > span, .account .column.main .block:not(.widget) .box-title > span, .multicheckout .box-title > span, .paypal-review .block .box-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span, .sales-guest-view .column.main .block:not(.widget) .box-title > span {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 2.4rem;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 2.4rem; }
  .abs-account-blocks .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action, .multicheckout .box-title > .action, .paypal-review .block .box-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action, .sales-guest-view .column.main .block:not(.widget) .box-title > .action {
    font-weight: 400;
    margin-left: 10px; }

.abs-account-blocks .block-content p:last-child, .account .column.main .block:not(.widget) .block-content p:last-child, .multicheckout .block-content p:last-child, .paypal-review .block .block-content p:last-child, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child, .sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0; }

.abs-account-blocks .block-content .box, .account .column.main .block:not(.widget) .block-content .box, .multicheckout .block-content .box, .paypal-review .block .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px; }

.abs-dropdown-simple, .wishlist-dropdown {
  display: inline-block;
  position: relative; }
  .abs-dropdown-simple:before, .wishlist-dropdown:before, .abs-dropdown-simple:after, .wishlist-dropdown:after {
    content: '';
    display: table; }
  .abs-dropdown-simple:after, .wishlist-dropdown:after {
    clear: both; }
  .abs-dropdown-simple .action.toggle, .wishlist-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .abs-dropdown-simple .action.toggle:after, .wishlist-dropdown .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      line-height: 24px;
      color: #1d1d1b;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0 0 0 5px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-dropdown-simple .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle.active, .wishlist-dropdown .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-dropdown-simple .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 24px;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        margin: 0 0 0 5px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-dropdown-simple .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after {
        color: inherit; }
      .abs-dropdown-simple .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after {
        color: inherit; }
  .abs-dropdown-simple ul.dropdown, .wishlist-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 0.1rem solid #eee;
    border-radius: 0;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: none; }
    .abs-dropdown-simple ul.dropdown li, .wishlist-dropdown ul.dropdown li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .abs-dropdown-simple ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-dropdown-simple ul.dropdown:before, .wishlist-dropdown ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-dropdown-simple ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-dropdown-simple ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #eee transparent;
      z-index: 98; }
    .abs-dropdown-simple ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .abs-dropdown-simple ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .abs-dropdown-simple.active, .active.wishlist-dropdown {
    overflow: visible; }
    .abs-dropdown-simple.active ul.dropdown, .active.wishlist-dropdown ul.dropdown {
      display: block; }

.abs-input-qty, .bundle-options-container .input-text.qty, .account .table-return-items .qty .input-text, .table.grouped .control .qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .block-wishlist-info-items .input-text.qty {
  text-align: center;
  width: 47px; }

.abs-margin-for-blocks-and-widgets, .block-banners,
.block-banners-inline, .block, .sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child) {
  margin-bottom: 4.8rem; }

.abs-remove-button-for-blocks, .sidebar .action.delete, .table-comparison .cell.remove .action.delete, .block-compare .action.delete, .filter-current .action.remove {
  display: inline-block;
  text-decoration: none; }
  .abs-remove-button-for-blocks > span, .sidebar .action.delete > span, .table-comparison .cell.remove .action.delete > span, .block-compare .action.delete > span, .filter-current .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-remove-button-for-blocks:before, .sidebar .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filter-current .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-remove-button-for-blocks:hover:before, .sidebar .action.delete:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before, .filter-current .action.remove:hover:before {
    color: #303030; }
  .abs-remove-button-for-blocks:active:before, .sidebar .action.delete:active:before, .table-comparison .cell.remove .action.delete:active:before, .block-compare .action.delete:active:before, .filter-current .action.remove:active:before {
    color: #303030; }

.abs-product-link, .product.name {
  font-weight: 400; }
  .abs-product-link > a, .product.name > a {
    color: #1d1d1d;
    text-decoration: none; }
    .abs-product-link > a:hover, .product.name > a:hover {
      color: #1d1d1d;
      text-decoration: none; }
    .abs-product-link > a:active, .product.name > a:active {
      color: #1d1d1d;
      text-decoration: none; }

.abs-reset-left-margin, .form-new-agreement .actions-toolbar, .fieldset .review-legend.legend, .form.wishlist.items .actions-toolbar {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  .abs-reset-left-margin-desktop, .bundle-options-container .legend.title, .column.main .cart-summary .actions-toolbar, .cart.table-wrapper .item .item-actions .actions-toolbar, .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar, .form-new-agreement .fieldset .legend, .form-new-agreement .actions-toolbar, .column.main .paypal-review .actions-toolbar, .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0; } }

.abs-action-remove, .abs-add-fields .action.remove, .form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto; }

@media only screen and (min-width: 768px) {
  .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove, .form.send.friend .fieldset .additional .action.remove {
    margin-left: 50%;
    top: 6px; } }

.abs-add-fields .fieldset, .form.send.friend .fieldset {
  margin-bottom: 50px; }
  .abs-add-fields .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 70%; }
  .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
    float: left; }
    .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
      margin-top: 30px; }
  .abs-add-fields .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0; }

.abs-add-fields .message.notice, .form.send.friend .message.notice {
  margin: 30px 0 0; }

.abs-add-fields .additional, .form.send.friend .additional {
  margin-top: 55px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .abs-margin-for-forms-desktop, .column:not(.sidebar-additional) form .actions-toolbar,
  .column:not(.sidebar-main) form .actions-toolbar, .fieldset .legend, .login-container .fieldset:after {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .abs-margin-for-forms-desktop-s {
    margin-left: 0; } }

.abs-hidden, .order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden; }

.abs-visually-hidden, .fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label, .product-item-actions .actions-secondary > .action span, .table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span, .cart.table-wrapper .col.qty .label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .account .column.main .limiter > .label, .field.street .field.additional .label, .account-nav .title, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .filter-options-content .filter-count-label, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block-reorder .product-item .label, .opc-wrapper .form-discount .field .label, .action.skip:not(:focus), .page-header .switcher .label,
.page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 640px) {
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 768px) {
  .abs-visually-hidden-desktop, .modes-label, .block-search .label, .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.abs-visually-hidden-reset, .shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.abs-add-clearfix:before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .form.send.friend .fieldset .actions-toolbar:not(:first-child):before, .payment-method-braintree .hosted-date-wrap:before, .toolbar:before, .toolbar-products:before, .sidebar .product-items-images:before, .cart.table-wrapper .item-options:before, .minicart-items .product-item > .product:before, .checkout-container:before, .checkout-onepage-success:before, .opc-estimated-wrapper:before, .opc-wrapper .field.addresses:before, .page-product-downloadable .product-add-form:before, .gift-options:before, .gift-item-block .content:before, .order-details-items .order-gift-message:before,
.order-details-items .block-order-details-gift-message:before, .map-popup .map-info-price:before, .multicheckout .item-options:before, .multicheckout .block:before, .multicheckout .block-content:before, .customer-review .product-details:before, .page-header .header.panel:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after, .page-header .header.panel:after {
  content: '';
  display: table; }

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after, .page-header .header.panel:after {
  clear: both; }

@media only screen and (min-width: 768px) {
  .abs-add-clearfix-desktop:before, .abs-pager-toolbar:before, .account .toolbar:before, .toolbar-wishlist-results:before, .bundle-options-container form:before, .cart-container:before, .login-container:before, .block-addresses-list .items.addresses:before, .account .column.main .block:not(.widget) .block-content:before, .paypal-review .block-content:before, .order-links:before, .account .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:before, .block-wishlist-management:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-wishlist-results:after, .bundle-options-container form:after, .cart-container:after, .login-container:after, .block-addresses-list .items.addresses:after, .account .column.main .block:not(.widget) .block-content:after, .paypal-review .block-content:after, .order-links:after, .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after, .block-wishlist-management:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-wishlist-results:after, .bundle-options-container form:after, .cart-container:after, .login-container:after, .block-addresses-list .items.addresses:after, .account .column.main .block:not(.widget) .block-content:after, .paypal-review .block-content:after, .order-links:after, .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after, .block-wishlist-management:after {
    clear: both; } }

@media only screen and (min-width: 640px) {
  .abs-add-clearfix-desktop-s:before, .multicheckout .block-billing:before, .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    clear: both; } }

@media only screen and (max-width: 639px) {
  .abs-add-clearfix-mobile:before, .abs-checkout-order-review tbody tr:before, .multicheckout.order-review .data.table tbody tr:before, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after {
    clear: both; } }

@media only screen and (max-width: 767px) {
  .abs-add-clearfix-mobile-m:before, .abs-add-clearfix-mobile-m:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile-m:after {
    clear: both; } }

.abs-add-box-sizing, .abs-field-date .control, .field.date .control, .abs-field-tooltip, .field .control._with-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .bundle-options-container .block-bundle-summary, .product-item, .sidebar .product-items-images .product-item, .search-autocomplete, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary {
  box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional, .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    box-sizing: border-box; } }

@media only screen and (min-width: 640px) {
  .abs-add-box-sizing-desktop-s, .multicheckout .block-shipping .box, .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop-m, .opc-wrapper {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-revert-field-type-desktop .fieldset > .field, .product-add-form .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 2.4rem; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label, .product-add-form .fieldset > .field:not(.choice) > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
    .product-add-form .fieldset .fields > .field:not(.choice) > .label {
      box-sizing: content-box;
      float: none;
      width: auto;
      text-align: left;
      padding: 0; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control, .product-add-form .fieldset > .field:not(.choice) > .control,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
    .product-add-form .fieldset .fields > .field:not(.choice) > .control {
      float: none;
      width: auto; }
    .abs-revert-field-type-desktop .fieldset > .field > .label, .product-add-form .fieldset > .field > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
    .product-add-form .fieldset .fields > .field > .label {
      margin: 0;
      display: inline-block; }
    .abs-revert-field-type-desktop .fieldset > .field.choice:before, .product-add-form .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before, .product-add-form .fieldset > .field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
    .product-add-form .fieldset .fields > .field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
    .product-add-form .fieldset .fields > .field.no-label:before {
      display: none; }
    .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type, .product-add-form .fieldset > .field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
    .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
      margin-bottom: 0; } }

.abs-navigation-icon {
  display: block;
  text-decoration: none; }
  .abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0; }

.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .abs-split-button:before, .abs-split-button:after {
    content: '';
    display: table; }
  .abs-split-button:after {
    clear: both; }
  .abs-split-button .action.split {
    float: left;
    margin: 0; }
  .abs-split-button .action.toggle {
    float: right;
    margin: 0; }
  .abs-split-button button.action.split, .abs-split-button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .abs-split-button .actions-toolbar > .action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .abs-split-button button + .action.toggle, .abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .abs-split-button .actions-toolbar > .action + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .abs-split-button .action.toggle {
    padding: 4px 5px;
    display: inline-block;
    text-decoration: none; }
    .abs-split-button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .abs-split-button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      line-height: 24px;
      color: #1d1d1b;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-split-button .action.toggle:hover:after {
      color: inherit; }
    .abs-split-button .action.toggle:active:after {
      color: inherit; }
    .abs-split-button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-split-button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .abs-split-button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 24px;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-split-button .action.toggle.active:hover:after {
        color: inherit; }
      .abs-split-button .action.toggle.active:active:after {
        color: inherit; }
  .abs-split-button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 0.1rem solid #eee;
    border-radius: 0;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: none; }
    .abs-split-button .items li {
      margin: 0;
      padding: 3px 5px; }
      .abs-split-button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-split-button .items:before, .abs-split-button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-split-button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-split-button .items:after {
      border: 7px solid;
      border-color: transparent transparent #eee transparent;
      z-index: 98; }
    .abs-split-button .items:before {
      right: 10px;
      top: -12px; }
    .abs-split-button .items:after {
      right: 9px;
      top: -14px; }
  .abs-split-button.active {
    overflow: visible; }
    .abs-split-button.active .items {
      display: block; }

.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action {
  line-height: 23.6rem;
  padding: 0 20px;
  font-size: 1.1rem; }

.abs-actions-addto-gridlist, .product-item-actions .actions-secondary > .action, .products.list.items .action.towishlist,
.table-comparison .action.towishlist, .table-comparison .wishlist.split.button > .action.split, .table-comparison .cart .wishlist.split.action-gift > .action.split, .cart .table-comparison .wishlist.split.action-gift > .action.split,
.cart.item .wishlist.split.button > .action.split,
.cart.item .wishlist.split.action-gift > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .cart .wishlist.split.action-gift > .action.split, .cart .product-items .wishlist.split.action-gift > .action.split {
  display: inline-block;
  text-decoration: none; }
  .abs-actions-addto-gridlist > span, .product-item-actions .actions-secondary > .action > span, .products.list.items .action.towishlist > span, .table-comparison .action.towishlist > span, .table-comparison .wishlist.split.button > .action.split > span, .table-comparison .cart .wishlist.split.action-gift > .action.split > span, .cart .table-comparison .wishlist.split.action-gift > .action.split > span, .cart.item .wishlist.split.button > .action.split > span, .cart.item .wishlist.split.action-gift > .action.split > span, .product-items .wishlist.split.button > .action.split > span, .product-items .cart .wishlist.split.action-gift > .action.split > span, .cart .product-items .wishlist.split.action-gift > .action.split > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-actions-addto-gridlist:before, .product-item-actions .actions-secondary > .action:before, .products.list.items .action.towishlist:before,
  .table-comparison .action.towishlist:before, .table-comparison .wishlist.split.button > .action.split:before, .table-comparison .cart .wishlist.split.action-gift > .action.split:before, .cart .table-comparison .wishlist.split.action-gift > .action.split:before,
  .cart.item .wishlist.split.button > .action.split:before,
  .cart.item .wishlist.split.action-gift > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before,
  .product-items .cart .wishlist.split.action-gift > .action.split:before, .cart .product-items .wishlist.split.action-gift > .action.split:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #434343;
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-actions-addto-gridlist:hover:before, .product-item-actions .actions-secondary > .action:hover:before, .products.list.items .action.towishlist:hover:before,
  .table-comparison .action.towishlist:hover:before, .table-comparison .wishlist.split.button > .action.split:hover:before, .table-comparison .cart .wishlist.split.action-gift > .action.split:hover:before, .cart .table-comparison .wishlist.split.action-gift > .action.split:hover:before,
  .cart.item .wishlist.split.button > .action.split:hover:before,
  .cart.item .wishlist.split.action-gift > .action.split:hover:before,
  .product-items .wishlist.split.button > .action.split:hover:before,
  .product-items .cart .wishlist.split.action-gift > .action.split:hover:before, .cart .product-items .wishlist.split.action-gift > .action.split:hover:before {
    color: #1d1d1d; }

.abs-button-l, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register,
.block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
  line-height: 2rem;
  padding: 1.1rem 20px;
  font-size: 1.6rem; }

.abs-action-button-as-link, .abs-action-remove, .abs-add-fields .action.remove, .form.send.friend .action.remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .paypal-button-widget .paypal-button, .table-comparison .wishlist.split.button > .action, .table-comparison .cart .wishlist.split.action-gift > .action, .cart .table-comparison .wishlist.split.action-gift > .action,
.cart.item .wishlist.split.button > .action,
.cart.item .wishlist.split.action-gift > .action,
.product-items .wishlist.split.button > .action,
.product-items .cart .wishlist.split.action-gift > .action, .cart .product-items .wishlist.split.action-gift > .action {
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #6a6a6a;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .paypal-button-widget .paypal-button:hover, .table-comparison .wishlist.split.button > .action:hover, .table-comparison .cart .wishlist.split.action-gift > .action:hover, .cart .table-comparison .wishlist.split.action-gift > .action:hover,
  .cart.item .wishlist.split.button > .action:hover,
  .cart.item .wishlist.split.action-gift > .action:hover,
  .product-items .wishlist.split.button > .action:hover,
  .product-items .cart .wishlist.split.action-gift > .action:hover, .cart .product-items .wishlist.split.action-gift > .action:hover {
    color: #1d1d1b;
    text-decoration: none; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .gift-options .actions-toolbar .action-cancel:active, .paypal-button-widget .paypal-button:active, .table-comparison .wishlist.split.button > .action:active, .table-comparison .cart .wishlist.split.action-gift > .action:active, .cart .table-comparison .wishlist.split.action-gift > .action:active,
  .cart.item .wishlist.split.button > .action:active,
  .cart.item .wishlist.split.action-gift > .action:active,
  .product-items .wishlist.split.button > .action:active,
  .product-items .cart .wishlist.split.action-gift > .action:active, .cart .product-items .wishlist.split.action-gift > .action:active {
    color: #959595;
    text-decoration: underline; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .paypal-button-widget .paypal-button:hover, .table-comparison .wishlist.split.button > .action:hover, .table-comparison .cart .wishlist.split.action-gift > .action:hover, .cart .table-comparison .wishlist.split.action-gift > .action:hover,
  .cart.item .wishlist.split.button > .action:hover,
  .cart.item .wishlist.split.action-gift > .action:hover,
  .product-items .wishlist.split.button > .action:hover,
  .product-items .cart .wishlist.split.action-gift > .action:hover, .cart .product-items .wishlist.split.action-gift > .action:hover {
    color: #1d1d1b; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .paypal-button-widget .paypal-button:hover, .table-comparison .wishlist.split.button > .action:hover, .table-comparison .cart .wishlist.split.action-gift > .action:hover, .cart .table-comparison .wishlist.split.action-gift > .action:hover,
  .cart.item .wishlist.split.button > .action:hover,
  .cart.item .wishlist.split.action-gift > .action:hover,
  .product-items .wishlist.split.button > .action:hover,
  .product-items .cart .wishlist.split.action-gift > .action:hover, .cart .product-items .wishlist.split.action-gift > .action:hover, .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .gift-options .actions-toolbar .action-cancel:active, .paypal-button-widget .paypal-button:active, .table-comparison .wishlist.split.button > .action:active, .table-comparison .cart .wishlist.split.action-gift > .action:active, .cart .table-comparison .wishlist.split.action-gift > .action:active,
  .cart.item .wishlist.split.button > .action:active,
  .cart.item .wishlist.split.action-gift > .action:active,
  .product-items .wishlist.split.button > .action:active,
  .product-items .cart .wishlist.split.action-gift > .action:active, .cart .product-items .wishlist.split.action-gift > .action:active, .abs-action-button-as-link:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus, .form.send.friend .action.remove:focus, .cart.table-wrapper .action.help.map:focus, .opc-wrapper .edit-address-link:focus, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .action-auth-toggle:focus, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .checkout-agreements-block .action-show:focus, .gift-options .actions-toolbar .action-cancel:focus, .paypal-button-widget .paypal-button:focus, .table-comparison .wishlist.split.button > .action:focus, .table-comparison .cart .wishlist.split.action-gift > .action:focus, .cart .table-comparison .wishlist.split.action-gift > .action:focus,
  .cart.item .wishlist.split.button > .action:focus,
  .cart.item .wishlist.split.action-gift > .action:focus,
  .product-items .wishlist.split.button > .action:focus,
  .product-items .cart .wishlist.split.action-gift > .action:focus, .cart .product-items .wishlist.split.action-gift > .action:focus {
    background: none;
    border: 0; }
  .abs-action-button-as-link.disabled, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .form.send.friend .disabled.action.remove, .cart.table-wrapper .disabled.action.help.map, .opc-wrapper .disabled.edit-address-link, .opc-block-shipping-information .shipping-information-title .disabled.action-edit, .disabled.action-auth-toggle, .checkout-payment-method .checkout-billing-address .disabled.action-cancel, .checkout-agreements-block .disabled.action-show, .gift-options .actions-toolbar .disabled.action-cancel, .paypal-button-widget .disabled.paypal-button, .table-comparison .wishlist.split.button > .disabled.action, .table-comparison .cart .wishlist.split.action-gift > .disabled.action, .cart .table-comparison .wishlist.split.action-gift > .disabled.action,
  .cart.item .wishlist.split.button > .disabled.action,
  .cart.item .wishlist.split.action-gift > .disabled.action,
  .product-items .wishlist.split.button > .disabled.action,
  .product-items .cart .wishlist.split.action-gift > .disabled.action, .cart .product-items .wishlist.split.action-gift > .disabled.action, .abs-action-button-as-link[disabled], .abs-action-remove[disabled], .abs-add-fields .action.remove[disabled], .form.send.friend .action.remove[disabled], .cart.table-wrapper .action.help.map[disabled], .opc-wrapper .edit-address-link[disabled], .opc-block-shipping-information .shipping-information-title .action-edit[disabled], .action-auth-toggle[disabled], .checkout-payment-method .checkout-billing-address .action-cancel[disabled], .checkout-agreements-block .action-show[disabled], .gift-options .actions-toolbar .action-cancel[disabled], .paypal-button-widget .paypal-button[disabled], .table-comparison .wishlist.split.button > .action[disabled], .table-comparison .cart .wishlist.split.action-gift > .action[disabled], .cart .table-comparison .wishlist.split.action-gift > .action[disabled],
  .cart.item .wishlist.split.button > .action[disabled],
  .cart.item .wishlist.split.action-gift > .action[disabled],
  .product-items .wishlist.split.button > .action[disabled],
  .product-items .cart .wishlist.split.action-gift > .action[disabled], .cart .product-items .wishlist.split.action-gift > .action[disabled],
  fieldset[disabled] .abs-action-button-as-link,
  fieldset[disabled] .abs-action-remove,
  fieldset[disabled] .abs-add-fields .action.remove,
  .abs-add-fields fieldset[disabled] .action.remove,
  fieldset[disabled] .form.send.friend .action.remove,
  .form.send.friend fieldset[disabled] .action.remove,
  fieldset[disabled] .cart.table-wrapper .action.help.map,
  .cart.table-wrapper fieldset[disabled] .action.help.map,
  fieldset[disabled] .opc-wrapper .edit-address-link,
  .opc-wrapper fieldset[disabled] .edit-address-link,
  fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
  .opc-block-shipping-information .shipping-information-title fieldset[disabled] .action-edit,
  fieldset[disabled] .action-auth-toggle,
  fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
  .checkout-payment-method .checkout-billing-address fieldset[disabled] .action-cancel,
  fieldset[disabled] .checkout-agreements-block .action-show,
  .checkout-agreements-block fieldset[disabled] .action-show,
  fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
  .gift-options .actions-toolbar fieldset[disabled] .action-cancel,
  fieldset[disabled] .paypal-button-widget .paypal-button,
  .paypal-button-widget fieldset[disabled] .paypal-button,
  fieldset[disabled] .table-comparison .wishlist.split.button > .action,
  .table-comparison fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .table-comparison .cart .wishlist.split.action-gift > .action,
  .table-comparison .cart fieldset[disabled] .wishlist.split.action-gift > .action,
  fieldset[disabled] .cart .table-comparison .wishlist.split.action-gift > .action,
  .cart .table-comparison fieldset[disabled] .wishlist.split.action-gift > .action,
  fieldset[disabled] .cart.item .wishlist.split.button > .action,
  .cart.item fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .cart.item .wishlist.split.action-gift > .action,
  .cart.item fieldset[disabled] .wishlist.split.action-gift > .action,
  fieldset[disabled] .product-items .wishlist.split.button > .action,
  .product-items fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .product-items .cart .wishlist.split.action-gift > .action,
  .product-items .cart fieldset[disabled] .wishlist.split.action-gift > .action,
  fieldset[disabled] .cart .product-items .wishlist.split.action-gift > .action,
  .cart .product-items fieldset[disabled] .wishlist.split.action-gift > .action {
    color: #6a6a6a;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .gift-options .actions-toolbar .action-cancel:active, .paypal-button-widget .paypal-button:active, .table-comparison .wishlist.split.button > .action:active, .table-comparison .cart .wishlist.split.action-gift > .action:active, .cart .table-comparison .wishlist.split.action-gift > .action:active,
  .cart.item .wishlist.split.button > .action:active,
  .cart.item .wishlist.split.action-gift > .action:active,
  .product-items .wishlist.split.button > .action:active,
  .product-items .cart .wishlist.split.action-gift > .action:active, .cart .product-items .wishlist.split.action-gift > .action:active, .abs-action-button-as-link:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus), .form.send.friend .action.remove:not(:focus), .cart.table-wrapper .action.help.map:not(:focus), .opc-wrapper .edit-address-link:not(:focus), .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus), .action-auth-toggle:not(:focus), .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus), .checkout-agreements-block .action-show:not(:focus), .gift-options .actions-toolbar .action-cancel:not(:focus), .paypal-button-widget .paypal-button:not(:focus), .table-comparison .wishlist.split.button > .action:not(:focus), .table-comparison .cart .wishlist.split.action-gift > .action:not(:focus), .cart .table-comparison .wishlist.split.action-gift > .action:not(:focus),
  .cart.item .wishlist.split.button > .action:not(:focus),
  .cart.item .wishlist.split.action-gift > .action:not(:focus),
  .product-items .wishlist.split.button > .action:not(:focus),
  .product-items .cart .wishlist.split.action-gift > .action:not(:focus), .cart .product-items .wishlist.split.action-gift > .action:not(:focus) {
    box-shadow: none; }

.abs-revert-secondary-color, .block-compare .action.compare, .cart-summary .actions-toolbar > .primary button, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action, .paypal-review .block .actions-toolbar .action.primary {
  background: #fff;
  border: 0.2rem solid #eee;
  color: #1d1d1b; }
  .abs-revert-secondary-color:focus, .block-compare .action.compare:focus, .cart-summary .actions-toolbar > .primary button:focus, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:focus, .paypal-review .block .actions-toolbar .action.primary:focus, .abs-revert-secondary-color:active, .block-compare .action.compare:active, .cart-summary .actions-toolbar > .primary button:active, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:active, .paypal-review .block .actions-toolbar .action.primary:active {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  .abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:hover, .paypal-review .block .actions-toolbar .action.primary:hover {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }

.abs-revert-secondary-size {
  font-size: 1.4rem;
  line-height: 4.4rem;
  padding: 0 15px; }

.abs-box-tocart, .bundle-actions {
  margin: 10px 0; }

.abs-adjustment-incl-excl-tax .price-including-tax, .bundle-options-container .price-notice .price-including-tax, .product-options-wrapper .field .price-notice .price-including-tax, .cart-summary .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.cart-summary .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap; }

.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax, .cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before, .cart-summary .price-including-tax + .price-excluding-tax:before {
    content: "(" attr(data-label) ": "; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after, .cart-summary .price-including-tax + .price-excluding-tax:after {
    content: ')'; }

.abs-tax-total, .price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total, .order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after, .order-details-items .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after, .order-details-items .cart-tax-total:after {
    position: absolute;
    right: -10px;
    top: 3px; }
  .abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
  .price-excluding-tax .cart-tax-total-expanded:after, .order-details-items .cart-tax-total-expanded:after {
    content: ""; }

.abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after, .order-details-items .cart-tax-total-expanded:after {
  content: ""; }

.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px; }

@media only screen and (max-width: 639px) {
  .abs-checkout-order-review tbody tr:not(:last-child), .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #eee; }
  .abs-checkout-order-review tbody tr .col.item:before, .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none; }
  .abs-checkout-order-review tbody tr .col.qty, .multicheckout.order-review .data.table tbody tr .col.qty, .abs-checkout-order-review tbody tr .col.price, .multicheckout.order-review .data.table tbody tr .col.price, .abs-checkout-order-review tbody tr .col.subtotal, .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; }
    .abs-checkout-order-review tbody tr .col.qty:before, .multicheckout.order-review .data.table tbody tr .col.qty:before, .abs-checkout-order-review tbody tr .col.price:before, .multicheckout.order-review .data.table tbody tr .col.price:before, .abs-checkout-order-review tbody tr .col.subtotal:before, .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
      content: attr(data-th) ":";
      display: block;
      font-weight: 700;
      padding-bottom: 10px; }
  .abs-checkout-order-review tbody tr .product-item-name, .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0; } }

.abs-colon:after, .block-minicart .subtotal .label:after, .minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': '; }

.abs-icon-add, .abs-dropdown-items-new .action.new, .wishlist.split.button .action.new, .cart .wishlist.split.action-gift .action.new, .wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none; }
  .abs-icon-add:before, .abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .cart .wishlist.split.action-gift .action.new:before, .wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }

@media only screen and (max-width: 767px) {
  .abs-icon-add-mobile, .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none; }
    .abs-icon-add-mobile:before, .block-wishlist-management .wishlist-add.item .add:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 10px;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0 5px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; } }

.abs-dropdown-items-new .items .item:last-child:hover, .wishlist.split.button .items .item:last-child:hover, .cart .wishlist.split.action-gift .items .item:last-child:hover, .wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8; }

.abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .cart .wishlist.split.action-gift .action.new:before, .wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px; }

@media only screen and (max-width: 767px) {
  .abs-toggling-title-mobile, .block-collapsible-nav .title, .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 16px;
    position: relative;
    display: block;
    text-decoration: none; }
    .abs-toggling-title-mobile:after, .block-collapsible-nav .title:after, .block-wishlist-management .wishlist-select .wishlist-name:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: inherit;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-toggling-title-mobile:after, .block-collapsible-nav .title:after, .block-wishlist-management .wishlist-select .wishlist-name:after {
      position: absolute;
      right: 10px;
      top: 0; }
    .abs-toggling-title-mobile.active:after, .block-collapsible-nav .active.title:after, .block-wishlist-management .wishlist-select .active.wishlist-name:after {
      content: ""; } }

.abs-no-display, .abs-sidebar-totals .table-caption, .cart-totals .table-caption, .opc-block-summary .table-totals .table-caption, .sidebar .subtitle, .cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br, .minicart-items .product-item-details .weee[data-label] .label, .order-details-items .order-items .order-gift-message .action.close, .multicheckout .block .methods-shipping .item-content .fieldset > .legend + br, .multicheckout .hidden, [class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle, .no-display {
  display: none; }

@media only screen and (max-width: 639px) {
  .abs-no-display-s, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item, .order-details-items .table-order-items .options-label {
    display: none; } }

@media only screen and (min-width: 768px) {
  .abs-no-display-desktop, .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous), .opc-estimated-wrapper {
    display: none; } }

.abs-status, .order-status {
  display: inline-block;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .abs-pager-toolbar-mobile .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-wishlist-results .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .pages,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px; } }

@media only screen and (max-width: 639px) {
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 25px; } }

@media only screen and (min-width: 768px) {
  .abs-pager-toolbar, .account .toolbar, .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative; }
    .abs-pager-toolbar .limiter, .account .toolbar .limiter, .toolbar-wishlist-results .limiter {
      float: right;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-wishlist-results .toolbar-amount {
      float: left;
      line-height: normal;
      padding: 7px 0 0;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .pages, .account .toolbar .pages, .toolbar-wishlist-results .pages {
      position: absolute;
      width: 100%;
      z-index: 0; } }

.abs-block-items-counter, .block-compare .counter, .block-wishlist .counter {
  color: #1d1d1d;
  font-size: 1.2rem;
  display: block;
  white-space: nowrap; }

.abs-shopping-cart-items .action.continue {
  border-radius: 3px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #fff;
  border: 0.2rem solid #eee;
  border-radius: 0;
  color: #1d1d1b;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0 15px 0 0;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 4.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none; }
  .abs-shopping-cart-items .action.continue:hover, .abs-shopping-cart-items .action.continue:active, .abs-shopping-cart-items .action.continue:focus {
    text-decoration: none; }
  .abs-shopping-cart-items .action.continue:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.2rem;
    line-height: 4.4rem;
    color: inherit;
    content: "";
    font-family: "neuteboom-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.continue:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:active:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:focus, .abs-shopping-cart-items .action.continue:active {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  .abs-shopping-cart-items .action.continue:hover {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  .abs-shopping-cart-items .action.continue.disabled, .abs-shopping-cart-items .action.continue[disabled],
  fieldset[disabled] .abs-shopping-cart-items .action.continue {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-shopping-cart-items .action.continue:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

.abs-shopping-cart-items .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px; }
  .abs-shopping-cart-items .action.update:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.2rem;
    line-height: 4.4rem;
    color: inherit;
    content: "";
    font-family: "neuteboom-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.update:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.update:active:before {
    color: inherit; }

@media only screen and (max-width: 767px) {
  .abs-shopping-cart-items-mobile .actions, .cart-container .form-cart .actions {
    text-align: center; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.continue, .cart-container .form-cart .action.continue, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    margin: 0 auto 10px; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    display: block; } }

@media only screen and (min-width: 768px) {
  .abs-shopping-cart-items-desktop, .cart-container .form-cart, .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 60%; }
    .abs-shopping-cart-items-desktop .actions, .cart-container .form-cart .actions, .cart-container .cart-gift-item .actions {
      text-align: right; }
    .abs-shopping-cart-items-desktop .action.clear, .cart-container .form-cart .action.clear, .cart-container .cart-gift-item .action.clear, .abs-shopping-cart-items-desktop .action.update, .cart-container .form-cart .action.update, .cart-container .cart-gift-item .action.update {
      margin-left: 10px; }
    .abs-shopping-cart-items-desktop .action.continue, .cart-container .form-cart .action.continue, .cart-container .cart-gift-item .action.continue {
      float: left; } }

.abs-field-date .control, .field.date .control {
  position: relative; }

.abs-field-date-input, .abs-field-date input, .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px); }

.abs-field-tooltip, .field .control._with-tooltip {
  position: relative; }
  .abs-field-tooltip input, .field .control._with-tooltip input,
  .abs-field-tooltip textarea,
  .field .control._with-tooltip textarea {
    margin-right: 10px;
    width: calc(100% - 36px); }

.abs-checkout-tooltip-content-position-top, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content, .shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999; }
  .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px; }

@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile, .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      margin-top: -21px;
      right: 10px;
      left: auto;
      top: 0; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before {
      border-bottom-color: #999; }
    .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border-bottom-color: #f4f4f4;
      top: 1px; } }

.abs-checkout-title, .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #1d1d1d;
  font-weight: 300;
  line-height: 4.8rem;
  font-size: 2.6rem; }

.abs-sidebar-totals .mark, .cart-totals .mark, .opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px; }
  .abs-sidebar-totals .mark strong, .cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: 400; }

.abs-sidebar-totals .amount, .cart-totals .amount, .opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap; }
  .abs-sidebar-totals .amount strong, .cart-totals .amount strong, .opc-block-summary .table-totals .amount strong {
    font-weight: 400; }

.abs-sidebar-totals .grand .mark, .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px; }


.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right; }
  .abs-sidebar-totals .grand .amount strong, .cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong {
    font-weight: 700; }

.abs-sidebar-totals .msrp, .cart-totals .msrp, .opc-block-summary .table-totals .msrp {
  margin-bottom: 10px; }

.abs-sidebar-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  cursor: pointer; }

.abs-sidebar-totals .totals-tax-summary .amount .price, .cart-totals .totals-tax-summary .amount .price, .opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative; }
  .abs-sidebar-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span, .opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: -5px;
    top: -12px; }

.abs-sidebar-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .mark, .opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0; }

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: ""; }

.abs-sidebar-totals .totals-tax-details, .cart-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #eee; }
  .abs-sidebar-totals .totals-tax-details.shown, .cart-totals .totals-tax-details.shown, .opc-block-summary .table-totals .totals-tax-details.shown {
    display: table-row; }

.abs-discount-block > .title, .cart-summary .block > .title, .paypal-review-discount .block > .title {
  border-top: 1px solid #eee;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative; }
  .abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    position: absolute;
    right: -5px;
    top: 7px; }
  .column.main .abs-discount-block > .title strong, .column.main .cart-summary .block > .title strong, .cart-summary .column.main .block > .title strong, .column.main .paypal-review-discount .block > .title strong, .paypal-review-discount .column.main .block > .title strong {
    font-size: 1.8rem;
    font-weight: 400; }

.abs-discount-block > .content, .cart-summary .block > .content, .paypal-review-discount .block > .content {
  display: none; }

.abs-discount-block.active > .title:after, .cart-summary .active.block > .title:after, .paypal-review-discount .active.block > .title:after {
  content: ""; }

.abs-discount-block.active > .content, .cart-summary .active.block > .content, .paypal-review-discount .active.block > .content {
  display: block; }

.fieldset {
  border: 0;
  margin: 0 0 2.4rem;
  padding: 0;
  letter-spacing: -0.31em; }
  .fieldset > * {
    letter-spacing: normal; }
  .fieldset > .legend {
    margin: 0 0 1.2rem;
    padding: 1.2rem 0;
    box-sizing: border-box;
    float: left;
    line-height: 2.4rem;
    font-size: 2rem; }
    .fieldset > .legend + br {
      clear: both;
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .fieldset:last-child {
    margin-bottom: 0; }
  .fieldset > .field,
  .fieldset > .fields > .field {
    margin: 0 0 2.4rem; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      margin: 0;
      display: inline-block; }
    .fieldset > .field:last-child,
    .fieldset > .fields > .field:last-child {
      margin-bottom: 0; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      font-weight: 700; }
      .fieldset > .field > .label + br,
      .fieldset > .fields > .field > .label + br {
        display: none; }
    .fieldset > .field .choice,
    .fieldset > .fields > .field .choice {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: baseline;
              align-items: baseline; }
      .fieldset > .field .choice input,
      .fieldset > .fields > .field .choice input {
        margin-right: 1.2rem; }
    .fieldset > .field .fields.group:before, .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:before,
    .fieldset > .fields > .field .fields.group:after {
      content: '';
      display: table; }
    .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:after {
      clear: both; }
    .fieldset > .field .fields.group .field,
    .fieldset > .fields > .field .fields.group .field {
      box-sizing: border-box;
      float: left; }
    .fieldset > .field .fields.group.group-2 .field,
    .fieldset > .fields > .field .fields.group.group-2 .field {
      width: 50% !important; }
    .fieldset > .field .fields.group.group-3 .field,
    .fieldset > .fields > .field .fields.group.group-3 .field {
      width: 33.3% !important; }
    .fieldset > .field .fields.group.group-4 .field,
    .fieldset > .fields > .field .fields.group.group-4 .field {
      width: 25% !important; }
    .fieldset > .field .fields.group.group-5 .field,
    .fieldset > .fields > .field .fields.group.group-5 .field {
      width: 20% !important; }
    .fieldset > .field .addon,
    .fieldset > .fields > .field .addon {
      display: -webkit-inline-box;
      display: inline-flex;
      flex-wrap: nowrap;
      padding: 0;
      width: 100%; }
      .fieldset > .field .addon textarea,
      .fieldset > .field .addon select,
      .fieldset > .field .addon input,
      .fieldset > .fields > .field .addon textarea,
      .fieldset > .fields > .field .addon select,
      .fieldset > .fields > .field .addon input {
        -webkit-box-ordinal-group: 3;
                order: 2;
        flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .field .addon .addafter,
      .fieldset > .fields > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addafter {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #eee;
        border-radius: 0;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.6rem;
        height: 4.8rem;
        line-height: 4.4rem;
        padding: 0 1.2rem;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-ordinal-group: 4;
                order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto; }
        .fieldset > .field .addon .addbefore:disabled,
        .fieldset > .field .addon .addafter:disabled,
        .fieldset > .fields > .field .addon .addbefore:disabled,
        .fieldset > .fields > .field .addon .addafter:disabled {
          opacity: 0.5; }
        .fieldset > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .field .addon .addafter::-moz-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .fields > .field .addon .addafter::-moz-placeholder {
          color: #999; }
        .fieldset > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .field .addon .addafter::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
          color: #999; }
        .fieldset > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .field .addon .addafter:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
          color: #999; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addbefore {
        float: left;
        -webkit-box-ordinal-group: 2;
                order: 1; }
    .fieldset > .field .additional,
    .fieldset > .fields > .field .additional {
      margin-top: 2.4rem; }
    .fieldset > .field.required > .label:after,
    .fieldset > .field._required > .label:after,
    .fieldset > .fields > .field.required > .label:after,
    .fieldset > .fields > .field._required > .label:after {
      content: '*';
      color: #e02b27;
      font-size: 1.4rem;
      margin: 0 0 0 5px; }
    .fieldset > .field .note,
    .fieldset > .fields > .field .note {
      font-size: 1.2rem;
      margin: 3px 0 0;
      padding: 0;
      display: inline-block;
      text-decoration: none; }
      .fieldset > .field .note:before,
      .fieldset > .fields > .field .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 12px;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .fieldset > .field.choice .label,
    .fieldset > .fields > .field.choice .label {
      display: inline;
      font-weight: normal; }
    .column:not(.main) .fieldset > .field .label, .column:not(.main)
    .fieldset > .fields > .field .label {
      font-weight: normal; }
    .fieldset > .field .field.choice,
    .fieldset > .fields > .field .field.choice {
      margin-bottom: 10px; }
      .fieldset > .field .field.choice:last-child,
      .fieldset > .fields > .field .field.choice:last-child {
        margin-bottom: 0; }
    .fieldset > .field input[type=file],
    .fieldset > .fields > .field input[type=file] {
      margin: 5px 0; }

.legend + .fieldset,
.legend + div {
  clear: both; }

.legend strong {
  margin-left: 5px; }

fieldset.field {
  border: 0;
  padding: 0; }

.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap; }

.field .message.warning {
  margin-top: 10px; }

.field-error,
div.mage-error[generated] {
  margin-top: 7px; }

.field-error {
  color: #e02b27;
  font-size: 1.2rem; }

.field .tooltip {
  position: relative; }
  .field .tooltip .tooltip-content {
    background: #fff;
    max-width: 320px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #1d1d1d;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .field .tooltip .tooltip-content:after {
      border-width: 5px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:before {
      border-width: 6px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      right: 100%; }
    .field .tooltip .tooltip-content:after {
      border-right-color: #fff;
      margin-top: -5px;
      top: 15px; }
    .field .tooltip .tooltip-content:before {
      border-right-color: #bbb;
      margin-top: -6px;
      top: 15px; }
  .field .tooltip .tooltip-toggle {
    cursor: help; }
  .field .tooltip .tooltip-toggle:hover + .tooltip-content,
  .field .tooltip .tooltip-toggle:focus + .tooltip-content,
  .field .tooltip:hover .tooltip-content {
    display: block; }
  .field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block; }

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled],
  fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  ._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #676767;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0; }

.sidebar .fieldset {
  margin: 0; }
  .sidebar .fieldset > .field:not(.choice):not(:last-child),
  .sidebar .fieldset .fields > .field:not(:last-child) {
    margin: 0 0 2.4rem; }
  .sidebar .fieldset > .field:not(.choice) .label,
  .sidebar .fieldset .fields > .field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%; }
  .sidebar .fieldset > .field:not(.choice) .control,
  .sidebar .fieldset .fields > .field .control {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .fieldset > .field {
    margin: 0 0 2.4rem;
    box-sizing: border-box;
    margin: 0 0 2.4rem; }
    .fieldset > .field > .label {
      margin: 0; }
    .fieldset > .field:before, .fieldset > .field:after {
      content: '';
      display: table; }
    .fieldset > .field:after {
      clear: both; }
    .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
      padding: 1.2rem 15px 0 0;
      width: 0;
      box-sizing: border-box;
      content: ' ';
      height: 1px; }
    .fieldset > .field .description {
      padding: 1.2rem 15px 0 0;
      text-align: right;
      width: 0;
      box-sizing: border-box;
      float: left; }
    .fieldset > .field:not(.choice) > .label {
      padding: 1.2rem 15px 0 0;
      box-sizing: border-box; }
    .fieldset > .field:not(.choice) > .control {
      width: 74.2%; }
  .form .recaptcha {
    margin-left: 0;
    margin-top: 0; } }

@font-face {
  font-family: "neuteboom-icons";
  src: url("../../frontend/Neuteboom/default/nl_NL/fonts/neuteboom-icons/neuteboom.eot");
  src: url("../../frontend/Neuteboom/default/nl_NL/fonts/neuteboom-icons/neuteboom.eot?#iefix") format("embedded-opentype"), url("../../frontend/Neuteboom/default/nl_NL/fonts/neuteboom-icons/neuteboom.woff2") format("woff2"), url("../../frontend/Neuteboom/default/nl_NL/fonts/neuteboom-icons/neuteboom.woff") format("woff"), url("../../frontend/Neuteboom/default/nl_NL/fonts/neuteboom-icons/neuteboom.ttf") format("truetype"), url("../../frontend/Neuteboom/default/nl_NL/fonts/neuteboom-icons/neuteboom.svg#neuteboom-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.columns {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }
  .columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .columns .column {
    max-width: 100%; }
  .columns .column.main {
    padding-bottom: 4.8rem;
    flex-basis: 100%;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .columns .sidebar-main {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .columns .sidebar-additional {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
            order: 2; }

html.ie8 .page-products .columns,
html.ie9 .page-products .columns,
html.ie10 .page-products .columns {
  z-index: 0; }

.containment {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%; }

.page-main {
  padding-left: 1.6rem;
  padding-right: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .page-main {
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (max-width: 767px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .containment {
    padding-left: 16px;
    padding-right: 16px; }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding-left: 24px;
    padding-right: 24px;
    width: auto; }
  .page-main {
    width: 100%;
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto; }
    .ie9 .page-main {
      width: auto; }
  .columns {
    display: block; }
  .column.main {
    min-height: 300px; }
    .page-layout-1column .column.main {
      width: 100%;
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .page-layout-3columns .column.main {
      width: 50%;
      display: inline-block;
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .page-layout-2columns-left .column.main {
      width: 75%;
      float: right;
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .page-layout-2columns-right .column.main {
      width: 75%;
      float: left;
      -webkit-box-ordinal-group: 2;
              order: 1; }
  .sidebar-main {
    padding-right: 2%; }
    .page-layout-3columns .sidebar-main {
      width: 25%;
      float: left;
      -webkit-box-ordinal-group: 2;
              order: 1; }
    .page-layout-2columns-left .sidebar-main {
      width: 25%;
      float: left;
      -webkit-box-ordinal-group: 2;
              order: 1; }
    .page-layout-2columns-right .sidebar-main {
      width: 25%;
      float: left;
      -webkit-box-ordinal-group: 2;
              order: 1; }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0; }
  .sidebar-additional {
    clear: right;
    padding-left: 2%; }
    .page-layout-3columns .sidebar-additional {
      width: 25%;
      float: right;
      -webkit-box-ordinal-group: 4;
              order: 3; }
    .page-layout-2columns-left .sidebar-additional {
      width: 25%;
      float: right;
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .page-layout-2columns-right .sidebar-additional {
      width: 25%;
      float: right;
      -webkit-box-ordinal-group: 3;
              order: 2; }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%; }
  .page-layout-1column-full-width .breadcrumbs,
  .page-layout-1column-full-width .page-wrapper > .widget,
  .page-layout-1column-full-width .page-wrapper > .page-bottom,
  .page-layout-1column-full-width .block.category.event,
  .page-layout-1column-full-width .top-container,
  .page-layout-1column-full-width .page-main {
    max-width: none; }
  .panel.header {
    padding: 10px 20px; } }

@media only screen and (min-width: 1280px) {
  .page-layout-1column .column.main {
    width: 100%;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .page-layout-2columns-left.cms-page-view .column.main {
    width: 62.5%;
    float: right;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .page-layout-2columns-left.cms-page-view .sidebar-main {
    width: 37.5%;
    float: right;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .page-layout-2columns-left.cms-page-view .sidebar-additional {
    width: 37.5%;
    float: right;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%; } }

.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute; }
  .load.indicator:before {
    background: transparent url("../../frontend/Neuteboom/default/nl_NL/images/loader-2.gif") no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    padding: inherit;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .load.indicator > span {
    display: none; }

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5); }
  .loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100; }
  .loading-mask .loader > p {
    display: none; }

body > .loading-mask {
  z-index: 9999; }

._block-content-loading {
  position: relative; }

.message.info {
  border-radius: 0;
  margin: 0 0 2.4rem;
  padding: 1.2rem;
  display: block;
  line-height: 2.4rem;
  font-size: 1.4rem;
  background: #fed52f;
  color: #1d1d1d;
  padding-left: 40px;
  position: relative; }
  .message.info a {
    color: #1d1d1d; }
    .message.info a:hover {
      color: #1d1d1d; }
    .message.info a:active {
      color: #1d1d1d; }
  .message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #c07600;
    content: "";
    font-family: "neuteboom-icons";
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 50%;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.error {
  border-radius: 0;
  margin: 0 0 2.4rem;
  padding: 1.2rem;
  display: block;
  line-height: 2.4rem;
  font-size: 1.4rem;
  background: #e02b27;
  color: #fae5e5;
  padding-left: 40px;
  position: relative; }
  .message.error a {
    color: #fae5e5; }
    .message.error a:hover {
      color: #fae5e5; }
    .message.error a:active {
      color: #fae5e5; }
  .message.error > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #fae5e5;
    content: "";
    font-family: "neuteboom-icons";
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 50%;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.warning {
  border-radius: 0;
  margin: 0 0 2.4rem;
  padding: 1.2rem;
  display: block;
  line-height: 2.4rem;
  font-size: 1.4rem;
  background: #fed52f;
  color: #1d1d1d;
  padding-left: 40px;
  position: relative; }
  .message.warning a {
    color: #1d1d1d; }
    .message.warning a:hover {
      color: #1d1d1d; }
    .message.warning a:active {
      color: #1d1d1d; }
  .message.warning > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #c07600;
    content: "";
    font-family: "neuteboom-icons";
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 50%;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.notice {
  border-radius: 0;
  margin: 0 0 2.4rem;
  padding: 1.2rem;
  display: block;
  line-height: 2.4rem;
  font-size: 1.4rem;
  background: #fed52f;
  color: #1d1d1d;
  padding-left: 40px;
  position: relative; }
  .message.notice a {
    color: #1d1d1d; }
    .message.notice a:hover {
      color: #1d1d1d; }
    .message.notice a:active {
      color: #1d1d1d; }
  .message.notice > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #c07600;
    content: "";
    font-family: "neuteboom-icons";
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 50%;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.success {
  border-radius: 0;
  margin: 0 0 2.4rem;
  padding: 1.2rem;
  display: block;
  line-height: 2.4rem;
  font-size: 1.4rem;
  background: #34BC6F;
  color: #e5efe5;
  padding-left: 40px;
  position: relative; }
  .message.success a {
    color: #e5efe5; }
    .message.success a:hover {
      color: #e5efe5; }
    .message.success a:active {
      color: #e5efe5; }
  .message.success > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #006400;
    content: "";
    font-family: "neuteboom-icons";
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 50%;
    width: 40px;
    position: absolute;
    text-align: center; }

.nav-sections {
  background: #f8f8f8; }

.nav-toggle-wrapper {
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 16px;
  position: absolute;
  top: 16px;
  z-index: 5; }
  .nav-toggle-wrapper .nav-toggle {
    cursor: pointer;
    display: block;
    height: 19px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    width: 24px; }
    .nav-toggle-wrapper .nav-toggle span {
      background: #000;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      height: 3px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all .35s ease;
      transition: all .35s ease;
      -webkit-transition-delay: .3s;
              transition-delay: .3s;
      width: 24px; }
      .nav-toggle-wrapper .nav-toggle span.middle {
        top: 8px; }
      .nav-toggle-wrapper .nav-toggle span.bottom {
        top: 16px; }
    .nav-open .nav-toggle-wrapper .nav-toggle .top {
      -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
              transform: translateY(8px) translateX(0) rotate(45deg); }
    .nav-open .nav-toggle-wrapper .nav-toggle .middle {
      opacity: 0; }
    .nav-open .nav-toggle-wrapper .nav-toggle .bottom {
      -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
              transform: translateY(-8px) translateX(0) rotate(-45deg); }

.navigation .parent .level-top {
  display: block;
  text-decoration: none;
  position: relative; }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px; }
  .navigation .parent .level-top.ui-state-active:after, .navigation .parent .level-top.ui-state-focus:after {
    content: ""; }

@media only screen and (max-width: 767px) {
  .page-header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98; }
  .navigation {
    padding: 0; }
  .nav-sections {
    color: #fff;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100vw - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    width: 80%;
    width: calc(100vw - 54px); }
    .nav-sections .ui-dialog {
      width: auto; }
    .nav-sections .switcher {
      font-size: 1.6rem;
      margin: 0;
      padding: .8rem 3.5rem .8rem 2rem; }
      .nav-sections .switcher .label {
        display: block;
        font-weight: 400;
        margin-bottom: 5px; }
      .nav-sections .switcher-trigger strong {
        display: block;
        text-decoration: none;
        display: inline-block;
        font-weight: normal;
        position: relative; }
        .nav-sections .switcher-trigger strong:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 42px;
          line-height: inherit;
          color: #1d1d1d;
          content: "";
          font-family: "neuteboom-icons";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .nav-sections .switcher-trigger strong:after {
          position: absolute;
          right: -40px;
          top: 2px; }
      .nav-sections .switcher-trigger.active strong:after {
        content: ""; }
      .nav-sections .switcher-dropdown {
        margin: 0;
        padding: 0;
        list-style: none none; }
        .nav-sections .switcher-dropdown a {
          color: inherit; }
      .nav-sections .switcher-language img {
        height: 2.4rem;
        vertical-align: text-bottom; }
      .nav-sections .switcher-language .switcher-option span {
        display: none; }
    .nav-sections .header.links {
      margin: 0;
      padding: 0;
      list-style: none none; }
      .nav-sections .header.links li {
        display: block;
        font-size: 1.6rem;
        margin: 0; }
        .nav-sections .header.links li.greet.welcome {
          border-top: 1px solid #d1d1d1;
          padding: 0.8rem 20px; }
      .nav-sections .header.links a,
      .nav-sections .header.links a:hover {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        padding: 1.2rem 10px; }
        .nav-sections .header.links a:not(.no-display),
        .nav-sections .header.links a:hover:not(.no-display) {
          display: block; }
      .nav-sections .header.links .header.links {
        border: 0; }
  .nav-before-open {
    height: 100%;
    width: 100%; }
    .nav-before-open body {
      height: 100%;
      overflow: hidden;
      position: fixed;
      width: 100%; }
    .nav-before-open .page-wrapper {
      left: 0;
      -webkit-transition: left 0.3s;
      transition: left 0.3s; }
    .nav-before-open .page-wrapper {
      height: 100%;
      overflow: hidden;
      position: relative; }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100vw - 54px); }
  .nav-open .nav-sections {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99; }
  .nav-open .nav-toggle-wrapper:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .nav-sections-items {
    position: relative;
    z-index: 1; }
    .nav-sections-items:before, .nav-sections-items:after {
      content: '';
      display: table; }
    .nav-sections-items:after {
      clear: both; }
  .nav-sections-item-title {
    background: #ebebeb;
    border: solid #dfdfdf;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 53px;
    line-height: 3.6rem;
    padding-top: 10px;
    text-align: center;
    width: 33.33%; }
    .nav-sections-item-title:first-of-type {
      border-width: 0 0 1px 0; }
    .nav-sections-item-title:last-of-type {
      width: 67.67%; }
    .nav-sections-item-title.active {
      background: transparent;
      border-bottom: 0; }
    .nav-sections-item-title .nav-sections-item-switch:hover {
      text-decoration: none; }
    .nav-sections-item-title a {
      color: #fff; }
      .nav-sections-item-title a:active, .nav-sections-item-title a:hover, .nav-sections-item-title a:focus {
        color: #fff; }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    padding: 0 0 2.4rem;
    width: 100%; }
    .nav-sections-item-content:before, .nav-sections-item-content:after {
      content: '';
      display: table; }
    .nav-sections-item-content:after {
      clear: both; }
    .nav-sections-item-content.active {
      display: block; }
  .navigation {
    background: #f8f8f8;
    border: "";
    box-sizing: border-box; }
    .navigation ul {
      margin: 0;
      padding: 0; }
    .navigation li {
      margin: 0; }
    .navigation a {
      display: block;
      padding: 10px 0 10px 15px; }
    .navigation a,
    .navigation a:hover {
      color: #fff;
      text-decoration: none; }
    .navigation .level0 {
      border-top: 0;
      font-size: 16; }
      .navigation .level0 > .level-top {
        background: "";
        font-weight: 700;
        line-height: 4.8rem;
        padding: 0 10px;
        text-transform: uppercase;
        word-wrap: break-word; }
      .navigation .level0.active .all-category .ui-state-focus {
        background: #fff;
        border-color: transparent;
        border-style: none;
        border-width: 0;
        color: #1d1d1d;
        padding-left: 7px;
        -webkit-text-decoration: "";
                text-decoration: "";
        display: inline-block; }
      .navigation .level0 > .level1 {
        font-weight: 600; }
      .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        background: #fff;
        border-color: transparent;
        border-style: none;
        border-width: 0;
        color: #1d1d1d;
        -webkit-text-decoration: "";
                text-decoration: ""; }
        .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
          margin-left: -8px; }
    .navigation li.level0:last-child {
      border-bottom: 0; }
    .navigation .submenu > li {
      word-wrap: break-word; }
    .navigation .submenu:not(:first-child) {
      background: "";
      border: "";
      font-size: "";
      font-weight: 600;
      line-height: 2.4rem;
      left: auto;
      overflow-x: hidden;
      padding: 0;
      position: relative;
      top: auto !important;
      -webkit-transition: left 0.3s ease-out;
      transition: left 0.3s ease-out; }
      .navigation .submenu:not(:first-child) > li > a {
        padding-left: 15px; }
      .navigation .submenu:not(:first-child) > li:last-child {
        margin-bottom: 0; }
      .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px; }
        .navigation .submenu:not(:first-child) ul > li {
          margin: 0; }
          .navigation .submenu:not(:first-child) ul > li a {
            background: "";
            border: "";
            color: #fff;
            -webkit-text-decoration: "";
                    text-decoration: "";
            display: block;
            line-height: normal; }
      .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important; }
      .navigation .submenu:not(:first-child) .active > a {
        background: "";
        border-color: transparent;
        border-style: none;
        border-width: 0;
        color: "";
        padding-left: 7px;
        -webkit-text-decoration: "";
                text-decoration: ""; }
      .navigation .submenu:not(:first-child) .level1.active > a {
        padding-left: 7px; } }

@media only screen and (min-width: 768px) {
  .nav-toggle-wrapper {
    display: none; }
  .nav-sections {
    flex-shrink: 0;
    flex-basis: auto; }
    .nav-sections-item-title {
      display: none; }
    .nav-sections-item-content > * {
      display: none; }
    .nav-sections-item-content > .navigation {
      display: block; }
  .navigation {
    background: #f8f8f8;
    border: "";
    font-size: "";
    font-weight: 600;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3; }
    .navigation:empty {
      display: none; }
    .navigation ul {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      position: relative;
      font-weight: 600; }
      .navigation ul:before, .navigation ul:after {
        content: '';
        display: table; }
      .navigation ul:after {
        clear: both; }
    .navigation li.level0 {
      border-top: none; }
    .navigation .level0 {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      display: inline-block;
      margin: 0;
      position: relative; }
      .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0; }
      .navigation .level0 > .level-top {
        background: "";
        border: "";
        color: #fff;
        line-height: 5.8rem;
        padding: 3rem;
        text-decoration: none;
        box-sizing: border-box;
        position: relative; }
        .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus, .navigation .level0 > .level-top.ui-state-active {
          background: #fff;
          border: "";
          color: #1d1d1d;
          text-decoration: none; }
      .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        background: "";
        border-color: #fff;
        border-style: solid;
        border-width: 0;
        color: #fff;
        text-decoration: none;
        display: inline-block; }
        .navigation .level0.active > .level-top:hover, .navigation .level0.active > .level-top.ui-state-focus, .navigation .level0.active > .level-top.ui-state-active, .navigation .level0.has-active > .level-top:hover, .navigation .level0.has-active > .level-top.ui-state-focus, .navigation .level0.has-active > .level-top.ui-state-active {
          color: #1d1d1d; }
      .navigation .level0.parent:hover > .submenu {
        overflow: visible !important; }
      .navigation .level0 .submenu {
        background: #fff;
        border: 0 solid #eee;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
        font-size: "";
        font-weight: 700;
        min-width: 230px;
        padding: 2rem;
        display: none;
        left: 0;
        margin: 0 !important;
        position: absolute;
        z-index: 1;
        margin-top: 11px; }
        .navigation .level0 .submenu > ul {
          margin-top: 11px; }
          .navigation .level0 .submenu > ul:before, .navigation .level0 .submenu > ul:after {
            content: '';
            display: block;
            overflow: hidden;
            position: absolute; }
          .navigation .level0 .submenu > ul:before {
            color: #fff;
            left: 20px;
            top: -20px;
            border: 10px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #fff;
            z-index: 4; }
          .navigation .level0 .submenu > ul:after {
            border: 11px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #eee;
            color: #eee;
            left: 19px;
            top: -22px;
            z-index: 3; }
        .navigation .level0 .submenu a {
          display: block;
          line-height: inherit;
          background: "";
          border: "";
          color: #1d1d1d;
          padding: 0;
          -webkit-text-decoration: "";
                  text-decoration: ""; }
          .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
            background: none;
            border: "";
            color: #1d1d1d;
            text-decoration: none; }
        .navigation .level0 .submenu .active > a {
          background: "";
          border-color: transparent;
          border-style: none;
          border-width: 0;
          color: "";
          -webkit-text-decoration: "";
                  text-decoration: ""; }
        .navigation .level0 .submenu .submenu {
          top: 0 !important;
          left: 100% !important; }
        .navigation .level0 .submenu .submenu-reverse {
          left: auto !important;
          right: 100%; }
      .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none; }
        .navigation .level0.more:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 22966px;
          line-height: inherit;
          color: #1d1d1d;
          content: "";
          font-family: "neuteboom-icons";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .navigation .level0.more:before {
          display: none; }
        .navigation .level0.more:after {
          cursor: pointer;
          padding: 8px 12px;
          position: relative;
          z-index: 1; }
        .navigation .level0.more:hover > .submenu {
          overflow: visible !important; }
        .navigation .level0.more li {
          display: block; }
  .navigation .parent .level-top {
    overflow: hidden;
    padding-right: 10px; }
    .navigation .parent .level-top:after {
      float: right;
      font-size: 16px;
      line-height: inherit;
      position: relative;
      right: auto;
      top: .2rem; } }

.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 700; }

.pages .item {
  font-size: 1.4rem;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 2.4rem;
  margin: 0 2px 0 0;
  display: -webkit-box;
  display: flex; }
  .pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.pages a.page {
  color: #d5d5d5;
  display: -webkit-box;
  display: flex;
  padding: 0 6px;
  text-decoration: none; }
  .pages a.page:visited {
    color: #959595; }
  .pages a.page:hover {
    color: #1d1d1b;
    text-decoration: none; }
  .pages a.page:active {
    color: #959595; }

.pages strong.page {
  font-size: 1.4rem;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 2.4rem;
  color: #1d1d1d;
  display: -webkit-box;
  display: flex;
  font-weight: 700;
  padding: 0 6px; }

.pages .action {
  border: 1px solid #eee;
  color: #434343;
  display: -webkit-box;
  display: flex;
  padding: 0;
  text-decoration: none; }
  .pages .action:visited {
    color: #434343; }
  .pages .action:hover {
    color: #434343;
    text-decoration: none; }
  .pages .action:active {
    color: #434343; }
  .pages .action.next {
    display: inline-block;
    text-decoration: none; }
    .pages .action.next:visited:before {
      color: #434343; }
    .pages .action.next:active:before {
      color: #434343; }
    .pages .action.next > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.next:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 3.2rem;
      color: #434343;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pages .action.next:hover:before {
      color: #434343; }
    .pages .action.next:active:before {
      color: #434343; }
  .pages .action.previous {
    display: inline-block;
    text-decoration: none; }
    .pages .action.previous:visited:before {
      color: #434343; }
    .pages .action.previous:active:before {
      color: #434343; }
    .pages .action.previous > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.previous:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 3.2rem;
      color: #434343;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pages .action.previous:hover:before {
      color: #434343; }
    .pages .action.previous:active:before {
      color: #434343; }

.pages .action {
  width: 34px; }
  .pages .action.previous {
    margin-right: 12px; }
  .pages .action.next {
    margin-left: 12px; }

.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 400; }
  .ui-dialog.popup .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: inherit;
    content: "";
    font-family: "neuteboom-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .ui-dialog.popup .action.close:hover:before {
    color: inherit; }
  .ui-dialog.popup .action.close:active:before {
    color: inherit; }
  .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close:hover {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled],
  fieldset[disabled] .ui-dialog.popup .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px; }
  .popup-pointer:before, .popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid; }
  .popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99; }
  .popup-pointer:after {
    left: 1px;
    top: 0;
    border: solid 7px;
    border-color: transparent transparent #eee transparent;
    z-index: 98; }

@media only screen and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px; } }

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline; }

.price-including-tax,
.price-excluding-tax {
  font-size: 18px;
  line-height: 1; }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-weight: 700; }

.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  font-size: 18px; }
  .price-including-tax + .price-excluding-tax:before,
  .weee[data-label]:before {
    content: attr(data-label) ": ";
    font-size: 14px; }
  .price-including-tax + .price-excluding-tax .price,
  .weee[data-label] .price {
    font-size: 14px; }

body {
  margin: 0;
  padding: 0; }

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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

nav ul,
nav ol {
  list-style: none none; }

img {
  border: 0; }

img,
object,
video,
embed {
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

html {
  font-size: 62.5%;
  font-size-adjust: 100%; }

body {
  color: #1d1d1d;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  font-size: 1.4rem; }

p {
  margin-top: 0; }

p {
  margin-bottom: 2.4rem; }

abbr[title] {
  border-bottom: 1px dotted #eee;
  cursor: help; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

mark {
  background: #f8f8f8;
  color: black; }

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

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px; }

sub,
sup {
  font-size: 71.42857%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dfn {
  font-style: italic; }

h1 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 4.8rem;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h2 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 4.8rem;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h3 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h4 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h5 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h6 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  color: #1d1d1d;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

a,
.alink {
  color: #6a6a6a;
  text-decoration: underline; }
  a:hover,
  .alink:hover {
    color: #1d1d1b;
    text-decoration: none; }
  a:active,
  .alink:active {
    color: #959595;
    text-decoration: underline; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 2.4rem; }
  ul > li,
  ol > li {
    margin-top: 0;
    margin-bottom: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

dl {
  margin-bottom: 0;
  margin-top: 0; }

dt {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0; }

dd {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  background: #f8f8f8;
  color: black;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap; }

kbd {
  background: #f8f8f8;
  color: black;
  padding: 2px 4px;
  font-size: 1.2rem; }

pre {
  background: #f8f8f8;
  border: 1px solid #eee;
  color: black;
  line-height: 2.4rem;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

blockquote {
  border-left: 0 solid #eee;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #1d1d1d;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 2.4rem;
  font-size: 1.4rem; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #1d1d1d;
    line-height: 2.4rem;
    font-size: 1rem;
    display: block; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "— "; }
  blockquote cite {
    font-style: normal; }

blockquote:before, blockquote:after {
  content: ''; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

cite {
  font-style: normal; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
  table th {
    text-align: left; }
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    vertical-align: top; }
  table > thead > tr > th,
  table > thead > tr > td {
    vertical-align: bottom; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 1.2rem 10px; }

button, .cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: #fff;
  border: 0.2rem solid #eee;
  border-radius: 0;
  color: #1d1d1b;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0 15px;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 4.4rem;
  box-sizing: border-box;
  vertical-align: middle; }
  button:focus, .cart.table-wrapper .actions-toolbar > .action:focus, button:active, .cart.table-wrapper .actions-toolbar > .action:active {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  button:hover, .cart.table-wrapper .actions-toolbar > .action:hover {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  button.disabled, .cart.table-wrapper .actions-toolbar > .disabled.action, button[disabled], .cart.table-wrapper .actions-toolbar > .action[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .action {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner {
    border: 0;
    padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  height: 4.8rem;
  line-height: 4.4rem;
  padding: 0 1.2rem;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="url"]:disabled,
  input[type="tel"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="datetime"]:disabled,
  input[type="email"]:disabled {
    opacity: 0.5; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder {
    color: #999; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #999; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #999; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input[type="search"] {
  -webkit-appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  height: 4.8rem;
  line-height: 4.4rem;
  padding: 0 2.4rem 0 1.2rem;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  background-image: url(../../frontend/Neuteboom/default/nl_NL/images/down.svg);
  background-position: right center;
  background-size: 21px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat; }
  select:disabled {
    opacity: 0.5; }

select::-ms-expand {
  display: none; }

select[multiple="multiple"] {
  height: auto;
  background-image: none;
  padding: 0; }

textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  height: auto;
  line-height: 2.4rem;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; }
  textarea:disabled {
    opacity: 0.5; }
  textarea::-moz-placeholder {
    color: #999; }
  textarea::-webkit-input-placeholder {
    color: #999; }
  textarea:-ms-input-placeholder {
    color: #999; }

input[type="checkbox"] {
  margin: 2px 5px 0 0; }
  input[type="checkbox"]:disabled {
    opacity: 0.5; }

input[type="radio"] {
  margin: 2px 5px 0 0; }
  input[type="radio"]:disabled {
    opacity: 0.5; }

input.mage-error, input.validation-failed,
select.mage-error,
select.validation-failed,
textarea.mage-error,
textarea.validation-failed {
  border-color: #ed8380; }

div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

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

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

address {
  font-style: normal; }

*:focus {
  box-shadow: none; }

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #1d1d1d; }

.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%; }
    .product.data.items > .item.title > .switch {
      display: block; }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
    .product.data.items > .item.content:before, .product.data.items > .item.content:after {
      content: '';
      display: table; }
    .product.data.items > .item.content:after {
      clear: both; }
    .product.data.items > .item.content.active {
      display: block; }
  .product.data.items > .item.title {
    margin: 0 0 5px; }
  .product.data.items > .item.title > .switch {
    background: none;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    height: 2.2rem;
    padding: 0 20px 0 20px;
    color: #434343;
    font-weight: 600;
    line-height: 2.2rem;
    font-size: 1.6rem;
    color: #434343;
    text-decoration: none; }
    .product.data.items > .item.title > .switch:hover {
      color: #434343;
      text-decoration: none; }
    .product.data.items > .item.title > .switch:active {
      color: #1d1d1d;
      text-decoration: none; }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: none; }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: none;
    padding-bottom: 0; }
  .product.data.items > .item.content {
    background: none;
    border: 1px solid #eee;
    margin: 0 0 5px;
    padding: 2.4rem 20px 2.4rem 20px; }

.sectiontitle {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2.4rem;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700; }

@media only screen and (max-width: 767px) {
  .product.data.items .data.item {
    display: block; }
  .product.data.items > .item.content {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 1.2rem 10px; } }

@media only screen and (min-width: 768px) {
  .product.data.items {
    position: relative;
    z-index: 1; }
    .product.data.items:before, .product.data.items:after {
      content: '';
      display: table; }
    .product.data.items:after {
      clear: both; }
    .product.data.items > .item.title {
      float: left;
      width: auto; }
      .product.data.items > .item.title > .switch {
        height: 2.4rem;
        display: block;
        position: relative;
        z-index: 2; }
    .product.data.items > .item.content {
      margin-top: 2.4rem;
      box-sizing: border-box;
      width: 100%; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0 5px 0 0; }
      .product.data.items > .item.title > .switch {
        color: #434343;
        font-weight: 600;
        line-height: 2.4rem;
        font-size: 1.4rem;
        color: #434343;
        text-decoration: none;
        background: none;
        border: 1px solid #eee;
        border-bottom: none;
        height: 2.4rem;
        padding: 0 20px 0 20px; }
        .product.data.items > .item.title > .switch:hover {
          color: #434343;
          text-decoration: none; }
        .product.data.items > .item.title > .switch:active {
          color: #1d1d1d;
          text-decoration: none; }
      .product.data.items > .item.title:not(.disabled) > .switch:focus,
      .product.data.items > .item.title:not(.disabled) > .switch:hover {
        background: none; }
      .product.data.items > .item.title:not(.disabled) > .switch:active,
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        background: none;
        color: #1d1d1d; }
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        padding-bottom: 1px; }
    .product.data.items > .item.content {
      background: #fff;
      margin-top: 2.4rem;
      padding: 2.4rem 20px 2.4rem 20px;
      border: 0;
      border-top: 1px solid #eee; }
    .product.data.items > .item.content {
      border: none;
      border-bottom: 1px solid #eee;
      padding: 1.2rem 0; } }

.table-wrapper {
  margin-bottom: 2.4rem; }

table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.table:not(.cart):not(.totals) {
  border: none; }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td,
  .table:not(.cart):not(.totals) > tbody > tr > th,
  .table:not(.cart):not(.totals) > tbody > tr > td,
  .table:not(.cart):not(.totals) > tfoot > tr > th,
  .table:not(.cart):not(.totals) > tfoot > tr > td {
    border: none; }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td {
    border-bottom: 1px solid #eee; }
  .table:not(.cart):not(.totals) tfoot > tr:first-child th,
  .table:not(.cart):not(.totals) tfoot > tr:first-child td {
    border-top: 1px solid #eee;
    padding-top: 20px; }
  .table:not(.cart):not(.totals) tfoot .mark {
    font-weight: 400;
    text-align: right; }

@media only screen and (max-width: 639px) {
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative; }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
      border: none;
      display: block; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
        display: none; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
        display: block; }
        .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
          display: block; }
          .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
          .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
            border-bottom: none;
            display: block;
            padding: 0.6rem; }
            .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
            .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
              padding-right: 10px;
              content: attr(data-th) ": ";
              display: inline-block;
              color: #0a0a0a;
              font-weight: 700; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
        padding-top: 20px; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
        padding-bottom: 20px; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
        border: none;
        padding: 0 0 5px; }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
      display: block; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
        display: block; }
        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
          padding-top: 20px; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
        box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        width: 70%; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
        box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        width: 30%; }
  .data-table-definition-list thead {
    display: none; }
  .data-table-definition-list tbody th {
    padding-bottom: 0; }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0; } }

.tooltip.wrapper {
  position: relative; }
  .tooltip.wrapper .tooltip.content {
    background: #fff;
    max-width: 320px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #1d1d1d;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-top: 5px;
    left: 0;
    top: 100%; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .tooltip.wrapper .tooltip.content:after {
      border-width: 5px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:before {
      border-width: 6px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      bottom: 100%; }
    .tooltip.wrapper .tooltip.content:after {
      border-bottom-color: #fff;
      left: 15px;
      margin-left: -5px; }
    .tooltip.wrapper .tooltip.content:before {
      border-bottom-color: #bbb;
      left: 15px;
      margin-left: -6px; }
  .tooltip.wrapper .tooltip.toggle {
    cursor: help; }
  .tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
  .tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
  .tooltip.wrapper:hover .tooltip.content {
    display: block; }
  .tooltip.wrapper .tooltip.content dl {
    margin-bottom: 0; }
  .tooltip.wrapper .tooltip.content dd {
    white-space: normal; }
  .tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px; }
  .tooltip.wrapper .tooltip.content .label {
    margin-top: 10px; }
    .tooltip.wrapper .tooltip.content .label:first-child {
      margin-top: 0; }
  .tooltip.wrapper .tooltip.content .values {
    margin: 0; }

.ui-tooltip {
  position: absolute;
  z-index: 9999; }

@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem; } }

.items {
  margin: 0;
  padding: 0;
  list-style: none none; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 34px; }
  h2 {
    font-size: 26px; } }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000; }

.modals-overlay {
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto; }

.modal-slide .action-close,
.modal-popup .action-close,
.modal-custom .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: 25px; }
  .modal-slide .action-close:focus, .modal-slide .action-close:active,
  .modal-popup .action-close:focus,
  .modal-popup .action-close:active,
  .modal-custom .action-close:focus,
  .modal-custom .action-close:active {
    background: none;
    border: none; }
  .modal-slide .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-custom .action-close:hover {
    background: none;
    border: none; }
  .modal-slide .action-close.disabled, .modal-slide .action-close[disabled],
  fieldset[disabled] .modal-slide .action-close,
  .modal-popup .action-close.disabled,
  .modal-popup .action-close[disabled],
  fieldset[disabled]
  .modal-popup .action-close,
  .modal-custom .action-close.disabled,
  .modal-custom .action-close[disabled],
  fieldset[disabled]
  .modal-custom .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .modal-slide .action-close > span,
  .modal-popup .action-close > span,
  .modal-custom .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .modal-slide .action-close:before,
  .modal-popup .action-close:before,
  .modal-custom .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #8f8f8f;
    content: "";
    font-family: "neuteboom-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .modal-slide .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-custom .action-close:hover:before {
    color: #040404; }
  .modal-slide .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-custom .action-close:active:before {
    color: inherit; }

.modal-slide {
  left: 44px;
  z-index: 900; }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .action-close {
    padding: 2.1rem 3rem; }
  .modal-slide .page-main-actions {
    margin-bottom: 2.1rem;
    margin-top: 2.1rem; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem; }
  .modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem; }

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto; }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie11 .modal-popup._inner-scroll,
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie11 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word; }
  .modal-popup .action-close {
    padding: 10px; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem; }
  .modal-popup .modal-footer-actions {
    text-align: right; }

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900; }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900; }
    .custom-slide._show {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: auto; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto; }
    .custom-slide .modal-inner-wrap {
      background-color: #f4f4f4;
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }
    body._has-modal-custom .modal-custom-overlay {
      background-color: rgba(51, 51, 51, 0.5); } }

@media only screen and (max-width: 768px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4; }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%; }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700; } }

@media only screen and (min-width: 769px) {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right; } }

[class*='-align-'] {
  display: -webkit-box;
  display: flex; }

[class*='horizontal-align-left'] {
  align-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  [class*='horizontal-align-left'] > * {
    align-self: flex-start; }

[class*='horizontal-align-center'] {
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  [class*='horizontal-align-center'] > * {
    align-self: center; }

[class*='horizontal-align-right'] {
  align-content: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end; }
  [class*='horizontal-align-right'] > * {
    align-self: flex-end; }

[class*='vertical-align-top'] {
  align-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start; }

[class*='vertical-align-center'] {
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center; }

[class*='vertical-align-bottom'] {
  align-content: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end; }

.scrolltotop {
  display: inline-block;
  text-decoration: none;
  background: #1d1d1d;
  bottom: 20px;
  color: white;
  cursor: pointer;
  display: none;
  line-height: 3.6rem;
  opacity: .9;
  position: fixed;
  right: 20px;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
  z-index: 3; }
  .scrolltotop:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: #fff;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .scrolltotop > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .scrolltotop:hover {
    background: #1d1d1d; }

/*
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
.bx-wrapper {
  margin: 0 auto;
  padding: 0 40px;
  position: relative; }

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
          transform: translatez(0); }

.bx-wrapper img {
  display: block;
  max-width: 100%; }

.bx-wrapper .bx-has-pager {
  padding-bottom: 4.8rem; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%; }

/* LOADER */
.bx-loading {
  background: transparent url("../../frontend/Neuteboom/default/nl_NL/images/loader-2.gif") no-repeat 50% 50%;
  height: 100%;
  left: 0;
  min-height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  color: #666;
  left: 0;
  font-size: .85em;
  padding-top: 2.4rem;
  text-align: center; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  text-indent: -9999px;
  width: 12px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  display: inline-block;
  text-decoration: none;
  left: 0; }
  .bx-wrapper .bx-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .bx-wrapper .bx-prev:before {
    left: 0;
    position: absolute;
    text-indent: 0; }

.bx-wrapper .bx-next {
  display: inline-block;
  text-decoration: none;
  right: 0; }
  .bx-wrapper .bx-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .bx-wrapper .bx-next:before {
    position: absolute;
    right: 0;
    text-indent: 0; }

.bx-wrapper .bx-controls-direction a {
  background: transparent;
  bottom: 0;
  color: #1d1d1d;
  height: 40px;
  margin: auto;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 40px;
  z-index: 2; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 40px; }

/* CONTENT STYLING */
.content-slider .gutter {
  display: block;
  height: 0;
  width: 20px; }

.content-slider .bxslider {
  background: transparent url("../../frontend/Neuteboom/default/nl_NL/images/loader-2.gif") no-repeat 50% 50%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0; }
  .content-slider .bxslider.loaded {
    background: none;
    height: auto; }
    .content-slider .bxslider.loaded .slide {
      visibility: visible; }
  .content-slider .bxslider .slide {
    flex-basis: 25%;
    text-align: left;
    visibility: hidden; }
    .content-slider .bxslider .slide:last-of-type {
      margin-right: 0; }

.content-slider .bx-viewport .bxslider .slide {
  flex-basis: auto; }

.content-slider .image {
  text-align: center; }
  .content-slider .image img {
    display: inline-block;
    max-height: 100%; }

.qty-control {
  display: inline-block;
  position: relative;
  white-space: nowrap; }
  .qty-control:before, .qty-control:after {
    content: '';
    display: table; }
  .qty-control:after {
    clear: both; }
  .qty-control .input-text.qty {
    height: 4.8rem;
    text-align: center;
    vertical-align: top;
    width: 6rem; }
    .qty-control .input-text.qty.mage-error {
      border-color: #fae5e5;
      color: #fae5e5; }
  .qty-control .qty-button {
    background: #f8f8f7;
    border-color: #f8f8f7;
    border-radius: 0;
    color: #1d1d1b;
    height: 4.8rem;
    line-height: 4.2rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media only screen and (min-width: 768px) {
      .qty-control .qty-button:hover {
        background-color: #eee;
        border-color: #eee; } }
    .qty-control .qty-button:not(.disabled) {
      cursor: pointer; }
    .qty-control .qty-button.btn-up {
      background-color: #eee;
      border-color: #eee; }
  .qty-control .mage-error[generated] {
    border-radius: 0;
    margin: 0 0 2.4rem;
    padding: 1.2rem;
    display: block;
    line-height: 2.4rem;
    font-size: 1.4rem;
    background: #e02b27;
    color: #fae5e5;
    font-size: 10px;
    left: 50%;
    margin: 1.2rem 0 0 -100%;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200%;
    white-space: normal; }
    .qty-control .mage-error[generated] a {
      color: #fae5e5; }
      .qty-control .mage-error[generated] a:hover {
        color: #fae5e5; }
      .qty-control .mage-error[generated] a:active {
        color: #fae5e5; }

.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block; }

.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 2.4rem; }
  .block-banners .banner-item-content img,
  .block-banners-inline .banner-item-content img {
    display: block;
    margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem; } }

.payment-method-braintree .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  height: 4.8rem;
  line-height: 4.4rem;
  padding: 0 1.2rem;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px; }
  .payment-method-braintree .hosted-control:disabled {
    opacity: 0.5; }
  .payment-method-braintree .hosted-control::-moz-placeholder {
    color: #999; }
  .payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #999; }
  .payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #999; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
    border-color: #006bb4; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
    border-color: #fae5e5; }
    .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
      height: auto;
      opacity: 1; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
    border-color: #e5efe5; }
  .payment-method-braintree .hosted-control.hosted-cid {
    width: 5rem; }
  .payment-method-braintree .hosted-control.hosted-date {
    float: left;
    margin-bottom: 7px;
    width: 6rem; }
    .payment-method-braintree .hosted-control.hosted-date:first-of-type {
      margin-right: 50px; }
      .payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
        content: '/';
        display: inline;
        padding-bottom: inherit;
        padding-top: inherit;
        position: absolute;
        right: -25px;
        top: 5px; }

.payment-method-braintree .field-tooltip {
  right: 0; }

.payment-method-braintree .hosted-error {
  clear: both;
  color: #fae5e5;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0; }

.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center; }

.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block; }
  .braintree-paypal-account:before {
    background-image: url("../../frontend/Neuteboom/default/nl_NL/Magento_Braintree/images/paypal-small.png");
    background-position-x: 0;
    background-position-y: 0;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin: ""; }
  @media only screen and (min-width: 768px) {
    .braintree-paypal-account {
      border-color: #ccc;
      border-style: solid;
      border-width: 1px 0;
      display: inline-block;
      width: 50%; } }
  .braintree-paypal-account:before {
    left: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%; }
  .braintree-paypal-account .payment-method-type {
    font-weight: 700; }
  .braintree-paypal-account .payment-method-description {
    color: #575757; }

.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 400; }
  .action-braintree-paypal-logo:focus, .action-braintree-paypal-logo:active {
    background: none;
    border: none; }
  .action-braintree-paypal-logo:hover {
    background: none;
    border: none; }
  .action-braintree-paypal-logo.disabled, .action-braintree-paypal-logo[disabled],
  fieldset[disabled] .action-braintree-paypal-logo {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .action-braintree-paypal-logo img {
    margin: 0;
    width: 114px; }

.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0; }

.account .table .col.paypal-account img {
  vertical-align: middle; }

.account .table .col.paypal-account + .actions {
  vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .account .table-credit-cards .col.actions {
    width: 100px; } }

.bundle-info .product-image-container {
  display: inline-block; }

.bundle-info .name {
  display: block; }

.bundle-info .available {
  margin-bottom: 0; }

.bundle-options-container {
  clear: both;
  margin-bottom: 40px; }
  .bundle-options-container .legend.title {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 4.8rem;
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 2.4rem; }
  @media only screen and (min-width: 768px) {
    .bundle-options-container .bundle-options-wrapper,
    .bundle-options-container .product-options-wrapper {
      float: left;
      width: 57%; } }
  @media only screen and (min-width: 768px) {
    .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
    .page-layout-3columns .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-left
    .bundle-options-container .block-bundle-summary,
    .page-layout-2columns-right
    .bundle-options-container .block-bundle-summary,
    .page-layout-3columns
    .bundle-options-container .block-bundle-summary {
      width: 48%; } }
  .bundle-options-container .product-add-form {
    display: none; }
  .bundle-options-container .product-options-wrapper {
    margin-bottom: 30px; }
  .bundle-options-container .action.back {
    margin-bottom: 30px; }
  .bundle-options-container .price-box .price {
    font-size: 16px;
    font-weight: 700; }
  .bundle-options-container .price-box .price-from,
  .bundle-options-container .price-box .price-to {
    margin: 0; }
  .bundle-options-container .block-bundle-summary {
    background: #f5a800;
    border: 1px solid #eee;
    padding: 0 20px 2.4rem; }
    @media only screen and (min-width: 768px) {
      .bundle-options-container .block-bundle-summary {
        float: right;
        position: relative;
        width: 40%; } }
    .bundle-options-container .block-bundle-summary > .title > strong {
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      line-height: 4.8rem;
      font-size: 2.4rem;
      margin-top: 0;
      margin-bottom: 2.4rem; }
    .bundle-options-container .block-bundle-summary .bundle-summary {
      margin-top: 30px; }
      .bundle-options-container .block-bundle-summary .bundle-summary.empty {
        display: none; }
      .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
        font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        line-height: 2.4rem;
        font-size: 1.6rem;
        margin-top: 0;
        margin-bottom: 2.4rem;
        display: block; }
    .bundle-options-container .block-bundle-summary .bundle.items > li {
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .box-tocart .actions {
      display: inline-block;
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .product-addto-links > .action {
      vertical-align: top; }
  .bundle-options-container .nested .field.qty {
    margin-top: 2.4rem; }
    .bundle-options-container .nested .field.qty .label {
      font-weight: 700;
      margin: 0 0 5px;
      display: inline-block; }
  .bundle-options-container p.required {
    color: #e02b27; }
  .bundle-options-container .product-options-bottom {
    clear: left; }

.category-view {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .category-view {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; } }

.category-image {
  margin-bottom: 2.4rem; }
  @media only screen and (min-width: 768px) {
    .category-image {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      box-sizing: border-box;
      max-width: 50%; } }
  @media only screen and (min-width: 768px) {
    .category-image + .category-description {
      margin-left: 20px; } }
  .category-image .image {
    display: block;
    height: auto;
    max-width: 100%; }

@media only screen and (min-width: 768px) {
  .category-description {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-bottom: 2.4rem; } }

@media only screen and (min-width: 768px) {
  .category-description p {
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .category-description p + p {
    margin-top: 2.4rem; } }

.products {
  margin: 2.4rem 0; }

.product-item-name {
  display: block;
  font-size: 14px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin: 0 0 1.2rem;
  word-wrap: break-word; }
  @media only screen and (min-width: 768px) {
    .product-item-name {
      font-size: 16px; } }

.product-item-photo {
  position: relative; }

.product-item-details {
  text-align: left; }

.product-item-actions {
  display: none; }
  .product-item-actions .actions-secondary > .action:before {
    margin: 0; }
  .product-item-actions .actions-secondary > .action.towishlist:before {
    content: ""; }
  .product-item-actions .actions-secondary > .action.tocompare:before {
    content: ""; }
  .product-item-actions .actions-secondary > .action.tocompare:before {
    font-size: 3.8rem; }

.product-item-description {
  margin: 2.4rem 0; }
  .product-item-description p:last-of-type {
    margin-bottom: 0; }

.product-item .price-box {
  display: -webkit-box;
  display: flex;
  font-size: 12px; }
  .product-item .price-box .price {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap; }
  .product-item .price-box .price-label {
    display: none; }
  .product-item .price-box + .field.related {
    margin-top: -2.4rem; }
  .product-item .price-box > .price-box {
    padding: 0; }

.product-item .old-price * {
  text-decoration: inherit; }

.product-item .old-price .price {
  font-size: 16px;
  font-weight: normal; }

.product-item .special-price {
  margin-right: 1.2rem; }

.product-item .minimal-price .price-container {
  display: block; }

.product-item .minimal-price-link {
  margin-left: 1.2rem; }

.product-item .price-from,
.product-item .price-to {
  margin: 0; }

.price-container .price {
  font-size: 14px; }

.price-container .price-including-tax,
.price-container .price-excluding-tax {
  display: block;
  line-height: 2.4rem; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 14px; }

.price-container .weee:before {
  content: "(" attr(data-label) ": "; }

.price-container .weee:after {
  content: ')'; }

.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": "; }

.products-grid-slider div.product-item-info {
  margin: 0; }

@media only screen and (min-width: 768px) {
  .main .product-item-actions {
    display: block; } }

@media only screen and (min-width: 768px) {
  .main .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px; } }

@media only screen and (min-width: 768px) {
  .main .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0; } }

.products-grid {
  margin-left: -1.6rem; }
  .products-grid .product-item-info {
    border: 1px solid #efefef;
    border-radius: 0px;
    padding: 1.2rem; }
  .products-grid .product-items {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .products-grid .product-items .product-item {
      flex-basis: 50%;
      width: 50%;
      margin-left: 1.6rem;
      max-width: calc(50% - 1.6rem);
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      margin-bottom: 1.6rem; }
      .products-grid .product-items .product-item-info {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
                flex-grow: 1;
        padding: 1.6rem; }
      .products-grid .product-items .product-item-photo {
        flex-shrink: 0;
        float: none;
        margin: 0 auto;
        width: 100%; }
        .products-grid .product-items .product-item-photo a {
          cursor: pointer;
          display: block; }
      .products-grid .product-items .product-item-name {
        font-weight: normal;
        margin: 0;
        padding: 1.2rem 0; }
      .products-grid .product-items .product-item-link {
        color: #1d1d1d; }
      .products-grid .product-items .product-item-details {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-flex: 1;
                flex-grow: 1;
        width: 100%; }
        .products-grid .product-items .product-item-details .product-item-content {
          -webkit-box-flex: 1;
                  flex-grow: 1;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          -webkit-box-pack: justify;
                  justify-content: space-between; }
        .products-grid .product-items .product-item-details .product-item-price {
          height: 100%;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: end;
                  align-items: flex-end; }
        .products-grid .product-items .product-item-details .price-box .minimal-price {
          margin-bottom: 0; }
      .products-grid .product-items .product-item-inner {
        padding: 1.6rem 0 0;
        width: 100%; }
        .products-grid .product-items .product-item-inner .stock.unavailable {
          line-height: 48px; }
  .products-grid .product-reviews-summary {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .products-grid .product-reviews-summary .reviews-actions {
      display: none; }
  .products-grid .tocart {
    padding: 0 1.2rem;
    width: 100%; }
  .products-grid .product-item-actions .actions-secondary > * {
    margin-top: 1.2rem; }
  .products-grid .product-item-info {
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .products-grid .product-item-info {
        border: 1px solid #efefef;
        border-radius: 0px;
        padding: 1.2rem;
        -webkit-transition: border-color 0.25s ease-out;
        transition: border-color 0.25s ease-out; } }
    @media only screen and (min-width: 768px) {
      .products-grid .product-item-info:hover {
        border-color: #1d1d1d; } }
    @media only screen and (min-width: 768px) {
      .products-grid .product-item-info:hover .product-item-inner {
        opacity: 1; } }
  @media only screen and (min-width: 768px) {
    .products-grid .product-item-photo {
      display: block;
      position: relative;
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    .products-grid .product-item-inner {
      padding: 1.2rem 0 0;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease-out;
      transition: opacity 0.25s ease-out; } }
  @media only screen and (min-width: 640px) {
    .products-grid .product-item {
      flex-basis: 33%;
      width: 33%;
      max-width: calc(33% - 1.6rem); } }
  @media only screen and (min-width: 1024px) {
    .products-grid .product-item {
      flex-basis: 25%;
      width: 25%;
      max-width: calc(25% - 1.6rem); } }
  @media only screen and (min-width: 1280px) {
    .products-grid .product-item {
      flex-basis: 20%;
      width: 20%;
      max-width: calc(20% - 1.6rem); } }

.block-new-products .block-content,
.block.related .block-content,
.block.crosssell .block-content {
  overflow-x: scroll; }

.block-new-products .products-grid .product-items,
.block.related .products-grid .product-items,
.block.crosssell .products-grid .product-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap; }

@media only screen and (min-width: 640px) {
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    flex-basis: 33%;
    width: 33%;
    max-width: calc(33% - 1.6rem); } }

@media only screen and (min-width: 768px) {
  .page-products.page-layout-1column .products-grid .product-item {
    flex-basis: 25%;
    width: 25%;
    max-width: calc(25% - 1.6rem); } }

@media only screen and (min-width: 1024px) {
  .page-products .products-grid .product-item {
    flex-basis: 25%;
    width: 25%;
    max-width: calc(25% - 1.6rem); } }

@media only screen and (min-width: 1024px) {
  .page-products.page-layout-1column .products-grid .product-item {
    flex-basis: 20%;
    width: 20%;
    max-width: calc(20% - 1.6rem); } }

@media only screen and (min-width: 1024px) {
  .page-products.page-layout-3columns .products-grid .product-item {
    flex-basis: 33%;
    width: 33%;
    max-width: calc(33% - 1.6rem); } }

@media only screen and (min-width: 1280px) {
  .grid.products-grid .product-item {
    flex-basis: 25%;
    width: 25%;
    max-width: calc(25% - 1.6rem); } }

@media only screen and (min-width: 1280px) {
  .page-products.page-layout-1column .grid.products-grid .product-item {
    flex-basis: 20%;
    width: 20%;
    max-width: calc(20% - 1.6rem); } }

@media only screen and (min-width: 1280px) {
  .page-products.page-layout-3columns .grid.products-grid .product-item {
    flex-basis: 25%;
    width: 25%;
    max-width: calc(25% - 1.6rem); } }

.products-list .product-item {
  margin: 2.4rem 0;
  width: 100%; }
  .products-list .product-item-info {
    display: -webkit-box;
    display: flex; }
  .products-list .product-item-photo {
    padding-right: 2.4rem;
    text-align: center;
    width: 40%; }
    @media only screen and (min-width: 768px) {
      .products-list .product-item-photo {
        width: 25%; } }
  .products-list .product-item-details {
    box-sizing: border-box;
    width: 60%; }
    @media only screen and (min-width: 768px) {
      .products-list .product-item-details {
        display: -webkit-box;
        display: flex;
        width: 75%; } }
  .products-list .product-item-content {
    padding-right: 2.4rem; }
    @media only screen and (min-width: 768px) {
      .products-list .product-item-content {
        width: 60%; } }
  @media only screen and (min-width: 768px) {
    .products-list .product-item-inner {
      width: 40%; } }
  .products-list .product-item-description {
    display: none; }
    @media only screen and (min-width: 480px) {
      .products-list .product-item-description {
        display: block; } }

.products-list .price-box {
  margin-bottom: 2.4rem; }

.products-list .product-reviews-summary {
  position: absolute;
  top: 0;
  left: 0; }

.products-list .qty-control {
  float: left;
  margin-bottom: 1.2rem;
  padding-right: 1.2rem; }

.products-list .tocart {
  padding: 0 1.2rem;
  height: 4.8rem; }

.page-products .columns {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .page-products .columns {
      padding-top: 0; } }

.products-grid + .toolbar-products .dummy-filter-btn {
  display: none; }

.toolbar .pages .item {
  cursor: pointer; }
  .toolbar .pages .item.current .page {
    text-align: center; }

.toolbar-amount {
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
  display: none;
  line-height: 2.4rem;
  margin: 0;
  vertical-align: middle; }
  @media only screen and (min-width: 768px) {
    .toolbar-amount {
      display: block;
      float: left; } }
  .products.wrapper ~ .toolbar .toolbar-amount {
    display: none; }

.toolbar-products {
  margin-bottom: 4.8rem;
  text-align: right; }
  .toolbar-products .pages {
    display: none; }
    .products.wrapper ~ .toolbar-products .pages {
      display: block; }
  .toolbar-products .limiter {
    display: none; }
    .toolbar-products .limiter .control {
      display: inline-block; }

@media only screen and (min-width: 768px) {
  .sorter {
    float: right; } }

.sorter label {
  display: none; }

.products.wrapper ~ .toolbar .sorter {
  display: none; }

.sorter-options {
  margin: 0 0 0 7px;
  width: auto; }

.sorter-action {
  display: inline-block;
  text-decoration: none;
  vertical-align: top; }
  .sorter-action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 4.8rem;
    color: #1d1d1b;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sorter-action:hover:before {
    color: #333; }

.sorter-action.sort-desc:before {
  content: ""; }

.modes {
  display: none; }
  @media only screen and (min-width: 768px) {
    .modes {
      display: inline-block;
      float: left;
      margin-right: 20px; } }
  @media only screen and (min-width: 768px) {
    .products.wrapper ~ .toolbar .modes {
      display: none; } }

.limiter-options {
  margin: 0 5px 0 7px;
  width: auto; }

.limiter-label {
  font-weight: 400; }

.page-products .toolbar .limiter {
  display: none; }

@media only screen and (min-width: 768px) {
  .products.wrapper ~ .toolbar .pages {
    float: left; } }

@media only screen and (min-width: 768px) {
  .modes-mode {
    color: #434343;
    border: 1px solid #eee;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 1.1rem;
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .modes-mode:not(.active):hover {
    color: #434343;
    background: #e6e6e6; } }

@media only screen and (min-width: 768px) {
  .modes-mode:last-child {
    border-right: 1px solid #eee; } }

@media only screen and (min-width: 768px) {
  .modes-mode.active {
    color: #fff;
    background: #1d1d1d; } }

@media only screen and (min-width: 768px) {
  .modes-mode {
    display: inline-block;
    text-decoration: none; }
    .modes-mode > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .modes-mode:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.4rem;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .modes-mode:hover:before {
      color: inherit; } }

@media only screen and (min-width: 768px) {
  .mode-list:before {
    content: ""; } }

@media only screen and (min-width: 768px) {
  .limiter {
    float: right; } }

@media only screen and (min-width: 768px) {
  .products.wrapper ~ .toolbar .limiter {
    display: block; } }

@media only screen and (max-width: 767px) {
  .toolbar-sorter {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    float: right;
    text-align: right;
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .toolbar-products {
    text-align: left; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .product.media {
    width: 57%; } }

@media only screen and (min-width: 768px) {
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%; } }

.product-image-container {
  display: inline-block;
  max-width: 100%; }

.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

@media only screen and (max-width: 767px) {
  .product.media {
    -webkit-box-ordinal-group: 0;
            order: -1; } }

@media only screen and (min-width: 768px) {
  .product.media {
    float: left; } }

.product.media .fotorama-item {
  cursor: pointer; }

.product.media .fotorama__arr {
  width: 70px; }

.product.media .fotorama__nav-wrap {
  margin-bottom: 2.4rem;
  margin-top: 2.4rem; }

.product.media .fotorama__nav__frame {
  cursor: pointer; }

.product.media .fotorama__nav-wrap .fotorama__thumb-border {
  border: 1px solid #1d1d1d; }

.product.media .fotorama__stage {
  margin: 2.4rem 0; }
  @media only screen and (min-width: 768px) {
    .product.media .fotorama__stage {
      margin: 0 0 2.4rem; } }

.product.media .placeholder .photo.container {
  max-width: 100%; }

.product.media .notice {
  color: #434343;
  font-size: 12px;
  margin: 10px 0; }

.product.media .fotorama__nav--dots {
  height: auto !important; }

.product.media .fotorama__active .fotorama__dot {
  background-color: #1d1d1d;
  border-color: #1d1d1d; }

.product.media .product.thumbs {
  margin: 20px 0 30px; }

.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .product.media .items.thumbs > li {
    display: inline-block;
    vertical-align: top; }
  .product.media .items.thumbs .active {
    display: block;
    line-height: 1; }

.ui-dialog-titlebar-close {
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #6a6a6a;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline; }
  .ui-dialog-titlebar-close:hover {
    color: #1d1d1b;
    text-decoration: none; }
  .ui-dialog-titlebar-close:active {
    color: #959595;
    text-decoration: underline; }
  .ui-dialog-titlebar-close:hover {
    color: #1d1d1b; }
  .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus {
    background: none;
    border: 0; }
  .ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled],
  fieldset[disabled] .ui-dialog-titlebar-close {
    color: #6a6a6a;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .product-wrapper {
    position: relative; } }

.block-bundle-summary .bundle-info .box-tocart,
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  position: relative;
  width: 100%; }
  .block-bundle-summary .bundle-info .box-tocart .fieldset,
  .product-info-main .box-tocart .fieldset,
  .product-options-bottom .box-tocart .fieldset {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .block-bundle-summary .bundle-info .box-tocart .field.qty,
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    padding-right: 10px;
    text-align: left; }
    .block-bundle-summary .bundle-info .box-tocart .field.qty .label,
    .product-info-main .box-tocart .field.qty .label,
    .product-options-bottom .box-tocart .field.qty .label {
      display: none; }
    .block-bundle-summary .bundle-info .box-tocart .field.qty .control,
    .product-info-main .box-tocart .field.qty .control,
    .product-options-bottom .box-tocart .field.qty .control {
      white-space: nowrap; }
  .block-bundle-summary .bundle-info .box-tocart .qty-button,
  .product-info-main .box-tocart .qty-button,
  .product-options-bottom .box-tocart .qty-button {
    cursor: pointer;
    vertical-align: baseline; }

.block-bundle-summary .bundle-info .product-info-stock-sku,
.product-info-main .product-info-stock-sku,
.product-options-bottom .product-info-stock-sku {
  margin-top: 1.2rem; }

@media only screen and (min-width: 768px) {
  .product-info-main {
    float: right; } }

.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 0; }

.product-info-main .additional-attributes-wrapper {
  margin-bottom: 0; }

.product-info-main .sku > strong {
  float: left;
  margin-right: 7px; }

.product-info-main .product.attibute.sku {
  color: #434343;
  display: inline-block;
  vertical-align: top; }
  .product-info-main .product.attibute.sku > .value {
    display: inline-block;
    vertical-align: top; }
  .product-info-main .product.attibute.sku .type {
    margin-right: 5px; }

.product-info-main .product.attibute.overview {
  margin: 2.4rem 0; }

.product-info-main .product.alert {
  margin: 1.2rem 0; }

.product-info-main .product-reviews-summary {
  margin-top: 1.2rem;
  margin-bottom: 2.4rem; }
  .product-info-main .product-reviews-summary .reviews-actions {
    font-size: 14px; }

@media only screen and (min-width: 768px) {
  .product-add-form .fieldset > .field > .label {
    line-height: 4.8rem;
    margin: 0; } }

.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 14px;
  border: none;
  display: inline-block;
  float: none;
  padding: 0; }

.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  font-size: 1.4rem;
  content: '*'; }

.product-options-wrapper .field .note {
  display: block; }

.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  min-width: 250px; }

.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 2.4rem 0; }

.product-info-main .action,
.product-options-bottom .action {
  margin-right: 0.6rem; }
  .product-info-main .action:last-child,
  .product-options-bottom .action:last-child {
    margin-right: 0; }
  .product-info-main .action.tocompare,
  .product-options-bottom .action.tocompare {
    display: inline-block;
    vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .page-layout-1column .product-info-main {
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
    width: 40%; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .product-info-main.stickit {
    left: 50%;
    margin-left: 155.2px;
    width: 620.8px;
    margin-right: 24px;
    position: fixed;
    right: 0;
    top: 78px;
    width: calc((100% - 48px)*.4);
    z-index: 1; } }

.page-layout-1column .product-info-main.stickit-end {
  bottom: 0;
  position: absolute;
  right: 0; }

@media only screen and (min-width: 768px) {
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%; } }

.stock {
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase; }
  .stock.available {
    display: inline-block;
    text-decoration: none;
    color: #34BC6F;
    display: block; }
    .stock.available:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.8rem;
      line-height: inherit;
      color: #34BC6F;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .stock.available:before {
      float: left; }
  .stock.unavailable {
    color: #e02b27; }
  .stock.limited-available {
    color: #1d1d1d; }

.old-price,
.old.price {
  text-decoration: line-through; }

.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
  font-size: 12px; }

.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')'; }

.price-tier_price .weee[data-label] {
  display: inline; }
  .price-tier_price .weee[data-label]:before {
    content: " +" attr(data-label) ": "; }

.actual-price {
  font-weight: 700; }

.product-info-main .price-box,
.product-options-bottom .price-box {
  margin: 1.2rem 0; }
  .product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-main .price-box .weee + .price-excluding-tax .price,
  .product-info-main .price-box .weee .price,
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee .price {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem; }
  .product-info-main .price-box .price-wrapper .price,
  .product-options-bottom .price-box .price-wrapper .price {
    font-size: 24px;
    font-weight: 700;
    line-height: 4.8rem; }
  .product-info-main .price-box .old-price .price,
  .product-options-bottom .price-box .old-price .price {
    font-size: 19.2px;
    font-weight: normal; }

.product-info-main .price-from,
.product-options-bottom .price-from {
  margin-bottom: 0; }

.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block; }
  .product-info-main .special-price .price-label + .price-wrapper,
  .product-options-bottom .special-price .price-label + .price-wrapper {
    display: inline-block; }

.product-info-main .old-price .price-label,
.product-info-main .special-price .price-label,
.product-options-bottom .old-price .price-label,
.product-options-bottom .special-price .price-label {
  display: none; }

.prices-tier {
  background: #f5f5f5;
  margin: 1.2rem 0;
  padding: 1.2rem 15px; }
  .prices-tier .price-tier_price {
    display: inline-block; }
  .prices-tier .price-including-tax,
  .prices-tier .price-excluding-tax,
  .prices-tier .weee {
    display: inline-block; }
    .prices-tier .price-including-tax .price,
    .prices-tier .price-excluding-tax .price,
    .prices-tier .weee .price {
      font-size: 14px;
      font-weight: 700; }

.product.info.detailed {
  clear: both;
  margin-bottom: 2.4rem; }
  @media only screen and (min-width: 768px) {
    .page-layout-1column .product.info.detailed {
      width: 57%; } }
  .product.info.detailed .additional-attributes {
    width: auto; }
    .product.info.detailed .additional-attributes > thead > tr > td,
    .product.info.detailed .additional-attributes > tbody > tr > td,
    .product.info.detailed .additional-attributes > tfoot > tr > td {
      padding: 0.6rem 5px 10px 5px; }
    .product.info.detailed .additional-attributes > thead > tr > th,
    .product.info.detailed .additional-attributes > tbody > tr > th,
    .product.info.detailed .additional-attributes > tfoot > tr > th {
      padding: 0.6rem 30px 10px 10px; }
  .product.info.detailed .item.content {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .product.info.detailed .item.title {
      border-bottom: none;
      border-top: none;
      display: inline-block;
      margin: 0 0 10px;
      padding: 10px; } }
  @media only screen and (min-width: 768px) {
    .product.info.detailed .item.title:first-child:before {
      border-bottom: 1px solid #eee;
      border-top: 1px solid #eee;
      content: '';
      height: 40px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; } }
  .product.info.detailed .item.title > .data.switch {
    color: #6a6a6a;
    text-decoration: underline;
    background: none;
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 5px 10px; }
    .product.info.detailed .item.title > .data.switch:hover {
      color: #1d1d1b;
      text-decoration: none; }
    .product.info.detailed .item.title > .data.switch:active {
      color: #959595;
      text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      .product.info.detailed .item.title > .data.switch {
        border: 0;
        padding: 0 5px; } }
    .product.info.detailed .item.title > .data.switch:hover, .product.info.detailed .item.title > .data.switch:focus {
      background: transparent; }

@media only screen and (min-width: 768px) {
  .product.data.items > .item.content {
    border-bottom: 1px solid #dcdcdc; } }

.block.related .action.select {
  margin: 0 5px; }

.sidebar .product-items .product-item {
  margin-bottom: 2.4rem;
  position: relative; }
  .sidebar .product-items .product-item-info {
    position: relative;
    width: auto; }
    .sidebar .product-items .product-item-info .product-item-photo {
      left: 0;
      position: absolute;
      top: 0; }
      @media only screen and (min-width: 768px) {
        .sidebar .product-items .product-item-info .product-item-photo {
          float: left;
          left: auto;
          margin: 0 10px 10px 0;
          position: relative;
          top: auto; } }
  .sidebar .product-items .product-item-name {
    margin-top: 0;
    padding-right: 14px; }
  .sidebar .product-items .product-item-details {
    margin: 0 0 0 85px; }
    @media only screen and (min-width: 768px) {
      .sidebar .product-items .product-item-details {
        margin: 0; } }
    .sidebar .product-items .product-item-details > *:not(.product-item-actions) {
      margin: 0 0 0 85px; }
  .sidebar .product-items .product-item-actions {
    display: block; }
    @media only screen and (min-width: 768px) {
      .sidebar .product-items .product-item-actions {
        clear: left; } }

.sidebar .product-items .price-box {
  display: block; }

.sidebar .product-items .text {
  margin-right: 8px; }

.sidebar .product-items .counter {
  color: #676767;
  font-size: 12px;
  white-space: nowrap; }

.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0; }

.sidebar .product-items .minilist .weee:before {
  display: inline-block; }

.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0; }

.sidebar .product-items-images {
  margin-left: -5px; }
  .sidebar .product-items-images .product-item {
    float: left;
    padding-left: 5px; }

.sidebar .product-items-names .product-item {
  margin-bottom: 1.2rem; }

.sidebar .product-items-names .product-item-name {
  margin: 0; }

body.catalog-product-compare-index .action.print {
  float: right;
  margin: 1.2rem 0; }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }

.table-comparison {
  table-layout: fixed; }
  .table-comparison .cell.label,
  .table-comparison td:last-child {
    border-right: 1px solid #eee; }
  .table-comparison .cell {
    padding: 1.2rem 15px;
    width: 140px; }
    .table-comparison .cell .attibute.value {
      overflow: hidden;
      width: 100%; }
    .table-comparison .cell.product.info, .table-comparison .cell.product.label {
      border-bottom: 1px solid #eee; }
    .table-comparison .cell.label .attribute.label {
      display: block;
      width: 100%;
      word-wrap: break-word; }
    .table-comparison .cell.attribute {
      font-size: 13px; }
      .table-comparison .cell.attribute img {
        height: auto;
        max-width: 100%; }
  .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 2.4rem; }
  .table-comparison .product-image-photo {
    margin-left: 0; }
  .table-comparison .product-item-actions,
  .table-comparison .price-box,
  .table-comparison .product.rating,
  .table-comparison .product-item-name {
    margin-bottom: 2.4rem;
    margin-top: 2.4rem;
    display: block; }
  .table-comparison .product-addto-links {
    margin-top: 2.4rem; }
    .table-comparison .product-addto-links .action.split,
    .table-comparison .product-addto-links .action.toggle {
      line-height: 23.6rem;
      padding: 0 20px;
      font-size: 1.1rem; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right; }
    .table-comparison .cell.remove .action.delete:before {
      font-size: 2.4rem; }
  .table-comparison .product-item-actions > .actions-primary + .actions-secondary {
    margin-top: 1.2rem; }
  .table-comparison .action.tocart {
    white-space: nowrap; }

.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2; }

.block-compare .product-items {
  list-style-type: none;
  padding: 0; }

.block-compare .product-item .product-item-name {
  margin-left: 22px; }

.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0; }

.block-compare .action.compare {
  padding: 0 10px; }

.block-compare .actions-toolbar {
  margin: 2.4rem 0 0; }

.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-product-link-inline.widget {
  margin: 0; }

.block.widget .products-grid .product-items {
  margin: 0;
  padding: 0; }

.block.widget .product-item-info {
  width: auto; }

.block.widget .pager {
  padding: 0; }
  .block.widget .pager .toolbar-amount {
    float: none;
    font-size: 1.2rem; }
  .block.widget .pager .pages-item-previous {
    padding-left: 0; }
  .block.widget .pager .pages-item-next {
    position: relative; }
  .block.widget .pager .items {
    white-space: nowrap; }

@media only screen and (min-width: 768px) {
  .sidebar .block.widget .products-grid .product-item {
    width: 100%; }
    .sidebar .block.widget .products-grid .product-item .actions-secondary {
      display: block;
      padding: 10px 0; } }

@media only screen and (min-width: 1024px) {
  .block.widget .products-grid .product-item {
    width: calc(100% / 5); }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: calc(100% / 4); } }

@media only screen and (min-width: 768px) {
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0; }
    .sidebar .block.widget .pager .pages-item-next .action {
      margin: 0; } }

.block-search {
  margin: 0 1.2rem 0 0; }
  @media only screen and (min-width: 768px) {
    .block-search {
      float: right;
      margin: 0 0 0 1.2rem;
      position: relative;
      width: 30%;
      z-index: 4; } }
  .block-search .block-title {
    display: none; }
  .block-search .block-content {
    margin-bottom: 0; }
  .block-search .label {
    display: inline-block;
    text-decoration: none; }
    .block-search .label > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block-search .label:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 30px;
      color: #1d1d1b;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .block-search .label:hover:before {
      color: #333; }
    .block-search .label:active:before {
      color: #333; }
  @media only screen and (min-width: 768px) {
    .block-search .control {
      border-top: 0;
      margin: 6px 0 0 0;
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    .block-search .control .input-text {
      -webkit-transition: width 0.25s ease-out;
      transition: width 0.25s ease-out;
      float: right; } }
  .block-search .action.search {
    display: none;
    line-height: 5.2rem; }
    @media only screen and (min-width: 768px) {
      .block-search .action.search {
        display: inline-block;
        text-decoration: none;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        font-weight: 400;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1; }
        .block-search .action.search > span {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .block-search .action.search:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 24px;
          line-height: 4.8rem;
          color: #1d1d1b;
          content: "";
          font-family: "neuteboom-icons";
          margin: 0;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .block-search .action.search:hover:before {
          color: inherit; }
        .block-search .action.search:active:before {
          color: inherit; }
        .block-search .action.search:focus, .block-search .action.search:active {
          background: none;
          border: none; }
        .block-search .action.search:hover {
          background: none;
          border: none; }
        .block-search .action.search.disabled, .block-search .action.search[disabled],
        fieldset[disabled] .block-search .action.search {
          cursor: not-allowed;
          pointer-events: none;
          opacity: 0.5; } }
    @media only screen and (min-width: 768px) {
      .block-search .action.search[disabled] {
        opacity: 1; } }
    @media only screen and (min-width: 768px) {
      .block-search .action.search:before {
        line-height: 5.2rem; } }
    @media only screen and (min-width: 768px) {
      .block-search .action.search:focus:before {
        color: #333; } }
  .block-search .search .input-text {
    border-radius: 0px;
    color: #7c828e;
    height: 5.2rem; }
    @media only screen and (min-width: 768px) {
      .block-search .search .input-text {
        border: 1px solid #eee; } }
  .block-search input {
    left: -300%;
    position: absolute;
    top: 0;
    z-index: 15; }
    @media only screen and (min-width: 768px) {
      .block-search input {
        margin: 0;
        padding-right: 35px;
        position: static; }
        .block-search input::-webkit-input-placeholder {
          color: #999; }
        .block-search input:-moz-placeholder {
          color: #999; }
        .block-search input::-moz-placeholder {
          color: #999; }
        .block-search input:-ms-input-placeholder {
          color: #999; } }
  .block-search .active input,
  .block-search input:focus {
    left: 0; }
  .block-search .nested {
    display: none; }
    @media only screen and (min-width: 768px) {
      .block-search .nested {
        display: block;
        padding-top: 5px;
        position: absolute; } }

.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  z-index: 15; }
  @media only screen and (min-width: 768px) {
    .search-autocomplete {
      margin-top: 0; } }
  .search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .search-autocomplete ul li {
      border-top: 1px solid #e5e5e5;
      cursor: pointer;
      margin: 0;
      padding: 5px 40px 5px 10px;
      position: relative;
      text-align: left;
      white-space: normal; }
      .search-autocomplete ul li:not(:empty) {
        background: #fff;
        border: 1px solid #eee;
        border-top: 0; }
      .search-autocomplete ul li:first-child {
        border-top: none; }
      .search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
        background: #e8e8e8; }
      .search-autocomplete ul li .amount {
        color: #999;
        position: absolute;
        right: 7px;
        top: 5px; }

.form.search.advanced .fields.range .field:first-child {
  position: relative; }
  .form.search.advanced .fields.range .field:first-child .control {
    padding-right: 25px; }
    .form.search.advanced .fields.range .field:first-child .control:after {
      content: ' \2013 ';
      display: inline-block;
      position: absolute;
      right: 0;
      text-align: center;
      top: 6px;
      width: 25px; }

.form.search.advanced .fields.range .field:last-child {
  position: relative; }
  .form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    left: 0;
    position: absolute;
    top: 32px; }

.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px; }

.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0; }

.widget.block-products-list .block-title {
  text-align: center; }

.cart-summary {
  background: #f5f5f5;
  margin-bottom: 2.4rem;
  padding: 0 15px 1.2rem; }
  .cart-summary:before, .cart-summary:after {
    content: '';
    display: table; }
  .cart-summary:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .cart-summary {
      float: right;
      position: relative;
      width: 30%; } }
  .cart-summary > .title {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 2.4rem;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 2.4rem;
    display: block;
    line-height: 2.4rem;
    margin: 1.2rem 0;
    padding: 0 5px; }
  .cart-summary .block {
    margin-bottom: 0; }
    .cart-summary .block .item-options {
      margin-left: 0; }
    .cart-summary .block .fieldset {
      margin: 0 0 2.4rem 5px; }
      .cart-summary .block .fieldset .field {
        margin: 0 0 2.4rem; }
        @media only screen and (min-width: 768px) {
          .cart-summary .block .fieldset .field {
            margin: 0 0 2.4rem;
            margin: 0 0 2.4rem; }
            .cart-summary .block .fieldset .field:not(.choice) > .label {
              box-sizing: content-box;
              float: none;
              width: auto;
              text-align: left;
              padding: 0; }
            .cart-summary .block .fieldset .field:not(.choice) > .control {
              float: none;
              width: auto; }
            .cart-summary .block .fieldset .field > .label {
              margin: 0;
              display: inline-block; }
            .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
              display: none; } }
        .cart-summary .block .fieldset .field.note {
          font-size: 12px; }
      .cart-summary .block .fieldset .methods .field > .label {
        display: inline; }
  @media only screen and (min-width: 768px) {
    .column.main .cart-summary .actions-toolbar > .secondary {
      float: none; } }

.cart-totals {
  border-top: 1px solid #eee;
  padding: 1.1rem 0 1.2rem; }
  .cart-totals .table-wrapper {
    margin-bottom: 0;
    overflow: inherit; }

@media only screen and (max-width: 1023px) {
  .cart.table-wrapper {
    overflow: inherit; } }

@media only screen and (min-width: 768px) {
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto; } }

.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #eee; }

.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #eee;
  position: relative; }

@media only screen and (max-width: 1023px) {
  .cart.table-wrapper thead .col:not(.item) {
    display: none; } }

.cart.table-wrapper th {
  font-size: 16px;
  padding-bottom: 1.2rem;
  padding-top: 1.2rem; }

@media only screen and (min-width: 768px) {
  .cart.table-wrapper td {
    padding-top: 2.4rem; } }

@media only screen and (max-width: 1023px) {
  .cart.table-wrapper .col.qty {
    width: 66%; } }

.cart.table-wrapper .col.qty .field {
  margin-top: -1.2rem; }

@media only screen and (max-width: 1023px) {
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; } }

@media only screen and (max-width: 1023px) {
  .cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before, .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 2.4rem; } }

@media only screen and (max-width: 1023px) {
  .cart.table-wrapper .col.msrp {
    white-space: normal; } }

.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  text-align: center;
  white-space: normal; }

.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 7.2rem;
  padding: 2.4rem 0 2.4rem 7.2rem;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .cart.table-wrapper .item .col.item {
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .cart.table-wrapper .item .col.item {
      padding: 2.4rem 8px; } }

@media only screen and (min-width: 768px) {
  .cart.table-wrapper .item-actions td {
    padding: 0;
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .cart.table-wrapper .item .item-actions .actions-toolbar {
    text-align: left; } }

.cart.table-wrapper .actions-toolbar {
  display: -webkit-box;
  display: flex; }
  .cart.table-wrapper .actions-toolbar > .action {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 2.4rem;
    margin-right: 10px; }
    .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .actions-toolbar > .action:focus {
      text-decoration: none; }
    .cart.table-wrapper .actions-toolbar > .action:last-child {
      margin-right: 0; }
    .cart.table-wrapper .actions-toolbar > .action-delete {
      background-image: none;
      background: none;
      -moz-box-sizing: content-box;
      border: 0;
      box-shadow: none;
      line-height: inherit;
      margin: 0;
      padding: 0;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      font-weight: 400;
      display: inline-block;
      text-decoration: none; }
      .cart.table-wrapper .actions-toolbar > .action-delete:focus, .cart.table-wrapper .actions-toolbar > .action-delete:active {
        background: none;
        border: none; }
      .cart.table-wrapper .actions-toolbar > .action-delete:hover {
        background: none;
        border: none; }
      .cart.table-wrapper .actions-toolbar > .action-delete.disabled, .cart.table-wrapper .actions-toolbar > .action-delete[disabled],
      fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.5; }
      .cart.table-wrapper .actions-toolbar > .action-delete > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .cart.table-wrapper .actions-toolbar > .action-delete:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.8rem;
        line-height: inherit;
        color: #1d1d1d;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .cart.table-wrapper .actions-toolbar > .action-towishlist {
      background-image: none;
      background: none;
      -moz-box-sizing: content-box;
      border: 0;
      box-shadow: none;
      line-height: inherit;
      margin: 0;
      padding: 0;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      font-weight: 400;
      display: inline-block;
      text-decoration: none; }
      .cart.table-wrapper .actions-toolbar > .action-towishlist:focus, .cart.table-wrapper .actions-toolbar > .action-towishlist:active {
        background: none;
        border: none; }
      .cart.table-wrapper .actions-toolbar > .action-towishlist:hover {
        background: none;
        border: none; }
      .cart.table-wrapper .actions-toolbar > .action-towishlist.disabled, .cart.table-wrapper .actions-toolbar > .action-towishlist[disabled],
      fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-towishlist {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.5; }
      .cart.table-wrapper .actions-toolbar > .action-towishlist > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .cart.table-wrapper .actions-toolbar > .action-towishlist:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.8rem;
        line-height: inherit;
        color: #1d1d1d;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }

.cart.table-wrapper .action.help.map {
  font-weight: 400; }

.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .cart.table-wrapper .product-item-photo {
      display: table-cell;
      padding-right: 20px;
      position: static;
      vertical-align: top;
      width: 1%; } }
  @media only screen and (min-width: 1024px) {
    .cart.table-wrapper .product-item-photo {
      max-width: 100%; } }

.cart.table-wrapper .product-item-details {
  white-space: normal; }
  @media only screen and (min-width: 768px) {
    .cart.table-wrapper .product-item-details {
      display: table-cell;
      vertical-align: top;
      white-space: normal;
      width: 99%; } }

.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin: 0; }

.cart.table-wrapper .gift-registry-name-label:after {
  content: ':'; }

.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 2.4rem; }

.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 2.4rem; }

.cart.table-wrapper .product-image-container {
  display: block; }

.cart.table-wrapper .product-image-photo {
  max-height: 14.4rem; }

.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 2.4rem; }

@media only screen and (min-width: 768px) {
  .cart-container .widget {
    float: left; } }

.cart-container .checkout-methods-items {
  margin-top: 2.4rem;
  padding: 0 5px;
  text-align: center; }
  .cart-container .checkout-methods-items .action.primary {
    width: 100%; }
  .cart-container .checkout-methods-items .item + .item {
    margin-top: 2.4rem; }

.block.crosssell {
  margin-top: 70px; }

.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block; }

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.price,
.order-items.table-wrapper .col.qty,
.order-items.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.msrp {
  text-align: right; }

.block-minicart .items-total {
  float: left;
  margin: 0 10px; }
  .block-minicart .items-total .count {
    font-weight: 700; }

.block-minicart .subtotal {
  margin: 0 10px;
  text-align: right; }

.block-minicart .amount.price-container {
  margin-top: 1.2rem; }

.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 16px;
  font-weight: 700; }

.block-minicart .subtitle {
  display: none; }
  .block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 20px 0 20px;
    text-align: center; }

.block-minicart .text.empty {
  text-align: center; }

.block-minicart .block-content > .actions {
  margin-top: 1.2rem;
  text-align: center; }
  .block-minicart .block-content > .actions > .primary {
    margin: 0 10px 15px; }
    .block-minicart .block-content > .actions > .primary .action.primary {
      display: block;
      margin-bottom: 15px;
      width: 100%; }
      .block-minicart .block-content > .actions > .primary .action.primary:last-child {
        margin-bottom: 0; }

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center; }

.minicart-wrapper {
  display: inline-block;
  position: relative; }
  .minicart-wrapper:before, .minicart-wrapper:after {
    content: '';
    display: table; }
  .minicart-wrapper:after {
    clear: both; }
  .minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .minicart-wrapper .action.showcart:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 32px;
      color: #1d1d1b;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.showcart:hover:before {
      color: #333; }
    .minicart-wrapper .action.showcart:active:before {
      color: #1d1d1b; }
    .minicart-wrapper .action.showcart.active {
      display: inline-block;
      text-decoration: none; }
      .minicart-wrapper .action.showcart.active:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: 32px;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .minicart-wrapper .action.showcart.active:hover:before {
        color: #333; }
      .minicart-wrapper .action.showcart.active:active:before {
        color: #1d1d1b; }
  .minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 0.1rem solid #eee;
    border-radius: 0;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: none; }
    .minicart-wrapper .block-minicart li {
      margin: 0; }
      .minicart-wrapper .block-minicart li:hover {
        cursor: pointer; }
    .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .minicart-wrapper .block-minicart:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .minicart-wrapper .block-minicart:after {
      border: 7px solid;
      border-color: transparent transparent #eee transparent;
      z-index: 98; }
    .minicart-wrapper .block-minicart:before {
      left: 10px;
      top: -12px; }
    .minicart-wrapper .block-minicart:after {
      left: 9px;
      top: -14px; }
  .minicart-wrapper.active {
    overflow: visible; }
    .minicart-wrapper.active .block-minicart {
      display: block; }
  @media only screen and (min-width: 768px) {
    .minicart-wrapper {
      margin-left: 13px; } }
  .minicart-wrapper .block-minicart {
    padding: 1.6rem;
    right: 0;
    width: 320px; }
    @media only screen and (max-width: 479px) {
      .minicart-wrapper .block-minicart {
        width: 290px; } }
    @media only screen and (min-width: 768px) {
      .minicart-wrapper .block-minicart {
        right: -15px;
        width: 390px; } }
    .minicart-wrapper .block-minicart .block-title {
      display: none; }
    .minicart-wrapper .block-minicart:after {
      left: auto;
      right: 25px; }
    .minicart-wrapper .block-minicart:before {
      left: auto;
      right: 26px; }
  .minicart-wrapper .product .actions {
    float: right;
    margin: -3.6rem -10px 0 0;
    text-align: right; }
    .minicart-wrapper .product .actions > .primary,
    .minicart-wrapper .product .actions > .secondary {
      display: inline; }
  .minicart-wrapper .action.close {
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    color: #1d1d1d; }
    .minicart-wrapper .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-wrapper .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 32px;
      color: inherit;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.close:hover:before {
      color: inherit; }
    .minicart-wrapper .action.close:active:before {
      color: inherit; }
    .minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active {
      background: none;
      border: none; }
    .minicart-wrapper .action.close:hover {
      background: none;
      border: none; }
    .minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled],
    fieldset[disabled] .minicart-wrapper .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .minicart-wrapper .action.showcart {
    color: #1d1d1d;
    white-space: nowrap; }
    @media only screen and (min-width: 768px) {
      .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
        font-size: 24px;
        line-height: 24px; } }
    .minicart-wrapper .action.showcart .counter.qty {
      background: #1d1d1d;
      color: #fff;
      height: 20px;
      line-height: 20px;
      border-radius: 100%;
      display: inline-block;
      font-size: 10px;
      left: 13px;
      min-width: 20px;
      overflow: hidden;
      position: absolute;
      text-align: center;
      top: -10px;
      white-space: normal; }
      .minicart-wrapper .action.showcart .counter.qty.empty {
        display: none; }
      .minicart-wrapper .action.showcart .counter.qty .loader > img {
        max-width: 20px; }
    .minicart-wrapper .action.showcart .subtotal {
      display: none; }
      @media only screen and (min-width: 768px) {
        .minicart-wrapper .action.showcart .subtotal {
          display: inline-block;
          margin-left: 10px; } }
    .minicart-wrapper .action.showcart.active {
      display: block; }
  .minicart-wrapper .minicart-widgets {
    margin-top: 15px; }

.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -1.6rem;
  border-left: 0;
  border-right: 0;
  max-height: 50vh;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 0 1.6rem;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .minicart-items-wrapper {
      max-height: 20rem; } }

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .minicart-items .product-item {
    display: block;
    padding: 20px 0; }
    .minicart-items .product-item:not(:first-child) {
      border-top: 1px solid #ccc; }
  .minicart-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem; }
  .minicart-items .price-minicart {
    margin-bottom: 5px; }
  .minicart-items .product > .product-item-photo,
  .minicart-items .product > .product-image-container {
    float: left; }
  .minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative; }
    .minicart-items .product .toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 16px;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product .toggle:after {
      position: static;
      right: 20px;
      top: 0; }
  .minicart-items .product.active > .toggle:after {
    content: ""; }
  .minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px; }
    .minicart-items .product-item-name a {
      color: #6a6a6a; }
  .minicart-items .product-item-details {
    padding-left: 88px; }
    .minicart-items .product-item-details .price {
      font-weight: 700; }
    .minicart-items .product-item-details .price-including-tax,
    .minicart-items .product-item-details .price-excluding-tax {
      margin: 5px 0 0; }
    .minicart-items .product-item-details .weee[data-label] {
      font-size: 10px; }
    .minicart-items .product-item-details .details-qty {
      margin-top: 1.2rem; }
      .minicart-items .product-item-details .details-qty .label {
        margin-right: 10px; }
  .minicart-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .product.options .tooltip.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .product.options .tooltip.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      margin: -3px 0 0 7px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product.options .tooltip.toggle .details {
      display: none; }
  .minicart-items .item-qty {
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 4.8rem; }
  .minicart-items .update-cart-item {
    font-size: 10px;
    vertical-align: top; }
  .minicart-items .subtitle {
    display: none; }
  .minicart-items .action.edit, .minicart-items .action.delete {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .action.edit > span, .minicart-items .action.delete > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .action.edit:before, .minicart-items .action.delete:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    @media only screen and (min-width: 768px) {
      .minicart-items .action.edit:before, .minicart-items .action.delete:before {
        font-size: 28px;
        line-height: 28px; } }
  .minicart-items .action.delete:before {
    content: ""; }

.checkout-index-index .page-header .header.content {
  -webkit-box-pack: start;
          justify-content: flex-start; }

.checkout-container {
  margin: 0 0 20px; }

.opc-wrapper {
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .opc-wrapper {
      width: 66.66667%;
      float: left;
      -webkit-box-ordinal-group: 2;
              order: 1;
      padding-right: 30px; } }
  @media only screen and (max-width: 639px) {
    .opc-wrapper .step-title {
      font-size: 18px;
      border-bottom: 0;
      padding-bottom: 0; } }
  .opc-wrapper .step-content {
    margin: 0 0 40px; }

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle-wrapper {
  display: none; }

.checkout-index-index .logo {
  margin-left: 0; }

.checkout-onepage-success .print {
  display: none; }
  @media only screen and (min-width: 768px) {
    .checkout-onepage-success .print {
      display: block;
      float: right;
      margin: 22px 0 0; } }

@media only screen and (max-width: 767px) {
  .checkout-index-index .minicart-wrapper {
    float: right; } }

@media only screen and (max-width: 767px) {
  .checkout-index-index .minicart-wrapper .action.showcart {
    background: none;
    border: none; } }

.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px; }
  @media only screen and (min-width: 768px) {
    .opc-estimated-wrapper {
      display: none; } }
  .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    font-weight: 700;
    float: left; }
    .opc-estimated-wrapper .estimated-block .estimated-label {
      display: block;
      margin: 0 0 5px; }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    line-height: inherit; }

.opc-progress-bar {
  margin: 0 0 2.4rem;
  counter-reset: i;
  font-size: 0; }

.opc-progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    display: inline-block;
    flex-shrink: 1;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 50%; }
    .opc-progress-bar-item:before {
      background: #e4e4e4;
      top: 19px;
      content: '';
      height: 7px;
      left: 0;
      position: absolute;
      width: 100%; }
    .opc-progress-bar-item:first-child:before {
      border-radius: 6px 0 0 6px; }
    .opc-progress-bar-item:last-child:before {
      border-radius: 0 6px 6px 0; }
    .opc-progress-bar-item > span {
      display: inline-block;
      padding-top: 45px;
      width: 100%;
      word-wrap: break-word;
      color: #e4e4e4;
      font-weight: 300;
      font-size: 1.8rem; }
      .opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
        background: #e4e4e4;
        height: 38px;
        margin-left: -19px;
        width: 38px;
        border-radius: 50%;
        content: '';
        left: 50%;
        position: absolute;
        top: 0; }
      .opc-progress-bar-item > span:after {
        background: #fff;
        height: 26px;
        margin-left: -13px;
        top: 6px;
        width: 26px;
        content: counter(i);
        counter-increment: i;
        color: #1d1d1d;
        font-weight: 600;
        font-size: 1.8rem; }
    .opc-progress-bar-item._active:before {
      background: #1d1d1d; }
    .opc-progress-bar-item._active > span {
      color: #1d1d1d; }
      .opc-progress-bar-item._active > span:before {
        background: #1d1d1d; }
      .opc-progress-bar-item._active > span:after {
        content: "";
        font-family: "neuteboom-icons";
        line-height: 1;
        font-size: 2.8rem; }
    .opc-progress-bar-item._complete {
      cursor: pointer; }
      .opc-progress-bar-item._complete > span {
        color: #1d1d1d; }
        .opc-progress-bar-item._complete > span:after {
          content: "";
          font-family: "neuteboom-icons";
          line-height: 1;
          font-size: 2.8rem; }

@media only screen and (min-width: 768px) {
  .opc-progress-bar-item {
    width: 185px; } }

.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px; }

.field.choice .field-tooltip-action {
  line-height: 21px; }

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380; }

.field.street > .control > .field > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.opc-wrapper .fieldset > .field > .label {
  font-weight: 400; }

@media only screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field.required, .opc-wrapper .fieldset > .field._required {
    position: relative; } }

@media only screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px; } }

@media only screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px; } }

@media only screen and (min-width: 768px) {
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px; } }

@media only screen and (min-width: 768px) {
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px; } }

@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%; } }

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px; }
  .field-tooltip._active {
    z-index: 100; }
    .field-tooltip._active .field-tooltip-content {
      display: block; }
    .field-tooltip._active .field-tooltip-action:before {
      color: #1d1d1d; }
  .field-tooltip .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none; }
    .field-tooltip .field-tooltip-action > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .field-tooltip .field-tooltip-action:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 21px;
      line-height: inherit;
      color: #bbb;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .field-tooltip .field-tooltip-action:hover:before {
      color: #1d1d1d; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus {
      z-index: 100; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
        display: block; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus:before {
        color: #1d1d1d; }
  .field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    position: absolute;
    text-transform: none;
    word-wrap: break-word;
    z-index: 2; }
    @media only screen and (min-width: 769px) {
      .field-tooltip .field-tooltip-content {
        left: 38px;
        right: auto;
        top: -9px; } }
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      margin-top: -21px;
      right: 10px;
      content: '';
      display: block;
      left: auto;
      position: absolute;
      top: 0;
      z-index: 3; }
      @media only screen and (min-width: 769px) {
        .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
          border: 10px solid transparent;
          height: 0;
          width: 0;
          border-right-color: #f4f4f4;
          left: -20px;
          top: 12px;
          margin-top: 0; } }
    .field-tooltip .field-tooltip-content:before {
      border-width: 11px; }
      @media only screen and (max-width: 768px) {
        .field-tooltip .field-tooltip-content:before {
          border-bottom-color: #999;
          right: 9px; } }
      @media only screen and (min-width: 769px) {
        .field-tooltip .field-tooltip-content:before {
          border-right-color: #666666;
          left: -22px;
          top: 11px; } }
    @media only screen and (max-width: 768px) {
      .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 2px; } }

@media only screen and (max-width: 479px) {
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px; } }

@media only screen and (max-width: 639px) {
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 2.4rem 0;
    padding: 2.4rem 0; } }

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 2.4rem;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address {
      max-width: 500px; } }
  .opc-wrapper .form-login .fieldset .note,
  .opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 14px;
    margin-top: 10px; }

.opc-wrapper .checkout-shipping-address button.action, .opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar > .action {
  background-image: none;
  background: #1d1d1d;
  border: 0.2rem solid #1d1d1b;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0 15px;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 4.4rem;
  box-sizing: border-box;
  vertical-align: middle; }
  .opc-wrapper .checkout-shipping-address button.action:focus, .opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar > .action:focus, .opc-wrapper .checkout-shipping-address button.action:active, .opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar > .action:active {
    background: #252525;
    border: 0.2rem solid #1d1d1b;
    color: #fff; }
  .opc-wrapper .checkout-shipping-address button.action:hover, .opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar > .action:hover {
    background: #252525;
    border: 0.2rem solid #1d1d1b;
    color: #fff; }
  .opc-wrapper .checkout-shipping-address button.action.disabled, .opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar > .action.disabled, .cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar > .action.disabled, .opc-wrapper .checkout-shipping-address button.action[disabled], .opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar > .action[disabled], .cart.table-wrapper .opc-wrapper .checkout-shipping-address .actions-toolbar > .action[disabled],
  fieldset[disabled] .opc-wrapper .checkout-shipping-address button.action,
  fieldset[disabled] .opc-wrapper .checkout-shipping-address .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper fieldset[disabled] .opc-wrapper .checkout-shipping-address .actions-toolbar > .action {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.opc-wrapper .shipping-address-items {
  font-size: 0; }

.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 2.4rem 0;
  padding: 2.4rem 35px 2.4rem 20px;
  -webkit-transition: 0.3s border-color;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word; }
  @media only screen and (min-width: 1024px) {
    .opc-wrapper .shipping-address-item {
      width: 33.33333%; } }
  @media only screen and (max-width: 639px) {
    .opc-wrapper .shipping-address-item {
      border-bottom: 1px solid #ccc;
      margin: 2.4rem 0;
      padding: 2.4rem 0;
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .opc-wrapper .shipping-address-item:before {
      background: #ccc;
      height: calc(100% - 2.4rem);
      content: '';
      left: 0;
      position: absolute;
      top: 0;
      width: 1px; } }
  @media only screen and (min-width: 1024px) {
    .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
      display: none; } }
  .opc-wrapper .shipping-address-item.selected-item {
    border-color: #ff5501; }
    @media only screen and (max-width: 639px) {
      .opc-wrapper .shipping-address-item.selected-item {
        padding: 2.4rem 35px 2.4rem 18px;
        border-bottom-width: 2px; } }
    @media only screen and (min-width: 1024px) {
      .opc-wrapper .shipping-address-item.selected-item:before {
        display: none; } }
    .opc-wrapper .shipping-address-item.selected-item:after {
      background: #ff5501;
      color: #fff;
      content: "";
      font-family: "neuteboom-icons";
      height: 2.4rem;
      width: 29px;
      font-size: 27px;
      line-height: 21px;
      padding-top: 2px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }
    @media only screen and (min-width: 1024px) {
      .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
        display: none; } }
    @media only screen and (max-width: 639px) {
      .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
        right: 39px; } }
    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
      visibility: hidden; }

.opc-wrapper .action-show-popup {
  margin: 0 0 20px; }
  @media only screen and (max-width: 639px) {
    .opc-wrapper .action-show-popup {
      width: 100%; } }
  .opc-wrapper .action-show-popup > span:before {
    content: '+';
    padding-right: 5px; }

.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0; }
  @media only screen and (max-width: 639px) {
    .opc-wrapper .action-select-shipping-item {
      float: none;
      margin-top: 10px;
      width: 100%; } }

.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0; }
  @media only screen and (max-width: 639px) {
    .opc-wrapper .edit-address-link .edit-address-link {
      display: inline-block;
      text-decoration: none;
      margin: 0;
      position: absolute;
      right: 0;
      top: 1px; }
      .opc-wrapper .edit-address-link .edit-address-link > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .opc-wrapper .edit-address-link .edit-address-link:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 28px;
        color: #303030;
        content: icon-settings;
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .opc-wrapper .edit-address-link .edit-address-link:hover:before {
        color: #303030; }
      .opc-wrapper .edit-address-link .edit-address-link:active:before {
        color: #303030; } }

.checkout-shipping-method .step-title {
  margin-bottom: 0; }

.checkout-shipping-method .no-quotes-block {
  margin: 20px 0; }

@media only screen and (min-width: 768px) {
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right; } }

@media only screen and (min-width: 768px) {
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0; } }

.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0; }

@media only screen and (min-width: 768px) {
  .table-checkout-shipping-method {
    width: auto; } }

@media only screen and (min-width: 1024px) {
  .table-checkout-shipping-method {
    min-width: 500px; } }

.table-checkout-shipping-method thead th {
  display: none; }

.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem; }
  .table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px; }

.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none; }

.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0; }

.checkout-shipping-method {
  position: relative; }

.shipping-policy-block.field-tooltip {
  top: 12px; }
  @media only screen and (max-width: 639px) {
    .shipping-policy-block.field-tooltip {
      margin-bottom: 20px;
      position: relative;
      right: auto;
      top: auto; } }
  .shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #6a6a6a;
    cursor: pointer; }
    .shipping-policy-block.field-tooltip .field-tooltip-action:before {
      display: none; }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px; }
    @media only screen and (max-width: 639px) {
      .shipping-policy-block.field-tooltip .field-tooltip-content {
        width: 300px;
        right: auto; } }
    @media only screen and (max-width: 639px) {
      .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
        right: auto; } }

@media only screen and (min-width: 768px) {
  .opc-sidebar {
    margin: 4.8rem 0 2.4rem;
    width: 33.33333%;
    float: right;
    -webkit-box-ordinal-group: 3;
            order: 2; } }

.opc-block-shipping-information {
  padding: 0 2.4rem; }
  .opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    position: relative; }
    .opc-block-shipping-information .shipping-information-title .action-edit {
      top: 10px;
      display: inline-block;
      text-decoration: none;
      margin: 0;
      position: absolute;
      right: 0; }
      .opc-block-shipping-information .shipping-information-title .action-edit > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .opc-block-shipping-information .shipping-information-title .action-edit:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 20px;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
        color: #1d1d1d; }
      .opc-block-shipping-information .shipping-information-title .action-edit:active:before {
        color: #1d1d1b; }
  .opc-block-shipping-information .shipping-information-content {
    line-height: 27px; }
    .opc-block-shipping-information .shipping-information-content .actions-toolbar {
      margin-left: 0; }
  .opc-block-shipping-information .ship-to,
  .opc-block-shipping-information .ship-via {
    margin: 0 0 20px; }

.opc-block-summary {
  background: #f5f5f5;
  padding: 2.4rem 20px;
  margin: 0 0 20px; }
  .opc-block-summary > .title {
    display: block; }
  .opc-block-summary .mark .value {
    color: #999;
    display: block; }
  .opc-block-summary .grand.incl + .grand.excl .mark,
  .opc-block-summary .grand.incl + .grand.excl .amount {
    border-top: 0;
    font-size: 1.4rem;
    padding-top: 0; }
    .opc-block-summary .grand.incl + .grand.excl .mark strong,
    .opc-block-summary .grand.incl + .grand.excl .amount strong {
      font-weight: 400; }
  .opc-block-summary .not-calculated {
    font-style: italic; }
  .opc-block-summary .items-in-cart > .title {
    border-bottom: 1px solid #eee;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    position: relative; }
    .opc-block-summary .items-in-cart > .title > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .opc-block-summary .items-in-cart > .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      line-height: 12px;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      margin: 3px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-block-summary .items-in-cart > .title:after {
      position: absolute;
      right: 0;
      top: 10px; }
    .opc-block-summary .items-in-cart > .title strong {
      font-size: 1.8rem;
      font-weight: 300;
      margin: 0; }
  .opc-block-summary .items-in-cart.active > .title:after {
    content: ""; }
  .opc-block-summary .items-in-cart .product {
    position: relative; }
  .opc-block-summary .minicart-items-wrapper {
    margin: -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0; }
  .column.main .opc-block-summary .product-item {
    margin: 0;
    padding-left: 0; }
  .opc-block-summary .product-item .product-item-inner {
    display: table;
    margin: 0 0 10px;
    width: 100%; }
  .opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 5px;
    text-align: left; }
  .opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right; }
  .opc-block-summary .product-item .price {
    font-size: 1.6rem;
    font-weight: 400; }
  .opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
    margin: 0; }
    .opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
      font-size: 1rem; }
  .opc-block-summary .actions-toolbar {
    position: relative;
    z-index: 1; }
    .opc-block-summary .actions-toolbar .secondary {
      border-top: 1px solid #eee;
      display: block;
      float: none;
      margin: -1px 0 0;
      padding: 15px 0 0;
      text-align: left; }
      .opc-block-summary .actions-toolbar .secondary .action {
        margin: 0; }

@media only screen and (min-width: 768px) {
  .opc-summary-wrapper .modal-header .action-close {
    display: none; } }

.authentication-dropdown {
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    .authentication-dropdown {
      background-color: #fff;
      border: 1px solid #aeaeae;
      position: absolute;
      text-align: left;
      top: 100%;
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transition: visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
      transition: visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
      transition: transform linear 0.1s, visibility 0s linear 0.1s;
      transition: transform linear 0.1s, visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
      visibility: hidden;
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .authentication-dropdown._show {
      z-index: 100;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transition: visibility 0s linear 0s, -webkit-transform linear 0.1s;
      transition: visibility 0s linear 0s, -webkit-transform linear 0.1s;
      transition: transform linear 0.1s, visibility 0s linear 0s;
      transition: transform linear 0.1s, visibility 0s linear 0s, -webkit-transform linear 0.1s;
      visibility: visible; } }
  .authentication-dropdown .modal-inner-wrap {
    padding: 2.4rem 20px; }

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .authentication-wrapper {
      width: 33.33333%;
      text-align: right; } }
  ._has-auth-shown .authentication-wrapper {
    z-index: 900; }

.block-authentication .block-title {
  font-size: 1.6rem;
  border-bottom: 0;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .block-authentication .block-title {
      font-size: 2.4rem;
      border-bottom: 0; } }
  .block-authentication .block-title strong {
    font-weight: 300; }

.block-authentication .field .label {
  font-weight: 400; }

.block-authentication .actions-toolbar {
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .block-authentication .actions-toolbar > .primary {
      display: inline;
      float: right;
      margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .block-authentication .actions-toolbar > .primary .action {
      margin-right: 0; } }
  .block-authentication .actions-toolbar > .secondary {
    padding-top: 25px;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .block-authentication .actions-toolbar > .secondary {
        float: left;
        margin-right: 2rem;
        padding-top: 1rem; } }

.block-authentication .block[class] {
  margin: 0; }
  .block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px; }
  .block-authentication .block[class] .field .control,
  .block-authentication .block[class] .field .label {
    float: none;
    width: auto; }
  .block-authentication .block[class] + .block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative; }
    .block-authentication .block[class] + .block::before {
      height: 36px;
      line-height: 34px;
      margin: -19px 0 -18px;
      min-width: 36px;
      background: #fff;
      border: 1px solid #c1c1c1;
      border-radius: 50%;
      box-sizing: border-box;
      color: #c1c1c1;
      content: attr(data-label);
      display: inline-block;
      left: 50%;
      letter-spacing: normal;
      padding: 0 0.2rem;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0; }

@media only screen and (min-width: 768px) {
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%; } }

@media only screen and (min-width: 768px) {
  .popup-authentication .block-authentication {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    border-top: 1px solid #c1c1c1; } }

@media only screen and (min-width: 768px) {
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex-grow: 1; } }

@media only screen and (min-width: 768px) {
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px; } }

@media only screen and (min-width: 768px) {
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%; } }

@media only screen and (min-width: 768px) {
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto; } }

.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-methods {
    margin: 0 -15px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%; } }

.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0; }

.checkout-payment-method .payment-method._active .payment-method-content {
  display: block; }

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc; }

.checkout-payment-method .payment-method-title {
  padding: 15px;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .checkout-payment-method .payment-method-title {
      padding: 2.4rem 0; } }
  .checkout-payment-method .payment-method-title .radio {
    margin-right: 10px; }
  .checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
  .checkout-payment-method .payment-method-title .action-help {
    display: inline-block;
    margin-left: 5px; }

.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 15px 20px; }
  @media only screen and (min-width: 768px) {
    .checkout-payment-method .payment-method-content {
      padding: 0 0 20px 2.4rem; } }
  .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .checkout-payment-method .payment-method-content .fieldset > .field {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
      margin-left: 25.8%; } }
  @media only screen and (min-width: 768px) {
    .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
      margin-left: 0; } }

.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0; }

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px; }

.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px; }

.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .checkout-payment-method .checkout-billing-address .action-update {
      float: right; } }
  @media only screen and (max-width: 767px) {
    .checkout-payment-method .checkout-billing-address .action-cancel {
      margin-top: 10px; } }
  @media only screen and (min-width: 768px) {
    .checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel {
      margin: 6px 20px 0 0; } }
  .checkout-payment-method .checkout-billing-address .primary .action-update {
    margin-right: 0; }
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 23px; }

.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px; }

.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%; }

.checkout-payment-method .no-payments-block {
  margin: 20px 0; }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-option {
    margin: 0 -15px; } }

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: ""; }

.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer; }

.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none; }

.checkout-payment-method .payment-option .payment-option-title {
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .checkout-payment-method .payment-option .payment-option-title {
      padding-left: 2.4rem; } }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .payment-option .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0; } }

.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 2.4rem 0; }
  .checkout-payment-method .payment-option-title .action-toggle {
    color: #6a6a6a;
    display: inline-block;
    text-decoration: none; }
    .checkout-payment-method .payment-option-title .action-toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 16px;
      color: #1d1d1b;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0 0 0 10px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .checkout-payment-method .payment-option-title .action-toggle:hover:after {
      color: #1d1d1d; }
    .checkout-payment-method .payment-option-title .action-toggle:active:after {
      color: #1d1d1b; }

.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 2.4rem; }

.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px; }

.checkout-payment-method .credit-card-types {
  padding: 0; }
  .checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top; }
    .checkout-payment-method .credit-card-types .item._active {
      font-weight: 700; }
      .checkout-payment-method .credit-card-types .item._active img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .checkout-payment-method .credit-card-types .item._inactive {
      opacity: 0.4; }
    .checkout-payment-method .credit-card-types .item span {
      display: inline-block;
      padding-top: 6px;
      vertical-align: top; }
  .checkout-payment-method .credit-card-types img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }

.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px; }

.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px; }

.checkout-payment-method .ccard .month .select {
  width: 140px; }

.checkout-payment-method .ccard .year .select {
  width: 80px; }

.checkout-payment-method .ccard .number .input-text {
  width: 225px; }

.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto; }

.checkout-payment-method .ccard .cvv .input-text {
  width: 55px; }

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important; }

.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px; }

.checkout-agreements-block .action-show {
  vertical-align: baseline; }

.checkout-agreements-items {
  padding-bottom: 30px; }
  .checkout-agreements-items .checkout-agreements-item {
    margin-bottom: 20px; }
  .checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0; }

.checkout-agreement-item-content {
  overflow: auto; }

.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 2.4rem; }
  .links .block-static-block.widget, .links
  .block-cms-link.widget {
    margin-bottom: 0; }

.block-cms-link-inline.widget {
  margin: 0; }

.login-container .block-new-customer .actions-toolbar {
  margin-top: 2.4rem; }

.login-container .block .block-title {
  font-size: 21px;
  font-weight: 400; }

@media only screen and (min-width: 768px) {
  .login-container .block .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px; } }

@media only screen and (min-width: 768px) {
  .login-container .block .actions-toolbar > .secondary {
    float: left;
    margin-left: 30px; } }

.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem; }

.login-container .fieldset:after {
  margin-top: 2.4rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .login-container .fieldset:after {
      text-align: left; } }

@media only screen and (min-width: 768px) {
  .login-container .fieldset > .field > .control {
    width: 55%; } }

@media only screen and (min-width: 768px) {
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 2.4rem 0; } }

@media only screen and (min-width: 768px) {
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px; } }

.field.password .control {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .field.password .control .mage-error {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .field.password .control .input-text {
    -webkit-box-ordinal-group: 1;
            order: 0; }

.password-strength-meter {
  background-color: #f4f4f4;
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 0 1.2rem;
  position: relative;
  z-index: 1; }
  .password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .password-strength-meter-0 .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%; }
  .password-strength-meter-1 .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%; }
  .password-strength-meter-2 .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%; }
  .password-strength-meter-3 .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
  .password-strength-meter-4 .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

.control.captcha-image {
  margin-top: 2.4rem; }
  .control.captcha-image .captcha-img {
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .control.captcha-image .captcha-img {
        margin-bottom: 2.4rem;
        display: block; } }
    @media only screen and (min-width: 768px) {
      .control.captcha-image .captcha-img {
        margin: 0 10px 2.4rem 0; } }

@media only screen and (min-width: 768px) {
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%; } }

.block-addresses-list .items.addresses > .item {
  margin-bottom: 2.4rem; }
  @media only screen and (min-width: 768px) {
    .block-addresses-list .items.addresses > .item {
      margin-bottom: 2.4rem; } }
  .block-addresses-list .items.addresses > .item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
      margin-bottom: 0; } }

.form-address-edit .region select {
  display: none; }

.form-edit-account .fieldset.password {
  display: none; }

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 2.4rem; }

@media only screen and (max-width: 767px) {
  .customer-account-index .page-title-wrapper {
    position: relative; } }

@media only screen and (min-width: 768px) {
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 30%; } }

@media only screen and (min-width: 1024px) {
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 25%; } }

@media only screen and (min-width: 768px) {
  .account.page-layout-2columns-left .column.main {
    width: 70%; } }

@media only screen and (min-width: 1024px) {
  .account.page-layout-2columns-left .column.main {
    width: 75%; } }

@media only screen and (max-width: 639px) {
  .account .column.main,
  .account .sidebar-additional {
    margin: 0; } }

.account .column.main h2 {
  margin-top: 0; }

.account .column.main .toolbar {
  text-align: center; }
  .account .column.main .toolbar .limiter-options {
    width: auto; }

@media only screen and (min-width: 768px) {
  .account .column.main .block:not(.widget) .block-title strong {
    font-size: 21px;
    font-weight: 400; } }

.account .table-wrapper:last-child {
  margin-bottom: 0; }

.account .table-wrapper .action {
  margin-right: 15px; }
  .account .table-wrapper .action:last-child {
    margin-right: 0; }

@media only screen and (max-width: 767px) {
  .account .page-main {
    padding-top: 0; } }

@media only screen and (max-width: 767px) {
  .account .page.messages {
    margin-bottom: 4.8rem; } }

.column.main .block:last-child {
  margin-bottom: 0; }

.block .title {
  margin-bottom: 2.4rem; }
  .block .title strong {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 2.4rem;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 2.4rem; }
    .column.main .block .title strong {
      font-size: 16px; }

.block p:last-child {
  margin: 0; }

.block .box-actions {
  padding: 1.2rem 0; }
  .block .box-actions a {
    margin-right: 10px; }
    .block .box-actions a:last-child {
      margin-right: 0; }

.account-nav .content {
  background: #f5f5f5; }

.account-nav .item {
  margin: 0; }
  .account-nav .item a,
  .account-nav .item > strong {
    color: false;
    border-left: 3px solid transparent;
    display: block;
    padding: 1.2rem 18px 1.2rem 15px; }
  .account-nav .item a {
    text-decoration: none; }
    .account-nav .item a:hover {
      background: #e8e8e8; }
  .account-nav .item.current a,
  .account-nav .item.current strong {
    border-color: #1d1d1d;
    color: false;
    font-weight: 600; }
  .account-nav .item.current a {
    border-color: #1d1d1d; }

.downloadable.samples {
  margin-bottom: 20px; }
  .downloadable.samples dd {
    margin: 0 0 10px; }

.table-downloadable-products .product-name {
  margin-right: 15px; }

.field.downloads .price-container {
  display: inline;
  white-space: nowrap; }
  .field.downloads .price-container:before {
    content: ' + ';
    display: inline; }

.field.downloads .price-excluding-tax {
  display: inline; }
  .field.downloads .price-excluding-tax:before {
    content: " (" attr(data-label) ": "; }
  .field.downloads .price-excluding-tax:after {
    content: ')'; }

.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600; }

.field.downloads .sample.link {
  float: right; }

.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px; }

.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .gift-message .field {
    margin: 0 0 2.4rem;
    box-sizing: border-box; }
    .gift-message .field > .label {
      margin: 0; }
    .gift-message .field:before, .gift-message .field:after {
      content: '';
      display: table; }
    .gift-message .field:after {
      clear: both; }
    .gift-message .field.choice:before, .gift-message .field.no-label:before {
      padding: 1.2rem 15px 0 0;
      width: 0;
      box-sizing: border-box;
      content: ' ';
      height: 1px; }
    .gift-message .field .description {
      padding: 1.2rem 15px 0 0;
      text-align: left;
      width: 0;
      box-sizing: border-box;
      float: left; }
    .gift-message .field:not(.choice) > .label {
      padding: 1.2rem 15px 0 0;
      box-sizing: border-box; }
    .gift-message .field:not(.choice) > .control {
      width: 74.2%; } }

.gift-message .field .label {
  color: #666;
  font-weight: 400; }

@media only screen and (min-width: 768px) {
  .gift-options {
    position: relative;
    z-index: 1; } }

@media only screen and (min-width: 768px) {
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static; } }

@media only screen and (min-width: 768px) {
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0; } }

@media only screen and (min-width: 768px) {
  .gift-options .actions-toolbar .secondary {
    float: right; } }

@media only screen and (min-width: 768px) {
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px; } }

@media only screen and (min-width: 768px) {
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px; } }

.gift-options .actions-toolbar .action-cancel {
  display: none; }

@media only screen and (max-width: 767px) {
  .gift-options .actions-toolbar .action-update {
    width: 100%; } }

.gift-options-title {
  margin: 0 0 2.4rem; }
  @media only screen and (min-width: 768px) {
    .gift-options-title {
      font-size: 21px;
      font-weight: 300; } }

.gift-options-content .fieldset {
  margin: 0 0 2.4rem; }

.gift-summary .actions-toolbar > .secondary {
  float: none; }
  .gift-summary .actions-toolbar > .secondary .action {
    margin: 1.2rem 20px 0 0; }

@media only screen and (max-width: 639px) {
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #eee;
    margin-bottom: 2.4rem; } }

@media only screen and (max-width: 767px) {
  .cart.table-wrapper .gift-content {
    margin-right: -10px; } }

@media only screen and (min-width: 768px) {
  .cart.table-wrapper .action-gift {
    float: left; } }

.cart .gift-content {
  clear: left;
  display: none;
  float: left;
  margin: 2.4rem 0;
  text-align: left;
  width: 100%; }
  .cart .gift-content._active {
    display: table;
    table-layout: fixed; }

.cart .action-gift {
  display: inline-block;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 2.4rem;
  margin-right: 10px; }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "neuteboom-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .cart .action-gift:hover:after {
    color: inherit; }
  .cart .action-gift:active:after {
    color: inherit; }
  .cart .action-gift:hover, .cart .action-gift:active, .cart .action-gift:focus {
    text-decoration: none; }
  .cart .action-gift:last-child {
    margin-right: 0; }
  .cart .action-gift._active:after {
    content: ""; }

.gift-item-block {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .gift-item-block {
      border-bottom: 0;
      border-top: 1px solid #c1c1c1; } }
  .gift-item-block._active .title:after {
    content: ""; }
  .gift-item-block .title {
    border-radius: 3px;
    background-image: none;
    background: #fff;
    border: 0.2rem solid #eee;
    border-radius: 0;
    color: #1d1d1b;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0 0;
    padding: 0 0 0 15px;
    text-transform: initial;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 1.4rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    font-weight: 700; }
    .gift-item-block .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 3.2rem;
      line-height: 4.2rem;
      color: inherit;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-item-block .title:hover:after {
      color: inherit; }
    .gift-item-block .title:active:after {
      color: inherit; }
    .gift-item-block .title:focus, .gift-item-block .title:active {
      background: #eee;
      border: 0.2rem solid #eee;
      color: #1d1d1b; }
    .gift-item-block .title:hover {
      background: #eee;
      border: 0.2rem solid #eee;
      color: #1d1d1b; }
    .gift-item-block .title.disabled, .gift-item-block .title[disabled],
    fieldset[disabled] .gift-item-block .title {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    .gift-item-block .title:active {
      box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }
  .gift-item-block .content {
    border-bottom: 1px solid #c1c1c1;
    padding: 1.2rem 10px 2.4rem;
    position: relative; }

.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 1.2rem 0; }

.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: ''; }

.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left; }

.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative; }
  .order-details-items .order-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .order-details-items .order-items .action.show:after {
    position: absolute;
    right: 0;
    top: -4px; }
  .order-details-items .order-items .action.show.expanded:after {
    content: ""; }

.block-order-details-gift-message {
  border-top: 1px solid #eee;
  padding-top: 1.2rem; }

.grouped-table-wrapper {
  margin-bottom: 2.4rem; }

.table.grouped > thead > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > th,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > th,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #eee; }

.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table.grouped > tbody + tbody {
  border-top: 1px solid #eee; }

.table.grouped > thead > tr > th {
  border-bottom: 0; }

.table.grouped .product-item-name {
  font-weight: 400; }

.table.grouped .price-box .price {
  font-size: 14px; }

.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap; }

.table.grouped .row-tier-price td {
  border-top: 0; }

.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px; }

.dummy-filter-btn {
  display: none; }

.filter.block {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .filter.block {
      margin-bottom: 40px; } }

@media only screen and (min-width: 768px) {
  .filter-title {
    display: none; } }

.filter-title strong {
  background-image: none;
  background: #1d1d1d;
  border: 0.2rem solid #151515;
  border-radius: 0;
  color: #fffc03;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0 30px;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 4.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none; }
  .filter-title strong:focus, .filter-title strong:active {
    background: #252525;
    border: 0.2rem solid #151515;
    color: #1d1d1b; }
  .filter-title strong:hover {
    background: #252525;
    border: 0.2rem solid #151515;
    color: #1d1d1b; }
  .filter-title strong.disabled, .filter-title strong[disabled],
  fieldset[disabled] .filter-title strong {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: 1;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .filter-title strong[data-count]:after {
    color: #fff;
    background: #fc5e10;
    border-radius: 2px;
    content: attr(data-count);
    display: inline-block;
    font-size: .8em;
    line-height: 1;
    margin: 0 5px;
    min-width: 1em;
    padding: 2px; }
  .filter-title strong.disabled {
    opacity: .5; }

@media only screen and (min-width: 768px) {
  .filter-content ul.items > li,
  .filter-content ol.items > li {
    margin: 0; } }

.filter .block-subtitle {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 600;
  line-height: 4.4rem;
  padding: 0 10px; }
  @media only screen and (min-width: 768px) {
    .filter .block-subtitle {
      font-size: 16px;
      line-height: 4.7rem; } }

@media only screen and (min-width: 768px) {
  .filter .filter-current-subtitle {
    border-bottom: 1px solid #eee;
    padding-bottom: 0; } }

.filter-subtitle {
  display: none; }
  @media only screen and (min-width: 768px) {
    .filter-subtitle {
      display: block;
      position: static; } }

.filter-current {
  margin: 0 0 2.4rem; }
  .filter-current .items {
    padding: 0 10px; }
  .filter-current .item {
    position: relative;
    z-index: 1; }
  .filter .filter-current-subtitle {
    border: none;
    display: block;
    padding-bottom: .1rem; }
  .filter-current .action.remove {
    left: -2px;
    position: absolute;
    top: -1px; }

.filter-actions {
  margin-bottom: 1.2rem;
  padding: 0 10px; }
  @media only screen and (min-width: 768px) {
    .filter-actions {
      margin-bottom: 2.4rem; } }

@media only screen and (min-width: 768px) {
  .filter.active .filter-options, .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static; } }

.filter-label {
  font-weight: 700; }
  .filter-label:after {
    content: ': '; }

.filter-value {
  color: #858585; }

.filter-options {
  margin: 0; }
  .filter-options-title {
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 1.2rem 40px 1.1rem 10px;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1; }
    .filter-options-title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      line-height: inherit;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .filter-options-title:after {
      position: absolute;
      right: 8px;
      top: 1.2rem; }
    .filter-options-title:hover {
      color: black; }
    .active > .filter-options-title:after {
      content: ""; }
  .filter-options-content {
    display: none;
    margin: 0;
    padding: 0 1.2rem 10px; }
    .active .filter-options-content {
      display: block; }
    .filter-options-content .item {
      margin: 1.2rem 0; }
      .filter-options-content .item [type="radio"] {
        display: none; }
    .filter-options-content .label {
      margin-left: 2.4rem; }
    .filter-options-content a {
      color: #494949;
      -webkit-transition: color .2s ease;
      transition: color .2s ease; }
      .filter-options-content a.am_shopby_link_selected .label:before {
        content: '';
        border-color: #1d1d1d;
        background-color: #1d1d1d;
        opacity: 1; }
      .filter-options-content a .label {
        position: relative; }
        .filter-options-content a .label:before {
          -webkit-box-align: center;
                  align-items: center;
          content: '';
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          height: 14px;
          width: 14px;
          border-radius: 4px;
          border: 2px solid #1d1d1d;
          position: absolute;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          opacity: .4;
          font-size: 12px;
          color: #fff;
          left: -2rem;
          top: 50%;
          -webkit-transition: all .2s ease;
          transition: all .2s ease;
          box-sizing: border-box; }
      .filter-options-content a:hover {
        color: #252525; }
        @media only screen and (min-width: 768px) {
          .filter-options-content a:hover .label:before {
            opacity: 1; } }
    .filter-options-content .count {
      color: #858585;
      padding-right: 5px;
      -webkit-transition: color .5s ease;
      transition: color .5s ease; }
      .filter-options-content .count:before {
        content: '('; }
      .filter-options-content .count:after {
        content: ')'; }

@media only screen and (min-width: 768px) {
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .products ~ .toolbar-products {
    position: static; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 4.8rem;
    position: relative;
    z-index: 1; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter.block {
    border-top: 1px solid #eee; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-content {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-subtitle {
    display: none; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-item.active:after, .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #1d1d1b;
    bottom: -1px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    z-index: 3; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-content {
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #eee;
    padding: 1.2rem 0;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 2; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 1.2rem 5px; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-current-subtitle {
    color: #434343;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-current-subtitle:after {
    content: ':'; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-current .item {
    margin-right: 25px; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-current .action.remove {
    line-height: normal; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-actions {
    display: inline; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 2.4rem; } }

@media only screen and (min-width: 768px) {
  .page-with-filter .filter-title strong {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .page-with-filter .filter-current {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .page-with-filter .filter-current .items {
    padding: 10px; } }

@media only screen and (max-width: 767px) {
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em; }
  body.filter-active .columns {
    z-index: 999; }
  .filter-options {
    display: none; }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99; }
    .filter.active .filter-options-item:last-child {
      margin-bottom: 4.8rem; }
    .filter.active .filter-title {
      border-bottom: 1px solid #eee;
      height: 4.8rem;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 99; }
      .filter.active .filter-title strong {
        box-shadow: none;
        display: inline-block;
        text-decoration: none;
        background: none;
        border: 0;
        color: transparent;
        left: auto;
        line-height: 4.8rem;
        right: 3px;
        top: 10px; }
        .filter.active .filter-title strong:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 24px;
          line-height: inherit;
          color: #434343;
          content: "";
          font-family: "neuteboom-icons";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .filter.active .filter-title strong:after {
          position: absolute;
          right: 10px; }
    .filter.active .filter-subtitle {
      background: #fff;
      display: block;
      left: 0;
      line-height: 4.8rem;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 1; }
    .filter.active .filter-options {
      background: #fff;
      bottom: 0;
      display: block;
      left: 0;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      position: fixed;
      right: 0;
      top: 50px;
      z-index: 99; }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300; }
  .filter-actions {
    margin: -2.4rem 1.2rem 2.4rem; }
  .filter-options-content {
    padding: 5px 10px; }
  .page-with-filter .filter .filter-current {
    margin: 0 0 9.6rem 0; }
    .page-with-filter .filter .filter-current .items {
      display: none; }
    .page-with-filter .filter .filter-current-subtitle {
      display: block;
      text-decoration: none;
      position: relative;
      text-transform: uppercase;
      z-index: 1; }
      .page-with-filter .filter .filter-current-subtitle:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: inherit;
        color: #1d1d1d;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .page-with-filter .filter .filter-current-subtitle:before {
        position: absolute;
        right: 10px; }
      .page-with-filter .filter .filter-current-subtitle:after {
        color: #434343;
        content: " (" attr(data-count) ")";
        font-size: .9em; }
    .page-with-filter .filter .filter-current.active .block-subtitle:before {
      content: ""; }
    .page-with-filter .filter .filter-current.active .items {
      display: block; }
    .page-with-filter .filter .filter-current + .block-actions {
      display: none; }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99; }
  .filter-no-options .filter-content {
    margin-bottom: 20px; }
  .page-with-filter .toolbar .dummy-filter-btn:after {
    color: #fff; }
  .page-with-filter .columns .sidebar-main {
    -webkit-box-ordinal-group: 1;
            order: 0;
    margin-bottom: 2.4rem; }
  .page-with-filter:not(.filter-active) .filter-title {
    display: none; }
  .page-with-filter .dummy-filter-btn {
    display: inline-block;
    width: 12rem;
    text-align: center;
    background-image: none;
    background: #1d1d1d;
    border: 0.2rem solid #151515;
    border-radius: 0;
    color: #fffc03;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 0;
    text-transform: initial;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 1.4rem;
    line-height: 4.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none; }
    .page-with-filter .dummy-filter-btn:focus, .page-with-filter .dummy-filter-btn:active {
      background: #252525;
      border: 0.2rem solid #151515;
      color: #1d1d1b; }
    .page-with-filter .dummy-filter-btn:hover {
      background: #252525;
      border: 0.2rem solid #151515;
      color: #1d1d1b; }
    .page-with-filter .dummy-filter-btn.disabled, .page-with-filter .dummy-filter-btn[disabled],
    fieldset[disabled] .page-with-filter .dummy-filter-btn {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    .page-with-filter .dummy-filter-btn:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: inherit;
      line-height: 1;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0 0 0 5px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; } }

.page-with-filter .filter-title strong {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 120px; }

.page-with-filter .filter-current .item {
  line-height: 2.4rem;
  margin: 0;
  padding-bottom: 1.2rem;
  padding-top: 1.2rem; }
  .page-with-filter .filter-current .item .amshopby-filter-name {
    margin-right: 5px; }

.page-with-filter .filter-current .action.remove {
  top: 1.1rem; }

.page-with-filter .columns .sidebar-main {
  margin-bottom: 0; }

.map-popup-wrapper.popup .action.close {
  top: 10px; }

.map-popup {
  background: #fff;
  border: none;
  padding: 24px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box; }
  .map-popup .popup-header {
    margin: 0 0 2.4rem;
    padding-right: 24px; }
    .map-popup .popup-header .title {
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      line-height: 2.4rem;
      font-size: 1.6rem;
      margin-top: 0;
      margin-bottom: 2.4rem; }
  .map-popup .popup-content {
    margin: 10px 0 0; }
  .map-popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    right: 10px;
    top: 10px; }
    .map-popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .map-popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      line-height: 24px;
      color: inherit;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .map-popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:active:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close.disabled, .map-popup .popup-actions .action.close[disabled],
    fieldset[disabled] .map-popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .map-popup.active {
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .map-popup {
      max-width: 100%; } }
  .map-popup .map-info-price {
    margin-bottom: 15px; }
    .map-popup .map-info-price .price-box {
      margin: 0 0 20px; }
      .map-popup .map-info-price .price-box .label:after {
        content: ': '; }
  .map-popup .regular-price .price-label {
    display: none; }

@media only screen and (max-width: 767px) {
  .map-old-price,
  .map-show-info {
    display: inline-block; } }

@media only screen and (max-width: 767px) {
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px; } }

.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px; }

.map-old-price {
  text-decoration: none; }
  .map-old-price .price-wrapper {
    text-decoration: line-through; }

.map-form-addtocart {
  display: inline-block;
  text-align: center; }
  .map-form-addtocart img {
    display: block;
    margin: 0 auto; }

button.map-show-info, .cart.table-wrapper .actions-toolbar > .map-show-info.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #6a6a6a;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline; }
  button.map-show-info:focus, .cart.table-wrapper .actions-toolbar > .map-show-info.action:focus, button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active {
    background: none;
    border: none; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover {
    background: none;
    border: none; }
  button.map-show-info.disabled, .cart.table-wrapper .actions-toolbar > .map-show-info.disabled.action, button.map-show-info[disabled], .cart.table-wrapper .actions-toolbar > .map-show-info.action[disabled],
  fieldset[disabled] button.map-show-info,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .map-show-info.action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .map-show-info.action {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover {
    color: #1d1d1b;
    text-decoration: none; }
  button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active {
    color: #959595;
    text-decoration: underline; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover {
    color: #1d1d1b; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, button.map-show-info:focus, .cart.table-wrapper .actions-toolbar > .map-show-info.action:focus {
    background: none;
    border: 0; }
  button.map-show-info.disabled, .cart.table-wrapper .actions-toolbar > .map-show-info.disabled.action, button.map-show-info[disabled], .cart.table-wrapper .actions-toolbar > .map-show-info.action[disabled],
  fieldset[disabled] button.map-show-info,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .map-show-info.action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .map-show-info.action {
    color: #6a6a6a;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.multicheckout .title {
  margin-bottom: 30px; }
  .multicheckout .title strong {
    font-weight: 400; }

@media only screen and (max-width: 639px) {
  .multicheckout .data.table .address:before {
    margin-bottom: 5px; } }

@media only screen and (max-width: 639px) {
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block; } }

.multicheckout .table-wrapper {
  margin-bottom: 0; }
  .multicheckout .table-wrapper .action.delete {
    display: inline-block; }
  .multicheckout .table-wrapper .col .qty {
    display: inline-block; }
  .multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 400;
    margin-left: 10px; }

.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0; }

.multicheckout > .actions-toolbar {
  margin-top: 40px; }

.multicheckout .actions-toolbar > .secondary {
  display: block; }
  @media only screen and (min-width: 768px) {
    .multicheckout .actions-toolbar > .secondary {
      float: none;
      text-align: right;
      width: 50%; } }
  .multicheckout .actions-toolbar > .secondary .action {
    margin-bottom: 25px; }
    .multicheckout .actions-toolbar > .secondary .action.back {
      display: block;
      margin-left: 0; }

@media only screen and (max-width: 639px) {
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px; } }

.multicheckout .actions-toolbar > .primary {
  margin-bottom: 25px; }
  @media only screen and (max-width: 639px) {
    .multicheckout .actions-toolbar > .primary {
      margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .multicheckout .actions-toolbar > .primary {
      float: none;
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .multicheckout .actions-toolbar > .primary .action {
      width: 100%; } }

.multicheckout .item-options {
  margin: 10px 0 0; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block; }

.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }
  .multicheckout .block-title strong,
  .multicheckout .block-content .title strong {
    font-weight: 400; }
    .multicheckout .block-title strong span,
    .multicheckout .block-content .title strong span {
      color: #909090; }

.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0; }

@media only screen and (min-width: 640px) {
  .multicheckout .block-content .box {
    margin-bottom: 0; } }

@media only screen and (max-width: 639px) {
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px; } }

@media only screen and (max-width: 639px) {
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0; } }

@media only screen and (min-width: 640px) {
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%; } }

@media only screen and (min-width: 640px) {
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%; } }

@media only screen and (min-width: 640px) {
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none; } }

@media only screen and (min-width: 640px) {
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%; } }

@media only screen and (min-width: 640px) {
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%; } }

@media only screen and (min-width: 640px) {
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0; } }

.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem; }

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px; }

@media only screen and (min-width: 640px) {
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto; } }

@media only screen and (max-width: 639px) {
  .multicheckout.order-review .box-items .data.table thead {
    display: block; } }

@media only screen and (max-width: 639px) {
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block; } }

@media only screen and (max-width: 639px) {
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0; } }

@media only screen and (min-width: 640px) {
  .multicheckout.order-review .col.item {
    width: 75%; } }

@media only screen and (min-width: 640px) {
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto; } }

@media only screen and (min-width: 640px) {
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto; } }

@media only screen and (min-width: 640px) {
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto; } }

@media only screen and (min-width: 640px) {
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%; } }

.multicheckout .box-title span {
  margin-right: 10px; }

.multicheckout .box-title > .action {
  margin: 0; }

.multicheckout .box-shipping-method .price {
  font-weight: 700; }

.multicheckout .box-billing-method .fieldset {
  margin: 0; }
  .multicheckout .box-billing-method .fieldset .legend.box-title {
    margin: 0 0 5px; }

.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px; }
  .multicheckout .checkout-review .grand.totals .mark {
    font-weight: 400; }

[class^='multishipping-'] .logo {
  margin-left: 0; }

.multishipping-checkout-success .nav-sections {
  display: block; }

@media only screen and (min-width: 1024px) {
  .block.newsletter {
    width: 30%; } }

.block.newsletter .block-title h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  padding-bottom: 1.2rem; }

.block.newsletter form {
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .block.newsletter form .field.newsletter {
      padding-right: 140px; } }
  @media only screen and (min-width: 1024px) {
    .block.newsletter form .field.newsletter input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; } }
  .block.newsletter form .actions {
    margin-top: 10px; }
    @media only screen and (min-width: 1024px) {
      .block.newsletter form .actions {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 140px; } }
    .block.newsletter form .actions button, .block.newsletter form .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .block.newsletter form .actions .actions-toolbar > .action {
      width: 100%; }
      @media only screen and (min-width: 1024px) {
        .block.newsletter form .actions button, .block.newsletter form .actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .block.newsletter form .actions .actions-toolbar > .action {
          border-bottom-left-radius: 0;
          border-top-left-radius: 0; } }

.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase; }

.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase; }

.paypal.acceptance {
  display: block;
  margin: 0 0 20px; }
  .paypal.acceptance img {
    max-width: 100%; }

.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%; } }

@media only screen and (min-width: 768px) {
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%; } }

@media only screen and (min-width: 768px) {
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #eee; } }

.paypal-review .paypal-review-title > strong {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2.4rem;
  display: inline-block; }

.paypal-review .items-qty .item {
  white-space: nowrap; }

.paypal-review .items-qty .title:after {
  content: ': '; }

.paypal-review .paypal-review-title > strong {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2.4rem;
  display: inline-block; }

.paypal-review .actions-toolbar {
  margin-top: 10px; }

.paypal-review .item-options dt {
  display: inline-block; }
  .paypal-review .item-options dt:after {
    content: ': '; }

.paypal-review .item-options dd {
  margin: 0; }

.paypal-review-discount {
  border-bottom: 1px solid #eee;
  margin: 20px 0; }
  .paypal-review-discount .block {
    margin-bottom: 0; }
    .paypal-review-discount .block .fieldset {
      padding: 10px 0 20px; }

.fotorama-video-container:after {
  background: url(../../frontend/Neuteboom/default/nl_NL/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama-video-container .magnify-lens {
  display: none !important; }

.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6; }

.fotorama-video-container.video-unplayed:hover:after {
  -webkit-transform: scale(1.25);
          transform: scale(1.25); }

.video-thumb-icon:after {
  background: url(../../frontend/Neuteboom/default/nl_NL/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px; }

.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999; }

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama__product-video--loading:after {
  visibility: hidden; }

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%; } }

.rating-summary {
  overflow: hidden;
  white-space: nowrap; }
  .rating-summary .rating-result {
    width: 80px;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .rating-summary .rating-result:before {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-font-smoothing: antialiased;
      color: #d9d9d9;
      font-family: "neuteboom-icons";
      font-size: 20px;
      height: 20px;
      letter-spacing: -5px;
      line-height: 20px;
      content: "";
      display: block;
      font-style: normal;
      font-weight: normal;
      speak: none; }
    .rating-summary .rating-result > span {
      display: block;
      overflow: hidden; }
      .rating-summary .rating-result > span:before {
        position: relative;
        z-index: 2;
        -webkit-font-smoothing: antialiased;
        color: #1d1d1d;
        font-family: "neuteboom-icons";
        font-size: 20px;
        height: 20px;
        letter-spacing: -5px;
        line-height: 20px;
        content: "";
        display: block;
        font-style: normal;
        font-weight: normal;
        speak: none; }
      .rating-summary .rating-result > span span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
  .rating-summary .rating-result {
    display: block; }

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.review-control-vote {
  overflow: hidden; }
  .review-control-vote:before {
    color: #d9d9d9;
    font-family: "neuteboom-icons";
    font-size: 20px;
    height: 20px;
    letter-spacing: -5px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: "";
    display: block;
    position: absolute;
    z-index: 1; }
  .review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .review-control-vote input[type="radio"]:focus + label:before, .review-control-vote input[type="radio"]:checked + label:before {
      opacity: 1; }
  .review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute; }
    .review-control-vote label span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .review-control-vote label:before {
      color: #1d1d1d;
      font-family: "neuteboom-icons";
      font-size: 20px;
      height: 20px;
      letter-spacing: -5px;
      line-height: 20px;
      font-style: normal;
      font-weight: normal;
      speak: none;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      opacity: 0; }
    .review-control-vote label:hover:before {
      opacity: 1; }
    .review-control-vote label:hover ~ label:before {
      opacity: 0; }
  .review-control-vote .rating-5 {
    z-index: 2; }
    .review-control-vote .rating-5:before {
      content: ""; }
  .review-control-vote .rating-4 {
    z-index: 3; }
    .review-control-vote .rating-4:before {
      content: ""; }
  .review-control-vote .rating-3 {
    z-index: 4; }
    .review-control-vote .rating-3:before {
      content: ""; }
  .review-control-vote .rating-2 {
    z-index: 5; }
    .review-control-vote .rating-2:before {
      content: ""; }
  .review-control-vote .rating-1 {
    z-index: 6; }
    .review-control-vote .rating-1:before {
      content: ""; }

.review-link {
  display: inline-block;
  line-height: 4.8rem; }

.block.add.review {
  margin-bottom: 4.8rem; }
  .block.add.review > .title {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 4.8rem;
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 2.4rem; }
  .block.add.review .legend {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 2.4rem;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 2.4rem;
    margin: 0 0 2.4rem;
    padding: 0; }
  .block.add.review .field.rating {
    display: table-row; }
    .block.add.review .field.rating .label {
      display: table-cell;
      padding: 5px 0;
      vertical-align: middle; }
    .block.add.review .field.rating .control {
      display: table-cell;
      vertical-align: top; }

.block.reviews.list > .title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 4.8rem;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

.block.reviews.list .review.item {
  margin-bottom: 4.8rem; }

.block.reviews.list .review.title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2.4rem; }

.data.table.reviews .rating-summary {
  margin-top: -4px; }

.customer-review.view {
  margin-bottom: 2.4rem; }
  .customer-review.view .review.title,
  .customer-review.view .ratings-summary,
  .customer-review.view .product-details {
    margin-bottom: 2.4rem; }

@media only screen and (min-width: 768px) {
  .review-add fieldset.field.review-field-ratings {
    margin-bottom: 20px; } }

.product-reviews-summary {
  display: table; }
  @media only screen and (min-width: 768px) {
    .products.wrapper.list .product-reviews-summary {
      margin: 0; } }
  .product-reviews-summary.empty {
    margin-left: 0; }
  .product-reviews-summary .rating-summary {
    display: table-cell;
    position: relative;
    text-align: left;
    vertical-align: middle; }
    .product-reviews-summary .rating-summary + .reviews-actions {
      padding-left: 10px; }
  .product-reviews-summary .reviews-actions {
    display: table-cell;
    line-height: 2.4rem;
    vertical-align: middle; }
    .product-reviews-summary .reviews-actions a {
      margin-right: 5px;
      white-space: nowrap; }

.customer-review .product-details {
  margin-bottom: 4.8rem; }

.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%; }

.customer-review .review-details .customer-review-rating {
  margin-bottom: 2.4rem; }
  .customer-review .review-details .customer-review-rating .item {
    margin-bottom: 1.2rem; }
    .customer-review .review-details .customer-review-rating .item:last-child {
      margin-bottom: 0; }

.customer-review .review-details .review-title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.4rem; }

.customer-review .review-details .review-content {
  margin-bottom: 2.4rem; }

.review-field-ratings .nested {
  display: table; }

.review-field-ratings .review-field-rating {
  display: table-row; }
  .review-field-ratings .review-field-rating .label,
  .review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top; }
  .review-field-ratings .review-field-rating .label {
    padding-right: 10px;
    padding-top: 6px; }
  .review-field-ratings .review-field-rating .control {
    padding-top: 5px; }

.fieldset > .field.review-field-ratings > legend.label {
  padding-top: 6px; }

.review-toolbar {
  margin: 0 0 2.4rem;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .review-toolbar {
      margin: 0 0 2.4rem; } }
  .review-toolbar:first-child {
    display: none; }
  .review-toolbar .pages {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 20px 0;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .review-toolbar .pages {
        padding: 2.4rem 0; } }
  .review-toolbar .limiter {
    display: none; }

.review-add .block-title {
  display: none; }

.review-add .field.review-field-rating {
  display: table-row; }

.review-add .field.review-field-ratings {
  margin-bottom: 10px; }

@media only screen and (min-width: 640px) {
  .review-form {
    max-width: 500px; } }

.review-form .action.submit.primary {
  background-image: none;
  background: #1d1d1d;
  border: 0.2rem solid #1d1d1b;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0 15px;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 4.4rem;
  box-sizing: border-box;
  vertical-align: middle; }
  .review-form .action.submit.primary:focus, .review-form .action.submit.primary:active {
    background: #252525;
    border: 0.2rem solid #1d1d1b;
    color: #fff; }
  .review-form .action.submit.primary:hover {
    background: #252525;
    border: 0.2rem solid #1d1d1b;
    color: #fff; }
  .review-form .action.submit.primary.disabled, .review-form .action.submit.primary[disabled],
  fieldset[disabled] .review-form .action.submit.primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.fieldset .review-legend.legend {
  margin-bottom: 2.4rem;
  padding: 0; }
  @media only screen and (min-width: 640px) {
    .fieldset .review-legend.legend {
      margin-bottom: 2.4rem; } }
  .fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0; }

.review-field-rating .control {
  margin-bottom: 4.8rem;
  margin-top: 10px; }

.review-list {
  margin-bottom: 30px; }
  .review-list .block-title strong {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 4.8rem;
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 2.4rem; }

.review-item {
  border-bottom: 1px dashed #eee;
  margin: 0;
  padding: 2.4rem 0; }
  .review-item:after {
    clear: both;
    content: '';
    display: table; }
  @media only screen and (min-width: 640px) {
    .review-item {
      padding: 2.4rem 0; } }
  .review-item:first-child {
    border-top: 1px dashed #eee; }

.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%; }
  @media only screen and (min-width: 640px) {
    .review-ratings {
      float: left;
      margin-bottom: 0;
      max-width: 240px; } }
  @media only screen and (min-width: 640px) {
    ~ .review-ratings-content,
    ~ .review-ratings-details {
      margin-left: 280px; } }

.review-author {
  display: inline; }

.review-title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2.4rem;
  margin: 0 0 20px; }
  @media only screen and (min-width: 640px) {
    .review-title {
      margin: 0 0 2.4rem; } }

.review-content {
  margin-bottom: 20px; }

.order-links .item {
  line-height: 4.8rem;
  margin: 0 0 -1px; }
  @media only screen and (min-width: 768px) {
    .order-links .item {
      float: left;
      margin: 0 5px 0 0; } }
  .order-links .item strong {
    background: none;
    border: 1px solid #eee;
    display: block;
    font-weight: 600;
    padding: 0 20px; }
    @media only screen and (min-width: 768px) {
      .order-links .item strong {
        border-bottom: 0;
        margin-bottom: -1px;
        padding: 0 20px 1 20px; } }
  .order-links .item a {
    background: none;
    color: #434343;
    border: 1px solid #eee;
    display: block;
    font-weight: 600;
    padding: 0 20px; }
    @media only screen and (min-width: 768px) {
      .order-links .item a {
        padding: 0 20px; } }
    .order-links .item a:hover {
      background: none;
      text-decoration: none; }

.order-details-items {
  border: 1px solid #eee;
  margin-bottom: 40px;
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .order-details-items.ordered .order-title {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .order-details-items {
      margin-top: -1px;
      padding: 25px; } }
  .order-details-items .order-title {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px; }
    .order-details-items .order-title > strong {
      font-size: 24px;
      font-weight: 300; }
      @media only screen and (max-width: 639px) {
        .order-details-items .order-title > strong {
          display: block; } }
    .order-details-items .order-title .action {
      display: inline-block; }
      @media only screen and (min-width: 640px) {
        .order-details-items .order-title .action {
          margin: 12px 0 0 30px; } }
      @media only screen and (max-width: 639px) {
        .order-details-items .order-title .action {
          margin-top: 10px; } }
      @media only screen and (min-width: 640px) {
        .order-details-items .order-title .action.track {
          float: right; } }
  @media only screen and (max-width: 639px) {
    .order-details-items .data.table .col.options {
      padding: 0 10px 15px; } }
  @media only screen and (max-width: 639px) {
    .order-details-items .data.table .col.options:before {
      display: none; } }
  .order-details-items .table-wrapper {
    margin: 0; }
    .order-details-items .table-wrapper + .actions-toolbar {
      display: none; }
    .order-details-items .table-wrapper:not(:last-child) {
      margin-bottom: 30px; }
  @media only screen and (max-width: 639px) {
    .order-details-items .options-label + .item-options-container:before,
    .order-details-items .item-options-container + .item-options-container:before {
      content: attr(data-th) ":";
      display: block;
      font-weight: 700;
      padding-left: 10px; } }
  @media only screen and (max-width: 639px) {
    .order-details-items .options-label + .item-options-container .col,
    .order-details-items .item-options-container + .item-options-container .col {
      font-size: 12px;
      padding: 0 10px; } }
  @media only screen and (max-width: 639px) {
    .order-details-items .options-label + .item-options-container .col:first-child,
    .order-details-items .item-options-container + .item-options-container .col:first-child {
      padding-top: 3px; } }
  @media only screen and (max-width: 639px) {
    .order-details-items .options-label + .item-options-container .col:last-child,
    .order-details-items .item-options-container + .item-options-container .col:last-child {
      padding-bottom: 20px; } }
  .order-details-items .table-order-items > thead > tr > th {
    border-bottom: 1px solid #eee; }
  .order-details-items .table-order-items tbody + tbody {
    border-top: 1px solid #eee; }
  .account .order-details-items .table-order-items tbody tr:nth-child(even) td {
    background: none; }
  .order-details-items .table-order-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px; }
    @media only screen and (min-width: 768px) {
      .order-details-items .table-order-items tbody td {
        padding-bottom: 20px;
        padding-top: 20px; } }
  .order-details-items .table-order-items tbody .col.label {
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 0; }
  .order-details-items .table-order-items tbody .col.options {
    padding: 0 0 15px; }
  .order-details-items .table-order-items tbody > .item-parent td {
    padding-bottom: 5px; }
  .order-details-items .table-order-items tbody > .item-parent + tr td {
    padding-top: 5px; }
  .order-details-items .table-order-items tbody .item-options-container td {
    padding-bottom: 15px;
    padding-top: 0; }
  .order-details-items .table-order-items .product-item-name {
    margin: 0 0 10px; }
  .order-details-items .item-options {
    margin: 0; }
    .order-details-items .item-options dt {
      margin: 0; }
    .order-details-items .item-options dd {
      margin: 0 0 15px; }
      .order-details-items .item-options dd:last-child {
        margin-bottom: 0; }
    .order-details-items .item-options.links dt {
      display: inline-block; }
      .order-details-items .item-options.links dt:after {
        content: ': '; }
    .order-details-items .item-options.links dd {
      margin: 0; }
  .order-details-items thead .col.qty {
    text-align: center; }
  @media only screen and (max-width: 639px) {
    .order-details-items .col.price .price-including-tax,
    .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-including-tax,
    .order-details-items .col.subtotal .price-excluding-tax {
      display: inline-block; } }
  .order-details-items .col.name {
    padding-top: 16px; }
    @media only screen and (min-width: 768px) {
      .order-details-items .col.name {
        padding-left: 0; } }
  @media only screen and (min-width: 768px) {
    .order-details-items .col.price {
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    .order-details-items .col.subtotal {
      text-align: right; } }
  @media only screen and (min-width: 768px) {
    .order-details-items tfoot .amount,
    .order-details-items tfoot .mark {
      text-align: right; } }
  .order-details-items .action.show {
    display: inline-block;
    text-decoration: none;
    color: #1d1d1d; }
    .order-details-items .action.show > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .order-details-items .action.show:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 10px;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .order-details-items .action.show.expanded:after {
      content: ""; }
  .order-details-items .product-item-name {
    font-size: font-size__l; }
  @media only screen and (max-width: 639px) {
    .order-details-items .items-qty {
      display: inline-block;
      vertical-align: top; } }
  .order-details-items .items-qty .item {
    white-space: nowrap; }
  .order-details-items .items-qty .title:after {
    content: ': '; }

.block-order-details-comments {
  margin: 0 0 40px; }
  @media only screen and (min-width: 768px) {
    .block-order-details-comments {
      margin: 0 0 60px; } }
  .block-order-details-comments .comment-date {
    font-weight: 600; }
    @media only screen and (min-width: 768px) {
      .block-order-details-comments .comment-date {
        clear: left;
        float: left;
        margin-right: 50px;
        max-width: 90px; } }
  .block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .block-order-details-comments .comment-content {
        overflow: hidden; } }

.block-order-details-view .block-content .box {
  margin-bottom: 30px; }

.block-order-details-view .box-title {
  font-weight: 600; }

.block-order-details-view .box-content .payment-method .title {
  font-weight: 400; }

.block-order-details-view .box-content .payment-method .content {
  margin: 0; }
  .block-order-details-view .box-content .payment-method .content > strong {
    font-weight: 400; }
    .block-order-details-view .box-content .payment-method .content > strong:after {
      content: ': '; }

.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0; }

.block-order-details-gift-message + .actions-toolbar {
  display: none; }

.order-tracking {
  margin: 0;
  padding: 20px 0; }
  .order-title + .order-tracking {
    border-bottom: 1px solid #eee; }
  .order-tracking .tracking-title {
    display: inline-block; }
  .order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px; }

.order-actions-toolbar {
  margin-bottom: 25px; }
  .order-actions-toolbar .action {
    margin-right: 30px; }
    .order-actions-toolbar .action.print {
      display: none;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .order-actions-toolbar .action.print {
          display: block;
          float: right; } }

@media only screen and (min-width: 768px) {
  .table-order-items tbody .col.label, .table-order-items tbody .col.value {
    padding-left: 0; } }

@media only screen and (min-width: 768px) {
  .table-order-items.invoice .col.qty, .table-order-items.shipment .col.qty {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .table-order-items.creditmemo .col.qty, .table-order-items.creditmemo .col.discount, .table-order-items.creditmemo .col.subtotal {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .table-order-items.creditmemo .col.total {
    text-align: right; } }

@media only screen and (max-width: 639px) {
  .account .table-order-items tbody tr {
    display: block; } }

@media only screen and (max-width: 639px) {
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0; } }

@media only screen and (max-width: 639px) {
  .account .table-order-items .action.show {
    margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 100%/4; } }

.form-orders-search .field:last-child {
  margin-bottom: 20px; }

.block-reorder .actions-toolbar {
  margin: 17px 0; }

.block-reorder .product-item-name {
  display: inline-block; }

.block-reorder .product-item-name {
  font-weight: 400; }

.block-reorder .product-item .field.item {
  display: inline-block; }

.opc-wrapper .form-discount {
  max-width: 500px; }

.action.mailto.friend {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle; }
  .action.mailto.friend:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    margin: 0 0.6rem 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action.mailto.friend:hover span {
    text-decoration: underline; }
  .action.mailto.friend span {
    display: inline-block;
    line-height: 2.4rem; }

.swatch-attribute-label {
  font-weight: bold;
  position: relative; }

.swatch-attribute-label.required {
  padding-right: 10px; }

.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em; }

.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px; }

.swatch-attribute-options {
  margin-top: 10px; }

.swatch-option {
  border-radius: 100%;
  padding: 1px 2px;
  width: 20px;
  height: 20px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 2px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis; }

.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px; }

.swatch-option.selected {
  border: 2px solid #ff5501;
  color: #333; }

.swatch-option.text.selected {
  background-color: #fff; }

.clearfix:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494; }

.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  color: black;
  background: #fff;
  border: 1px solid #fff; }

.swatch-option:not(.disabled):hover {
  border: 2px solid #999;
  color: #333; }

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 2px solid #ee0000; }

.swatch-option.disabled {
  cursor: default; }

.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, white), color-stop(46%, white), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, white), color-stop(57%, white), color-stop(58%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); }

.swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center; }

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px; }

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto; }

.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }

.swatch-opt {
  margin: 20px 0; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none;
  position: static;
  z-index: 1; }

.swatch-option-link-layered {
  position: relative;
  margin: 0;
  padding: 0; }

.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0; }

.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none;
  cursor: default;
  border: 0; }

.swatch-opt-listing {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url(../../frontend/Neuteboom/default/nl_NL/images/loader-2.gif); }

.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden; }

.swatch-attribute .swatch-attribute-options {
  margin-top: 0; }

.swatch-attribute-options .swatch-option,
.swatch-attribute-options .swatch-option.text {
  box-sizing: border-box;
  height: 3rem;
  line-height: 2.4rem;
  margin: 0 10px 10px 0;
  min-width: 3rem;
  padding: 1px 2px; }
  .sidebar .swatch-attribute-options .swatch-option, .sidebar
  .swatch-attribute-options .swatch-option.text {
    margin-bottom: 1.2rem;
    margin-top: 1.2rem; }

.swatch-attribute-options .swatch-option.selected, .swatch-attribute-options .swatch-option:not(.disabled):hover,
.swatch-attribute-options .swatch-option.color.selected,
.swatch-attribute-options .swatch-option.color:not(.disabled):hover,
.swatch-attribute-options .swatch-option.image.selected,
.swatch-attribute-options .swatch-option.image:not(.disabled):hover {
  margin-left: 0;
  outline: 2px solid #1d1d1d; }

.swatch-option-tooltip {
  pointer-events: none; }

.products-grid [class^="swatch-opt-"] {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out; }

@media only screen and (min-width: 768px) {
  .products-grid .product-item-info:hover [class^="swatch-opt-"] {
    opacity: 1;
    z-index: 3; } }

.product-options-wrapper {
  margin-bottom: 2.4rem; }
  .product-options-wrapper .swatch-opt {
    margin-bottom: 0;
    margin-top: 0; }
    .product-options-wrapper .swatch-opt .swatch-attribute-label {
      display: inline-block;
      line-height: 4.8rem; }
    .product-options-wrapper .swatch-opt .swatch-option {
      margin-top: 0; }

@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%; } }

body {
  background-color: #fff; }
  body.cms-index-index .column.main > p {
    margin-bottom: 0; }

h1 .alink,
h1 a,
h2 .alink,
h2 a,
h3 .alink,
h3 a,
h4 .alink,
h4 a,
h5 .alink,
h5 a,
h6 .alink,
h6 a {
  color: inherit;
  text-decoration: none; }
  h1 .alink:hover, h1 .alink:visited,
  h1 a:hover,
  h1 a:visited,
  h2 .alink:hover,
  h2 .alink:visited,
  h2 a:hover,
  h2 a:visited,
  h3 .alink:hover,
  h3 .alink:visited,
  h3 a:hover,
  h3 a:visited,
  h4 .alink:hover,
  h4 .alink:visited,
  h4 a:hover,
  h4 a:visited,
  h5 .alink:hover,
  h5 .alink:visited,
  h5 a:hover,
  h5 a:visited,
  h6 .alink:hover,
  h6 .alink:visited,
  h6 a:hover,
  h6 a:visited {
    color: inherit;
    text-decoration: none; }

.button, .cart .action-gift {
  background-image: none;
  background: #fff;
  border: 0.2rem solid #eee;
  border-radius: 0;
  color: #1d1d1b;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0 15px;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  line-height: 4.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: default; }
  .button:focus, .cart .action-gift:focus, .button:active, .cart .action-gift:active {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  .button:hover, .cart .action-gift:hover {
    background: #eee;
    border: 0.2rem solid #eee;
    color: #1d1d1b; }
  .button.disabled, .cart .disabled.action-gift, .button[disabled], .cart .action-gift[disabled],
  fieldset[disabled] .button,
  fieldset[disabled] .cart .action-gift,
  .cart fieldset[disabled] .action-gift {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

a.button, .cart a.action-gift,
button.button,
.cart.table-wrapper .actions-toolbar > .button.action,
.cart.table-wrapper .actions-toolbar > .action.action-gift,
.cart button.action-gift {
  cursor: pointer;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  .page-main > .page-title-wrapper .page-title {
    display: inline-block; } }

.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 2.4rem; }
  @media only screen and (min-width: 768px) {
    .page-main > .page-title-wrapper .page-title + .action {
      float: right;
      margin-top: 2.4rem; } }

.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15; }

.nav-sections {
  -webkit-overflow-scrolling: touch; }

.page-main {
  margin-top: 2.4rem; }

@media only screen and (min-width: 768px) {
  .page-wrapper {
    min-height: 100%; } }

@media only screen and (min-width: 768px) {
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%; } }

.page-wrapper > .breadcrumbs ul {
  padding-bottom: 1.8rem;
  padding-top: 1.8rem; }

.message.global p {
  margin: 0; }

.message.global.noscript, .message.global.cookie {
  border-radius: 0;
  margin: 0 0 2.4rem;
  padding: 1.2rem;
  display: block;
  line-height: 2.4rem;
  font-size: 1.4rem;
  background: #fed52f;
  color: #1d1d1d;
  margin: 0; }
  .message.global.noscript a, .message.global.cookie a {
    color: #1d1d1d; }
    .message.global.noscript a:hover, .message.global.cookie a:hover {
      color: #1d1d1d; }
    .message.global.noscript a:active, .message.global.cookie a:active {
      color: #1d1d1d; }

.message.global.cookie {
  bottom: 0;
  left: 0;
  padding: 1.2rem;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 3; }
  .message.global.cookie p {
    display: inline-block;
    margin-bottom: 1.2rem;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .message.global.cookie p {
        margin: 0 1.2rem 0 0; } }
  .message.global.cookie .actions {
    display: inline-block;
    vertical-align: middle; }
    .message.global.cookie .actions.primary {
      line-height: 2.4rem;
      padding: 0 1.2rem; }

.message.global.demo {
  border-radius: 0;
  margin: 0 0 2.4rem;
  padding: 1.2rem;
  display: block;
  line-height: 2.4rem;
  font-size: 1.4rem;
  background: #fed52f;
  color: #1d1d1d;
  margin-bottom: 0;
  text-align: center; }
  .message.global.demo a {
    color: #1d1d1d; }
    .message.global.demo a:hover {
      color: #1d1d1d; }
    .message.global.demo a:active {
      color: #1d1d1d; }

.block.block-search {
  margin-bottom: 0; }

.block .control {
  border: none; }

.abs-remove-button-for-blocks:before, .sidebar .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filter-current .action.remove:before {
  font-size: inherit; }

.widget {
  clear: both; }

.products-grid-slider.bx-active .product-items {
  margin: 0; }

.products-grid-slider.bx-active .product-item {
  padding: 0; }

.ui-datepicker td {
  padding: 0; }

@media only screen and (max-width: 767px) {
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5; } }

.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    .block-collapsible-nav .content {
      display: none;
      border-bottom: 1px solid #eee; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .block-collapsible-nav .content.active {
      display: block; } }

.block-collapsible-nav .item {
  margin: 3px 0 0; }
  .block-collapsible-nav .item:first-child {
    margin-top: 0; }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item > strong {
    border-left: 3px solid transparent;
    color: false;
    display: block;
    padding: 5px 18px 5px 15px; }
  .block-collapsible-nav .item a {
    text-decoration: none; }
    .block-collapsible-nav .item a:hover {
      background: #fff; }
  .block-collapsible-nav .item.current a,
  .block-collapsible-nav .item.current strong {
    border-color: #ff5501;
    color: false;
    font-weight: 600; }
  .block-collapsible-nav .item.current a {
    border-color: #ff5501; }

@media only screen and (min-width: 768px) {
  .navigation ul {
    padding: 0; } }

@media only screen and (min-width: 768px) {
  .navigation ul li {
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .navigation ul li.all-category {
    width: 100%;
    padding-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .navigation ul ul {
    padding: 0; } }

@media only screen and (min-width: 768px) {
  .navigation ul ul a.has-children {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 2.4rem;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 2.4rem; } }

@media only screen and (min-width: 768px) {
  .navigation .level0 {
    display: inline;
    float: left; } }

@media only screen and (min-width: 768px) {
  .navigation .level0 > .level-top {
    float: left; } }

.navigation .level0 .submenu ul {
  font-weight: normal; }

.page-footer {
  background-color: #1d1d1d;
  margin-top: auto;
  font-size: 1.5rem; }
  .page-footer a {
    color: #1d1d1d; }
  .page-footer .footer-top {
    background: #f8f8f8;
    padding: 1.2rem 0; }
    .page-footer .footer-top .containment {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
    .page-footer .footer-top .general-info {
      color: #1d1d1d;
      display: none; }
      @media only screen and (min-width: 768px) {
        .page-footer .footer-top .general-info {
          display: block; } }
      .page-footer .footer-top .general-info span {
        margin-right: 10px; }
        .page-footer .footer-top .general-info span:before {
          margin-right: 10px; }
    .page-footer .footer-top .phone {
      display: inline-block;
      text-decoration: none; }
      .page-footer .footer-top .phone:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .page-footer .footer-top .email {
      display: inline-block;
      text-decoration: none; }
      .page-footer .footer-top .email:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .page-footer .footer-top .social a {
      color: #1d1d1d; }
      @media only screen and (min-width: 768px) {
        .page-footer .footer-top .social a:before {
          font-size: 28px; } }
    .page-footer .footer-top .facebook {
      display: inline-block;
      text-decoration: none; }
      .page-footer .footer-top .facebook:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: inherit;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .page-footer .footer-top .twitter {
      display: inline-block;
      text-decoration: none; }
      .page-footer .footer-top .twitter:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: inherit;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .page-footer .footer-top .instagram {
      display: inline-block;
      text-decoration: none; }
      .page-footer .footer-top .instagram:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: inherit;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .page-footer .footer-top .linkedin {
      display: inline-block;
      text-decoration: none; }
      .page-footer .footer-top .linkedin:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: inherit;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .page-footer .footer-top .youtube {
      display: inline-block;
      text-decoration: none; }
      .page-footer .footer-top .youtube:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: inherit;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
  @media only screen and (max-width: 767px) {
    .page-footer .footer-list.store-info {
      border: 0; } }
  @media only screen and (max-width: 767px) {
    .page-footer .footer-list.store-info .footer-content {
      padding: 0 0 15px 0; } }
  .page-footer .footer-list.store-info .logo {
    display: block;
    margin-bottom: 1.2rem; }
  .page-footer .footer-list.store-info img {
    max-width: 200px; }
  .page-footer .footer.content {
    display: -webkit-box;
    display: flex;
    padding-top: 4.8rem; }
    @media only screen and (max-width: 767px) {
      .page-footer .footer.content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }
    .page-footer .footer.content > * {
      -webkit-box-flex: 1;
              flex: 1 1 10%; }
    .page-footer .footer.content ul {
      padding: 0;
      margin: 0; }
      .page-footer .footer.content ul li {
        list-style: none; }
  .page-footer .copyright {
    max-width: 1600px;
    min-width: 0;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    text-align: center; }

.page-header {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 15; }
  .page-header .header.panel {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem; }
  .page-header .panel.wrapper {
    background: #f8f8f8;
    min-height: 5.4rem; }
    @media only screen and (min-width: 768px) {
      .page-header .panel.wrapper {
        min-height: auto; } }
  .page-header .switcher {
    display: inline-block;
    float: right;
    height: 24px;
    margin-left: 15px;
    margin-right: 0; }
  .page-header .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    font-size: 0;
    margin-left: auto; }
    .page-header .header.links > li {
      display: inline-block;
      vertical-align: top; }
    .page-header .header.links > li {
      font-size: 14px; }
      .page-header .header.links > li.welcome a {
        padding-left: 5px; }
      .page-header .header.links > li a.account-link {
        display: inline-block;
        text-decoration: none; }
        .page-header .header.links > li a.account-link > span {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .page-header .header.links > li a.account-link:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 24px;
          line-height: inherit;
          color: #1d1d1b;
          content: "";
          font-family: "neuteboom-icons";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
      .page-header .header.links > li > a {
        color: #1d1d1d;
        margin-left: 15px; }
      .page-header .header.links > li .top-links {
        display: none; }
  .page-header .header.wrapper .logo,
  .page-header .header .usps-wrapper {
    display: none; }
  .page-header .header.content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .page-header .header.content {
        padding-bottom: 0.6rem;
        padding-top: 0.6rem;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: justify;
                justify-content: space-between; } }
    @media only screen and (min-width: 768px) {
      .page-header .header.content .miniorderbysku-wrapper,
      .page-header .header.content .block-search {
        margin-bottom: 0.35rem;
        margin-top: 0.35rem; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.wrapper {
      padding-bottom: 1.8rem;
      padding-top: 1.8rem;
      background: #fff; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.wrapper .logo {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.panel .logo {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.panel > .header.links a.account-link > span {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.panel > .header.links .compare .counter,
    .page-header .header.panel > .header.links .wishlist .counter {
      color: #1d1d1d; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.panel > .header.links .compare .counter:before,
    .page-header .header.panel > .header.links .wishlist .counter:before {
      content: ' ('; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.panel > .header.links .compare .counter:after,
    .page-header .header.panel > .header.links .wishlist .counter:after {
      content: ')'; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.panel > .header.links > li.authorization-link.loggedin {
      display: inline-block;
      text-decoration: none;
      position: relative; }
      .page-header .header.panel > .header.links > li.authorization-link.loggedin > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .page-header .header.panel > .header.links > li.authorization-link.loggedin:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: inherit;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.panel > .header.links > li.authorization-link.loggedin:hover .top-links {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.panel > .header.links .top-links {
      background: #f8f8f8;
      list-style-type: none;
      padding: 15px 5px 5px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 24px;
      min-width: 140px;
      z-index: 9; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.panel > .header.links .top-links a {
      color: #1d1d1d; } }
  .page-header .header.sticky {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
    left: 0;
    max-width: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%; }
    .page-header .header.sticky .logo img {
      width: 150px; }
  .page-header .header .logo {
    float: left;
    height: 3rem;
    max-width: 58%;
    position: relative;
    -webkit-box-ordinal-group: 2;
            order: 1;
    z-index: 5; }
    @media only screen and (min-width: 768px) {
      .page-header .header .logo {
        display: block;
        height: auto;
        margin: 0; } }
    .page-header .header .logo img {
      -webkit-transition: .2s ease;
      transition: .2s ease;
      vertical-align: middle;
      width: 200px; }
      @media only screen and (max-width: 767px) {
        .page-header .header .logo img {
          height: inherit;
          max-height: 100%;
          width: auto; } }
    .page-print .page-header .header .logo {
      float: none; }
  .page-header .header .block-search {
    -webkit-box-ordinal-group: 3;
            order: 2; }
    @media only screen and (min-width: 768px) {
      .page-header .header .block-search .control {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .page-header .header .usps-wrapper {
      color: #1d1d1d;
      display: inline-block;
      float: left;
      font-size: 1.3rem;
      font-weight: 500;
      margin: 0; } }
  @media only screen and (min-width: 768px) {
    .page-header .header .usps-wrapper .icon-usp:before {
      font-size: 1.3rem;
      vertical-align: top; } }
  .page-header .header .miniorderbysku-wrapper {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .page-header .header .minicart-wrapper {
    -webkit-box-ordinal-group: 5;
            order: 4; }

@media only screen and (max-width: 1023px) {
  .header .usps-wrapper li:nth-child(3),
  .header .usps-wrapper li:nth-child(4) {
    display: none; } }

.page-header .switcher.currency strong > span,
.page-footer .switcher.currency strong > span {
  display: inline-block; }

.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative; }
  .page-header .switcher .options:before, .page-header .switcher .options:after,
  .page-footer .switcher .options:before,
  .page-footer .switcher .options:after {
    content: '';
    display: table; }
  .page-header .switcher .options:after,
  .page-footer .switcher .options:after {
    clear: both; }
  .page-header .switcher .options .action.toggle,
  .page-footer .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .page-header .switcher .options .action.toggle > span,
    .page-footer .switcher .options .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .page-header .switcher .options .action.toggle:after,
    .page-footer .switcher .options .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 2.4rem;
      color: #1d1d1b;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .page-header .switcher .options .action.toggle:hover:after,
    .page-footer .switcher .options .action.toggle:hover:after {
      color: inherit; }
    .page-header .switcher .options .action.toggle:active:after,
    .page-footer .switcher .options .action.toggle:active:after {
      color: inherit; }
    .page-header .switcher .options .action.toggle.active,
    .page-footer .switcher .options .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .page-header .switcher .options .action.toggle.active > span,
      .page-footer .switcher .options .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .page-header .switcher .options .action.toggle.active:after,
      .page-footer .switcher .options .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 2.4rem;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .page-header .switcher .options .action.toggle.active:hover:after,
      .page-footer .switcher .options .action.toggle.active:hover:after {
        color: inherit; }
      .page-header .switcher .options .action.toggle.active:active:after,
      .page-footer .switcher .options .action.toggle.active:active:after {
        color: inherit; }
  .page-header .switcher .options ul.dropdown,
  .page-footer .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 0.1rem solid #eee;
    border-radius: 0;
    margin-top: 4px;
    min-width: 0;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: none; }
    .page-header .switcher .options ul.dropdown li,
    .page-footer .switcher .options ul.dropdown li {
      margin: 0;
      padding: 0; }
      .page-header .switcher .options ul.dropdown li:hover,
      .page-footer .switcher .options ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .page-header .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after,
    .page-footer .switcher .options ul.dropdown:before,
    .page-footer .switcher .options ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .page-header .switcher .options ul.dropdown:before,
    .page-footer .switcher .options ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .page-header .switcher .options ul.dropdown:after,
    .page-footer .switcher .options ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #eee transparent;
      z-index: 98; }
    .page-header .switcher .options ul.dropdown:before,
    .page-footer .switcher .options ul.dropdown:before {
      right: 10px;
      top: -12px; }
    .page-header .switcher .options ul.dropdown:after,
    .page-footer .switcher .options ul.dropdown:after {
      right: 9px;
      top: -14px; }
  .page-header .switcher .options.active,
  .page-footer .switcher .options.active {
    overflow: visible; }
    .page-header .switcher .options.active ul.dropdown,
    .page-footer .switcher .options.active ul.dropdown {
      display: block; }
  .page-header .switcher .options ul.dropdown a,
  .page-footer .switcher .options ul.dropdown a {
    display: block;
    padding: 8px; }
    .page-header .switcher .options ul.dropdown a:hover,
    .page-footer .switcher .options ul.dropdown a:hover {
      text-decoration: none; }

.page-header .switcher li,
.page-footer .switcher li {
  margin: 0; }

.page-header .switcher strong > img,
.page-footer .switcher strong > img {
  max-width: 24px; }

.page-header .switcher strong > span,
.page-footer .switcher strong > span {
  display: none; }

.page-header .switcher .switcher-option img,
.page-footer .switcher .switcher-option img {
  display: block;
  max-width: 24px; }

.page-header .switcher .switcher-option span,
.page-footer .switcher .switcher-option span {
  display: none; }

.my-credit-cards .status {
  font-style: italic; }

.my-credit-cards .action.delete {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #6a6a6a;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline; }
  .my-credit-cards .action.delete:focus, .my-credit-cards .action.delete:active {
    background: none;
    border: none; }
  .my-credit-cards .action.delete:hover {
    background: none;
    border: none; }
  .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled],
  fieldset[disabled] .my-credit-cards .action.delete {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .my-credit-cards .action.delete:hover {
    color: #1d1d1b;
    text-decoration: none; }
  .my-credit-cards .action.delete:active {
    color: #959595;
    text-decoration: underline; }
  .my-credit-cards .action.delete:hover {
    color: #1d1d1b; }
  .my-credit-cards .action.delete:hover, .my-credit-cards .action.delete:active, .my-credit-cards .action.delete:focus {
    background: none;
    border: 0; }
  .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled],
  fieldset[disabled] .my-credit-cards .action.delete {
    color: #6a6a6a;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none; } }

@media only screen and (max-width: 767px) {
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none; } }

@media only screen and (max-width: 767px) {
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block; } }

@media only screen and (max-width: 767px) {
  .my-credit-cards .card-type img {
    vertical-align: middle; } }

@media only screen and (min-width: 768px) {
  .my-credit-cards .card-type img {
    display: block; } }

.my-credit-cards-popup .modal-footer {
  text-align: right; }

.my-credit-cards-popup .action.secondary {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #6a6a6a;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px; }
  .my-credit-cards-popup .action.secondary:focus, .my-credit-cards-popup .action.secondary:active {
    background: none;
    border: none; }
  .my-credit-cards-popup .action.secondary:hover {
    background: none;
    border: none; }
  .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled],
  fieldset[disabled] .my-credit-cards-popup .action.secondary {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #1d1d1b;
    text-decoration: none; }
  .my-credit-cards-popup .action.secondary:active {
    color: #959595;
    text-decoration: underline; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #1d1d1b; }
  .my-credit-cards-popup .action.secondary:hover, .my-credit-cards-popup .action.secondary:active, .my-credit-cards-popup .action.secondary:focus {
    background: none;
    border: 0; }
  .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled],
  fieldset[disabled] .my-credit-cards-popup .action.secondary {
    color: #6a6a6a;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.minilist .weee {
  display: table-row;
  font-size: 1.1rem; }
  .minilist .weee:before {
    display: none; }

.price-container.weee:before {
  display: none; }

.block-bundle-summary .action.towishlist,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist {
  display: inline-block;
  vertical-align: middle; }

.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: ""; }

.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #eee; }

.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0; }

.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #eee; }

.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0; }

.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #eee; }

.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 2.4rem; }

.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 1.2rem 0; }
  .account .table-wrapper .data.table.wishlist .box-tocart .qty {
    vertical-align: middle; }

.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%; }

.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px; }

.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px; }

.account .table-wrapper .data.table.wishlist textarea {
  margin: 1.2rem 0; }

.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 2.4rem; }

.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top; }

.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700; }

.block-wishlist .product-item-name {
  margin-right: 25px; }

@media only screen and (max-width: 767px) {
  .products-grid.wishlist {
    margin-bottom: 2.4rem;
    margin-right: -10px; } }

@media only screen and (max-width: 767px) {
  .products-grid.wishlist .product-image-container {
    max-width: 80px; } }

.products-grid.wishlist .product-items {
  padding: 0; }

.products-grid.wishlist .product-item {
  position: relative; }
  @media only screen and (max-width: 639px) {
    .products-grid.wishlist .product-item {
      border-bottom: 1px solid #f5a800; } }
  @media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item {
      padding: 2.4rem 10px 2.4rem 20px;
      width: 100%; } }
  @media only screen and (max-width: 639px) {
    .products-grid.wishlist .product-item:first-child {
      border-top: 1px solid #f5a800; } }
  .products-grid.wishlist .product-item-photo {
    display: block;
    margin-bottom: 2.4rem; }
    @media only screen and (max-width: 767px) {
      .products-grid.wishlist .product-item-photo {
        float: left;
        margin-right: 20px; } }
  .products-grid.wishlist .product-item-name {
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .products-grid.wishlist .product-item-name {
        font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item-inner {
      opacity: 1; } }
  @media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item-inner .comment-box {
      width: 100%; } }
  .products-grid.wishlist .product-item-info {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .products-grid.wishlist .product-item-info .product-item-tooltip {
        position: relative;
        z-index: 3; } }
  .products-grid.wishlist .product-item .price-box {
    margin: 0;
    padding-bottom: 0; }
    .products-grid.wishlist .product-item .price-box > * {
      margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item-tooltip {
      display: inline-block; } }
  .products-grid.wishlist .product-item-comment {
    display: block;
    height: 4.8rem;
    margin: 1.2rem 0; }
  @media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item-actions {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item-actions {
      margin: 2.4rem 0 0; } }
  .products-grid.wishlist .product-item-actions > * {
    display: block;
    margin-right: 10px; }
    .products-grid.wishlist .product-item-actions > *:last-child {
      margin-right: 0; }
    .products-grid.wishlist .product-item-actions > * span {
      white-space: nowrap; }
  @media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item-actions .action {
      display: block;
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-tooltip,
    .products-grid.wishlist .product-item .price-box {
      margin-left: 95px; } }
  .products-grid.wishlist .product-item .box-tocart input.qty {
    height: 4.8rem; }
  @media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item .box-tocart .stock {
      margin-top: 7px; } }
  @media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item .box-tocart .stock {
      margin: 2.4rem 0 0; } }
  @media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item .box-tocart .actions-primary {
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item .field.qty,
    .products-grid.wishlist .product-item .giftregisty-dropdown {
      display: none; } }
  .products-grid.wishlist .product-item strong.product-item-name {
    margin-bottom: 0;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem; }
  @media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item .price-box {
      background: #fff;
      margin-left: -8px;
      margin-right: -8px;
      margin-top: 0;
      padding: 0 8px;
      position: relative;
      z-index: 3; } }
  @media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item .fieldset .field.qty {
      margin-bottom: 2.4rem;
      padding-right: 10px; } }
  @media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item .fieldset .field.qty .label {
      line-height: 4.8rem;
      padding-top: 0;
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item .fieldset .field.qty .control {
      float: left;
      width: auto; } }

@media only screen and (max-width: 767px) {
  .wishlist-index-index .product-item {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .wishlist-index-index .product-item-info {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .wishlist-index-index .product-item-info {
    position: relative;
    z-index: 1; } }

@media only screen and (min-width: 640px) {
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 2.4rem; } }

@media only screen and (min-width: 1024px) {
  .wishlist-index-index .products-grid .product-item {
    width: 24.439%; } }

@media only screen and (min-width: 640px) {
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-top: 2.4rem; } }

@media only screen and (min-width: 768px) {
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar > .primary .action {
    width: auto; } }

.product-item.slide .product-item-link {
  display: inline-block;
  min-height: 4.8rem; }

.sidebar .block.widget .products-grid .product-item,
.column-block-33 .block.widget .products-grid .product-item,
.column-block-25 .block.widget .products-grid .product-item {
  border-bottom: 1px solid #eee;
  width: 100%; }
  .sidebar .block.widget .products-grid .product-item-photo,
  .column-block-33 .block.widget .products-grid .product-item-photo,
  .column-block-25 .block.widget .products-grid .product-item-photo {
    position: relative; }
  .sidebar .block.widget .products-grid .product-item-details,
  .column-block-33 .block.widget .products-grid .product-item-details,
  .column-block-25 .block.widget .products-grid .product-item-details {
    margin: 0 -8px;
    padding: 0 8px 0; }
  .sidebar .block.widget .products-grid .product-item .price-box,
  .column-block-33 .block.widget .products-grid .product-item .price-box,
  .column-block-25 .block.widget .products-grid .product-item .price-box {
    margin: 0;
    padding: 0; }

.column-block-50 .block.widget .product-grid .product-item {
  margin: 1.2rem 0;
  padding: 20px;
  width: 50%; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex; }
  .slick-track:after {
    clear: both;
    content: "";
    display: table; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "lg";
  src: url("../../frontend/Neuteboom/default/nl_NL/Experius_ProductPageImageGallery/fonts/lg.eot");
  src: url("../../frontend/Neuteboom/default/nl_NL/Experius_ProductPageImageGallery/fonts/lg.eot?#iefix") format("embedded-opentype"), url("../../frontend/Neuteboom/default/nl_NL/Experius_ProductPageImageGallery/fonts/lg.woff") format("woff"), url("../../frontend/Neuteboom/default/nl_NL/Experius_ProductPageImageGallery/fonts/lg.ttf") format("truetype"), url("../../frontend/Neuteboom/default/nl_NL/Experius_ProductPageImageGallery/fonts/lg.svg#lg") format("svg");
  font-weight: 300;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  display: inline-block;
  text-decoration: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1080; }
  .lg-actions .lg-next:before,
  .lg-actions .lg-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: inherit;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .lg-actions .lg-next:before,
  .lg-actions .lg-prev:before {
    height: 40px;
    line-height: 40px;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .lg-actions .lg-next:hover:before,
  .lg-actions .lg-prev:hover:before {
    opacity: 1; }

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: ""; }

.lg-actions .lg-prev {
  left: 20px; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
          animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
          animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none; }

.lg-toolbar .lg-icon:hover {
  color: #1d1d1d; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  max-height: 350px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  width: 100%;
  z-index: 1080; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  display: inline-block;
  height: 100%;
  margin-bottom: -5px;
  padding: 10px 0; }

.lg-outer .lg-thumb-item {
  border: 2px solid #FFF;
  cursor: pointer;
  float: left;
  height: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 5px; }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #1d1d1d; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: transparent;
  border-radius: 2px 2px 0 0;
  color: #1d1d1d;
  cursor: pointer;
  font-size: 24px;
  height: 40px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -40px;
  width: 50px; }
  .lg-outer .lg-toggle-thumb:hover {
    opacity: 0.8; }

.lg-thumb-open .lg-toggle-thumb:before {
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: transparent;
  content: '';
  left: 50%;
  height: 0;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 0; }

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../../frontend/Neuteboom/default/nl_NL/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../../frontend/Neuteboom/default/nl_NL/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../frontend/Neuteboom/default/nl_NL/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../../frontend/Neuteboom/default/nl_NL/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../frontend/Neuteboom/default/nl_NL/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #1d1d1d;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(255, 255, 255, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.group {
  *zoom: 1; }

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
  height: 90%;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1050;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
          transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
          transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  background-color: black;
  height: 100vh;
  left: 50%;
  position: fixed;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1040;
  width: 100vw;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: .5; }

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

@media only screen and (min-width: 1024px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

/* Slider */
.gallery-item {
  display: block;
  text-align: center;
  width: 100%; }

.slick-slide {
  text-align: center; }
  .slick-slide:not(.slick-current) {
    cursor: pointer; }
  .slick-slide img {
    cursor: pointer;
    display: inline; }

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1; }

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  background: transparent;
  box-shadow: none;
  border: 0;
  color: transparent;
  outline: none; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
  pointer-events: none; }

.slick-next,
.slick-prev {
  display: inline-block;
  text-decoration: none;
  left: 0; }
  .slick-next:before,
  .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.2rem;
    line-height: inherit;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .slick-next:before,
  .slick-prev:before {
    height: 40px;
    line-height: 40px;
    opacity: 0.75;
    width: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }
  [dir='rtl'] .slick-prev:before {
    content: ""; }

.slick-next {
  left: auto;
  right: 0; }
  .slick-next:before {
    content: ""; }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 0; }
    [dir='rtl'] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 6.4rem; }

.slick-dots {
  position: absolute;
  bottom: -4rem;
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button, .slick-dots li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slick-dots li .actions-toolbar > .action {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 4rem;
  line-height: 0;
  outline: none;
  padding: 5px;
  text-align: center;
  width: 4rem; }

.slick-dots li button:hover, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:hover,
.slick-dots li button:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .slick-dots li .actions-toolbar > .action:focus,
.slick-dots li button:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .slick-dots li .actions-toolbar > .action:active {
  box-shadow: none;
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.cart.table-wrapper .slick-dots li .actions-toolbar > .action:focus:before {
  opacity: 1; }

.slick-dots li button:before, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before, .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .slick-dots li.slick-active .actions-toolbar > .action:before {
  opacity: .75;
  color: black; }

@media only screen and (min-width: 768px) {
  .slick-dotted.slick-slider {
    margin-bottom: 2.4rem; } }

@media only screen and (min-width: 768px) {
  .slick-dotted.slick-slider .slick-dots {
    display: none !important; } }

.slick-dots li button:before, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:before {
  font-size: 3.2rem; }

.gallery-nav,
.gallery-thumb-placeholder {
  display: none; }
  @media only screen and (min-width: 768px) {
    .gallery-nav,
    .gallery-thumb-placeholder {
      display: block; } }

.gallery-thumb-placeholder {
  height: 100px; }
  .gallery-thumb-placeholder + .gallery-nav {
    height: 100px;
    margin-top: -100px; }
    .gallery-thumb-placeholder + .gallery-nav img {
      max-height: 100px; }

.gallery {
  margin: 0 0 2.4rem; }
  .gallery.loaded .gallery-img {
    display: block; }
  .gallery-placeholder-image {
    display: none; }
  .gallery-item {
    display: none; }
    .gallery-item:first-child {
      display: block; }
  .gallery-image {
    margin: 0 auto; }
  .gallery-nav:not(.slick-initialized) {
    display: none; }
  .gallery-overlay .lg-thumb-outer,
  .gallery-overlay .lg-toolbar {
    background: rgba(255, 255, 255, 0.8); }
  .gallery-overlay .lg-actions .lg-next,
  .gallery-overlay .lg-actions .lg-prev {
    background: none;
    color: #1d1d1b; }

.pinch-zoom-container {
  bottom: 0;
  left: 0;
  height: 100% !important;
  position: absolute !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999; }

.gallery-item {
  position: relative; }
  .gallery-item iframe {
    display: none;
    border: none;
    height: 100%;
    max-height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1; }
    .slick-current .gallery-item iframe,
    .video-loaded .gallery-item iframe {
      display: block; }
    .gallery-item iframe[src] {
      opacity: 1; }

.gallery-nav [data-video-url] {
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .gallery-nav [data-video-url]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: white;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .gallery-nav [data-video-url]:after {
    background: rgba(33, 33, 33, 0.8);
    border-radius: 20px;
    height: 34px;
    line-height: 34px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: 0.25s cubic-bezier(0, 0, 0.2, 1);
    width: 34px; }
  .gallery-nav [data-video-url]:hover:after {
    background: #ff0f17; }

.page.messages,
.checkout-container .messages {
  bottom: 2rem;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .page.messages,
    .checkout-container .messages {
      width: calc(100% - 30px); } }
  .page.messages .message,
  .checkout-container .messages .message {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .page.messages .message:last-child,
    .checkout-container .messages .message:last-child {
      margin-bottom: 0; }
    .page.messages .message a,
    .checkout-container .messages .message a {
      text-decoration: underline; }
      .page.messages .message a:hover,
      .checkout-container .messages .message a:hover {
        text-decoration: none; }

.webforms-description-text .page.messages {
  position: static;
  -webkit-transform: none;
          transform: none; }

.wishlist.split.button, .cart .wishlist.split.action-gift {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #1d1d1d;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle; }
  .wishlist.split.button:before, .cart .wishlist.split.action-gift:before, .wishlist.split.button:after, .cart .wishlist.split.action-gift:after {
    content: '';
    display: table; }
  .wishlist.split.button:after, .cart .wishlist.split.action-gift:after {
    clear: both; }
  .wishlist.split.button .action.split, .cart .wishlist.split.action-gift .action.split {
    float: left;
    margin: 0; }
  .wishlist.split.button .action.toggle, .cart .wishlist.split.action-gift .action.toggle {
    float: right;
    margin: 0; }
  .wishlist.split.button button.action.split, .cart .wishlist.split.action-gift button.action.split, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action.split, .cart.table-wrapper .wishlist.split.action-gift .actions-toolbar > .action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .wishlist.split.button button + .action.toggle, .cart .wishlist.split.action-gift button + .action.toggle, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .wishlist.split.action-gift .actions-toolbar > .action + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .wishlist.split.button .action.toggle, .cart .wishlist.split.action-gift .action.toggle {
    display: inline-block;
    text-decoration: none; }
    .wishlist.split.button .action.toggle > span, .cart .wishlist.split.action-gift .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.split.button .action.toggle:after, .cart .wishlist.split.action-gift .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: inherit;
      color: #434343;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.split.button .action.toggle:hover:after, .cart .wishlist.split.action-gift .action.toggle:hover:after {
      color: #1d1d1d; }
    .wishlist.split.button .action.toggle:active:after, .cart .wishlist.split.action-gift .action.toggle:active:after {
      color: inherit; }
    .wishlist.split.button .action.toggle.active, .cart .wishlist.split.action-gift .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .wishlist.split.button .action.toggle.active > span, .cart .wishlist.split.action-gift .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .wishlist.split.button .action.toggle.active:after, .cart .wishlist.split.action-gift .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: inherit;
        color: #434343;
        content: "";
        font-family: "neuteboom-icons";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .wishlist.split.button .action.toggle.active:hover:after, .cart .wishlist.split.action-gift .action.toggle.active:hover:after {
        color: #1d1d1d; }
      .wishlist.split.button .action.toggle.active:active:after, .cart .wishlist.split.action-gift .action.toggle.active:active:after {
        color: inherit; }
  .wishlist.split.button .items, .cart .wishlist.split.action-gift .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 0.1rem solid #eee;
    border-radius: 0;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: none; }
    .wishlist.split.button .items li, .cart .wishlist.split.action-gift .items li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .wishlist.split.button .items li:hover, .cart .wishlist.split.action-gift .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .wishlist.split.button .items:before, .cart .wishlist.split.action-gift .items:before, .wishlist.split.button .items:after, .cart .wishlist.split.action-gift .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .wishlist.split.button .items:before, .cart .wishlist.split.action-gift .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .wishlist.split.button .items:after, .cart .wishlist.split.action-gift .items:after {
      border: 7px solid;
      border-color: transparent transparent #eee transparent;
      z-index: 98; }
    .wishlist.split.button .items:before, .cart .wishlist.split.action-gift .items:before {
      left: 10px;
      top: -12px; }
    .wishlist.split.button .items:after, .cart .wishlist.split.action-gift .items:after {
      left: 9px;
      top: -14px; }
  .wishlist.split.button.active, .cart .wishlist.split.active.action-gift {
    overflow: visible; }
    .wishlist.split.button.active .items, .cart .wishlist.split.active.action-gift .items {
      display: block; }
  .wishlist.split.button .items, .cart .wishlist.split.action-gift .items {
    text-align: left; }
    .wishlist.split.button .items .item:last-child:hover, .cart .wishlist.split.action-gift .items .item:last-child:hover {
      background: #e8e8e8; }
  .table-comparison .wishlist.split.button > .action.split:before, .table-comparison .cart .wishlist.split.action-gift > .action.split:before, .cart .table-comparison .wishlist.split.action-gift > .action.split:before,
  .cart.item .wishlist.split.button > .action.split:before,
  .cart.item .wishlist.split.action-gift > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before,
  .product-items .cart .wishlist.split.action-gift > .action.split:before,
  .cart .product-items .wishlist.split.action-gift > .action.split:before {
    content: ""; }
  .table-comparison .wishlist.split.button > .action:active, .table-comparison .cart .wishlist.split.action-gift > .action:active, .cart .table-comparison .wishlist.split.action-gift > .action:active, .table-comparison .wishlist.split.button > .action:focus, .table-comparison .cart .wishlist.split.action-gift > .action:focus, .cart .table-comparison .wishlist.split.action-gift > .action:focus, .table-comparison .wishlist.split.button > .action:hover, .table-comparison .cart .wishlist.split.action-gift > .action:hover, .cart .table-comparison .wishlist.split.action-gift > .action:hover,
  .cart.item .wishlist.split.button > .action:active,
  .cart.item .wishlist.split.action-gift > .action:active,
  .cart.item .wishlist.split.button > .action:focus,
  .cart.item .wishlist.split.action-gift > .action:focus,
  .cart.item .wishlist.split.button > .action:hover,
  .cart.item .wishlist.split.action-gift > .action:hover,
  .product-items .wishlist.split.button > .action:active,
  .product-items .cart .wishlist.split.action-gift > .action:active,
  .cart .product-items .wishlist.split.action-gift > .action:active,
  .product-items .wishlist.split.button > .action:focus,
  .product-items .cart .wishlist.split.action-gift > .action:focus,
  .cart .product-items .wishlist.split.action-gift > .action:focus,
  .product-items .wishlist.split.button > .action:hover,
  .product-items .cart .wishlist.split.action-gift > .action:hover,
  .cart .product-items .wishlist.split.action-gift > .action:hover {
    color: #1d1d1d; }
  .table-comparison .wishlist.split.button > .action.toggle:before, .table-comparison .cart .wishlist.split.action-gift > .action.toggle:before, .cart .table-comparison .wishlist.split.action-gift > .action.toggle:before,
  .cart.item .wishlist.split.button > .action.toggle:before,
  .cart.item .wishlist.split.action-gift > .action.toggle:before,
  .product-items .wishlist.split.button > .action.toggle:before,
  .product-items .cart .wishlist.split.action-gift > .action.toggle:before,
  .cart .product-items .wishlist.split.action-gift > .action.toggle:before {
    border-left: 1px solid #909090;
    content: '';
    float: left;
    height: 15px;
    margin-top: 3px; }
  .product-info-main .wishlist.split.button .action.toggle, .product-info-main .cart .wishlist.split.action-gift .action.toggle, .cart .product-info-main .wishlist.split.action-gift .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .block-bundle-summary .cart .wishlist.split.action-gift .action.toggle,
  .cart .block-bundle-summary .wishlist.split.action-gift .action.toggle,
  .product-add-form .wishlist.split.button .action.toggle,
  .product-add-form .cart .wishlist.split.action-gift .action.toggle,
  .cart .product-add-form .wishlist.split.action-gift .action.toggle {
    padding: 0; }
  .cart.table-wrapper .wishlist.split.button, .cart.table-wrapper .wishlist.split.action-gift {
    margin-bottom: 10px; }
    .cart.table-wrapper .wishlist.split.button > .action.toggle, .cart.table-wrapper .wishlist.split.action-gift > .action.toggle {
      padding: 4px 5px; }

.wishlist.window.popup {
  background: #fff;
  border: none;
  padding: 24px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box; }
  .wishlist.window.popup .popup-header {
    margin: 0 0 2.4rem;
    padding-right: 24px; }
    .wishlist.window.popup .popup-header .title {
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      line-height: 2.4rem;
      font-size: 1.6rem;
      margin-top: 0;
      margin-bottom: 2.4rem; }
  .wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    right: 10px;
    top: 10px; }
    .wishlist.window.popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.window.popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      line-height: 24px;
      color: inherit;
      content: "";
      font-family: "neuteboom-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.window.popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:active:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close.disabled, .wishlist.window.popup .popup-actions .action.close[disabled],
    fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .wishlist.window.popup.active {
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .wishlist.window.popup {
      top: 20%;
      left: 50%;
      margin-left: 20px;
      width: 380px;
      bottom: auto;
      right: auto; } }
  @media only screen and (min-width: 768px) {
    .wishlist.window.popup .field {
      margin: 0 0 2.4rem; }
      .wishlist.window.popup .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .wishlist.window.popup .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .wishlist.window.popup .field > .label {
        margin: 0;
        display: inline-block; }
      .wishlist.window.popup .field.choice:before, .wishlist.window.popup .field.no-label:before {
        display: none; } }
  .wishlist.window.popup.active {
    display: block; }

.wishlist.overlay {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  background: #1d1d1b;
  z-index: 1000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0; }
  .wishlist.overlay.active {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .wishlist.overlay.active {
    display: block; }

.block-wishlist-management {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .block-wishlist-management {
      clear: both;
      margin-top: -21px; } }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management .wishlist-add.item {
      position: absolute;
      right: 0;
      top: 0; } }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management .wishlist-select {
      border-bottom: 1px solid #f5a800;
      display: table;
      margin-bottom: 15px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .block-wishlist-management .wishlist-select {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management .wishlist-select .wishlist-name-current {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management .wishlist-select .wishlist-name {
      display: table-cell;
      margin-right: 10px;
      padding: 5px 10px 10px;
      vertical-align: top;
      white-space: nowrap;
      width: 5%; } }
  @media only screen and (max-width: 767px) {
    .block-wishlist-management .wishlist-select .wishlist-name:after {
      top: 10px; } }
  .block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 600; }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management .wishlist-select-items {
      display: table-cell;
      padding-right: 160px;
      vertical-align: top; } }
  @media only screen and (max-width: 767px) {
    .block-wishlist-management .wishlist-select-items {
      background: #f5f5f5;
      border-bottom: 1px solid #eee;
      display: none; } }
  @media only screen and (max-width: 767px) {
    .block-wishlist-management .wishlist-select-items.active {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management .wishlist-select-items .item {
      display: inline-block;
      margin-right: 10px;
      padding: 5px 10px 10px; } }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management .wishlist-select-items .item:last-child {
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .block-wishlist-management .wishlist-select-items .item:first-child {
      margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management .wishlist-select-items .item.current {
      border-bottom: 3px solid #1d1d1d;
      font-weight: 600; } }
  @media only screen and (max-width: 767px) {
    .block-wishlist-management .wishlist-select-items .item.current {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .block-wishlist-management .wishlist-select-items .item a {
      display: block;
      padding: 5px 18px;
      text-decoration: none; } }
  @media only screen and (max-width: 767px) {
    .block-wishlist-management .wishlist-select-items .item a:hover {
      background: #e8e8e8; } }
  .block-wishlist-management .wishlist-title {
    margin-bottom: 10px; }
    .block-wishlist-management .wishlist-title strong {
      font-weight: 300;
      margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .block-wishlist-management .wishlist-title strong {
          display: inline-block;
          font-size: 34px;
          line-height: 4.8rem; } }
      @media only screen and (max-width: 767px) {
        .block-wishlist-management .wishlist-title strong {
          font-size: 24px; } }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management .wishlist-info {
      float: left; } }
  @media only screen and (max-width: 767px) {
    .block-wishlist-management .wishlist-info {
      margin-bottom: 15px; } }
  .block-wishlist-management .wishlist-notice {
    color: #434343;
    display: inline-block;
    margin-right: 20px; }
  @media only screen and (min-width: 768px) {
    .block-wishlist-management .wishlist-toolbar {
      float: right; } }
  .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
        margin-bottom: 15px; } }
  .block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px; }
  .block-wishlist-management .wishlist-dropdown.move {
    margin-right: 20px; }

.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px; }

.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center; }

.block-wishlist-info-items {
  position: relative; }
  .block-wishlist-info-items .block-title {
    margin-bottom: 20px;
    font-size: 24px; }
    .block-wishlist-info-items .block-title > strong {
      font-weight: 300; }
  .block-wishlist-info-items .product-item {
    width: 100%; }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 20px; }
    @media only screen and (min-width: 768px) {
      .block-wishlist-info-items .product-item-photo {
        margin-left: 0; } }
  .block-wishlist-info-items .product-item-info {
    width: auto; }
    .block-wishlist-info-items .product-item-info:hover .split {
      visibility: visible; }
  .block-wishlist-info-items .price-wrapper {
    display: block;
    margin: 0 0 10px; }
  .block-wishlist-info-items .split {
    clear: both;
    vertical-align: top; }
  .block-wishlist-info-items .action.towishlist {
    padding: 10px 0; }
  .block-wishlist-info-items .input-text.qty {
    margin-right: 10px; }
  .block-wishlist-info-items form.form.wishlist .actions-toolbar {
    margin-left: 0; }

.products-grid.wishlist .product-item-checkbox {
  position: absolute; }
  @media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item-checkbox {
      top: 1.2rem;
      left: 1.2rem;
      z-index: 4; } }
  @media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item-checkbox {
      left: 20px;
      top: 20px; } }

@media only screen and (max-width: 767px) {
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px; } }

@media only screen and (max-width: 767px) {
  .page-multiple-wishlist .products-grid.wishlist .product-item-name, .page-multiple-wishlist .products-grid.wishlist .product-item-description, .page-multiple-wishlist
  .products-grid.wishlist .product-item .price-box, .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px; } }

.block-wishlist-search .form-wishlist-search {
  margin: 2.4rem 0 0; }

.cms-nav .items {
  background: #f5f5f5; }

.cms-nav .item {
  margin: 0; }
  .cms-nav .item a {
    border-left: 3px solid transparent;
    display: block;
    padding: 1.2rem 18px 1.2rem 15px;
    text-decoration: none; }
    .cms-nav .item a:hover {
      background: #e8e8e8; }
    .cms-nav .item a.current {
      border-color: #ff5501;
      font-weight: 600; }
  .cms-nav .item.level-1 a {
    padding-left: 25px; }
  .cms-nav .item.level-2 a {
    padding-left: 35px; }
  .cms-nav .item.level-3 a {
    padding-left: 45px; }
  .cms-nav .item.level-4 a {
    padding-left: 55px; }

@media only screen and (max-width: 767px) {
  .experius-contentpage-index-index .page-main {
    margin-top: 0; } }

.content-grid {
  display: -webkit-box;
  display: flex;
  margin: 0 -.6rem 1.2rem -.6rem; }
  @media only screen and (max-width: 767px) {
    .content-grid {
      flex-wrap: wrap;
      height: auto !important;
      margin: 0 0 1.2rem; } }
  .content-grid > .content-grid-block {
    box-sizing: border-box;
    margin-bottom: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .content-grid > .content-grid-block {
        margin-bottom: 0;
        padding: 0 .6rem; } }
    .content-grid > .content-grid-block:last-child {
      margin-bottom: 0; }
  .content-grid.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 1.2rem;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .content-grid.vertical {
        margin: 0; } }
    .content-grid.vertical > .content-grid-block {
      margin-bottom: 1.2rem; }
      @media only screen and (min-width: 768px) {
        .content-grid.vertical > .content-grid-block {
          margin: 0;
          padding: .6rem; } }
      .content-grid.vertical > .content-grid-block.width-25, .content-grid.vertical > .content-grid-block.width-33, .content-grid.vertical > .content-grid-block.width-50, .content-grid.vertical > .content-grid-block.width-66, .content-grid.vertical > .content-grid-block.width-75 {
        -webkit-box-flex: 1;
                flex: 1 1 auto; }
      @media only screen and (min-width: 768px) {
        .content-grid.vertical > .content-grid-block:first-child {
          padding-top: 0; } }
      .content-grid.vertical > .content-grid-block:last-child {
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .content-grid.vertical > .content-grid-block:last-child {
            padding-bottom: 0; } }

.content-grid-block {
  color: #fff;
  flex-wrap: wrap;
  height: auto;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .content-grid-block {
      flex-wrap: nowrap;
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      height: 100%; } }
  .content-grid-block > .content-grid {
    margin: 0;
    width: 100%; }
    .content-grid-block > .content-grid > .content-grid-block > .content-grid {
      margin: 0 -.6rem;
      width: calc(100% + 1.2rem); }
      .content-grid-block > .content-grid > .content-grid-block > .content-grid .content-grid-block {
        height: 15rem; }
        @media only screen and (min-width: 768px) {
          .content-grid-block > .content-grid > .content-grid-block > .content-grid .content-grid-block {
            height: 100%; } }
  .content-grid-block.no-mobile {
    display: none; }
    @media only screen and (min-width: 768px) {
      .content-grid-block.no-mobile {
        display: block; } }
  .content-grid-block.overlay .content-grid-block-inner::after {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .content-grid-block.overlay .content-grid-block-inner .content-grid-block-content {
    z-index: 1; }
  .content-grid-block-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    min-height: 15rem; }
    .content-grid-block-inner.align-left {
      -webkit-box-pack: start;
              justify-content: flex-start; }
      .content-grid-block-inner.align-left .content-grid-block-content {
        text-align: left; }
    .content-grid-block-inner.color-dark {
      color: #1d1d1b; }
  .content-grid-block-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 100%; }
    .content-grid-block-link:after {
      background: rgba(0, 0, 0, 0.5);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease;
      width: 100%; }
    .content-grid-block-link:hover:after {
      opacity: .3; }
  .content-grid-block-content {
    padding: 1.6rem;
    text-align: center; }
  .content-grid-block-image {
    margin-bottom: .8rem; }
    @media only screen and (min-width: 768px) {
      .content-grid-block-image {
        margin-bottom: 1.6rem; } }
    .content-grid-block-image img {
      max-height: 8rem;
      max-width: 30rem; }
      @media only screen and (min-width: 768px) {
        .content-grid-block-image img {
          max-height: 16rem; } }
    .content-grid-block-image + .content-grid-block-title {
      pointer-events: none; }
  .content-grid-block-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: .8rem; }
  .content-grid-block-description {
    margin-bottom: .8rem; }
    .content-grid-block-description p {
      margin: 0; }
    .content-grid-block-description :only-child,
    .content-grid-block-description :last-child {
      margin-bottom: 0; }
  .content-grid-block-background {
    position: absolute;
    width: 100%;
    height: 100%; }
    .content-grid-block-background img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .content-grid-block.has-children {
    height: auto;
    padding: 0; }
  @media only screen and (min-width: 768px) {
    .content-grid-block.width-25 {
      flex-basis: 25%;
      max-width: 25%; } }
  @media only screen and (min-width: 768px) {
    .content-grid-block.width-33 {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media only screen and (min-width: 768px) {
    .content-grid-block.width-50 {
      flex-basis: 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 768px) {
    .content-grid-block.width-66 {
      flex-basis: 66.66667%;
      max-width: 66.66667%; } }
  @media only screen and (min-width: 768px) {
    .content-grid-block.width-75 {
      flex-basis: 75%;
      max-width: 75%; } }
  .content-grid-block.height-25 {
    max-height: calc(30rem * .25); }
    @media only screen and (min-width: 768px) {
      .content-grid-block.height-25 {
        height: 25%;
        max-height: none; } }
  .content-grid-block.height-33 {
    max-height: calc(30rem * .5); }
    @media only screen and (min-width: 768px) {
      .content-grid-block.height-33 {
        height: 33.33333%;
        max-height: none; } }
  .content-grid-block.height-50 {
    max-height: calc(30rem * .5); }
    @media only screen and (min-width: 768px) {
      .content-grid-block.height-50 {
        height: 50%;
        max-height: none; } }
  .content-grid-block.height-66 {
    max-height: calc(30rem * .75); }
    @media only screen and (min-width: 768px) {
      .content-grid-block.height-66 {
        height: 66.66667%;
        max-height: none; } }
  .content-grid-block.height-75 {
    max-height: calc(30rem * .75); }
    @media only screen and (min-width: 768px) {
      .content-grid-block.height-75 {
        height: 75%;
        max-height: none; } }
  @media only screen and (max-width: 767px) {
    .content-grid-block.height-25.has-children, .content-grid-block.height-33.has-children, .content-grid-block.height-50.has-children, .content-grid-block.height-66.has-children, .content-grid-block.height-75.has-children {
      max-height: none; } }

@media only screen and (min-width: 768px) {
  .experius_contentpage-index-index .content-grid:last-of-type {
    margin-bottom: 4.8rem; } }

.amslider * {
  margin: 0;
  padding: 0; }

.amslider {
  position: relative;
  margin: 35px auto 60px; }

.amslider-container {
  width: 100%;
  margin: auto;
  margin-bottom: 15px; }

.amslider.-enable {
  margin-bottom: 130px; }

.amslider .swiper-container,
.amslider .container {
  margin: 35px 0; }

.amslider .swiper-container > .wrapper {
  text-align: center; }

.amslider .swiper-wrapper {
  -webkit-box-align: end;
          align-items: flex-end; }

.amslider .swiper-slide .brand-title {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.2; }

.amslider .swiper-pagination-bullets {
  bottom: -62px;
  left: 0;
  width: 100%; }

.amslider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px; }

.amslider .swiper-pagination-bullet-active {
  background: #4f4f4f; }

.amslider .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+); }

.amslider .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+); }

.amslider .swiper-slide {
  text-align: center;
  font-size: 18px; }

.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2; }

.amslider-header-container {
  padding: 5px 0 5px 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
  color: #000;
  background: #e2e2e2; }

.children-category .amslider {
  position: relative;
  left: inherit;
  margin: 0 50px;
  width: 100%;
  -webkit-transform: inherit;
          transform: inherit;
  display: block; }

.amslider .slide {
  display: inline-block;
  margin: 20px;
  text-align: center;
  color: #4f4f4f; }

.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  border: 1px solid #fff; }

.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #bbb;
  position: relative;
  z-index: 2;
  padding: 10px; }

.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px; }

.children-category-container.swiper-container {
  margin: 25px; }

.children-category-container.swiper-container .swiper-wrapper {
  -webkit-box-align: baseline;
          align-items: baseline; }

.amslider .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  color: #4f4f4f; }

.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff; }

.amslider .swiper-slide .swiper-category-item img,
.amslider .swiper-slide .swiper-brand img {
  height: auto; }

.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px; }

.amslider .swiper-slide .swiper-brand.brand-label img {
  margin-bottom: 35px; }

.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0; }

.amslider .swiper-slide .swiper-brand .no-img {
  display: inline-block;
  margin-bottom: 35px;
  color: #e2e2e2; }

.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none; }

#category-carousel .swiper-button-next {
  right: 0; }

#category-carousel .swiper-button-prev {
  left: 0; }

#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .3;
  height: 100%;
  margin: 0; }

#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px; }

.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word; }

.ui-tooltip .arrow {
  position: absolute;
  left: 15px;
  bottom: -15px;
  width: 20px;
  height: 15px; }

.ui-tooltip .arrow::after {
  content: "";
  position: absolute;
  border-top: 10px solid #cccccc;
  border-right: 20px solid transparent; }

.ui-tooltip .arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  border-top: 9px solid #fff;
  border-right: 19px solid transparent;
  z-index: 9; }

.ui-tooltip .arrow.top {
  top: -15px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

ul.bare-list img {
  display: block;
  margin: 0 auto; }

.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px; }

.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2; }

.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px; }

.brands-filters .letters {
  margin-top: 4px; }

.brands-filters .letter.disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f1f1f1; }

.brands-filters .letter.hide {
  display: none; }

.brands-filters .letter:hover,
.brands-filters .letter.active {
  background: #fed285; }

.ambrands-search-wrapper {
  display: block;
  margin: 0 auto; }

.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 5px 20px;
  width: 275px;
  max-width: 100%; }

.ambrands-search-wrapper #livesearch {
  position: absolute;
  display: none;
  width: 365px;
  max-width: 100%;
  max-height: 250px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #A5ACB2;
  z-index: 99; }

.ambrands-search-wrapper #livesearch a {
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%; }

.brand-images {
  display: -webkit-box;
  display: flex; }
  .brand-images li.brand-item {
    list-style-type: none;
    text-align: center; }
  .brand-images .brands-letter {
    width: 100%;
    vertical-align: top;
    box-sizing: border-box; }
  .brand-images .brands-letter .bare-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
  .brand-images .brands-letter .letter {
    border-bottom: 1px solid #b2b2b2;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px; }
  .brand-images .brands-letter .letter .title {
    padding: 0 2px 1px;
    text-transform: uppercase;
    background: none; }

.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px; }

.brands-letter .brand-item .item {
  color: #333;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%; }

.brands-letter .brand-item .item:hover {
  text-decoration: none; }

.brands-letter .brand-item .no-img {
  margin-bottom: 0;
  color: #e2e2e2; }

.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #F58C12;
  border-radius: 50%;
  color: #fff; }

.brands-letter .brand-item .label {
  position: relative;
  margin: 10px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word; }

.brands-letter .brand-item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  display: block;
  height: 1px;
  background: #b2b2b2; }

.brands-letter .brand-item .item:hover .label:before {
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.icon .brand-label {
  float: left; }

@media only screen and (min-width: 768px) {
  .brand-images .brands-letter {
    padding-right: 10px;
    width: inherit; } }

@media only screen and (min-width: 1024px) {
  .ambrands-search-wrapper {
    float: right; }
  .brand-images .brands-letter {
    padding-right: 35px;
    width: inherit; }
  .brand-images .brands-letter .brand-item {
    margin: 0 10px 20px; } }

@media only screen and (min-width: 1280px) {
  .ambrands-search-wrapper .ambrands-search-input {
    width: 320px; }
  .brands-filters .letter {
    margin: 0;
    border-radius: 0;
    border-right: none; }
  .brands-filters .letter-all {
    margin-right: 20px; }
  .brands-filters .letter:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .brands-filters .letter:last-child {
    border-right: 1px solid #CCC;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; } }

.amshopby-hightlighted {
  background-color: #ffff00; }

.am-rating-up {
  font-size: smaller; }

.amshopby-filter-tooltip {
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  margin-left: 6px;
  vertical-align: middle; }

.filter-options-content .delimiter {
  margin: 0 5px;
  line-height: 30px; }

.filter-options-content .range,
.filter-options-content .amshopby-more-button {
  margin-top: 10px; }

.filter-options-content .amshopby-more-button > a:hover {
  background: transparent; }

.filter-options-content .amshopby-filter-price-from,
.filter-options-content .amshopby-filter-price-to {
  width: 46%; }

.filter-options-content .items a {
  margin-left: 0; }

.filter-options-content .count {
  display: inline-block; }

.filter-options-content .am_shopby_swatch_label .count {
  margin: 0;
  padding: 0; }

.filter-options-content .am_shopby_swatch_label .label {
  margin-right: 5px; }

.filter-options-content .am-swatch-link {
  display: inline-block; }

.filter-options-content .am-swatch-link:hover {
  background: none; }

.filter-options-content .am-swatch-link > .input.-hidden {
  display: none; }

.amshopby-filter-price-go {
  margin: 15px 0 0;
  width: 25%; }

input[type="text"].amshopby-filter-price-to.right {
  float: right; }

.am_shopby_slider_container {
  margin: 10px 15px 15px 5px; }

.am_shopby_slider_container .ui-slider-range {
  position: absolute;
  height: 10px;
  background: #b6b6b6; }

.am_shopby_slider_container .am-slider .ui-slider-handle {
  padding: 0;
  margin-top: -5px;
  margin-left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f98b25; }

.am_shopby_slider_container .am-slider .ui-slider-handle:hover,
.am_shopby_slider_container .am-slider .ui-slider-handle:active {
  background-color: #e17e17; }

.am_shopby_slider_container .am_shopby_slider_display {
  text-align: center; }

.amasty-shopby-swatch-attribute-options {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 2px; }

.amasty-shopby-swatch-attribute-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0; }

.amasty-shopby-swatch-attribute-options > .item {
  padding-bottom: 4px !important; }

.amasty-shopby-swatch-attribute-options > .item:hover {
  background-color: transparent; }

.amasty-shopby-swatch-attribute-options .am_shopby_swatch_label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word; }

.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
  border-bottom: 1px solid #cccccc; }

.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0; }

.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  margin-top: 5px;
  border: 1px solid #cccccc;
  background-color: white;
  z-index: 9000;
  min-width: 100px; }

.catalog-topnav .filter-options .am_shopby_filter_items_rating li {
  margin: 0 0 10px; }

.catalog-topnav .filter-options .am_shopby_filter_items_rating li:last-child {
  margin: 0; }

.catalog-topnav .block-actions {
  display: none; }

.am_shopby_filter_items_attr_price {
  min-width: 130px;
  max-width: 350px; }

.amasty-catalog-topnav.block.filter {
  flex-basis: auto; }

.amasty-catalog-topnav .filter-options-content a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline; }

.amasty-catalog-topnav .filter-options-content .color a:hover {
  background: none; }

.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a {
  display: block; }

.amasty-catalog-topnav .filter-options-content .swatch-option-link-layered {
  display: inline-block; }

.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px; }

.am_shopby_filter_items_stock .am_shopby_link_selected,
.am_shopby_filter_items_rating .am_shopby_link_selected {
  background-color: #e8e8e8;
  text-decoration: none; }

.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px; }

.catalog-topnav {
  display: none; }

.filter-options .items ol {
  list-style: none;
  padding-left: 18px; }

.filter-options .items ol .item {
  margin: 5px 0; }

.filter-options .items.amshopby-fly-out-view .items-children {
  background-color: #fff;
  z-index: 9999; }

.filter-options .items.amshopby-fly-out-view li {
  margin: 0;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none; }

.filter-options .items.amshopby-fly-out-view li:hover {
  background-color: #cccccc; }

.filter-options .items.amshopby-fly-out-view li:first-child {
  border-top: 1px solid #cccccc; }

.filter-options .items.amshopby-fly-out-view a:hover {
  background-color: transparent; }

.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3; }

.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666; }

.filter-options .amshopby-category-dropdown-view {
  position: absolute;
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
  max-height: 300px;
  border: 1px solid #cccccc;
  background-color: white;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-y: auto;
  z-index: 9; }

.filter-options .amshopby-category-labels-folding a.amshopby-filter-parent,
.filter-options .amshopby-category-dropdown-view a.amshopby-filter-parent {
  padding-left: 20px; }

.filter-options .amshopby-category-dropdown-view a {
  display: inline-block;
  white-space: initial; }

.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub; }

.filter-options .amshopby-search-box {
  margin: 0 0 15px; }

.amshopby-fly-out-view.ui-menu {
  position: relative; }

.amshopby-fly-out-view .ui-menu {
  width: 100%; }

.filter-options .ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0; }

.filter-options .ui-menu .ui-menu {
  position: absolute; }

.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style: none; }

.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.filter-options .ui-menu .ui-state-focus,
.filter-options .ui-menu .ui-state-active {
  margin: -1px; }

.amshopby-category-dropdown {
  display: block;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  text-align: left;
  border: 1px solid #adadad;
  cursor: pointer;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  font-weight: 400; }

.amshopby-category-dropdown .caret:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  box-sizing: border-box;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.amshopby-category-dropdown .caret:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0; }

.amshopby-category-dropdown-wrapper {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.amshopby-category-dropdown-wrapper._active .amshopby-category-dropdown .caret:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.amshopby-category-dropdown-wrapper .amshopby-category-dropdow-multiselect-crumb {
  position: relative;
  display: inline-block;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  margin: 0.3rem 0 0.3rem 0.3rem;
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  font-size: 1.2rem;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear; }

.amshopby-category-dropdown-wrapper .amshopby-category-dropdow-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  font-size: .5em;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #514943; }

.amshopby-category-dropdown-wrapper .amshopby-category-dropdow-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }

.amshopby-category-dropdown-wrapper .amshopby-category-dropdow-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden; }

.filter-options .amshopby-category-labels-folding .items {
  position: relative; }

.amshopby-category-collapse-icon {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

.amshopby-category-collapse-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.2rem;
  width: 0;
  height: 0;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  box-sizing: border-box;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.amshopby-category-collapse-icon._active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

#amasty-shopby-product-list {
  z-index: 1; }

#amasty-shopby-product-list .products.wrapper {
  position: relative; }

#amasty-shopby-product-list #amasty-shopby-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  background: #fff;
  opacity: .5;
  z-index: 999; }

#amasty-shopby-product-list #amasty-shopby-overlay .loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("../../frontend/Neuteboom/default/nl_NL/images/loader-1.gif");
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%); }

.amshopby-option-link {
  display: inline-block;
  margin-right: 5px; }

.amshopby-option-link img {
  max-width: 30px;
  max-height: 30px; }

.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 999; }

.am_shopby_apply_filters.visible {
  bottom: 0; }

.am-show-button {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background: #eee;
  z-index: 999; }

.am-show-button > .am-items {
  font-size: 15px; }

.am-show-button > .am-items.-loading {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background-image: url(../../frontend/Neuteboom/default/nl_NL/images/loader-1.gif);
  background-size: contain;
  vertical-align: middle; }

.am-show-button > .am-button {
  margin-left: 15px;
  padding: 17px 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  background: #FF9416;
  border: 0;
  box-shadow: none; }

.am-show-button > .am-button:hover {
  background: #e27a00;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.filter [data-role="collapsible"]:not([data-collapsible="true"]) [data-role="content"] {
  display: none; }

.am-item-removed {
  text-decoration: line-through; }

.am-show-more {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #6a6a6a;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline; }
  .am-show-more:focus, .am-show-more:active {
    background: none;
    border: none; }
  .am-show-more:hover {
    background: none;
    border: none; }
  .am-show-more.disabled, .am-show-more[disabled],
  fieldset[disabled] .am-show-more {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .am-show-more:hover {
    color: #1d1d1b;
    text-decoration: none; }
  .am-show-more:active {
    color: #959595;
    text-decoration: underline; }
  .am-show-more:hover {
    color: #1d1d1b; }
  .am-show-more:hover, .am-show-more:active, .am-show-more:focus {
    background: none;
    border: 0; }
  .am-show-more.disabled, .am-show-more[disabled],
  fieldset[disabled] .am-show-more {
    color: #6a6a6a;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
  .am-show-more:focus {
    color: #6a6a6a; }

@media only screen and (min-width: 768px) {
  .ui-tooltip.ui-widget {
    max-width: 450px; }
  .catalog-topnav {
    display: block; }
  .page-layout-1column .toolbar-products {
    position: inherit !important; }
  #amasty-shopby-product-list #amasty-shopby-overlay .loader {
    top: 30%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%); }
  .filter-options-content .amshopby-filter-price-from,
  .filter-options-content .amshopby-filter-price-to {
    width: 40%; }
  .amasty-catalog-topnav .filter-subtitle {
    display: none; }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 150px; }
  .am_shopby_apply_filters {
    visibility: hidden;
    position: absolute;
    bottom: inherit;
    display: none;
    width: inherit;
    padding: 0;
    z-index: 999; }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible; }
  .am-show-button {
    position: static;
    margin: 0 0 10px;
    padding: 10px;
    width: inherit;
    border: 1px solid #ccc; }
  .am-show-button.-vertical {
    padding-left: 0;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: 10px 8px 16px rgba(0, 0, 0, 0.16); }
  .am-show-button.-vertical:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0 0 0 3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 7px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1; }
  .am-show-button.-vertical-right {
    padding: 10px 0;
    min-width: 145px;
    text-align: right;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.16); }
  .am-show-button.-vertical-right > .-loading {
    margin: 0 20px; }
  .am-show-button.-vertical-right:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0 0 0 3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1; }
  .am-show-button.-horizontal {
    border-radius: 4px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16); }
  .am-show-button.-horizontal:before, .am-show-button.-horizontal:after {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    border: 6px solid transparent;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%); }
  .am-show-button.-horizontal:before {
    bottom: 0;
    border-right: 6px solid #ccc;
    border-bottom: 6px solid #ccc;
    border-radius: 0 0 3px 0; }
  .am-show-button.-horizontal:after {
    bottom: 1px;
    border-right: 6px solid #eee;
    border-bottom: 6px solid #eee;
    border-radius: 0 0 2px 0; }
  .am-show-button > .am-button {
    margin-left: 3px;
    padding: 10px 15px; }
  .am-show-button.-vertical-right > .am-button {
    margin-left: 5px; } }

@media only screen and (min-width: screen__l) {
  .filter-options-content .amshopby-filter-price-from,
  .filter-options-content .amshopby-filter-price-to {
    width: 43%; } }

.navigation .level0 > .level-top,
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  color: #1d1d1d; }
  .navigation .level0 > .level-top:active, .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top:focus,
  .navigation .level0.active > .level-top:active,
  .navigation .level0.active > .level-top:hover,
  .navigation .level0.active > .level-top:focus,
  .navigation .level0.has-active > .level-top:active,
  .navigation .level0.has-active > .level-top:hover,
  .navigation .level0.has-active > .level-top:focus {
    color: #6a6a6a; }

.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
  color: #6a6a6a; }

/* mobile menu */
.nav-sections-item-title.active a,
.nav-sections .header.links a {
  color: #1d1d1d; }

.nav-sections-item-title a,
.nav-sections .header.links a:hover {
  color: #6a6a6a; }

.nav-sections-item-content .top-links {
  -webkit-padding-start: initial;
          padding-inline-start: initial; }

.navigation a,
.navigation a:hover {
  color: #1d1d1d; }

@media only screen and (min-width: 768px) {
  nav.megamenu.navigation a.ui-state-active + ul.submenu.level0 {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    left: 0 !important;
    z-index: -1; }
    nav.megamenu.navigation a.ui-state-active + ul.submenu.level0 > li {
      width: 25%; }
  nav.megamenu.navigation > ul {
    display: -webkit-box;
    display: flex; }
    nav.megamenu.navigation > ul > li.level0 {
      position: static; }
      nav.megamenu.navigation > ul > li.level0.last {
        -webkit-box-ordinal-group: 0;
                order: -1; } }

@media only screen and (min-width: 768px) {
  nav.megamenu.navigation li.level0 > a {
    padding: 0 2rem; } }

@media only screen and (min-width: 768px) {
  nav.megamenu.navigation li.level0.parent > a {
    padding-right: 2rem; } }

a,
.alink {
  color: #6a6a6a; }
  a:hover,
  .alink:hover {
    color: #1d1d1d; }

.products-list .product-item-details {
  margin-top: 1rem;
  padding-bottom: 1rem; }

.products-list .product-item-photo {
  padding-right: 2rem; }
  .products-list .product-item-photo .product-image-photo {
    margin-top: 0; }

.products-list .product-item-info {
  border-bottom: 0.1rem solid #eee; }

.products-list .product-item-description {
  margin: 2.4rem 0; }

.products-list .action.more {
  border: 1px solid #eee;
  color: #959595;
  padding: .4rem .6rem;
  text-decoration: none; }
  .products-list .action.more:hover {
    text-decoration: underline; }

.products-list .product-item-content {
  padding-right: 2rem;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .products-list .product-item-content {
      border-right: 0.1rem solid #eee;
      margin-right: 2rem; } }
  .products-list .product-item-content .product-item-name,
  .products-list .product-item-content .product.name {
    line-height: 2.8rem;
    font-size: 2.2rem;
    font-weight: 600; }
    .products-list .product-item-content .product-item-name > a,
    .products-list .product-item-content .product.name > a {
      font-family: "Oswald";
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 2.4rem; }

.products-list .product-item-inner {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .products-list .product-item-inner {
      display: block;
      width: 40%;
      margin-bottom: 2rem; } }
  .products-list .product-item-inner .price-box {
    -webkit-box-pack: start;
            justify-content: flex-start;
    width: 55%; }
    @media only screen and (min-width: 768px) {
      .products-list .product-item-inner .price-box {
        -webkit-box-pack: end;
                justify-content: flex-end;
        width: unset; } }
    .products-list .product-item-inner .price-box .price {
      font-size: 2rem;
      font-weight: 700; }
  .products-list .product-item-inner .product-item-actions form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .products-list .product-item-inner .product-item-actions form button.tocart, .products-list .product-item-inner .product-item-actions form .cart.table-wrapper .actions-toolbar > .tocart.action, .cart.table-wrapper .products-list .product-item-inner .product-item-actions form .actions-toolbar > .tocart.action {
      margin-bottom: 1.2rem;
      padding: 0 .8rem; }
      @media only screen and (min-width: 768px) {
        .products-list .product-item-inner .product-item-actions form button.tocart, .products-list .product-item-inner .product-item-actions form .cart.table-wrapper .actions-toolbar > .tocart.action, .cart.table-wrapper .products-list .product-item-inner .product-item-actions form .actions-toolbar > .tocart.action {
          -webkit-box-flex: 2;
                  flex-grow: 2;
          padding: 0 1.2rem; } }
      .products-list .product-item-inner .product-item-actions form button.tocart span, .products-list .product-item-inner .product-item-actions form .cart.table-wrapper .actions-toolbar > .tocart.action span, .cart.table-wrapper .products-list .product-item-inner .product-item-actions form .actions-toolbar > .tocart.action span {
        display: inline-block;
        text-decoration: none;
        display: inline-block;
        text-decoration: none;
        font-size: 0; }
        .products-list .product-item-inner .product-item-actions form button.tocart span:before, .products-list .product-item-inner .product-item-actions form .cart.table-wrapper .actions-toolbar > .tocart.action span:before, .cart.table-wrapper .products-list .product-item-inner .product-item-actions form .actions-toolbar > .tocart.action span:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 2.4rem;
          line-height: 4.6rem;
          color: #fffc03;
          content: "";
          font-family: "neuteboom-icons";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .products-list .product-item-inner .product-item-actions form button.tocart span:after, .products-list .product-item-inner .product-item-actions form .cart.table-wrapper .actions-toolbar > .tocart.action span:after, .cart.table-wrapper .products-list .product-item-inner .product-item-actions form .actions-toolbar > .tocart.action span:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 2.4rem;
          line-height: 4.6rem;
          color: #fffc03;
          content: "";
          font-family: "neuteboom-icons";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        @media only screen and (min-width: 768px) {
          .products-list .product-item-inner .product-item-actions form button.tocart span, .products-list .product-item-inner .product-item-actions form .cart.table-wrapper .actions-toolbar > .tocart.action span, .cart.table-wrapper .products-list .product-item-inner .product-item-actions form .actions-toolbar > .tocart.action span {
            font-size: 1.4rem; } }
      .products-list .product-item-inner .product-item-actions form button.tocart:hover span::after, .products-list .product-item-inner .product-item-actions form .cart.table-wrapper .actions-toolbar > .tocart.action:hover span::after, .cart.table-wrapper .products-list .product-item-inner .product-item-actions form .actions-toolbar > .tocart.action:hover span::after,
      .products-list .product-item-inner .product-item-actions form button.tocart:hover span::before,
      .products-list .product-item-inner .product-item-actions form .cart.table-wrapper .actions-toolbar > .tocart.action:hover span::before,
      .cart.table-wrapper .products-list .product-item-inner .product-item-actions form .actions-toolbar > .tocart.action:hover span::before {
        color: #1d1d1b; }
  .products-list .product-item-inner .product-item-actions .actions-secondary.button, .products-list .product-item-inner .product-item-actions .cart .actions-secondary.action-gift, .cart .products-list .product-item-inner .product-item-actions .actions-secondary.action-gift {
    display: -webkit-box;
    display: flex;
    border: none;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding: 0; }
  .products-list .product-item-inner .product-item-actions .button.wishlist, .products-list .product-item-inner .product-item-actions .cart .wishlist.action-gift, .cart .products-list .product-item-inner .product-item-actions .wishlist.action-gift {
    border: 0.2rem solid #1d1d1b; }

.products-list .qty-control {
  display: none; }
  @media only screen and (min-width: 768px) {
    .products-list .qty-control {
      display: inline-block; } }

.product-item-packaging {
  display: block;
  font-size: 1.4rem;
  font-weight: 400; }

.product-items .wishlist.split.button, .product-items .cart .wishlist.split.action-gift, .cart .product-items .wishlist.split.action-gift {
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 0 1rem 0 1.5rem;
  margin: 0;
  width: 100%; }
  .product-items .wishlist.split.button > .action, .product-items .cart .wishlist.split.action-gift > .action, .cart .product-items .wishlist.split.action-gift > .action {
    color: #1d1d1b; }
  .product-items .wishlist.split.button > .action.split, .product-items .cart .wishlist.split.action-gift > .action.split, .cart .product-items .wishlist.split.action-gift > .action.split {
    padding: 1rem 1.5rem 1rem 0;
    width: 100%; }
    .product-items .wishlist.split.button > .action.split > span, .product-items .cart .wishlist.split.action-gift > .action.split > span, .cart .product-items .wishlist.split.action-gift > .action.split > span {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
  .product-items .wishlist.split.button > .action.toggle.change, .product-items .cart .wishlist.split.action-gift > .action.toggle.change, .cart .product-items .wishlist.split.action-gift > .action.toggle.change {
    border-left: 0.2rem solid #1d1d1b; }
    .product-items .wishlist.split.button > .action.toggle.change::before, .product-items .cart .wishlist.split.action-gift > .action.toggle.change::before, .cart .product-items .wishlist.split.action-gift > .action.toggle.change::before {
      display: none; }
    .product-items .wishlist.split.button > .action.toggle.change::after, .product-items .cart .wishlist.split.action-gift > .action.toggle.change::after, .cart .product-items .wishlist.split.action-gift > .action.toggle.change::after {
      padding-left: 1rem; }
  .product-items .wishlist.split.button .items::before, .product-items .cart .wishlist.split.action-gift .items::before, .cart .product-items .wishlist.split.action-gift .items::before {
    left: initial;
    right: 22px; }
  .product-items .wishlist.split.button .items::after, .product-items .cart .wishlist.split.action-gift .items::after, .cart .product-items .wishlist.split.action-gift .items::after {
    left: initial;
    right: 21px; }

.abs-actions-addto-gridlist:before, .product-item-actions .actions-secondary > .action:before, .products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before, .table-comparison .wishlist.split.button > .action.split:before, .table-comparison .cart .wishlist.split.action-gift > .action.split:before, .cart .table-comparison .wishlist.split.action-gift > .action.split:before,
.cart.item .wishlist.split.button > .action.split:before,
.cart.item .wishlist.split.action-gift > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .cart .wishlist.split.action-gift > .action.split:before, .cart .product-items .wishlist.split.action-gift > .action.split:before {
  display: none; }

.product-item .price-box .special-price {
  margin-right: 0; }

.product-item .price-box .old-price {
  margin-left: 1.2rem; }

.stock {
  border: 0.1rem solid #eee;
  display: inline-block;
  font-size: 1.2rem;
  padding: .2rem 1rem;
  text-transform: none; }
  .stock.available {
    display: inline-block;
    border-color: #34BC6F; }
    .stock.available:before {
      display: none; }
  .stock.unavailable {
    border-color: #e02b27; }
  .stock.limited-available {
    border-color: #1d1d1d; }

.filter-title strong {
  background: none;
  border-color: #eee; }
  .filter-title strong:hover, .filter-title strong:active, .filter-title strong:focus {
    background: #eee;
    border-color: #eee;
    color: #1d1d1b; }

.modes-mode {
  border-color: #eee; }
  .modes-mode:last-child {
    border-color: #eee; }
  .modes-mode:not(.active):hover {
    background: #eee; }
  .modes-mode.active {
    color: #1d1d1b;
    background: #eee; }

.toolbar select {
  border: none; }

.toolbar .action.sorter-action::before {
  font-size: 2rem; }

.filter-options .filter-options-title::after {
  font-size: 2rem; }

.filter-options .filter-options-content a {
  text-decoration: none; }

.product-info-main .box-tocart .action.tocart {
  font-size: 1.4rem;
  padding: 1.4rem 2rem; }

.product.info.detailed .data.item.title {
  display: none; }

.product-item-actions {
  display: block; }

.price-container .excl-tax-info,
.orderlist-price .excl-tax-info {
  white-space: nowrap; }

@media only screen and (min-width: 640px) {
  .products.wrapper.orderlist .price-container .excl-tax-info {
    display: none; } }

.customer-account-login .page-main {
  margin: 0;
  max-width: none; }

@media only screen and (min-width: 768px) {
  .customer-account-login .page-wrapper {
    background-color: #F7F9FA; } }

.customer-account-login .page-title-wrapper {
  display: none; }

.customer-account-login .login-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 768px) {
    .customer-account-login .login-container .field.email .label, .customer-account-login .login-container .field.password .label {
      width: 25.8%;
      text-align: right; }
    .customer-account-login .login-container .field.email .control, .customer-account-login .login-container .field.password .control {
      display: inline-block; } }
  .customer-account-login .login-container .block-customer-login {
    background-color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 54rem; }
    .customer-account-login .login-container .block-customer-login .block-title {
      border-bottom: none;
      padding-bottom: 3rem;
      font-size: 2rem;
      margin-bottom: 3rem;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .customer-account-login .login-container .block-customer-login .block-title {
          background-color: #F7F9FA; } }
    .customer-account-login .login-container .block-customer-login .block-logo {
      margin: 2rem auto 2.4rem;
      max-width: 20rem; }
    .customer-account-login .login-container .block-customer-login .block-content .actions-toolbar {
      margin: 0; }
    .customer-account-login .login-container .block-customer-login .actions-toolbar .primary,
    .customer-account-login .login-container .block-customer-login .actions-toolbar .secondary {
      display: -webkit-box;
      display: flex;
      float: none; }
      .customer-account-login .login-container .block-customer-login .actions-toolbar .primary .action,
      .customer-account-login .login-container .block-customer-login .actions-toolbar .secondary .action {
        display: block;
        margin: 0 auto;
        width: auto; }
    .customer-account-login .login-container .block-customer-login .actions-toolbar .primary {
      font-weight: 400;
      margin-bottom: 3rem;
      margin-right: 0; }
    .customer-account-login .login-container .block-customer-login .actions-toolbar .secondary:not(.login) {
      margin: 0;
      padding-top: 2rem; }
      @media only screen and (min-width: 768px) {
        .customer-account-login .login-container .block-customer-login .actions-toolbar .secondary:not(.login) {
          background-color: #F7F9FA; } }
  .customer-account-login .login-container .fieldset::after,
  .customer-account-login .login-container .fieldset > .field.required > .label::after {
    display: none; }
  .customer-account-login .login-container .fieldset > .field.required > .label {
    font-weight: 400; }
  .customer-account-login .login-container .fieldset > .field.required input[type="email"],
  .customer-account-login .login-container .fieldset > .field.required input[type="password"] {
    background-color: #eee;
    border: none; }

.table-order-items {
  display: block;
  overflow-x: auto;
  white-space: nowrap; }

.toggle-type {
  position: relative; }
  .toggle-type .toggle-password {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    line-height: 1;
    background: none;
    box-shadow: none;
    display: block;
    text-decoration: none; }
    .toggle-type .toggle-password:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2rem;
      line-height: 2rem;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .toggle-type .toggle-password:hover:before {
      color: #6a6a6a;
      background: none; }
    .toggle-type .toggle-password.active {
      display: block;
      text-decoration: none; }
      .toggle-type .toggle-password.active:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2rem;
        line-height: 2rem;
        color: #1d1d1d;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .toggle-type .toggle-password.active:hover:before {
        color: #6a6a6a;
        background: none; }

@media only screen and (max-width: 767px) {
  .page-header .header.content .minicart-wrapper {
    border: inherit;
    padding: 0; } }

.page-header .header.content .minicart-wrapper .action.showcart::before {
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 1rem;
  vertical-align: text-top; }
  @media only screen and (min-width: 768px) {
    .page-header .header.content .minicart-wrapper .action.showcart::before {
      padding: 0;
      vertical-align: top; } }

.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  background-color: #1d1d1b;
  color: #fffc03;
  left: -1rem;
  top: 0; }
  @media only screen and (min-width: 768px) {
    .page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
      top: -1rem; } }

.page-header .header.content .minicart-wrapper .block-minicart {
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
  padding: 2.4rem 2.4rem 1.2rem; }
  .page-header .header.content .minicart-wrapper .block-minicart .subtotal {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .page-header .header.content .minicart-wrapper .block-minicart .subtotal {
        text-align: right; } }
    .page-header .header.content .minicart-wrapper .block-minicart .subtotal > .label {
      font-weight: 500; }
  .page-header .header.content .minicart-wrapper .block-minicart .amount.price-container {
    margin-top: 0; }

.page-header .header.content .minicart-wrapper .action.close::before {
  font-size: 2.4rem;
  line-height: 2.4rem; }

.page-header .header.content .minicart-wrapper .product-item-name {
  font-size: 1.4rem;
  line-height: 2rem; }
  .page-header .header.content .minicart-wrapper .product-item-name a {
    color: #1d1d1d;
    text-decoration: none; }

.page-header .header.content .minicart-wrapper .minicart-items-wrapper {
  border-color: #f8f8f8; }
  .page-header .header.content .minicart-wrapper .minicart-items-wrapper .minicart-items .product-item {
    border-color: #f8f8f8;
    padding: 1.5rem 0; }

.page-header .header.content .minicart-wrapper .minicart-items .action.delete::before {
  color: #aaa;
  font-size: 2.2rem; }

.page-header .header.content .minicart-wrapper .action.viewcart span {
  color: #1d1d1d;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    .page-header .header.content .minicart-wrapper .action.viewcart span {
      font-weight: 600; } }

.page-header .header.content .minicart-wrapper .action.viewcart:hover span {
  color: #6a6a6a; }

.page-header .header.content .minicart-wrapper .action.primary {
  font-size: 1.4rem; }

.checkout-index-index .minicart-wrapper {
  background-color: #fff;
  border: 0.2rem solid #eee;
  border-radius: .4rem; }
  .checkout-index-index .minicart-wrapper:hover {
    background-color: #eee; }

.checkout-index-index .action.showcart .counter.qty {
  background-color: #1d1d1b;
  border: 0.1rem solid #1d1d1b;
  color: #fffc03;
  left: -1rem; }

@media only screen and (max-width: 767px) {
  .modal-popup.confirm .modal-header .action-close {
    margin: 0;
    padding: 0.2rem; } }

.cart.item .wishlist.split.button, .cart.item .wishlist.split.action-gift {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap; }
  .cart.item .wishlist.split.button > .action.split, .cart.item .wishlist.split.action-gift > .action.split {
    display: inline-block;
    text-decoration: none; }
    .cart.item .wishlist.split.button > .action.split > span, .cart.item .wishlist.split.action-gift > .action.split > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    
    .cart.item .wishlist.split.button > .action.split:before,
    .cart.item .wishlist.split.action-gift > .action.split:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.4rem;
      line-height: inherit;
      color: #1d1d1b;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
  .cart.item .wishlist.split.button > .action.toggle::after, .cart.item .wishlist.split.action-gift > .action.toggle::after {
    display: -webkit-box;
    display: flex; }

.cart-summary,
.cart-container .form-cart {
  float: none;
  position: inherit;
  width: auto; }
  @media only screen and (min-width: 1024px) {
    .cart-summary,
    .cart-container .form-cart {
      position: relative; } }

.cart-summary {
  background: #f8f8f8; }
  @media only screen and (min-width: 1024px) {
    .cart-summary {
      float: right;
      width: 30%; } }

@media only screen and (min-width: 1024px) {
  .cart-container .form-cart {
    float: left;
    width: 60%; } }

.cart-container .form-cart .cart.main.actions .action.continue {
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  border: 0.2rem solid #eee;
  color: #1d1d1b;
  margin: 0 0 10px;
  padding: 0 15px 0 0;
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 4.4rem; }

.cart-container .form-cart .cart.main.actions .action.continue:hover,
.cart-container .form-cart .cart.main.actions .action.continue:focus,
.cart-container .form-cart .cart.main.actions .action.continue:active {
  background: #eee; }

.cart-container .form-cart .cart.main.actions .action.continue:before {
  font-size: 3.2rem;
  content: "";
  font-family: "neuteboom-icons";
  vertical-align: top;
  font-weight: normal; }

.cart-container .form-cart .cart.main.actions .action.update:before {
  font-size: 3.2rem;
  content: "";
  font-family: "neuteboom-icons";
  vertical-align: top;
  font-weight: normal; }

.checkout-cart-index .wishlist.split.button.active .items, .checkout-cart-index .cart .wishlist.split.active.action-gift .items, .cart .checkout-cart-index .wishlist.split.active.action-gift .items {
  right: 0; }
  .checkout-cart-index .wishlist.split.button.active .items::before, .checkout-cart-index .cart .wishlist.split.active.action-gift .items::before, .cart .checkout-cart-index .wishlist.split.active.action-gift .items::before, .checkout-cart-index .wishlist.split.button.active .items::after, .checkout-cart-index .cart .wishlist.split.active.action-gift .items::after, .cart .checkout-cart-index .wishlist.split.active.action-gift .items::after {
    left: inherit; }
  .checkout-cart-index .wishlist.split.button.active .items::before, .checkout-cart-index .cart .wishlist.split.active.action-gift .items::before, .cart .checkout-cart-index .wishlist.split.active.action-gift .items::before {
    right: 1rem; }
  .checkout-cart-index .wishlist.split.button.active .items::after, .checkout-cart-index .cart .wishlist.split.active.action-gift .items::after, .cart .checkout-cart-index .wishlist.split.active.action-gift .items::after {
    right: .9rem; }

.opc-block-summary {
  padding-top: 1.6rem; }
  .opc-block-summary .title {
    padding-right: 3rem; }
    @media only screen and (min-width: 640px) {
      .opc-block-summary .title {
        padding-right: 0; } }

.cart.table-wrapper .item-actions .actions-toolbar > .action-delete::before {
  color: #aaa;
  font-size: 2.2rem; }

.checkout-cart-index .form-cart .table caption {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  padding-bottom: 2rem; }

.opc-wrapper .shipping-address-item.selected-item {
  border-color: #34BC6F;
  background-color: #fff; }
  .opc-wrapper .shipping-address-item.selected-item::after {
    background-color: #34BC6F; }

.checkout-index-index {
  background-color: #f8f8f8; }
  .checkout-index-index .page-header {
    border-bottom: 1px solid #eee;
    background-color: #fff; }
    .checkout-index-index .page-header .header.content a.logo {
      padding-left: 0; }
  .checkout-index-index .opc-sidebar {
    margin-top: 2.4rem; }
  .checkout-index-index .opc-block-summary {
    background-color: #fff; }
    .checkout-index-index .opc-block-summary > .title {
      border-color: #eee;
      line-height: 3.2rem; }
    .checkout-index-index .opc-block-summary .product-item {
      border-color: #eee; }
  .checkout-index-index .checkout-billing-address {
    background-color: #fff;
    padding: 2rem; }
  .checkout-index-index form .fieldset > .field:not(.choice) > .label {
    text-align: left;
    width: 100%; }
  .checkout-index-index .checkout-payment-method .payment-method-content {
    padding-left: 0; }

.filter-options-content a {
  color: #1d1d1d; }
  .filter-options-content a:hover {
    color: #959595; }
    .filter-options-content a:hover .count {
      color: #959595; }
  .filter-options-content a .count {
    color: #959595; }

.filter-title strong {
  color: #1d1d1d; }

.sidebar .block.filter {
  display: block;
  margin-bottom: 0; }

.page-with-filter .filter-current {
  margin: 0 0 2.4rem; }

.page-with-filter .toolbar .dummy-filter-btn::after {
  color: #fffc03; }

@media only screen and (max-width: 767px) {
  .products.wrapper ~ .toolbar.toolbar-products .dummy-filter-btn {
    display: none; } }

.page-header .header.links > li > a {
  color: #1d1d1b; }
  .page-header .header.links > li > a.account-link:before {
    content: none; }

.page-header .header.wrapper {
  padding-bottom: 0;
  padding-top: 0; }

.page-header .header .usps-wrapper {
  color: #1d1d1b;
  font-size: 14px; }
  .page-header .header .usps-wrapper .icon-usp:before {
    font-size: 2.3rem;
    color: #fffc03; }

.page-header .header .header.phonenumber {
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
          order: 2; }
  @media only screen and (max-width: 767px) {
    .page-header .header .header.phonenumber {
      display: none; } }
  .page-header .header .header.phonenumber span {
    display: block;
    text-decoration: none; }
    .page-header .header .header.phonenumber span:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.2rem;
      line-height: 2.2rem;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
  .page-header .header .header.phonenumber a {
    color: #1d1d1d;
    margin-left: .5rem;
    text-decoration: none; }
    .page-header .header .header.phonenumber a:hover {
      text-decoration: underline; }

.page-header .header .header.links {
  border-radius: .4rem;
  margin-left: 2.6rem;
  -webkit-box-ordinal-group: 4;
          order: 3; }
  @media only screen and (max-width: 767px) {
    .page-header .header .header.links {
      display: none; } }
  .page-header .header .header.links > li a.account-link > span {
    position: inherit; }
  .page-header .header .header.links > li .account-link {
    display: block;
    text-decoration: none;
    margin-left: 0; }
    .page-header .header .header.links > li .account-link:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.4rem;
      line-height: 2.2rem;
      color: #1d1d1d;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
  .page-header .header .header.links > li.authorization-link.loggedin {
    position: relative; }
    .page-header .header .header.links > li.authorization-link.loggedin .account-link {
      display: inline-block;
      text-decoration: none;
      padding: 1rem;
      position: relative; }
      .page-header .header .header.links > li.authorization-link.loggedin .account-link > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .page-header .header .header.links > li.authorization-link.loggedin .account-link:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2rem;
        line-height: inherit;
        color: #1d1d1b;
        content: "";
        font-family: "neuteboom-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      @media only screen and (max-width: 767px) {
        .page-header .header .header.links > li.authorization-link.loggedin .account-link {
          display: none; } }
      .page-header .header .header.links > li.authorization-link.loggedin .account-link > span {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto; }
  .page-header .header .header.links .top-links {
    background-color: #fff;
    border: 0.1rem solid #eee;
    list-style-type: none;
    padding: 1.5rem .5rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5rem;
    min-width: 14rem;
    z-index: 9; }
    .page-header .header .header.links .top-links::after, .page-header .header .header.links .top-links::before {
      border: .6rem solid;
      content: '';
      left: 50%;
      position: absolute;
      z-index: 99; }
    .page-header .header .header.links .top-links::after {
      border-color: transparent transparent #fff transparent;
      top: -1rem; }
    .page-header .header .header.links .top-links::before {
      border-color: transparent transparent #eee transparent;
      top: -1.2rem; }
    .page-header .header .header.links .top-links li:not(:last-child) {
      padding-bottom: .8rem; }
    .page-header .header .header.links .top-links a {
      color: #1d1d1d;
      text-decoration: none; }
  .page-header .header .header.links.active .top-links {
    display: block; }
  .page-header .header .header.links.active > li.authorization-link.loggedin .account-link {
    display: inline-block;
    text-decoration: none; }
    .page-header .header .header.links.active > li.authorization-link.loggedin .account-link > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .page-header .header .header.links.active > li.authorization-link.loggedin .account-link:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.4rem;
      line-height: inherit;
      color: #1d1d1b;
      content: "";
      font-family: "neuteboom-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .page-header .header .header.links.active > li.authorization-link.loggedin .account-link > span {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
  .page-header .header .header.links .wishlist .counter {
    display: none; }

.page-header .header .minicart-wrapper {
  background-color: #fffc03;
  border: 0.1rem solid #fffc03;
  color: #1d1d1b;
  padding: 1rem; }
  .page-header .header .minicart-wrapper .action.showcart:before {
    color: #1d1d1b; }

.page-header .header.content {
  font-weight: 600;
  padding: 1.2rem 2rem; }
  @media only screen and (max-width: 767px) {
    .page-header .header.content {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .page-header .header.content a.logo {
      display: block;
      padding: 1rem 0 1rem 4rem;
      margin: 0 16%;
      width: 100vw; }
      .page-header .header.content a.logo img {
        width: 100%; } }
  @media only screen and (min-width: 768px) {
    .page-header .header.content a.logo {
      height: 3.5rem; }
      .page-header .header.content a.logo img {
        height: 3.5rem;
        width: auto; } }

.header.links .wishlist .counter {
  display: none; }

.page-footer {
  background-color: #1d1d1d;
  color: #6a6a6a; }
  .page-footer a {
    color: #6a6a6a;
    text-decoration: none; }
    .page-footer a:hover {
      color: #fffc03;
      text-decoration: none; }
  .page-footer li {
    opacity: 0.8;
    line-height: 30px; }
  .page-footer .footer-title {
    font-size: 1.5rem;
    padding-bottom: 0; }
  .page-footer .footer-content {
    font-size: 1.4rem; }
    .page-footer .footer-content li {
      line-height: 2.4rem; }
  .page-footer .footer-list {
    border-bottom: none; }
    .page-footer .footer-list.store-info img {
      display: inherit;
      margin: 0 auto;
      max-width: 13rem; }
      @media only screen and (min-width: 768px) {
        .page-footer .footer-list.store-info img {
          margin: 0; } }

.page-wrapper > .breadcrumbs .items {
  font-size: 1.2rem; }

.pages .action {
  border: none;
  width: auto; }
  .pages .action.next::before {
    font-size: 2.4rem;
    vertical-align: middle; }

.cd-hero-slider {
  height: 35rem; }
  @media only screen and (min-width: 768px) {
    .cd-hero-slider {
      height: 40rem; } }

nav.megamenu.navigation li.level0 .submenu a {
  text-decoration: none; }

.content-grid-block .content-grid-block-inner.align-left {
  background-position: left; }
  .content-grid-block .content-grid-block-inner.align-left .content-grid-block-content {
    text-align: left; }

.content-grid-block .content-grid-block-inner.align-right {
  background-position: right; }
  .content-grid-block .content-grid-block-inner.align-right .content-grid-block-content {
    text-align: right; }

.content-grid-block-subtitle,
.content-grid-block-description {
  letter-spacing: .2rem;
  margin-bottom: 2rem; }

@media only screen and (min-width: 768px) {
  .orderlist-items .product-item-info:hover {
    background-color: #fbfbfb; } }

.orderlist-items .orderlist-column {
  padding: .6rem 1rem .6rem 1rem; }
  .orderlist-items .orderlist-column:first-child {
    padding-left: 1rem; }
  .orderlist-items .orderlist-column:last-child {
    width: 25%;
    white-space: nowrap; }
    @media only screen and (min-width: 1280px) {
      .orderlist-items .orderlist-column:last-child {
        width: 20%; } }

@media only screen and (min-width: 768px) {
  .orderlist-items .orderlist-name {
    width: 25%; } }

@media only screen and (min-width: 1280px) {
  .orderlist-items .orderlist-name {
    width: 30%; } }

.orderlist-items .product-item-name {
  font-size: 1.5rem; }
  .orderlist-items .product-item-name a {
    color: #1d1d1d; }
    .orderlist-items .product-item-name a:hover {
      color: #6a6a6a; }

.orderlist-items .product-item .price-box .price {
  font-weight: 400;
  font-size: 1.5rem; }

@media only screen and (min-width: 768px) {
  .orderlist-items .qty-button {
    padding: 0 1rem; } }

@media only screen and (min-width: 1024px) {
  .orderlist-items .qty-button {
    padding: 0 1.5rem; } }

@media only screen and (max-width: 639px) {
  .orderlist-packaging {
    float: left; } }

.orderlist .items {
  padding-left: 0; }

.orderlist-header {
  display: none; }

.orderlist .label-qty {
  display: none; }

.orderlist-items .product-item-name {
  margin: 0; }
  .orderlist-items .product-item-name a {
    color: #6a6a6a; }

.orderlist-items .product-item .price-box {
  display: block; }

.orderlist-items .orderlist-price,
.orderlist-items .orderlist-qty,
.orderlist-items .orderlist-qty input {
  text-align: right; }

.orderlist-items .minimal-price-link {
  display: block; }

@media only screen and (max-width: 767px) {
  .orderlist-remove.orderlist-column {
    text-align: right;
    padding: 1.2rem 0; } }

@media only screen and (min-width: 1024px) {
  .orderlist-remove.orderlist-column {
    width: 40px; } }

.orderlist-remove .action {
  display: inline-block;
  text-decoration: none; }
  .orderlist-remove .action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .orderlist-remove .action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.2rem;
    line-height: inherit;
    color: #1d1d1d;
    content: "";
    font-family: "neuteboom-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }

.products-orderlist + .actions-toolbar .primary {
  float: right; }

.products-orderlist + .actions-toolbar .secondary {
  float: left; }

@media only screen and (max-width: 639px) {
  .orderlist .items {
    padding-left: 20px; }
  .orderlist .item {
    border-top: 1px solid #eee;
    margin-bottom: 1.2rem;
    padding-top: 1.2rem; }
    .column.main .orderlist .item {
      padding-left: 0; }
  .orderlist .product-item-info:before, .orderlist .product-item-info:after {
    content: '';
    display: table; }
  .orderlist .product-item-info:after {
    clear: both; }
  .orderlist-name, .orderlist-price {
    clear: left;
    float: left; }
  .orderlist-sku, .orderlist-stock {
    clear: right;
    float: right; }
  .orderlist-qty {
    clear: both;
    padding-top: 1.2rem; } }

@media only screen and (min-width: 640px) {
  .products-orderlist.orderlist .product-items {
    margin-left: 0; }
  .products-orderlist.orderlist .product-item {
    padding: 0; }
  .products-orderlist.orderlist .stock {
    display: inline-block; }
  .orderlist-items {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .orderlist-items .orderlist-header {
      display: table-header-group; }
      .orderlist-items .orderlist-header .orderlist-column {
        border-bottom: 1px solid #eee;
        display: table-cell;
        font-weight: bold; }
    .orderlist-items .product-item {
      display: table-row-group; }
      .orderlist-items .product-item-info {
        display: table-row; }
    .orderlist-items .orderlist-column {
      display: table-cell;
      padding: 1.2rem 0 1.2rem 20px;
      vertical-align: middle;
      width: auto; }
      .orderlist-items .orderlist-column:first-child {
        padding-left: 0; }
      .orderlist-items .orderlist-column:last-child {
        text-align: right; }
  .listaddtocart {
    margin-top: 1.2rem;
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .modes .mode-orderlist:before {
    content: ""; } }

.catalog-product-view .gallery-image-list .gallery-image {
  max-height: 70rem; }

.experius-delivery-date-wrapper {
  margin-bottom: 2rem; }

/*# sourceMappingURL=styles.css.map */
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
