/**
 * 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;
}
.feedbackcompany-small-score .rating-summary {
    float: left;
    margin-right: 10px;
}

.feedbackcompany-small-score p {
    display: block;
    padding: 4px;
    margin-bottom: 0;
}

.feedbackcompany-big-score {
    background: #f8f8f8 url(../../frontend/Dutchwebdesign/Forza/nl_NL/FeedbackCompany_TheFeedbackCompany/images/tfbc_brand.png) no-repeat top 27px left 43px;
    background-size: 155px;
    padding: 12px;
    width: 240px;
    height: 165px;
}

.feedbackcompany-big-score p {
    display: block;
    margin-top: 80px;
    margin-bottom: 5px;
}

.feedbackcompany-big-score .score {
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid rgba(126, 128, 126, 0.08);
    display: block;
}

.feedbackcompany-big-score .text {
    display: block;
    font-size: 13px;
    margin-top: 8px;
}@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-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, .action-gift,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

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

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

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

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

[disabled] {
  cursor: default; }

[type="reset"],
[type="submit"], button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
html [type="button"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; }

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

button:-moz-focusring, .cart.table-wrapper .actions-toolbar > .action:-moz-focusring, .action-gift:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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: #000000;
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.6rem; }

p {
  margin-top: 0; }

p {
  margin-bottom: 1.25rem; }

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

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

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

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

hr {
  border: 0;
  border-top: 1px solid #ededed;
  margin-bottom: 25px;
  margin-top: 25px; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dfn {
  font-style: italic; }

b,
strong {
  font-family: "Helvetica Neue Medium"; }

h1,
.h1,
.blog-index-index .blog-title {
  font-family: "Futura Bold";
  font-weight: 300;
  line-height: 1.1;
  font-size: 4.6rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 3.06667rem;
  word-break: break-word; }
  @media only screen and (min-width: 768px) {
    h1,
    .h1,
    .blog-index-index .blog-title {
      font-size: 3.68rem; } }
  @media only screen and (min-width: 1024px) {
    h1,
    .h1,
    .blog-index-index .blog-title {
      font-size: 4.6rem; } }

h2,
.h2 {
  font-family: "Futura Bold";
  font-weight: 300;
  line-height: 40px;
  font-size: 3.6rem;
  margin-top: 3.125rem;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  word-break: break-word; }
  @media only screen and (min-width: 768px) {
    h2,
    .h2 {
      font-size: 2.88rem; } }
  @media only screen and (min-width: 1024px) {
    h2,
    .h2 {
      font-size: 3.6rem; } }

h3,
.h3 {
  font-family: "Futura Bold";
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  font-size: 2.4rem;
  word-break: break-word; }
  @media only screen and (min-width: 768px) {
    h3,
    .h3 {
      font-size: 2.4rem; } }
  @media only screen and (min-width: 1024px) {
    h3,
    .h3 {
      font-size: 2.4rem; } }

h4,
.h4 {
  font-family: "Futura Bold";
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    h4,
    .h4 {
      font-size: 2rem; } }
  @media only screen and (min-width: 1024px) {
    h4,
    .h4 {
      font-size: 2rem; } }

h5,
.h5 {
  font-family: "Futura Bold";
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.8rem; }
  @media only screen and (min-width: 768px) {
    h5,
    .h5 {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1024px) {
    h5,
    .h5 {
      font-size: 1.8rem; } }

h6,
.h6 {
  font-family: "Futura Bold";
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.4rem; }
  @media only screen and (min-width: 768px) {
    h6,
    .h6 {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 1024px) {
    h6,
    .h6 {
      font-size: 1.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: #000000;
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

a,
.alink {
  color: #000000;
  text-decoration: none; }
  a:visited,
  .alink:visited {
    color: #000000;
    text-decoration: none; }
  a:hover,
  .alink:hover {
    color: #000000;
    text-decoration: none; }
  a:active,
  .alink:active {
    color: #000000;
    text-decoration: none; }

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

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

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

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

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

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

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

pre {
  background: #f0f0f0;
  border: 1px solid #ededed;
  color: black;
  line-height: 1.6;
  margin: 0 0 12.5px;
  padding: 12.5px;
  font-size: 1.4rem;
  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 #ededed;
  margin: 0 0 25px 50px;
  padding: 0;
  color: #000000;
  font-family: "Helvetica Neue", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.6rem; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #000000;
    line-height: 1.6;
    font-size: 1.2rem;
    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: 8px 12.5px; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  background-image: none;
  background: #f2f2f2;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  margin: 0;
  padding: 14px 21px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle; }
  button:focus, .cart.table-wrapper .actions-toolbar > .action:focus, .action-gift:focus, button:active, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:active {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  button.disabled, .cart.table-wrapper .actions-toolbar > .disabled.action, .disabled.action-gift, button[disabled], .cart.table-wrapper .actions-toolbar > .action[disabled], .action-gift[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .action,
  fieldset[disabled] .action-gift {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner, .action-gift::-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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #000000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 1.6;
  padding: 0 9px;
  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: #696969; }
  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: #696969; }
  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: #696969; }

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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #000000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 1.6;
  padding: 6.25px 12.5px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  select:disabled {
    opacity: 0.5; }

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

textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #000000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.6;
  margin: 0;
  padding: 12.5px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; }
  textarea:disabled {
    opacity: 0.5; }
  textarea::-moz-placeholder {
    color: #696969; }
  textarea::-webkit-input-placeholder {
    color: #696969; }
  textarea:-ms-input-placeholder {
    color: #696969; }

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

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

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;
  outline: 0; }

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

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 12.5px; }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 12.5px; }
    .actions-toolbar > .primary .action:last-child,
    .actions-toolbar > .secondary .action:last-child {
      margin-bottom: 0; }
  .actions-toolbar > .primary:last-child,
  .actions-toolbar > .secondary:last-child {
    margin-bottom: 0; }

@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 6.25px 0 0; }
  .actions-toolbar .secondary a.action {
    margin-top: 14px; }
  .actions-toolbar > .secondary,
  .actions-toolbar > .primary {
    margin-bottom: 0; }
    .actions-toolbar > .secondary .action,
    .actions-toolbar > .primary .action {
      margin-bottom: 0;
      width: auto; } }

.breadcrumbs {
  margin: 0 0 25px; }
  .breadcrumbs .items {
    font-size: 1.4rem;
    color: #a3a3a3;
    margin: 0;
    padding: 0;
    list-style: none none; }
    .breadcrumbs .items > li {
      display: inline-block;
      vertical-align: top; }
  .breadcrumbs .item {
    margin: 0; }
  .breadcrumbs a {
    color: #000000;
    text-decoration: none; }
    .breadcrumbs a:visited {
      color: #000000;
      text-decoration: none; }
    .breadcrumbs a:hover {
      color: #000000;
      text-decoration: underline; }
    .breadcrumbs a:active {
      color: #000000;
      text-decoration: none; }
  .breadcrumbs strong {
    font-weight: 400; }
  .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: 24px;
      line-height: 18px;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: bottom;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }

a.action.primary, button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  border-radius: 10px; }

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

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

.action.primary {
  background-image: none;
  background: #fbe400;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  padding: 14px 21px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle; }
  .action.primary:focus, .action.primary:active {
    background: #fbe400;
    border: none;
    color: #000000; }
  .action.primary:hover {
    background: #000000;
    border: none;
    color: #ffffff; }
  .action.primary.disabled, .action.primary[disabled],
  fieldset[disabled] .action.primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

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

.abs-action-link-button, .abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist, .block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f2f2f2;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  margin: 0;
  padding: 14px 21px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px; }
  .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-info-main .action.tocompare:focus,
  .product-options-bottom .action.tocompare:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-info-main .action.tocompare:active,
  .product-options-bottom .action.tocompare:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-info-main .action.tocompare:hover,
  .product-options-bottom .action.tocompare:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  .abs-action-link-button.disabled, .disabled.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .disabled.action, .product-info-main .disabled.action.tocompare,
  .product-options-bottom .disabled.action.tocompare, .product-info-main .disabled.action.towishlist,
  .product-options-bottom .disabled.action.towishlist,
  .block-bundle-summary .disabled.action.towishlist, .block-event .slider-panel .slider .item .disabled.action.event, .abs-action-link-button[disabled], .abs-action-addto-product[disabled], .bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled], .product-info-main .action.tocompare[disabled],
  .product-options-bottom .action.tocompare[disabled], .product-info-main .action.towishlist[disabled],
  .product-options-bottom .action.towishlist[disabled],
  .block-bundle-summary .action.towishlist[disabled], .block-event .slider-panel .slider .item .action.event[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,
  fieldset[disabled] .product-info-main .action.tocompare,
  .product-info-main fieldset[disabled] .action.tocompare,
  fieldset[disabled] .product-options-bottom .action.tocompare,
  .product-options-bottom fieldset[disabled] .action.tocompare,
  fieldset[disabled] .product-info-main .action.towishlist,
  .product-info-main fieldset[disabled] .action.towishlist,
  fieldset[disabled] .product-options-bottom .action.towishlist,
  .product-options-bottom fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-bundle-summary .action.towishlist,
  .block-bundle-summary fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
  .block-event .slider-panel .slider .item fieldset[disabled] .action.event {
    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, .product-info-main .action.tocompare:hover,
  .product-options-bottom .action.tocompare:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-info-main .action.tocompare:active,
  .product-options-bottom .action.tocompare:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active, .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-info-main .action.tocompare:focus,
  .product-options-bottom .action.tocompare:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus {
    text-decoration: none; }

.abs-product-options-list dt, .cart.table-wrapper .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 12.5px 6.25px 0; }
  .abs-product-options-list dt:after, .cart.table-wrapper .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after {
    content: ': '; }

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

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

.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 {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .abs-blocks-2columns, .column .block-addbysku .block-content .box, .form-address-edit > .fieldset, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .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 {
    width: 48.8%; }
    .abs-blocks-2columns:nth-child(odd), .column .block-addbysku .block-content .box:nth-child(odd), .form-address-edit > .fieldset:nth-child(odd), .login-container .block:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns:nth-child(even), .column .block-addbysku .block-content .box:nth-child(even), .form-address-edit > .fieldset:nth-child(even), .login-container .block:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
    .sales-guest-view .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, .products-list .product-image-wrapper, .cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important; }
  .abs-reset-image-wrapper .product-image-photo, .products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-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: 2.4rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0;
  padding: 20px 0; }
  .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, .magento-rma-guest-returns .column.main .block:not(.widget) .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-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-results .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .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, .magento-rma-guest-returns .column.main .block:not(.widget) .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-giftregistry-results .block-title > strong, .block-giftregistry-shared-items .block-title > strong, .block-wishlist-search-results .block-title > strong, .block-reorder .block-title > strong, .widget .block-title > strong, .block-wishlist .block-title > strong {
    font-family: "Futura Bold";
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.4rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem; }

.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, .magento-rma-guest-returns .column.main .block:not(.widget) .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, .magento-rma-guest-returns .column.main .block:not(.widget) .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 12.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, .magento-rma-guest-returns .column.main .block:not(.widget) .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: "Futura Bold";
    font-weight: 700;
    line-height: 1.1;
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .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, .magento-rma-guest-returns .column.main .block:not(.widget) .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: 12.5px; }

.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, .magento-rma-guest-returns .column.main .block:not(.widget) .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, .magento-rma-guest-returns .column.main .block:not(.widget) .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: 25px; }

.abs-dropdown-simple, .giftregisty-dropdown, .wishlist-dropdown {
  display: inline-block;
  position: relative; }
  .abs-dropdown-simple:before, .giftregisty-dropdown:before, .wishlist-dropdown:before, .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    content: '';
    display: table; }
  .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    clear: both; }
  .abs-dropdown-simple .action.toggle, .giftregisty-dropdown .action.toggle, .wishlist-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .abs-dropdown-simple .action.toggle:after, .giftregisty-dropdown .action.toggle:after, .wishlist-dropdown .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "dwd-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, .giftregisty-dropdown .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle:active:after, .giftregisty-dropdown .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle.active, .giftregisty-dropdown .action.toggle.active, .wishlist-dropdown .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-dropdown-simple .action.toggle.active:after, .giftregisty-dropdown .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "dwd-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, .giftregisty-dropdown .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after {
        color: inherit; }
      .abs-dropdown-simple .action.toggle.active:active:after, .giftregisty-dropdown .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after {
        color: inherit; }
  .abs-dropdown-simple ul.dropdown, .giftregisty-dropdown ul.dropdown, .wishlist-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-dropdown-simple ul.dropdown li, .giftregisty-dropdown ul.dropdown li, .wishlist-dropdown ul.dropdown li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .abs-dropdown-simple ul.dropdown li:hover, .giftregisty-dropdown ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown 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, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #ffffff transparent;
      z-index: 99; }
    .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .abs-dropdown-simple.active, .active.giftregisty-dropdown, .active.wishlist-dropdown {
    overflow: visible; }
    .abs-dropdown-simple.active ul.dropdown, .active.giftregisty-dropdown ul.dropdown, .active.wishlist-dropdown ul.dropdown {
      display: block; }

.abs-input-qty, .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .cart.table-wrapper .col.qty .input-text, .account .table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .control .qty, .block-wishlist-info-items .input-text.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, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px; }

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

.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: "icons-blank-theme";
    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-item-name, .product.name a {
  font-weight: 400; }
  .abs-product-link > a, .product-item-name > a, .product.name a > a {
    color: #000000;
    text-decoration: none; }
    .abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
      color: #000000;
      text-decoration: none; }
    .abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover {
      color: #000000;
      text-decoration: none; }
    .abs-product-link > a:active, .product-item-name > a:active, .product.name a > a:active {
      color: #000000;
      text-decoration: none; }

.abs-reset-left-margin, .form.giftregistry.items .actions-toolbar, .form-new-agreement .actions-toolbar, .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-actions .actions-toolbar, .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar, .column.main .block-giftregistry-shared-items .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-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
  left: 12.5px;
  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-giftregistry-share .fieldset .additional .action.remove, .form-giftregistry-edit .fieldset .additional .action.remove, .form-add-invitations .fieldset .additional .action.remove, .form-create-return .fieldset .additional .action.remove, .form.send.friend .fieldset .additional .action.remove {
    margin-left: 50%;
    top: 6px; } }

.abs-add-fields .fieldset, .form-giftregistry-share .fieldset, .form-giftregistry-edit .fieldset, .form-add-invitations .fieldset, .form-create-return .fieldset, .form.send.friend .fieldset {
  margin-bottom: 50px; }
  .abs-add-fields .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .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-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-create-return .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-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
      margin-top: 37.5px; }
  .abs-add-fields .fieldset .fields .actions-toolbar, .form-giftregistry-share .fieldset .fields .actions-toolbar, .form-giftregistry-edit .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0; }

.abs-add-fields .message.notice, .form-giftregistry-share .message.notice, .form-giftregistry-edit .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice {
  margin: 37.5px 0 0; }

.abs-add-fields .additional, .form-giftregistry-share .additional, .form-giftregistry-edit .additional, .form-add-invitations .additional, .form-create-return .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-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .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 {
    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, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .fieldset .fullname.field > .label, .account .column.main .limiter > .label, .field.street .field.additional .label, .account-nav .title, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .filter-options-content .filter-count-label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block.newsletter .label, .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 {
  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, .table-giftregistry-items .col.product:before {
    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, .block-collapsible-nav .title, .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-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):before, .form-create-return .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 .actions-toolbar: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, .fieldset .fullname .field: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, .block-giftregistry-shared-items .product .item-options:before, .gift-wrapping-list:before, .opc-wrapper .data.table .gift-wrapping:before,
.table-order-items .gift-wrapping:before,
.table-order-review .gift-wrapping:before, .order-options .product:before, .map-popup .map-info-price:before, .multicheckout .item-options:before, .multicheckout .block:before, .multicheckout .block-content:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .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 .actions-toolbar: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, .fieldset .fullname .field: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, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after {
  content: '';
  display: table; }

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .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 .actions-toolbar: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, .fieldset .fullname .field: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, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after {
  clear: both; }

@media only screen and (min-width: 768px) {
  .abs-add-clearfix-desktop:before, .abs-pager-toolbar:before, .account .toolbar:before, .toolbar-giftregistry-results:before, .toolbar-wishlist-results:before, .column .block-addbysku .block-content:before, .block-cart-failed .block-content:before, .cart-container:before, .login-container:before, .account .column.main .block:not(.widget) .block-content:before, .block-addresses-list .items.addresses:before, .block-giftregistry-shared .item-options:before, .gift-wrapping .nested:before, .table .gift-wrapping .content:before, .block-wishlist-management:before, .paypal-review .block-content:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before, .header.content:before, .page-header .header.panel:before, .footer .copyright:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after, .header.content:after, .page-header .header.panel:after, .footer .copyright:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after, .header.content:after, .page-header .header.panel:after, .footer .copyright: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, .table-giftregistry-items .col.product:before, .account .toolbar: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, .table-giftregistry-items .col.product:after, .account .toolbar: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, .table-giftregistry-items .col.product:after, .account .toolbar:after {
    clear: both; } }

@media only screen and (max-width: 767px) {
  .abs-add-clearfix-mobile-m:before, .form-create-return .fieldset > .actions-toolbar:before, .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar: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, .column .block-addbysku .sku, .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, .sidebar .block-addbysku .fieldset .fields .field.sku, .block-event .slider-panel .slider .item .action.show, html, *, *:before, *:after {
  box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional {
    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 16px; }
    .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 0 6.25px;
      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: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-navigation-icon:after {
    position: absolute;
    right: 6.25px;
    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, .abs-split-button .action.split.action-gift {
    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, .abs-split-button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .abs-split-button .action.toggle {
    padding: 4px 6.25px;
    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: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      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: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: middle;
        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: #ffffff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-split-button .items li {
      margin: 0;
      padding: 3px 6.25px; }
      .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 #ffffff transparent;
      z-index: 99; }
    .abs-split-button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb 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, .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 2rem;
  padding: 8px 16px;
  font-size: 1.4rem; }

.abs-actions-addto-gridlist, .product-item-actions .actions-secondary > .action, .table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split, .product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none; }
  .abs-actions-addto-gridlist > span, .product-item-actions .actions-secondary > .action > span, .table-comparison .wishlist.split.button > .action.split > span, .product-items .wishlist.split.button > .action.split > span, .product-items .action.towishlist > span, .products.list.items .action.towishlist > span, .table-comparison .action.towishlist > 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, .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before, .product-items .action.towishlist:before,
  .products.list.items .action.towishlist:before,
  .table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 24px;
    color: #000000;
    font-family: "icons-blank-theme";
    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, .table-comparison .wishlist.split.button > .action.split:hover:before,
  .product-items .wishlist.split.button > .action.split:hover:before, .product-items .action.towishlist:hover:before,
  .products.list.items .action.towishlist:hover:before,
  .table-comparison .action.towishlist:hover:before {
    color: #000000; }

.abs-button-l, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .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: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem; }

.abs-action-button-as-link, .abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove, .cart.table-wrapper .action.help.map, .cart.table-wrapper .actions-toolbar > .action-delete, .cart-discount .action.check, .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, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action, .paypal-button-widget .paypal-button {
  line-height: 1.6;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400; }
  .abs-action-button-as-link:visited, .abs-action-remove:visited, .abs-add-fields .action.remove:visited, .form-giftregistry-share .action.remove:visited, .form-giftregistry-edit .action.remove:visited, .form-add-invitations .action.remove:visited, .form-create-return .action.remove:visited, .form.send.friend .action.remove:visited, .cart.table-wrapper .action.help.map:visited, .cart.table-wrapper .actions-toolbar > .action-delete:visited, .cart-discount .action.check:visited, .opc-wrapper .edit-address-link:visited, .opc-block-shipping-information .shipping-information-title .action-edit:visited, .action-auth-toggle:visited, .checkout-payment-method .checkout-billing-address .action-cancel:visited, .checkout-agreements-block .action-show:visited, .cart-summary .block.giftcard .action.check:visited, .gift-options .actions-toolbar .action-cancel:visited, .table-comparison .wishlist.split.button > .action:visited,
  .product-items .wishlist.split.button > .action:visited, .paypal-button-widget .paypal-button:visited {
    color: #000000;
    text-decoration: none; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart-discount .action.check: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, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #000000;
    text-decoration: none; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart-discount .action.check: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, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active {
    color: #000000;
    text-decoration: none; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart-discount .action.check: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, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #000000; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart-discount .action.check: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, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart-discount .action.check: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, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus, .form-giftregistry-share .action.remove:focus, .form-giftregistry-edit .action.remove:focus, .form-add-invitations .action.remove:focus, .form-create-return .action.remove:focus, .form.send.friend .action.remove:focus, .cart.table-wrapper .action.help.map:focus, .cart.table-wrapper .actions-toolbar > .action-delete:focus, .cart-discount .action.check: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, .cart-summary .block.giftcard .action.check:focus, .gift-options .actions-toolbar .action-cancel:focus, .table-comparison .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:focus, .paypal-button-widget .paypal-button:focus {
    background: none;
    border: 0; }
  .abs-action-button-as-link.disabled, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .form-giftregistry-share .disabled.action.remove, .form-giftregistry-edit .disabled.action.remove, .form-add-invitations .disabled.action.remove, .form-create-return .disabled.action.remove, .form.send.friend .disabled.action.remove, .cart.table-wrapper .disabled.action.help.map, .cart.table-wrapper .actions-toolbar > .disabled.action-delete, .cart-discount .disabled.action.check, .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, .cart-summary .block.giftcard .disabled.action.check, .gift-options .actions-toolbar .disabled.action-cancel, .table-comparison .wishlist.split.button > .disabled.action,
  .product-items .wishlist.split.button > .disabled.action, .paypal-button-widget .disabled.paypal-button, .abs-action-button-as-link[disabled], .abs-action-remove[disabled], .abs-add-fields .action.remove[disabled], .form-giftregistry-share .action.remove[disabled], .form-giftregistry-edit .action.remove[disabled], .form-add-invitations .action.remove[disabled], .form-create-return .action.remove[disabled], .form.send.friend .action.remove[disabled], .cart.table-wrapper .action.help.map[disabled], .cart.table-wrapper .actions-toolbar > .action-delete[disabled], .cart-discount .action.check[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], .cart-summary .block.giftcard .action.check[disabled], .gift-options .actions-toolbar .action-cancel[disabled], .table-comparison .wishlist.split.button > .action[disabled],
  .product-items .wishlist.split.button > .action[disabled], .paypal-button-widget .paypal-button[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-giftregistry-share .action.remove,
  .form-giftregistry-share fieldset[disabled] .action.remove,
  fieldset[disabled] .form-giftregistry-edit .action.remove,
  .form-giftregistry-edit fieldset[disabled] .action.remove,
  fieldset[disabled] .form-add-invitations .action.remove,
  .form-add-invitations fieldset[disabled] .action.remove,
  fieldset[disabled] .form-create-return .action.remove,
  .form-create-return 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] .cart.table-wrapper .actions-toolbar > .action-delete,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .action-delete,
  fieldset[disabled] .cart-discount .action.check,
  .cart-discount fieldset[disabled] .action.check,
  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] .cart-summary .block.giftcard .action.check,
  .cart-summary .block.giftcard fieldset[disabled] .action.check,
  fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
  .gift-options .actions-toolbar fieldset[disabled] .action-cancel,
  fieldset[disabled] .table-comparison .wishlist.split.button > .action,
  .table-comparison fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .product-items .wishlist.split.button > .action,
  .product-items fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .paypal-button-widget .paypal-button,
  .paypal-button-widget fieldset[disabled] .paypal-button {
    color: #000000;
    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-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart-discount .action.check: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, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus), .form-giftregistry-share .action.remove:not(:focus), .form-giftregistry-edit .action.remove:not(:focus), .form-add-invitations .action.remove:not(:focus), .form-create-return .action.remove:not(:focus), .form.send.friend .action.remove:not(:focus), .cart.table-wrapper .action.help.map:not(:focus), .cart.table-wrapper .actions-toolbar > .action-delete:not(:focus), .cart-discount .action.check: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), .cart-summary .block.giftcard .action.check:not(:focus), .gift-options .actions-toolbar .action-cancel:not(:focus), .table-comparison .wishlist.split.button > .action:not(:focus),
  .product-items .wishlist.split.button > .action:not(:focus), .paypal-button-widget .paypal-button: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, .cart-summary .actions-toolbar > .primary .action-gift, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary {
  background: #f2f2f2;
  border: none;
  color: #000000; }
  .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, .cart-summary .actions-toolbar > .primary .action-gift:focus, .cart-summary .form.giftregistry .fieldset .action.primary: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, .cart-summary .actions-toolbar > .primary .action-gift:active, .cart-summary .form.giftregistry .fieldset .action.primary:active, .paypal-review .block .actions-toolbar .action.primary:active {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  .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, .cart-summary .actions-toolbar > .primary .action-gift:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover {
    background: #e2e2e2;
    border: none;
    color: #000000; }

.abs-revert-secondary-size, .cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 14px 21px; }

.abs-box-tocart, .bundle-actions {
  margin: 12.5px 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, .gift-summary .price-including-tax, .gift-options .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,
.gift-summary .price-excluding-tax,
.gift-options .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,
.gift-summary .weee,
.gift-options .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, .gift-summary .price-including-tax + .price-excluding-tax, .gift-options .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, .gift-summary .price-including-tax + .price-excluding-tax:before, .gift-options .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, .gift-summary .price-including-tax + .price-excluding-tax:after, .gift-options .price-including-tax + .price-excluding-tax:after {
    content: ')'; }

.abs-tax-total, .price-including-tax .cart-tax-total,
.price-excluding-tax .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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    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 {
    position: absolute;
    right: -12.5px;
    top: 3px; }
  .abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
  .price-excluding-tax .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 {
  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 #ededed; }
  .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: 12.5px; }
  .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, .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, .wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    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: inherit;
      content: "";
      font-family: "icons-blank-theme";
      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, .wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8; }

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

@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 #ededed;
    border-top: 1px solid #ededed;
    cursor: pointer;
    margin-bottom: 0;
    padding: 12.5px 50px 12.5px 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: inherit;
      content: "";
      font-family: "icons-blank-theme";
      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: 12.5px;
      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, .page-product-giftcard .fieldset.giftcard > .legend + br, .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, .sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle, .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 {
    display: none; } }

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

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

@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: 31.25px; } }

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

@media only screen and (min-width: 768px) {
  .abs-pager-toolbar, .account .toolbar, .toolbar-giftregistry-results, .toolbar-wishlist-results {
    margin-bottom: 25px;
    position: relative; }
    .abs-pager-toolbar .limiter, .account .toolbar .limiter, .toolbar-giftregistry-results .limiter, .toolbar-wishlist-results .limiter {
      float: right;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-giftregistry-results .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-giftregistry-results .pages, .toolbar-wishlist-results .pages {
      position: absolute;
      width: 100%;
      z-index: 0; } }

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

.abs-shopping-cart-items .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active, .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus {
    text-decoration: none; }
  .abs-shopping-cart-items .action.continue:before, .block-cart-failed .action.continue:before, .cart-container .form-cart .action.continue:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.continue:hover:before, .block-cart-failed .action.continue:hover:before, .cart-container .form-cart .action.continue:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:active:before, .block-cart-failed .action.continue:active:before, .cart-container .form-cart .action.continue:active:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  .abs-shopping-cart-items .action.continue.disabled, .block-cart-failed .action.continue.disabled, .cart-container .form-cart .action.continue.disabled, .abs-shopping-cart-items .action.continue[disabled], .block-cart-failed .action.continue[disabled], .cart-container .form-cart .action.continue[disabled],
  fieldset[disabled] .abs-shopping-cart-items .action.continue,
  fieldset[disabled] .block-cart-failed .action.continue,
  fieldset[disabled] .cart-container .form-cart .action.continue,
  .cart-container fieldset[disabled] .form-cart .action.continue {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

.abs-shopping-cart-items .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 6.25px; }
  .abs-shopping-cart-items .action.update:before, .block-cart-failed .action.update:before, .cart-container .form-cart .action.update:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.update:hover:before, .block-cart-failed .action.update:hover:before, .cart-container .form-cart .action.update:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.update:active:before, .block-cart-failed .action.update:active:before, .cart-container .form-cart .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 12.5px; }
  .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, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%; }
    .abs-shopping-cart-items-desktop .actions, .block-cart-failed .actions, .cart-container .form-cart .actions, .cart-container .cart-gift-item .actions {
      text-align: right; }
    .abs-shopping-cart-items-desktop .action.clear, .block-cart-failed .action.clear, .cart-container .form-cart .action.clear, .cart-container .cart-gift-item .action.clear, .abs-shopping-cart-items-desktop .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update, .cart-container .cart-gift-item .action.update {
      margin-left: 12.5px; }
    .abs-shopping-cart-items-desktop .action.continue, .block-cart-failed .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, .form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 12.5px;
  width: calc(100% - 52.5px); }

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

.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: -12.5px;
  top: 30px;
  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: 12.5px;
    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: #ededed; }
  .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: #ededed;
    top: 1px; }

@media only screen and (max-width: 767px) {
  .abs-checkout-tooltip-content-position-top-mobile, .field-tooltip .field-tooltip-content {
    right: -12.5px;
    top: 30px;
    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: 12.5px;
      left: auto;
      top: 0; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before {
      border-bottom-color: #ededed; }
    .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border-bottom-color: #ededed;
      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 {
  color: #000000;
  font-weight: 300;
  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: 25px; }


.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: 12.5px; }

.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 #ededed;
  border-bottom: 1px solid #ededed;
  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: 31.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: inherit;
    content: "";
    font-family: "icons-blank-theme";
    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 #ededed; }
  .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 #ededed;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 37.5px 7px 6.25px;
  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: inherit;
    content: "";
    font-family: "icons-blank-theme";
    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: -5px; }
  .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 31.25px;
  padding: 0;
  letter-spacing: -0.31em; }
  .fieldset > * {
    letter-spacing: normal; }
  .fieldset > .legend {
    margin: 0 0 31.25px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    line-height: 1.2;
    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 16px; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      margin: 0 0 6.25px;
      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 input,
    .fieldset > .fields > .field .choice input {
      vertical-align: top; }
    .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: 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 {
        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: #ffffff;
        background-clip: padding-box;
        border: 1px solid #d7d7d7;
        border-radius: 4px;
        color: #000000;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 16px;
        height: 40px;
        line-height: 1.6;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        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: #696969; }
        .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: #696969; }
        .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: #696969; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addbefore {
        float: left;
        order: 1; }
    .fieldset > .field .additional,
    .fieldset > .fields > .field .additional {
      margin-top: 8px; }
    .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 6.25px; }
    .fieldset > .field .note,
    .fieldset > .fields > .field .note {
      font-size: 1.4rem;
      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: 28px;
        line-height: 14px;
        content: "";
        font-family: "icons-blank-theme";
        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: 12.5px; }
      .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: 6.25px 0; }

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

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

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

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

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

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

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

.field .tooltip {
  position: relative; }
  .field .tooltip .tooltip-content {
    background: #ffffff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #000000;
    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: #ffffff;
      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;
  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: 40px;
    line-height: 40px;
    color: #4a4a4a;
    content: "";
    font-family: "icons-blank-theme";
    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 16px; }
  .sidebar .fieldset > .field:not(.choice) .label,
  .sidebar .fieldset .fields > .field .label {
    margin: 0 0 4px;
    padding: 0 0 6.25px;
    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 16px;
    margin: 0 0 16px; }
    .fieldset > .field:not(.choice) > .label {
      box-sizing: content-box;
      float: none;
      width: auto;
      text-align: left;
      padding: 0; }
    .fieldset > .field:not(.choice) > .control {
      float: none;
      width: auto; }
    .fieldset > .field > .label {
      margin: 0 0 6.25px;
      display: inline-block; }
    .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
      display: none; } }

@font-face {
  font-family: "icons-blank-theme";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-display: swap; }

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

@media only screen and (max-width: 767px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .dwd-container--wrapper,
  .footer.content,
  .footer-bottom-content,
  .footer-bottom-copyright,
  .page-main,
  .page-main-full-width,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 16px;
    padding-right: 16px; }
  .page-main {
    margin-top: 80px; }
    .account .page-main,
    .cms-privacy-policy .page-main {
      padding-top: 41px;
      position: relative; }
  #maincontent.page-main {
    margin-top: 10px; }
  .page-main-full-width [data-appearance='full-width'] {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px; } }

@media only screen and (min-width: 768px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .footer-bottom-copyright,
  .footer-bottom-content,
  .dwd-container--wrapper,
  .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: 1408px;
    width: 100%; }
  .page-main {
    width: 100%;
    /* stylelint-disable declaration-block-no-redundant-longhand-properties */
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    /* stylelint-enable declaration-block-no-redundant-longhand-properties */ }
    .ie9 .page-main {
      width: auto; }
  .columns {
    display: block; }
  .column.main {
    min-height: 300px; }
    .page-layout-1column .column.main {
      width: 100%;
      order: 2; }
    .page-layout-3columns .column.main {
      width: 46.66667%;
      display: inline-block;
      order: 2; }
    .page-layout-2columns-left .column.main {
      width: 73.33333%;
      float: right;
      order: 2; }
    .page-layout-2columns-right .column.main {
      width: 73.33333%;
      float: left;
      order: 1; }
  .sidebar-main {
    padding-right: 2%; }
    .page-layout-3columns .sidebar-main {
      width: 26.66667%;
      float: left;
      order: 1; }
    .page-layout-2columns-left .sidebar-main {
      width: 26.66667%;
      float: left;
      order: 1; }
    .page-layout-2columns-right .sidebar-main {
      width: 26.66667%;
      float: left;
      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: 26.66667%;
      float: right;
      order: 3; }
    .page-layout-2columns-left .sidebar-additional {
      width: 26.66667%;
      float: right;
      order: 2; }
    .page-layout-2columns-right .sidebar-additional {
      width: 26.66667%;
      float: right;
      order: 2; }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%; } }

@media only screen and (min-width: 768px) and (max-width: 1408px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .dwd-container--wrapper,
  .footer.content,
  .footer-bottom-copyright,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .footer-navigation,
  .footer-bottom-content,
  .top-container,
  .page-main,
  .page-main-full-width {
    padding-left: 20px;
    padding-right: 20px; }
  .page-main-full-width [data-appearance='full-width'] {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; } }

.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/Dutchwebdesign/Forza/nl_NL/images/loader-2.gif") no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    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 {
  margin: 0 0 12.5px;
  padding: 12.5px 25px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.info a {
    color: #000000; }
    .message.info a:hover {
      color: #000000; }
    .message.info a:active {
      color: #000000; }
  .message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.error {
  margin: 0 0 12.5px;
  padding: 12.5px 25px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative; }
  .message.error a {
    color: #000000; }
    .message.error a:hover {
      color: #000000; }
    .message.error a:active {
      color: #000000; }
  .message.error > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #b30000;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.warning {
  margin: 0 0 12.5px;
  padding: 12.5px 25px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.warning a {
    color: #000000; }
    .message.warning a:hover {
      color: #000000; }
    .message.warning a:active {
      color: #000000; }
  .message.warning > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.notice {
  margin: 0 0 12.5px;
  padding: 12.5px 25px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.notice a {
    color: #000000; }
    .message.notice a:hover {
      color: #000000; }
    .message.notice a:active {
      color: #000000; }
  .message.notice > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #c07600;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.success {
  margin: 0 0 12.5px;
  padding: 12.5px 25px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative; }
  .message.success a {
    color: #000000; }
    .message.success a:hover {
      color: #000000; }
    .message.success a:active {
      color: #000000; }
  .message.success > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #006400;
    content: "";
    font-family: "icons-blank-theme";
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.panel.header .links,
.panel.header .switcher {
  display: none; }

.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  z-index: 14; }
  .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 24px;
    color: #000000;
    content: "";
    font-family: "dwd-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .nav-toggle:hover:before {
    color: #000000; }

@media only screen and (max-width: 767px) {
  .navigation {
    padding: 0; }
    .navigation .parent .level-top {
      position: relative;
      display: block;
      text-decoration: none; }
      .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        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;
        top: -8px; }
      .navigation .parent .level-top.ui-state-active:after {
        content: ""; }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100%));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100%); }
    .nav-sections .switcher {
      font-size: 1.6rem; }
      .nav-sections .switcher .label {
        display: block;
        margin-bottom: 6.25px; }
    .nav-sections .switcher-trigger strong {
      position: relative;
      display: inline-block;
      text-decoration: none; }
      .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: inherit;
        color: #ffffff;
        content: "";
        font-family: "dwd-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .nav-sections .switcher-trigger.active strong:after {
      content: ""; }
    .nav-sections .switcher-dropdown {
      margin: 0;
      padding: 0;
      list-style: none none;
      padding: 12.5px 0; }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%; }
    .nav-before-open .page-wrapper {
      transition: left 0.3s;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: relative; }
    .nav-before-open body {
      height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%; }
  .nav-open .page-header {
    left: 0;
    top: 0; }
  .nav-open .nav-sections {
    left: 0;
    z-index: 99; }
  .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: #f2f2f2;
    border: solid #e6e6e6;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%; }
    .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-content {
    box-sizing: border-box;
    float: right;
    margin-top: 0;
    width: 100%;
    padding: 31.25px 0; }
    .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: white;
    box-sizing: border-box; }
    .navigation ul {
      margin: 0;
      padding: 0; }
    .navigation li {
      margin: 0; }
    .navigation a {
      display: block;
      padding: 12.5px 0 12.5px 15px; }
    .navigation a,
    .navigation a:hover {
      color: #575757;
      text-decoration: none; }
    .navigation .level0 {
      border-top: 1px solid #d1d1d1;
      font-size: 1.6rem; }
      .navigation .level0 > .level-top {
        font-weight: 700;
        padding: 8px 50px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word; }
      .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px;
        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) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px; }
        .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: 1px solid #d1d1d1; }
    .navigation .submenu > li {
      word-wrap: break-word; }
    .navigation .submenu:not(:first-child) {
      font-weight: 400;
      line-height: 1.3;
      left: auto !important;
      overflow-x: hidden;
      padding: 0;
      position: relative;
      top: auto !important;
      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 {
            color: #575757;
            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 {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px; }
      .navigation .submenu:not(:first-child) .level1.active > a {
        padding-left: 7px; } }

@media only screen and (min-width: 768px) {
  .nav-sections {
    background: white; }
  .nav-toggle {
    display: none; }
  .nav-sections {
    flex-shrink: 0;
    flex-basis: auto;
    margin-bottom: 24px; }
  .nav-sections-item-title {
    display: none; }
  .nav-sections-item-content {
    display: block !important; }
  .nav-sections-item-content > * {
    display: none; }
  .nav-sections-item-content > .navigation {
    display: block; }
  .navigation {
    background: white;
    font-weight: 700;
    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; }
    .navigation li.level0 {
      border-top: none; }
    .navigation .level0 {
      margin: 0 12.5px 0 0;
      display: inline-block;
      position: relative; }
      .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0; }
      .navigation .level0 > .level-top {
        color: #575757;
        line-height: 53px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative; }
        .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
          color: #000000;
          text-decoration: none; }
      .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 3px;
        color: #000000;
        text-decoration: none;
        display: inline-block; }
      .navigation .level0.parent:hover > .submenu {
        overflow: visible !important; }
      .navigation .level0 .submenu {
        background: #ffffff;
        border: 1px solid #ededed;
        box-shadow: 0 6.25px 6.25px rgba(0, 0, 0, 0.19);
        font-weight: 700;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        padding: 0;
        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: #ffffff;
            left: 20px;
            top: -20px;
            border: 10px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #ffffff;
            z-index: 4; }
          .navigation .level0 .submenu > ul:after {
            border: 11px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #ededed;
            color: #ededed;
            left: 19px;
            top: -22px;
            z-index: 3; }
        .navigation .level0 .submenu a {
          display: block;
          line-height: inherit;
          color: #575757;
          padding: 8px 25px; }
          .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
            background: #ffffff;
            color: #000000;
            text-decoration: none; }
        .navigation .level0 .submenu .active > a {
          border-color: #ff5501;
          border-style: solid;
          border-width: 0 0 0 3px; }
        .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: 26px;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "icons-blank-theme";
          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; }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block; } }

.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: inline-block;
  font-weight: 300; }

.pages .item {
  font-size: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0 10px 0 0;
  display: inline-block; }
  .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 {
  border: solid 1px #d7d7d7;
  color: #000000;
  display: inline-block;
  padding: 3px 0;
  text-decoration: none; }
  .pages a.page:visited {
    color: #000000; }
  .pages a.page:hover {
    color: #000000;
    text-decoration: none; }
  .pages a.page:active {
    color: #000000; }

.pages strong.page {
  background: #000000;
  border: solid 1px #000000;
  font-size: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 32px;
  color: #ffffff;
  display: inline-block;
  font-weight: 300;
  padding: 3px 0; }

.pages .action {
  background: #000000;
  border: 1px solid #ededed;
  color: #ffffff;
  display: inline-block;
  padding: 3px 0;
  text-decoration: none; }
  .pages .action:visited {
    color: #ffffff; }
  .pages .action:hover {
    color: #ffffff;
    text-decoration: none; }
  .pages .action:active {
    color: #ffffff; }
  .pages .action.next {
    display: inline-block;
    text-decoration: none; }
    .pages .action.next:visited:before {
      color: #ffffff; }
    .pages .action.next:active:before {
      color: #ffffff; }
    .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: 1.4rem;
      line-height: inherit;
      color: #ffffff;
      content: "";
      font-family: "dwd-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: #ffffff; }
    .pages .action.next:active:before {
      color: #ffffff; }
  .pages .action.previous {
    display: inline-block;
    text-decoration: none; }
    .pages .action.previous:visited:before {
      color: #ffffff; }
    .pages .action.previous:active:before {
      color: #ffffff; }
    .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: 1.4rem;
      line-height: inherit;
      color: #ffffff;
      content: "";
      font-family: "dwd-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: #ffffff; }
    .pages .action.previous:active:before {
      color: #ffffff; }

@media only screen and (max-width: 767px) {
  .pages .action,
  .pages .item .page {
    padding: 7px 0;
    width: 48px;
    height: 48px; }
  .pages .pages-item-previous {
    float: left;
    margin: 0; }
  .pages .pages-item-next {
    float: right;
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .pages .action,
  .pages .item .page {
    width: 40px;
    height: 40px; } }

.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;
  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: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: middle;
    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 #ffffff transparent;
    z-index: 99; }
  .popup-pointer:after {
    left: 1px;
    top: 0;
    border: solid 7px;
    border-color: transparent transparent #aeaeae 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 {
  display: block;
  font-size: 1.8rem;
  line-height: 1; }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-weight: 700; }

.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem; }
  .price-including-tax + .price-excluding-tax:before,
  .weee[data-label]:before {
    content: attr(data-label) ": ";
    font-size: 1.1rem; }
  .price-including-tax + .price-excluding-tax .price,
  .weee[data-label] .price {
    font-size: 1.1rem; }

@media only screen and (min-width: 768px) {
  .product.data.items > .item.content {
    display: block !important;
    margin-bottom: 35px;
    max-width: 808px; }
  .product.data.items > .item.title > .switch {
    font-size: 24px;
    font-family: "Futura Bold";
    font-weight: 300;
    display: block;
    margin-bottom: 24px;
    pointer-events: none; } }

@media only screen and (max-width: 767px) {
  .product.data.items {
    margin: 0;
    padding: 0;
    margin-left: -16px;
    margin-right: -16px;
    border-bottom: 1px solid #ededed; }
    .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 > .switch {
      background: #ffffff;
      border-top: 1px solid #ededed;
      padding: 24px 16px 24px 16px;
      color: #000000;
      font-family: "Futura Bold";
      font-weight: 600;
      line-height: 24px;
      font-size: 1.8rem;
      color: #000000;
      text-decoration: none; }
      .product.data.items > .item.title > .switch:visited {
        color: #000000;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:hover {
        color: #000000;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:active {
        color: #000000;
        text-decoration: none; }
    .product.data.items > .item.title:not(.disabled) > .switch:focus,
    .product.data.items > .item.title:not(.disabled) > .switch:hover {
      background: #fcfcfc; }
    .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: white;
      padding-bottom: 24px; }
    .product.data.items > .item.content {
      background: white;
      padding: 16px; }
    .product.data.items .data.item {
      display: block; }
    .product.data.items > .item.content {
      border-top: 1px solid #ededed; }
    .product.data.items > .item.title > .switch {
      position: relative; }
      .product.data.items > .item.title > .switch:after {
        content: "";
        font-family: "dwd-icons";
        position: absolute;
        right: 16px;
        top: 24px;
        font-size: 22px; }
    .product.data.items > .item.title[aria-expanded="true"] > .switch:after {
      content: ""; } }

.table-wrapper {
  margin-bottom: 25px; }

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 #ededed; }
  .table:not(.cart):not(.totals) tfoot > tr:first-child th,
  .table:not(.cart):not(.totals) tfoot > tr:first-child td {
    border-top: 1px solid #ededed;
    padding-top: 25px; }
  .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: 6.25px 0; }
            .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: 12.5px;
              content: attr(data-th) ": ";
              display: inline-block;
              color: #000000;
              font-weight: 700; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
        padding-top: 25px; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
        padding-bottom: 25px; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
        border: none;
        padding: 0 0 6.25px; }
    .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: 25px; }
      .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;
  display: inline-block;
  text-decoration: none; }
  .tooltip.wrapper .tooltip.content {
    background: #ffffff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #000000;
    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: #ffffff;
      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:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #bbb;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .tooltip.wrapper:hover:before {
    color: #bbb; }
  .tooltip.wrapper .toggle {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .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: 12.5px; }
    .tooltip.wrapper .tooltip.content .label:first-child {
      margin-top: 0; }
  .tooltip.wrapper .tooltip.content .values {
    margin: 0; }

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

@font-face {
  font-family: "Helvetica Neue";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/regular/helvetica_neue.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/regular/helvetica_neue.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/regular/helvetica_neue.otf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Helvetica Neue Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/medium/helvetica_neue_medium.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/medium/helvetica_neue_medium.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/medium/helvetica_neue_medium.otf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Helvetica Neue Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/bold/helvetica_neue_bold.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/bold/helvetica_neue_bold.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/bold/helvetica_neue_bold.otf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Helvetica Neue Italic";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/bold/helvetica_neue_bold.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/bold/helvetica_neue_bold.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/helvetica/bold/helvetica_neue_bold.otf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Futura Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/medium/Futura-Medium.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/medium/Futura-Medium.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/medium/Futura-Medium.otf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Futura Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/bold/Futura-Bold.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/bold/Futura-Bold.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/bold/Futura-Bold.otf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Futura Condensed Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/condensed/medium/Futura-CondensedMedium.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/condensed/medium/Futura-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/condensed/medium/Futura-CondensedMedium.woff2") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Futura Condensed Extra Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/condensed/extra-bold/Futura-CondensedExtraBold.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/condensed/extra-bold/Futura-CondensedExtraBold.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/futura/condensed/extra-bold/Futura-CondensedExtraBold.woff2") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Josefin Sans Extra Light";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/josefin-sans/extra-light/JosefinSans-ExtraLight.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/josefin-sans/extra-light/JosefinSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/josefin-sans/extra-light/JosefinSans-ExtraLight.woff2") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "dwd-icons";
  font-weight: normal;
  font-style: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/icons/icomoon.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/icons/icomoon.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/fonts/icons/icomoon.ttf") format("truetype");
  font-display: swap; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 46px;
    margin-bottom: 10px; } }

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

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

.modals-overlay {
  z-index: 1000; }

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

.modal-slide {
  left: 44px;
  z-index: 900; }
  .modal-slide._show .modal-inner-wrap {
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    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 .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 {
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(-200%);
    transition: 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-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    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 {
      transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; } }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .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;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0; }
  .modal-custom .action-close:focus, .modal-custom .action-close:active,
  .modal-popup .action-close:focus,
  .modal-popup .action-close:active,
  .modal-slide .action-close:focus,
  .modal-slide .action-close:active {
    background: none;
    border: none; }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    background: none;
    border: none; }
  .modal-custom .action-close.disabled, .modal-custom .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  .modal-popup .action-close.disabled,
  .modal-popup .action-close[disabled],
  fieldset[disabled]
  .modal-popup .action-close,
  .modal-slide .action-close.disabled,
  .modal-slide .action-close[disabled],
  fieldset[disabled]
  .modal-slide .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: inherit; }
  .modal-custom .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-slide .action-close:active:before {
    color: inherit; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: black; }

.modal-custom .action-close {
  margin: 31.25px; }

.modal-popup {
  pointer-events: none; }
  .modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 12.5px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word; }
  .modal-popup .action-close {
    padding: 12.5px; }

.modal-slide .action-close {
  padding: 1.1rem 2rem; }

.modal-slide .page-main-actions {
  margin-bottom: calc(2.1rem - 18.75px);
  margin-top: 2.1rem; }

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

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

@media only screen and (max-width: 767px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900; }
    .custom-slide._show {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease; }
      .custom-slide._show .modal-inner-wrap {
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #ffffff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition: 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: #ededed;
      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.55); } }

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ededed; }
  .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: 16px;
    font-weight: 700; } }

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

.blog-slider-v2 {
  overflow: hidden;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important; }
  .blog-slider-v2 .post-list-container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1396px; }
    @media only screen and (max-width: 1407px) {
      .blog-slider-v2 .post-list-container {
        padding-left: 30px;
        padding-right: 30px; } }
  .blog-slider-v2 .swiper-container {
    overflow: visible; }
  .blog-slider-v2 .swiper-slide {
    opacity: .4; }
  .blog-slider-v2 .swiper-slide-active {
    opacity: 1; }
    .blog-slider-v2 .swiper-slide-active + .swiper-slide, .blog-slider-v2 .swiper-slide-active + .swiper-slide + .swiper-slide, .blog-slider-v2 .swiper-slide-active + .swiper-slide + .swiper-slide, .blog-slider-v2 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
      opacity: 1; }
  .blog-slider-v2 .dwd-swipe {
    border-radius: 50%; }
  .blog-slider-v2 .post-list-wrapper .post-holder {
    margin-bottom: 0;
    border-radius: 20px;
    box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.15); }
  .blog-slider-v2 .post-list-wrapper .post-ftimg-hld img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
  .blog-slider-v2 button.btn-dwd-base--icon, .blog-slider-v2 .cart.table-wrapper .actions-toolbar > .btn-dwd-base--icon.action, .cart.table-wrapper .blog-slider-v2 .actions-toolbar > .btn-dwd-base--icon.action, .blog-slider-v2 .btn-dwd-base--icon.action-gift {
    padding: 6px 6px; }

@media only screen and (max-width: 767px) {
  .blog-slider-v2 {
    margin: 40px -16px 0 0; }
    .blog-slider-v2 .post-list-wrapper .post-holder {
      width: 80%; } }

@media only screen and (min-width: 768px) {
  .blog-slider-v2 {
    margin: 60px 0 0 0; }
    .blog-slider-v2 .post-list-wrapper h2.title {
      font-size: 3.6rem;
      margin-bottom: 48px; } }

.forza-pagebuilder-block--duo-banner .backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none; }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-image {
  z-index: 1; }

@media only screen and (min-width: 640px) {
  .forza-pagebuilder-block--duo-banner.v2 .forza-duo-banner-left .forza-duo-banner-image {
    text-align: inherit;
    height: 100%;
    align-items: end;
    display: flex;
    justify-content: end; } }

.forza-pagebuilder-block--duo-banner.v2 .forza-duo-banner-right .forza-duo-banner-image img {
  -o-object-position: bottom right;
     object-position: bottom right; }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-row {
  --wdt-row-gap: 20px;
  --wdt-column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wdt-row-gap) var(--wdt-column-gap); }

.forza-pagebuilder-block--duo-banner .forza-duo-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  border-radius: 20px; }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-inner {
  position: relative;
  z-index: 1;
  padding: 32px 40px; }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-image img {
  vertical-align: middle; }

@media only screen and (min-width: 640px) {
  .forza-pagebuilder-block--duo-banner .forza-duo-banner-left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; } }

@media only screen and (min-width: 1024px) {
  .forza-pagebuilder-block--duo-banner .forza-duo-banner-left {
    width: calc(66.66667% - var(--wdt-column-gap) * .5); } }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-left h2 {
  font-size: 5rem;
  text-transform: uppercase;
  margin-top: 0;
  line-height: .8; }
  .forza-pagebuilder-block--duo-banner .forza-duo-banner-left h2::before, .forza-pagebuilder-block--duo-banner .forza-duo-banner-left h2::after {
    content: attr(data-title);
    display: block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    color: #000000; }

@media only screen and (min-width: 640px) {
  .forza-pagebuilder-block--duo-banner .forza-duo-banner-left .forza-duo-banner-inner {
    width: 60%; } }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-left .forza-duo-banner-image {
  padding: 0;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .forza-pagebuilder-block--duo-banner .forza-duo-banner-left .forza-duo-banner-image {
      width: 40%; } }

@media only screen and (min-width: 1024px) {
  .forza-pagebuilder-block--duo-banner .forza-duo-banner-right {
    width: calc(33.33333% - var(--wdt-column-gap) * .5); } }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-right .forza-duo-banner-inner {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .forza-pagebuilder-block--duo-banner .forza-duo-banner-right .forza-duo-banner-inner .flex-grow {
    position: relative;
    z-index: 2; }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-right .forza-duo-banner-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%; }
  .forza-pagebuilder-block--duo-banner .forza-duo-banner-right .forza-duo-banner-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom right;
       object-position: bottom right; }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-right h2 {
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .forza-pagebuilder-block--duo-banner .forza-duo-banner-right h2 {
      width: 100%; } }
  .forza-pagebuilder-block--duo-banner .forza-duo-banner-right h2 span {
    color: #fbe400; }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-right p {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .forza-pagebuilder-block--duo-banner .forza-duo-banner-right p {
      width: 100%; } }

.forza-pagebuilder-block--small-banner a.action.primary {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  background-image: none;
  background: #fbe400;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  padding: 14px 21px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle; }

.forza-pagebuilder-block--small-banner .action.has-chevron-right {
  display: inline-block;
  text-decoration: none;
  display: inline-flex !important;
  align-items: center; }

.forza-pagebuilder-block--small-banner .forza-small-banner-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.forza-pagebuilder-block--small-banner .forza-small-banner {
  flex: 1 1 calc(50% - 20px);
  /* 2 per row on mobile */
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  border-radius: 20px; }
  .forza-pagebuilder-block--small-banner .forza-small-banner .forza-small-banner-inner {
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 16px 20px; }
    .forza-pagebuilder-block--small-banner .forza-small-banner .forza-small-banner-inner h2 {
      font-size: 2rem;
      text-transform: uppercase;
      margin-top: 0;
      line-height: .8; }
    .forza-pagebuilder-block--small-banner .forza-small-banner .forza-small-banner-inner h2.show-transparent {
      display: block;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ffffff;
      color: #000000;
      margin-bottom: 0; }
  .forza-pagebuilder-block--small-banner .forza-small-banner .forza-small-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: block; }
    .forza-pagebuilder-block--small-banner .forza-small-banner .forza-small-banner-image img {
      width: 100%;
      height: 100%;
      display: flex;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: right bottom;
         object-position: right bottom; }

@media only screen and (min-width: 1024px) {
  .forza-pagebuilder-block--small-banner .forza-small-banner {
    flex: 1 1 calc(33.333% - 20px);
    /* 3 per row on desktop */ }
    .forza-pagebuilder-block--small-banner .forza-small-banner .forza-small-banner-inner {
      padding: 32px 40px; }
      .forza-pagebuilder-block--small-banner .forza-small-banner .forza-small-banner-inner h2 {
        font-size: 4rem; } }

.forza-pagebuilder-block--cta-banner {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1408px;
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 20px; }
  .forza-pagebuilder-block--cta-banner .forza-cta-banner-content {
    float: left;
    display: inline-block; }
    .forza-pagebuilder-block--cta-banner .forza-cta-banner-content h2 {
      margin-top: 31px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 4.5rem; }
      .forza-pagebuilder-block--cta-banner .forza-cta-banner-content h2 span {
        text-decoration: none !important; }
    .forza-pagebuilder-block--cta-banner .forza-cta-banner-content span {
      margin-bottom: 0;
      font-size: 2.9rem;
      line-height: 30px; }
  .forza-pagebuilder-block--cta-banner .forza-cta-banner-image {
    float: left;
    display: flex;
    max-width: 193px; }
    .forza-pagebuilder-block--cta-banner .forza-cta-banner-image p {
      margin: 0; }
    .forza-pagebuilder-block--cta-banner .forza-cta-banner-image img {
      display: block; }

@media only screen and (max-width: 767px) {
  .forza-pagebuilder-block--cta-banner {
    margin: 0 15px 40px 15px !important;
    max-width: calc(100% - 30px); } }

@media only screen and (min-width: 768px) {
  .forza-pagebuilder-block--cta-banner {
    margin: 0 0 40px 0; } }

@media only screen and (max-width: 1407px) {
  .forza-pagebuilder-block--cta-banner {
    padding: 16px; }
    .forza-pagebuilder-block--cta-banner .forza-cta-banner-content h2 {
      margin-top: 0;
      line-height: 50px; } }

@media only screen and (max-width: 767px) {
  .forza-pagebuilder-block--cta-banner {
    padding: 16px; }
    .forza-pagebuilder-block--cta-banner .forza-cta-banner-content {
      position: relative;
      z-index: 2; }
      .forza-pagebuilder-block--cta-banner .forza-cta-banner-content span {
        font-size: 1.5rem; }
      .forza-pagebuilder-block--cta-banner .forza-cta-banner-content h2 {
        margin-top: 0;
        font-size: 2.6rem;
        margin-bottom: 0;
        line-height: 1.2; }
      .forza-pagebuilder-block--cta-banner .forza-cta-banner-content p {
        max-width: 236px;
        line-height: 24px;
        font-size: 16px; }
      .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a {
        display: inline-block;
        text-decoration: none;
        background-image: none;
        background: #000000;
        border: none;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: "Futura Bold";
        font-weight: 300;
        margin: 14px 0 0 0;
        padding: 14px 9px;
        font-size: 1.6rem;
        line-height: 2.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        border-radius: 10px;
        display: inline-flex;
        align-items: center; }
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:hover, .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:active, .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:focus {
          text-decoration: none; }
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:focus, .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:active {
          background: #e2e2e2;
          border: none;
          color: #000000; }
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:hover {
          background: #000000;
          border: none;
          color: #ffffff; }
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a.disabled, .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a[disabled],
        fieldset[disabled] .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 18px;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "dwd-icons";
          margin: 0 0 0 16px;
          vertical-align: text-top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; } }
      @media only screen and (max-width: 767px) and (max-width: 767px) {
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a {
          font-size: 1.6rem; }
          .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:after {
            font-size: 1.6rem;
            line-height: inherit; } }

@media only screen and (max-width: 767px) {
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:after {
          float: right; }
    .forza-pagebuilder-block--cta-banner .forza-cta-banner-image img {
      position: absolute;
      max-width: 119px;
      right: 0;
      bottom: 0; } }

@media only screen and (max-width: 373px) {
  .forza-pagebuilder-block--cta-banner .forza-cta-banner-content p {
    margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .forza-pagebuilder-block--cta-banner {
    display: flex; }
    .forza-pagebuilder-block--cta-banner .forza-cta-banner-content {
      padding: 24px 48px 24px 0;
      margin-left: 20px;
      width: calc(100% - 194px); }
      .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a {
        display: inline-block;
        text-decoration: none;
        background-image: none;
        background: #000000;
        border: none;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: "Futura Bold";
        font-weight: 300;
        margin: 0;
        padding: 14px 21px;
        font-size: 1.8rem;
        line-height: 2.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        margin-top: 10px; }
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:hover, .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:active, .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:focus {
          text-decoration: none; }
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:focus, .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:active {
          background: #e2e2e2;
          border: none;
          color: #000000; }
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:hover {
          background: #000000;
          border: none;
          color: #ffffff; }
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a.disabled, .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a[disabled],
        fieldset[disabled] .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 2.4rem;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "dwd-icons";
          margin: 0 0 0 16px;
          vertical-align: text-top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; } }
      @media only screen and (min-width: 768px) and (max-width: 767px) {
        .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a {
          font-size: 1.6rem; }
          .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a:after {
            font-size: 1.6rem;
            line-height: inherit; } }

@media only screen and (min-width: 768px) {
    .forza-pagebuilder-block--cta-banner .forza-cta-banner-image {
      align-items: center;
      margin-left: 32px; } }

@media only screen and (min-width: 1024px) {
  .forza-pagebuilder-block--cta-banner .forza-cta-banner-content {
    padding: 24px 0 24px 0;
    margin-left: 48px; } }

@media only screen and (min-width: 1408px) {
  .forza-pagebuilder-block--cta-banner .forza-cta-banner-content {
    width: 800px; }
    .forza-pagebuilder-block--cta-banner .forza-cta-banner-content a {
      right: 72px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0; } }

.forza-pagebuilder-block--media-text {
  margin-bottom: 32px; }
  @media only screen and (min-width: 640px) {
    .forza-pagebuilder-block--media-text {
      margin-bottom: 64px; } }
  .forza-pagebuilder-block--media-text .forza-media-text-row {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px; }
    @media only screen and (min-width: 640px) {
      .forza-pagebuilder-block--media-text .forza-media-text-row {
        gap: 48px; } }
    @media only screen and (min-width: 1024px) {
      .forza-pagebuilder-block--media-text .forza-media-text-row {
        grid-template-columns: repeat(2, 1fr); } }
  .forza-pagebuilder-block--media-text h2 {
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .forza-pagebuilder-block--media-text h2 {
        font-size: 5rem;
        line-height: 1; } }
    .forza-pagebuilder-block--media-text h2 span.pre_title {
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #000000;
      color: #ffffff;
      margin-right: 7px; }
  .forza-pagebuilder-block--media-text .forza-media {
    text-align: center; }
    .forza-pagebuilder-block--media-text .forza-media img {
      vertical-align: middle;
      border-radius: 20px; }
  .forza-pagebuilder-block--media-text .pagebuilder-youtube-inner .pagebuilder-youtube-wrapper {
    border-radius: 20px; }

.full-width-bg {
  position: relative; }
  .full-width-bg:first-child {
    padding-top: 64px; }
  .full-width-bg:before {
    content: "";
    left: -25%;
    right: -25%;
    top: 0;
    bottom: 0;
    background: #f9f9f9;
    display: block;
    position: absolute;
    z-index: -1; }

.forza-pagebuilder-block--product-slider {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .forza-pagebuilder-block--product-slider .block.widget .products-grid .product-item {
      width: calc(100% / 5);
      margin-right: 10px; } }
  @media only screen and (max-width: 767px) {
    .forza-pagebuilder-block--product-slider {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    .forza-pagebuilder-block--product-slider {
      margin-bottom: 80px; } }
  .forza-pagebuilder-block--product-slider .block-products-container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1396px; }
    @media only screen and (max-width: 1407px) {
      .forza-pagebuilder-block--product-slider .block-products-container {
        padding-left: 30px;
        padding-right: 30px; } }
  .forza-pagebuilder-block--product-slider .swiper-container {
    overflow: visible; }
  .forza-pagebuilder-block--product-slider button.btn-dwd-base--icon, .forza-pagebuilder-block--product-slider .cart.table-wrapper .actions-toolbar > .btn-dwd-base--icon.action, .cart.table-wrapper .forza-pagebuilder-block--product-slider .actions-toolbar > .btn-dwd-base--icon.action, .forza-pagebuilder-block--product-slider .btn-dwd-base--icon.action-gift {
    padding: 6px 6px; }
  .forza-pagebuilder-block--product-slider .block-title h2 img {
    height: 30px;
    margin-left: 5px; }
    @media only screen and (max-width: 767px) {
      .forza-pagebuilder-block--product-slider .block-title h2 img {
        height: 23px; } }
  .forza-pagebuilder-block--product-slider .swiper-slide {
    opacity: .4; }
  .forza-pagebuilder-block--product-slider .swiper-slide-active {
    opacity: 1; }
    .forza-pagebuilder-block--product-slider .swiper-slide-active + .swiper-slide, .forza-pagebuilder-block--product-slider .swiper-slide-active + .swiper-slide + .swiper-slide, .forza-pagebuilder-block--product-slider .swiper-slide-active + .swiper-slide + .swiper-slide, .forza-pagebuilder-block--product-slider .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
      opacity: 1; }
  .forza-pagebuilder-block--product-slider .block.widget .block-content .dwd-swipe {
    border-radius: 50%;
    top: calc(50% - 18px); }
  .forza-pagebuilder-block--product-slider .product-item-link-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.15); }
    .forza-pagebuilder-block--product-slider .product-item-link-wrapper:hover {
      background-color: #fbe400; }
      .forza-pagebuilder-block--product-slider .product-item-link-wrapper:hover .product-item-inner {
        background-color: #000000;
        color: #fbe400; }
      .forza-pagebuilder-block--product-slider .product-item-link-wrapper:hover .tocart {
        background-color: #fbe400;
        color: #000000; }
      .forza-pagebuilder-block--product-slider .product-item-link-wrapper:hover .product-promo-label {
        background: #000000;
        color: #fbe400; }
  .forza-pagebuilder-block--product-slider .product-item {
    text-align: center; }
    .forza-pagebuilder-block--product-slider .product-item .stock {
      display: none; }
    .forza-pagebuilder-block--product-slider .product-item .price-box {
      line-height: 1.1;
      text-align: left; }
      .forza-pagebuilder-block--product-slider .product-item .price-box .old-price {
        display: block;
        color: inherit;
        font-size: 1.2rem; }
        .forza-pagebuilder-block--product-slider .product-item .price-box .old-price .price {
          font-family: "Futura";
          font-size: 1.2rem; }
      .forza-pagebuilder-block--product-slider .product-item .price-box .price {
        font-family: "Futura Bold";
        font-size: 2.5rem; }
    .forza-pagebuilder-block--product-slider .product-item .tocart {
      background-color: #000000;
      color: #fbe400; }
      .forza-pagebuilder-block--product-slider .product-item .tocart .dwd-icon:before {
        color: inherit; }
  .forza-pagebuilder-block--product-slider .product-item-name {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 10px; }
  .forza-pagebuilder-block--product-slider .product-item-attribute-wrapper {
    padding-bottom: 10px; }
  .forza-pagebuilder-block--product-slider .product-item-inner {
    background-color: #fbe400;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 12px;
    width: 100%; }
    .forza-pagebuilder-block--product-slider .product-item-inner .product-item-actions {
      margin-left: 0; }
  .forza-pagebuilder-block--product-slider .product-item-photo {
    background-color: transparent; }

.forza-pagebuilder-block--product-slider {
  padding-top: inherit;
  padding-bottom: inherit;
  overflow: inherit;
  margin-left: inherit;
  margin-right: inherit; }
  .forza-pagebuilder-block--product-slider .swiper-container.products-grid {
    overflow: hidden;
    padding-bottom: 20px; }
    .forza-pagebuilder-block--product-slider .swiper-container.products-grid .swiper-slide {
      opacity: 1; }
  .forza-pagebuilder-block--product-slider .product-item .price-box .price {
    font-family: "Futura Bold";
    font-size: 2.5rem; }
  .forza-pagebuilder-block--product-slider .product-item-inner {
    width: 100%; }
    .forza-pagebuilder-block--product-slider .product-item-inner .product-item-actions {
      margin-left: 0; }
    .forza-pagebuilder-block--product-slider .product-item-inner .product-item-link-wrapper {
      padding: 16px; }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-row {
  --wdt-row-gap: 20px;
  --wdt-column-gap: 20px; }

.forza-pagebuilder-block--usps {
  padding-top: 20px;
  padding-bottom: 20px; }

.slider_product_view .product-promo-label {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  left: 10px;
  top: 12%; }

.category-blocks {
  gap: 20px;
  margin-bottom: 20px; }

.review-list {
  margin-bottom: 40px; }

.leave-block {
  padding: 40px 0; }

.leave-block-container {
  overflow: hidden; }

.action.primary, .action.outline-primary, .forza-pagebuilder-block--product-slider .product-item-inner {
  padding: 8px 12px; }

.forza-pagebuilder-block--usps .forza-usps-list-item-image img {
  height: 32px; }

.forza-pagebuilder-block--cta-banner {
  min-height: 0; }
  .forza-pagebuilder-block--cta-banner .forza-cta-banner-content h2 {
    margin-top: 0; }

@media only screen and (min-width: 640px) {
  .forza-pagebuilder-block--testimonial {
    padding: 40px 0; }
  .forza-pagebuilder-block--usps .forza-usps-list {
    font-size: 2.0rem;
    padding: 20px 40px; } }

.block.widget .block-content .dwd-swipe {
  top: calc(50% + 44px); }

#forza_newsletter_banner .input-left input {
  height: 40.4px;
  border-radius: 10px; }

.blog-slider-v2 .swiper-container {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px; }

@media only screen and (min-width: 768px) {
  .forza-pagebuilder-block--cta-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 0; }
  .forza-pagebuilder-block--product-slider {
    margin-bottom: inherit; }
  .forza-pagebuilder-block--cta-banner {
    margin: 0 0 40px 0; }
  .forza-pagebuilder-block--sustainable-banner {
    height: auto;
    margin-bottom: 60px; }
  .blog-slider-v2 {
    margin: 60px 0 0 0; }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: calc((100% / 5) - 10px);
    margin-right: 10px; } }

@media only screen and (min-width: 1408px) {
  .leave-block-image {
    right: 56px;
    top: 0;
    bottom: 0;
    -o-object-fit: contain;
       object-fit: contain; }
  .leave-block-image img {
    max-width: 100%;
    max-height: 100%; } }

.forza-pagebuilder-block--review-slider {
  overflow: hidden;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important; }

.review-list {
  margin-bottom: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1396px; }
  @media only screen and (min-width: 640px) {
    .review-list {
      margin-bottom: 64px; } }
  @media only screen and (max-width: 1407px) {
    .review-list {
      padding-left: 30px;
      padding-right: 30px; } }
  .review-list .swiper-container {
    overflow: visible; }
  .review-list.review-list-horizontal .swiper-container {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px; }
    .review-list.review-list-horizontal .swiper-container > .swiper-wrapper {
      margin-bottom: 20px; }
  .review-list.review-list-horizontal .dwd-swipe-left, .review-list.review-list-horizontal .dwd-swipe-right {
    top: calc(50% - 9px); }
  .review-list.review-list-horizontal h2 {
    text-align: center; }
    .review-list.review-list-horizontal h2 img {
      margin-left: 5px; }
      @media only screen and (max-width: 767px) {
        .review-list.review-list-horizontal h2 img {
          height: 23px; } }
  .review-list.review-list-horizontal p {
    text-align: center;
    margin-bottom: 40px; }
  .review-list .swiper-slide-active {
    opacity: 1; }
    .review-list .swiper-slide-active + .swiper-slide, .review-list .swiper-slide-active + .swiper-slide + .swiper-slide {
      opacity: 1; }
  .review-list .dwd-review-container {
    position: relative; }
    .review-list .dwd-review-container .dwd-review-block {
      border-radius: 20px;
      box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.15); }
  .review-list .dwd-swipe {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .review-list .dwd-swipe {
        display: none; } }
  .review-list .dwd-swipe-left {
    left: -20px; }
  .review-list .dwd-swipe-right {
    right: -20px; }
  .review-list button.btn-dwd-base--icon, .review-list .cart.table-wrapper .actions-toolbar > .btn-dwd-base--icon.action, .cart.table-wrapper .review-list .actions-toolbar > .btn-dwd-base--icon.action, .review-list .btn-dwd-base--icon.action-gift {
    padding: 6px 6px; }
  .review-list .review-logo {
    width: 125px;
    margin: 30px auto 0 auto; }
    @media only screen and (max-width: 767px) {
      .review-list .review-logo {
        max-width: 95px; } }

.review-list.review-list-product-view .swiper-container {
  overflow: hidden;
  padding-right: 7px;
  padding-bottom: 7px; }
  .review-list.review-list-product-view .swiper-container .swiper-slide {
    height: auto !important; }

.review-list.review-list-product-view .dwd-review-container h2 {
  text-align: left;
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .mobile-small .dwd-review-container .dwd-review-block .rating-author,
  .mobile-small .dwd-review-container .dwd-review-block .rating-content {
    font-size: 1.2rem; }
  .mobile-small .dwd-review-container .dwd-review-block .rating-content {
    margin: 0; } }

.forza-pagebuilder-block--sustainable-banner {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden; }

@media only screen and (min-width: 768px) {
  .forza-pagebuilder-block--sustainable-banner {
    height: 607px;
    margin-bottom: 64px; } }

.forza-pagebuilder-block--testimonial {
  background-color: #000000;
  color: #ffffff;
  padding: 40px 0; }
  .forza-pagebuilder-block--testimonial .row-full-width-inner {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1408px; }
    @media only screen and (max-width: 1407px) {
      .forza-pagebuilder-block--testimonial .row-full-width-inner {
        padding-left: 30px;
        padding-right: 30px; } }
  .forza-pagebuilder-block--testimonial .forza-testimonial-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px; }
    @media only screen and (min-width: 640px) {
      .forza-pagebuilder-block--testimonial .forza-testimonial-row {
        gap: 48px; } }
  .forza-pagebuilder-block--testimonial .forza-quotes {
    margin-bottom: 32px; }
    .forza-pagebuilder-block--testimonial .forza-quotes img {
      vertical-align: middle;
      height: 30px; }
      @media only screen and (min-width: 640px) {
        .forza-pagebuilder-block--testimonial .forza-quotes img {
          height: 60px; } }
  .forza-pagebuilder-block--testimonial .forza-testimonial-body {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .forza-pagebuilder-block--testimonial .forza-testimonial-body {
        width: auto;
        flex: 1 0 0; } }
  .forza-pagebuilder-block--testimonial .forza-testimonial-text {
    font-family: "Helvetica Neue Bold";
    font-style: italic;
    font-size: 2rem;
    line-height: 1.2; }
    @media only screen and (min-width: 640px) {
      .forza-pagebuilder-block--testimonial .forza-testimonial-text {
        font-size: 2.4rem; } }
  .forza-pagebuilder-block--testimonial .forza-testimonial-author {
    font-size: 1.6rem;
    margin-top: 20px; }
    @media only screen and (min-width: 640px) {
      .forza-pagebuilder-block--testimonial .forza-testimonial-author {
        font-size: 2rem; } }
    .forza-pagebuilder-block--testimonial .forza-testimonial-author::before {
      content: '-';
      margin-right: 20px; }
  .forza-pagebuilder-block--testimonial .forza-testimonial-image {
    width: 150px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .forza-pagebuilder-block--testimonial .forza-testimonial-image {
        order: 1;
        width: 300px; } }
    .forza-pagebuilder-block--testimonial .forza-testimonial-image img {
      vertical-align: middle; }

.forza-pagebuilder-block--usps {
  padding-top: 20px;
  padding-bottom: 20px; }
  .forza-pagebuilder-block--usps .forza-usps-list {
    --wdt-gap: 32px;
    list-style: none;
    padding: 16px 20px;
    border-radius: 20px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    gap: var(--wdt-gap);
    font-family: "Futura Bold";
    line-height: 1; }
    @media only screen and (min-width: 640px) {
      .forza-pagebuilder-block--usps .forza-usps-list {
        font-size: 2rem;
        padding: 20px 40px; } }
    @media only screen and (min-width: 1024px) {
      .forza-pagebuilder-block--usps .forza-usps-list {
        justify-content: space-between;
        flex-wrap: nowrap; } }
  .forza-pagebuilder-block--usps .forza-usps-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 0;
    width: calc(50% - (var(--wdt-gap) * .5)); }
    @media only screen and (min-width: 640px) {
      .forza-pagebuilder-block--usps .forza-usps-list-item {
        flex-direction: row;
        text-align: left; } }
    @media only screen and (min-width: 1024px) {
      .forza-pagebuilder-block--usps .forza-usps-list-item {
        width: auto; } }
  .forza-pagebuilder-block--usps .forza-usps-list-item-image {
    flex: none; }
    .forza-pagebuilder-block--usps .forza-usps-list-item-image img {
      height: 32px;
      vertical-align: middle; }

.column .block-addbysku .fieldset {
  margin: 0; }
  .column .block-addbysku .fieldset .fields {
    position: relative; }
    .column .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 12.5px;
      vertical-align: top; }
    .column .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 4px; }

.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%; }

.column .block-addbysku .skus > .label {
  margin-top: 12.5px; }

.column .block-addbysku .qty .qty + .mage-error {
  width: 80px; }

.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 25px;
  text-align: left; }
  .column .block-addbysku .block-content .actions-toolbar:before, .column .block-addbysku .block-content .actions-toolbar:after {
    content: '';
    display: table; }
  .column .block-addbysku .block-content .actions-toolbar:after {
    clear: both; }
  .column .block-addbysku .block-content .actions-toolbar .primary {
    float: left; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block; }
    .column .block-addbysku .block-content .actions-toolbar .primary a.action,
    .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
      display: inline-block; }
  .column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0 6.25px 0 0; }
  .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 14px; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none; }
  .column .block-addbysku .block-content .actions-toolbar > .secondary {
    text-align: left; }

.column .block-addbysku .reset {
  margin: 12.5px 0; }

.column .block-addbysku .note {
  display: block;
  margin: 0 0 25px; }

.block-cart-failed {
  margin-top: 50px; }
  .block-cart-failed .block-title {
    font-size: 3.6rem; }
    .block-cart-failed .block-title strong {
      font-weight: 300; }
  .block-cart-failed .actions {
    text-align: center; }
    .block-cart-failed .actions .action {
      margin-bottom: 12.5px; }

@media only screen and (max-width: 639px) {
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px; }
  .column .block-addbysku .action.remove {
    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;
    font-weight: 400; }
    .column .block-addbysku .action.remove > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .column .block-addbysku .action.remove:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 1px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .column .block-addbysku .action.remove:hover:before {
      color: inherit; }
    .column .block-addbysku .action.remove:active:before {
      color: inherit; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; } }

@media only screen and (min-width: 640px) {
  .column .block-addbysku .action.remove {
    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;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #000000;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .column .block-addbysku .action.remove:visited {
      color: #000000;
      text-decoration: none; }
    .column .block-addbysku .action.remove:hover {
      color: #000000;
      text-decoration: none; }
    .column .block-addbysku .action.remove:active {
      color: #000000;
      text-decoration: none; }
    .column .block-addbysku .action.remove:hover {
      color: #000000; }
    .column .block-addbysku .action.remove:hover, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus {
      background: none;
      border: 0; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      color: #000000;
      opacity: 0.5;
      cursor: default;
      pointer-events: none;
      text-decoration: underline; } }

@media only screen and (min-width: 768px) {
  .block-cart-failed .actions {
    text-align: left; }
  .block-cart-failed .actions.primary {
    float: right; } }

.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #000000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 1.6;
  padding: 0 9px;
  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: #696969; }
  .payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #696969; }
  .payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #696969; }
  .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: #e02b27; }
    .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: #006400; }
  .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: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0; }

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

.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block; }
  .braintree-paypal-account:before {
    background-image: url("../../frontend/Dutchwebdesign/Forza/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: ""; }
  .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;
  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) {
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem; }
  .braintree-paypal-account {
    border-color: #ededed;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%; }
  .account .table-credit-cards .col.actions {
    width: 100px; } }

.bundle-options-container {
  clear: both;
  margin-bottom: 50px; }
  .bundle-options-container .legend.title {
    font-family: "Futura Bold";
    font-weight: 300;
    line-height: 40px;
    font-size: 3.6rem;
    margin-top: 3.125rem;
    margin-bottom: 2.4rem; }
  .bundle-options-container .product-add-form {
    display: none; }
  .bundle-options-container .product-options-wrapper {
    margin-bottom: 37.5px; }
  .bundle-options-container .action.back {
    margin-bottom: 37.5px; }
  .bundle-options-container .price-box .price {
    font-size: 20px;
    font-weight: 700; }
  .bundle-options-container .block-bundle-summary {
    background: #ffffff;
    padding: 12.5px 25px; }
    .bundle-options-container .block-bundle-summary > .title > strong {
      font-family: "Futura Bold";
      font-weight: 300;
      line-height: 40px;
      font-size: 3.6rem;
      margin-top: 3.125rem;
      margin-bottom: 2.4rem; }
    .bundle-options-container .block-bundle-summary .bundle-summary {
      margin-top: 37.5px; }
      .bundle-options-container .block-bundle-summary .bundle-summary.empty {
        display: none; }
      .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
        font-family: "Futura Bold";
        font-weight: 300;
        line-height: 1.1;
        font-size: 2.4rem;
        margin-top: 1.875rem;
        margin-bottom: 1.25rem;
        display: block; }
    .bundle-options-container .block-bundle-summary .bundle.items > li {
      margin-bottom: 12.5px; }
    .bundle-options-container .block-bundle-summary .box-tocart .actions {
      display: inline-block;
      margin-bottom: 12.5px; }
    .bundle-options-container .block-bundle-summary .product-addto-links > .action {
      vertical-align: top; }
  .bundle-options-container .nested .field.qty {
    margin-top: 16px; }
    .bundle-options-container .nested .field.qty .label {
      font-weight: 700;
      margin: 0 0 6.25px;
      display: inline-block; }
  .bundle-options-container p.required {
    color: #e02b27; }
  .bundle-options-container .product-options-bottom {
    clear: left; }

@media only screen and (min-width: 768px) {
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%; }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%; }
  .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%; } }

.products {
  margin: 0; }

.product-item {
  vertical-align: top; }
  .products-grid .product-item {
    display: inline-block;
    width: 50%; }
  .product-item-name {
    display: block;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .product-item-info {
    max-width: 100%; }
  .product-item-actions .actions-secondary > .action:before {
    margin: 0; }
  .product-item-description {
    margin: 31.25px 0; }
  .product-item .product-reviews-summary .rating-summary {
    margin: 0 4px 0 0; }
  .product-item .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 5px;
    text-transform: lowercase; }
  .product-item .price-box {
    margin: 0; }
    .product-item .price-box .price {
      font-size: 1.8rem; }
    .product-item .price-box .price-label {
      font-size: 14px; }
      .product-item .price-box .price-label:after {
        content: ':'; }
  .product-item .special-price .price-wrapper,
  .product-item .minimal-price .price-wrapper {
    display: inline-block; }
  .product-item .special-price .price-including-tax + .price-excluding-tax,
  .product-item .minimal-price .price-including-tax + .price-excluding-tax {
    display: block; }
  .product-item .special-price {
    display: block; }
  .product-item .old-price .price {
    font-weight: 400; }
  .product-item .minimal-price .price-container {
    display: block; }
  .product-item .minimal-price-link {
    margin-top: 5px; }
    .product-item .minimal-price-link .price-label {
      color: #000000;
      font-size: 14px; }
    .product-item .minimal-price-link .price {
      font-weight: 400; }
  .product-item .minimal-price-link,
  .product-item .price-excluding-tax,
  .product-item .price-including-tax {
    display: block;
    white-space: nowrap; }
  .product-item .price-from,
  .product-item .price-to {
    margin: 0; }
  .product-item .action.tocompare:before {
    content: ""; }
  .product-item .tocart {
    white-space: nowrap; }

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

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 6.25px; }

.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: 11px; }

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

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

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

@media only screen and (max-width: 767px) {
  .products-list .product-item {
    table-layout: fixed;
    display: table;
    width: 100%; }
    .products-list .product-item-info {
      display: flex;
      gap: 16px; }
    .products-list .product-item-photo {
      display: table-cell;
      padding: 0;
      vertical-align: top;
      width: 30%; }
    .products-list .product-item-details {
      display: table-cell;
      vertical-align: top; } }

@media only screen and (min-width: 768px) {
  .products-grid .product-item {
    margin-bottom: 37.5px; }
  .product-item-actions {
    display: block; }
    .product-item-actions .actions-primary + .actions-secondary {
      display: table-cell;
      padding-left: 5px;
      white-space: nowrap;
      width: 50%; }
      .product-item-actions .actions-primary + .actions-secondary > * {
        white-space: normal; }
    .product-item-actions .actions-primary {
      display: table-cell; }
  .products-grid .product-item {
    width: 33.3333%; }
  .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 {
    width: 33.3333%; } }

@media only screen and (min-width: 768px) {
  .page-products .products-grid .product-item {
    width: 33.3333%; }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%; } }

@media only screen and (min-width: 1024px) {
  .products-grid .product-item {
    width: 20%; }
  .page-layout-1column .products-grid .product-item {
    width: 16.6666%; }
  .page-layout-3columns .products-grid .product-item {
    width: 25%; }
  .page-products .products-grid .product-items {
    margin: 0; }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.233%; }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%; }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
      margin-left: 1%; }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
      margin-left: 0; } }

.page-products .columns {
  position: relative;
  z-index: 1; }

.toolbar-amount {
  display: block;
  line-height: 28px;
  margin: 0;
  padding: 8px 0 0; }
  .products.wrapper ~ .toolbar .toolbar-amount {
    display: none; }

.toolbar-products {
  text-align: center; }
  .toolbar-products .pages {
    display: none; }
    .products.wrapper ~ .toolbar-products .pages {
      display: block; }
  .toolbar-products .limiter {
    display: none; }
    .toolbar-products .limiter .control {
      display: inline-block; }

.sorter {
  padding: 4px 0 0; }
  .products.wrapper ~ .toolbar .sorter {
    display: none; }

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

.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none; }
  .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: 32px;
    color: #000000;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sorter-action:hover:before {
    color: #000000; }

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

.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) {
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1; }
  .toolbar-amount {
    float: left; }
  .sorter {
    float: right; }
  .modes {
    display: block;
    float: left;
    margin-right: 25px; }
    .products.wrapper ~ .toolbar .modes {
      display: none; }
  .modes-mode {
    color: #000000;
    border: 1px solid #ededed;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: 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: 26px;
      line-height: inherit;
      color: #000000;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .modes-mode:hover:before {
      color: #000000; }
    .modes-mode:not(.active):hover {
      color: #000000;
      background: #dedede; }
    .modes-mode:last-child {
      border-right: 1px solid #ededed; }
    .modes-mode.active {
      color: #737373; }
  .mode-list:before {
    content: ""; }
  .limiter {
    float: right; } }

.fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after, .fotorama__html, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.fotorama-grab-cursor, .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fotorama-grabbing-cursor, .fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fotorama-gpu, .fotorama__caption, .fotorama--fullscreen, .fotorama__wrap--css3 .fotorama__html, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full, .fotorama__wrap--css3 .fotorama__nav, .fotorama__nav:before, .fotorama__nav:after, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__stage:before, .fotorama__stage:after, .fotorama__wrap--css3 .fotorama__stage__frame {
  transform: translateZ(0); }

.fotorama-focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame, .fotorama__zoom-in:focus,
.fotorama__zoom-out:focus {
  outline: 0; }

.fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: ''; }

.fotorama-transform-disabled, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__shaft {
  transform: none !important; }

.fotorama-transition-for-slide, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: unset;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); }

.fotorama-no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fotorama-select, .fotorama__select {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); }

.fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama-inline-block, .fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  display: inline;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.fotorama-hidden, .fotorama--hidden, .fotorama__load {
  position: absolute;
  top: -99999px;
  left: -99999px;
  z-index: -1000; }

.fotorama-visible {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  z-index: auto; }

.fotorama-no-tap, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.transitionDuration {
  transition-duration: 333ms; }

.transitionDurationZero {
  transition-duration: unset; }

.fotorama-sprite, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out {
  background-image: url("../../frontend/Dutchwebdesign/Forza/nl_NL/images/gallery.png");
  background-repeat: no-repeat; }

@media print {
  .fotorama-print-background, .fotorama-sprite, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__thumb-border {
    background: none !important; } }

.fotorama__active {
  box-shadow: 0 0 0 transparent; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__arr {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  height: 48px;
  width: 48px;
  box-sizing: border-box;
  z-index: 900;
  cursor: pointer; }
  .fotorama__arr--prev {
    left: 24px; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
      transform: translate3d(-120px, -50%, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
      transform: translate3d(-120px, -50%, 0); }
  .fotorama__arr--next {
    right: 24px; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
      transform: translate3d(120px, -50%, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
      transform: translate3d(120px, -50%, 0); }
  .fotorama__arr--disabled {
    display: none;
    opacity: 0;
    pointer-events: none;
    cursor: default; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__arr {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr {
    display: none !important; }
  .fotorama__wrap--css3 .fotorama__arr:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }
  .fotorama__stage .fotorama__arr--shown {
    display: block !important; }
  .fotorama__stage .fotorama__arr--hidden {
    display: none !important; }

.fotorama__arr__arr {
  background-color: #000000;
  transition: background-color 0.3s;
  border-radius: 4px;
  text-align: center; }
  .fotorama__arr:hover .fotorama__arr__arr {
    background-color: #fbe400; }
    .fotorama__arr:hover .fotorama__arr__arr:before {
      color: #000000; }
  .fotorama__arr .fotorama__arr__arr {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    text-decoration: none; }
    .fotorama__arr .fotorama__arr__arr > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .fotorama__arr .fotorama__arr__arr:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 45px;
      line-height: 48px;
      color: #ffffff;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .fotorama__arr .fotorama__arr__arr:before {
      transition: color 0.3s; }
  .fotorama__arr--prev .fotorama__arr__arr:before {
    content: ""; }

.fotorama__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  z-index: 12; }
  .fotorama__caption a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: fade(#000000, 0.5); }
    .fotorama__caption a:hover {
      color: #000000;
      border-color: fade(#000000, 0.5); }
  .fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0; }
  .fotorama__wrap--video .fotorama__caption,
  .fotorama__wrap--no-captions .fotorama__caption {
    display: none; }

.fotorama__caption__wrap {
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #ffffff; }

.gallery-placeholder._block-content-loading img.gallery-placeholder__image {
  margin-bottom: 30px; }

.gallery-placeholder._block-content-loading .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  display: none !important; }

.fotorama__dot {
  display: block;
  position: relative;
  top: 12px;
  left: 6px;
  width: 5px;
  height: 5px;
  border: 1px solid #858585;
  border-radius: 6px; }
  .fotorama__nav__frame--dot:focus .fotorama__dot {
    box-shadow: none; }
    .fotorama__nav__frame--dot:focus .fotorama__dot:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #68a8e0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__dot:after,
  .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .fotorama__active .fotorama__dot {
    background-color: #000000;
    border-color: #000000; }

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama {
  min-width: 1px;
  overflow: hidden; }
  .fotorama--fullscreen {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: #ffffff;
    z-index: 1000 !important; }

.fotorama__fullscreen {
  overflow: hidden;
  position: relative; }

.fotorama__fullscreen-icon {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-position: 0 0;
  cursor: pointer;
  z-index: 1000; }
  .fotorama__fullscreen-icon:focus {
    box-shadow: none; }
    .fotorama__fullscreen-icon:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #68a8e0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama--fullscreen-icons .fotorama__fullscreen-icon {
    display: none; }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    display: inline-block;
    background-position: -80px 0; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important; }
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    transform: translate3d(80px, -80px, 0); }
  .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    transform: translate3d(80px, -80px, 0) !important; }
  .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active {
      background-color: rgba(213, 213, 213, 0.5); }

.gallery-placeholder .loading-mask {
  position: static;
  padding: 0 0 50%; }

.gallery-placeholder .loader img {
  position: absolute; }

.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0; }

.fotorama__img {
  max-width: inherit;
  opacity: 0;
  border: none !important; }
  .fotorama__loaded .fotorama__img,
  .fotorama__error .fotorama__img {
    opacity: 1; }
  .fotorama__img--full {
    display: none; }
  .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    opacity: 0; }
  .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%); }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    position: absolute;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%); }
  .fotorama__stage__frame .fotorama__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate3d(-50%, -50%, 0);
    transition-duration: 0.3s;
    transition-property: width, height, top, left; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    max-height: inherit; }
  .fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none; }
    .fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
      display: block; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: default;
    transition: 0.3s linear; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
      max-width: none;
      max-height: none;
      cursor: pointer;
      transition-property: width, height, bottom, right, top, left; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
      cursor: move;
      transition-property: none; }
  .fotorama__product-video--loaded .fotorama__img,
  .fotorama__product-video--loaded .fotorama__img--full {
    display: none !important; }

.magnifier-thumb-wrapper {
  position: relative;
  display: block;
  top: 0;
  left: 0; }

.magnifier-lens {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border: solid 1px #bbb;
  z-index: 800; }

.magnifier-loader-text {
  margin-top: 10px; }

.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100; }

.magnifier-preview {
  position: absolute;
  top: 215px;
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0; }
  .magnifier-preview:not(.hidden) {
    background-color: #ffffff; }
  .magnifier-preview img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit; }

.magnify-lens {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  z-index: 1000; }

.magnify-opaque {
  opacity: 0.5; }

.magnify-hidden {
  display: none; }

.magnify-fullimage {
  display: none; }
  .fotorama__fullscreen .magnify-fullimage {
    display: inline-block; }

.fotorama__nav {
  position: relative;
  display: none;
  max-width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5; }
  .fotorama__nav--dots {
    display: block;
    text-align: center; }
  .fotorama__nav--thumbs {
    display: block; }
  .fotorama__nav:before, .fotorama__nav:after {
    position: absolute;
    display: block;
    content: '';
    text-decoration: none;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none; }
  .fotorama__nav:before {
    left: -10px;
    top: -10px; }
  .fotorama__nav:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__nav:after,
  .fotorama__wrap--no-shadows .fotorama__nav:before,
  .fotorama__wrap--no-shadows .fotorama__nav:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__nav {
    max-width: 99999px !important; }

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0; }

.fotorama__nav__frame {
  position: relative;
  box-sizing: content-box; }
  .fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px; }
    .fotorama__nav--dots .fotorama__nav__frame--thumb {
      display: none; }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
      padding-right: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame--dot {
      display: none; }
  .fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
    width: 0;
    height: 0;
    border-width: 3px; }
    .fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
      top: -3px;
      left: -3px;
      padding: 3px; }
  .fotorama__nav__frame:focus {
    box-shadow: none; }
    .fotorama__nav__frame:focus :after {
      top: -1px;
      left: -1px;
      padding: 1px; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit !important; }

.fotorama__nav__shaft {
  position: relative;
  top: 0;
  left: 0;
  text-align: left; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    width: 100%;
    background-color: white; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__select {
  cursor: auto; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__stage.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--right:after {
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  background-size: 1px 100%, 5px 100%; }

.fotorama__stage.fotorama__shadows--top:before, .fotorama__stage.fotorama__shadows--bottom:after {
  left: 0;
  right: 0;
  width: auto;
  height: 10px;
  background-size: 100% 1px, 100% 5px; }

.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
  background-position: 0 0, 0 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
  background-position: 100% 0, 100% 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__stage.fotorama__shadows--top:before {
  top: 0;
  background-position: 0 0, 0 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__stage.fotorama__shadows--bottom:after {
  bottom: 0;
  background-position: 0 100%, 0 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--right:after {
  top: 0;
  bottom: 0;
  width: 160px; }

.fotorama__nav.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--bottom:after {
  left: 0;
  right: 0;
  width: auto;
  height: 10px;
  background-size: 100% 1px, 100% 5px; }

.fotorama__nav.fotorama__shadows--left:before {
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }

.fotorama__nav.fotorama__shadows--right:after {
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }

.fotorama__nav.fotorama__shadows--top:before {
  top: 0;
  background-position: 0 0, 0 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--bottom:after {
  bottom: 0;
  background-position: 0 100%, 0 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0); }

.fotorama__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  display: none;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 64px;
  width: 64px;
  margin: auto;
  background-image: url("../../frontend/Dutchwebdesign/Forza/nl_NL/images/loader-1.gif");
  z-index: 100; }
  .fotorama__spinner--show {
    display: block; }
  .fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
            animation: spinner 24s infinite linear; }

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fotorama__stage {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .fotorama__stage:before, .fotorama__stage:after {
    position: absolute;
    display: block;
    content: '';
    background-repeat: no-repeat;
    pointer-events: none;
    text-decoration: none;
    z-index: 10; }
  .fotorama__stage:before {
    left: -10px;
    top: -10px; }
  .fotorama__stage:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after,
  .fotorama__wrap--no-shadows .fotorama__stage:before,
  .fotorama__wrap--no-shadows .fotorama__stage:after,
  .fotorama__wrap--fade .fotorama__stage:before,
  .fotorama__wrap--fade .fotorama__stage:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important; }

.fotorama__stage__frame {
  overflow: hidden;
  text-align: center; }
  .fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl; }
  .fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important; }
  .fotorama__wrap--fade .fotorama__stage__frame {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 80px;
    width: calc(100% - 80px * 2); }
  .fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden; }

.fotorama__stage__shaft {
  position: relative; }
  .fotorama__stage__shaft:focus {
    box-shadow: none; }
    .fotorama__stage__shaft:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #68a8e0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }

.fotorama__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ebebeb; }
  .fotorama__nav__frame:focus .fotorama__thumb {
    box-shadow: none;
    z-index: 2; }
    .fotorama__nav__frame:focus .fotorama__thumb:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      box-shadow: 0 0 3px 1px #68a8e0;
      border-radius: inherit;
      content: '';
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__thumb,
  .fotorama__nav__frame--dot:focus .fotorama__thumb {
    overflow: inherit; }
  .fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
    left: 1px; }
  .fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
    right: 1px; }
  .fotorama__thumb--icon {
    background-color: #000000;
    transition: background-color 0.3s;
    border-radius: 4px;
    text-align: center;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-decoration: none; }
    .fotorama__thumb--icon > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .fotorama__thumb--icon:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 45px;
      line-height: 48px;
      color: #ffffff;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .fotorama__thumb--icon:before {
      transition: color 0.3s; }
    .fotorama__thumb--icon:hover {
      background-color: #fbe400; }
      .fotorama__thumb--icon:hover:before {
        color: #000000; }
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
      margin: auto;
      width: 48px;
      transform: rotate(90deg); }
    .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
      content: ""; }

.fotorama__thumb-border {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #d9d9da;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 9; }
  .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__thumb__arr {
  box-shadow: none; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: 24px; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: 24px; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    position: absolute;
    left: 0;
    right: 0;
    height: 48px;
    cursor: pointer;
    z-index: 1000; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    top: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0; }

.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px; }

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px; }

.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px; }

.fotorama__video {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.fotorama__video-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
  background-position: -80px 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out; }
  .fotorama__fullscreen .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    top: 97px;
    right: 93px;
    opacity: 1; }
  .fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }
  @media all and (max-width: 768px) {
    .fotorama__video-close {
      top: 10px;
      width: 40px;
      height: 40px;
      background-position: -100px -20px; } }

.fotorama__video-play {
  width: 160px;
  height: 160px;
  background-position: -80px -160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  .fotorama__wrap--css2 .fotorama__video-play,
  .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none; }
  .fotorama__loaded .fotorama__video-play,
  .fotorama__error .fotorama__video-play,
  .fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1; }
  .fotorama__nav__frame .fotorama__video-play {
    width: 80px;
    height: 80px;
    background-position: 0 -240px; }
  .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color; }

.fotorama__wrap {
  position: relative;
  direction: ltr;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  z-index: 0; }
  .fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important; }
  .fotorama__wrap--pan-y {
    touch-action: pan-y; }

.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
  z-index: 1000; }
  .fotorama__zoom-in:focus,
  .fotorama__zoom-out:focus {
    box-shadow: none; }
    .fotorama__zoom-in:focus:after,
    .fotorama__zoom-out:focus:after {
      border-radius: inherit;
      bottom: 3px;
      box-shadow: 0 0 3px 1px #68a8e0;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
  .fotorama__zoom-out {
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:active {
      background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen
  .fotorama__zoom-out {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer; }
    .fotorama__fullscreen .fotorama__zoom-in--disabled, .fotorama__fullscreen
    .fotorama__zoom-out--disabled {
      display: none; }

.fotorama__fullscreen .fotorama__zoom-out {
  top: 80px;
  background-position: 0 -80px !important; }

.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0; }

.product.attribute.description {
  transition: max-height 0.5s;
  overflow: hidden; }
  .product.attribute.description:not(.expand) {
    position: relative;
    max-height: 500px !important; }
    .product.attribute.description:not(.expand).read-more:after {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      bottom: 0;
      height: 72px;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
  .product.attribute.description.expand {
    max-height: 5000px !important; }
  .product.attribute.description + .morelink {
    padding-top: 16px;
    position: relative;
    display: inline-block;
    text-decoration: none; }
    .product.attribute.description + .morelink:before {
      content: '';
      position: absolute;
      display: block;
      height: 2px;
      bottom: 0;
      left: 0;
      right: 22px;
      background-color: #000000; }
    .product.attribute.description + .morelink .link {
      font-family: "Futura Bold";
      font-weight: 300; }
    .product.attribute.description + .morelink:hover {
      text-decoration: none; }
    .product.attribute.description + .morelink:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "dwd-icons";
      margin: 0 0 0 16px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
  .product.attribute.description.expand + .morelink:after {
    content: ""; }
  .product.attribute.description h2 {
    font-size: 18px; }
  .product.attribute.description .value > h2:first-child {
    margin-top: 0; }

.product.info.detailed .additional-attributes {
  width: 100%; }
  .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: 8px 6.25px 8px 6.25px; }
  .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: 8px 50px 8px 0; }
  .product.info.detailed .additional-attributes th {
    font-family: "Helvetica Neue Medium";
    font-weight: 300; }
  .product.info.detailed .additional-attributes tr:not(:last-child) {
    border-bottom: 1px solid #ededed; }
  .product.info.detailed .additional-attributes td.col.no {
    display: inline-block;
    text-decoration: none; }
    .product.info.detailed .additional-attributes td.col.no:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: 25px;
      color: #cf0000;
      content: "";
      font-family: "dwd-icons";
      vertical-align: bottom;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
  .product.info.detailed .additional-attributes td.col.yes {
    display: inline-block;
    text-decoration: none; }
    .product.info.detailed .additional-attributes td.col.yes:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      line-height: 25px;
      color: #29cf00;
      content: "";
      font-family: "dwd-icons";
      vertical-align: bottom;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }

@media only screen and (max-width: 639px) {
  .product.info.detailed .additional-attributes td {
    padding: 5px 0 !important; } }

@media only screen and (min-width: 768px) {
  .product.info.detailed .additional-attributes th {
    white-space: nowrap;
    width: 1%;
    min-width: 290px; } }

@media only screen and (max-width: 767px) {
  .block.upsell .products-grid .product-items {
    overflow-x: scroll;
    white-space: nowrap; }
    .block.upsell .products-grid .product-items .product-item-info {
      white-space: normal; }
  .block.upsell .products-grid .product-item {
    width: 271px;
    padding-left: 24px; } }

@media only screen and (min-width: 768px) {
  .column.main .block.upsell .title strong {
    text-transform: uppercase;
    font-size: 36px; }
  .block.upsell .product-items {
    margin-left: -32px; }
  .block.upsell .products-grid .product-item {
    padding-left: 32px;
    margin-bottom: 32px;
    width: calc(50% - 3px); } }

.fotorama__stage {
  margin-bottom: 8px; }
  .fotorama__stage .zoom-button {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    display: block;
    text-decoration: none; }
    .fotorama__stage .zoom-button:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      line-height: 35px;
      color: #000000;
      content: "";
      font-family: "dwd-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .fotorama__stage .zoom-button span {
      display: block; }
    .fotorama--fullscreen .fotorama__stage .zoom-button {
      display: none; }
  .fotorama__stage .product-quality-badge {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 12.5px;
    right: 12.5px;
    max-width: 30%; }

.category-apple-iphone .fotorama__stage .product-quality-badge,
.category-apple-ipad .fotorama__stage .product-quality-badge {
  display: block; }

.fotorama--fullscreen .fotorama__stage .product-quality-badge {
  display: none; }

.product-info-main .product.attribute.overview {
  margin-bottom: 16px; }

.product-info-main .product-extra-bar {
  margin-bottom: 24px; }
  .product-info-main .product-extra-bar .usp-icons {
    margin-bottom: 16px; }
    .product-info-main .product-extra-bar .usp-icons ul {
      margin: 0;
      padding: 0;
      list-style: none none;
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .product-info-main .product-extra-bar .usp-icons ul li {
        margin: 0; }
  .product-info-main .product-extra-bar .tax-message {
    color: #7f8183;
    font-size: 14px; }

.catalog-product-view .page-title-wrapper .page-title {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 0; }

.catalog-product-view .product-detailed-title {
  clear: both; }
  .catalog-product-view .product-detailed-title h4 {
    text-transform: uppercase;
    font-size: 26px; }

.feedbackcompany-small-score {
  font-size: 14px; }

@media only screen and (max-width: 767px) {
  .product-info-main .product-extra-bar {
    text-align: center; }
  .product-info-main .page-title-wrapper,
  .product-info-main .product.attribute.overview {
    display: none; }
  .product-info-main .feedbackcompany-small-score {
    font-size: 14px; }
    .product-info-main .feedbackcompany-small-score .rating-summary {
      margin-right: 5px; }
  .catalog-product-view .breadcrumbs {
    display: none; }
  .catalog-product-view .mobile-breadcrumbs {
    font-family: "Futura Bold";
    font-weight: 300;
    margin-bottom: 4px;
    padding: 0 16px;
    display: inline-block;
    text-decoration: none; }
    .catalog-product-view .mobile-breadcrumbs:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: inherit;
      line-height: inherit;
      color: #000000;
      content: "";
      font-family: "dwd-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
  .catalog-product-view .page-title-wrapper.mobile {
    order: -1; }
  .catalog-product-view .product.attribute.overview.mobile {
    order: -1;
    margin-bottom: 16px; }
  .catalog-product-view .product-info-right .dwd-review-container {
    margin-bottom: 40px; }
  .catalog-category-view .breadcrumbs {
    display: none; } }

.product-info-main .tip,
.product.info .tip {
  background-color: #f9f9f9;
  padding: 16px 24px 18px 75px;
  position: relative;
  margin-top: 12px;
  display: block;
  text-decoration: none; }
  .product-info-main .tip:before,
  .product.info .tip:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    content: "";
    font-family: "dwd-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .product-info-main .tip:before,
  .product.info .tip:before {
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -16px; }

@media only screen and (min-width: 768px) {
  .product-info-main .product-extra-bar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
    .product-info-main .product-extra-bar .tax-message {
      max-width: 210px; }
    .product-info-main .product-extra-bar .usp-icons {
      flex-grow: 1;
      max-width: 440px; }
  .catalog-product-view .product-info-left {
    width: 50%;
    float: left;
    order: 1;
    border-top: 1px solid #ededed;
    padding-top: 64px;
    clear: left; }
  .catalog-product-view .product-info-right {
    width: 50%;
    float: right;
    order: 2;
    border-top: 1px solid #ededed;
    padding-left: 66px;
    padding-top: 64px; }
    .catalog-product-view .product-info-right .dwd-review-container {
      margin-bottom: 59px; }
      .catalog-product-view .product-info-right .dwd-review-container .swiper-container {
        height: 430px; }
  .catalog-product-view .product-detailed-title h4 {
    font-size: 36px;
    margin: 0 0 40px 0; }
  .catalog-product-view .product.attribute.overview.mobile {
    display: none; }
  .catalog-product-view .page-title-wrapper.mobile {
    display: none; }
  .catalog-product-view .page-title-wrapper .page-title {
    font-size: 36px; } }

@media only screen and (max-width: 767px) {
  .catalog-product-view .page-footer {
    margin-bottom: 176px; }
  .product-info-main .product-extra-bar {
    text-align: center; }
  .product.info .tip:before {
    top: 16px;
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .product-info-main .page-title-wrapper .page-title {
    font-size: 36px; }
  .product-info-main .product-extra-bar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
    .product-info-main .product-extra-bar .tax-message {
      max-width: 210px; }
    .product-info-main .product-extra-bar .usp-icons {
      flex-grow: 1;
      max-width: 440px; }
  .catalog-product-view .mobile-breadcrumbs {
    display: none; }
  .catalog-product-view .page-footer {
    margin-bottom: 95px; } }

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

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

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

.prices-tier .price-container .weee[data-label] {
  display: inline; }
  .prices-tier .price-container .weee[data-label] .price {
    font-size: 1.1rem; }
  .prices-tier .price-container .weee[data-label]:before {
    content: " +" attr(data-label) ": "; }

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

.category-image .image {
  display: block;
  height: auto;
  max-width: 100%; }

.category-image,
.category-description {
  margin-bottom: 25px; }

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

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

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

@media only screen and (max-width: 767px) {
  .product.media {
    width: 85%;
    margin-left: auto;
    margin-right: auto; } }

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

.product.media .notice {
  color: #000000;
  font-size: 1.4rem;
  margin: 12.5px 0; }

.product.media .product.thumbs {
  margin: 25px 0 37.5px; }

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

.product.info.detailed {
  clear: both;
  margin-bottom: 60px; }

.product-info-main .product.alert {
  margin: 12.5px 0; }

.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.6rem; }

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

.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 12.5px; }

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

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

.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 6.25px; }
  .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.2rem;
    font-weight: 700; }

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700; }

.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap; }

.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 12.5px 0; }
  .product-info-main .special-price .price-container,
  .product-options-bottom .special-price .price-container {
    font-size: 1.4rem; }
  .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:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': '; }

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

.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top; }

.prices-tier {
  background: #ffffff;
  margin: 12.5px 0;
  padding: 12.5px 18.75px; }
  .prices-tier .price-container {
    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: 1.4rem;
      font-weight: 700; }

.ui-dialog-titlebar-close {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  .ui-dialog-titlebar-close:visited {
    color: #000000;
    text-decoration: none; }
  .ui-dialog-titlebar-close:hover {
    color: #000000;
    text-decoration: none; }
  .ui-dialog-titlebar-close:active {
    color: #000000;
    text-decoration: none; }
  .ui-dialog-titlebar-close:hover {
    color: #000000; }
  .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: #000000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

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

.sidebar .product-items .product-item {
  margin-bottom: 25px;
  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; }

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

.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px; }

.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 12.5px; }

.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0; }

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

.sidebar .product-items .counter {
  color: #4a4a4a;
  font-size: 1.2rem;
  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: -6.25px; }
  .sidebar .product-items-images .product-item {
    float: left;
    padding-left: 6.25px; }

.sidebar .product-items-names .product-item {
  margin-bottom: 12.5px; }

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

@media only screen and (max-width: 767px) {
  .catalog-product-view .column.main {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .catalog-product-view .product.media {
    order: -1; }
  .block.related .action.select {
    display: block;
    margin: 6.25px 0; }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none; } }

@media only screen and (min-width: 768px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 12.5px 12.5px 0;
    position: relative;
    top: auto; }
  .sidebar .product-items .product-item-details {
    margin: 0; }
  .sidebar .product-items .product-item-actions {
    clear: left; } }

@media only screen and (min-width: 1408px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0; }
  .sidebar .product-items .product-item-details {
    margin-left: 85px; } }

@media only screen and (min-width: 768px) {
  .product-info-main {
    float: right; }
  .product.media {
    float: left;
    margin-bottom: 31.25px; }
  .page-layout-1column .product-info-main {
    width: 57%; }
  .page-layout-1column .product.media {
    width: 40%; }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%; }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%; } }

body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 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 #ededed; }
  .table-comparison .cell {
    padding: 15px;
    width: 140px; }
    .table-comparison .cell .attribute.value {
      overflow: hidden;
      width: 100%; }
    .table-comparison .cell.product.info, .table-comparison .cell.product.label {
      border-bottom: 1px solid #ededed; }
    .table-comparison .cell.label .attribute.label {
      display: block;
      width: 100%;
      word-wrap: break-word; }
    .table-comparison .cell.attribute {
      font-size: 1.3rem; }
      .table-comparison .cell.attribute img {
        height: auto;
        max-width: 100%; }
  .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px; }
  .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 {
    display: block;
    margin: 15px 0; }
  .table-comparison .product-addto-links {
    margin-top: 15px; }
    .table-comparison .product-addto-links .action.split,
    .table-comparison .product-addto-links .action.toggle {
      line-height: 2rem;
      padding: 8px 16px;
      font-size: 1.4rem; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right; }
  .table-comparison .product-item-actions > .actions-primary + .actions-secondary {
    margin-top: 12.5px; }
  .table-comparison .action.tocart {
    white-space: nowrap; }

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

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

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

.block-compare .actions-toolbar {
  margin: 17px 0 0; }

.block-category-event {
  background: #f0f0f0;
  color: #000000;
  padding: 12.5px 0 15px;
  text-align: center; }
  .block-category-event.block:last-child {
    margin-bottom: 12.5px; }
  .block-category-event .block-title {
    margin: 0 0 12.5px; }
    .block-category-event .block-title strong {
      font-size: 1.5rem;
      font-weight: 300; }
  .block-category-event .ticker {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .block-category-event .ticker li {
      display: none;
      margin: 0 15px; }
    .block-category-event .ticker .value {
      font-size: 1.8rem;
      font-weight: 300; }
    .block-category-event .ticker .label {
      font-size: 1rem;
      display: block;
      text-transform: lowercase; }
  .block-category-event .dates {
    display: table;
    margin: 0 auto; }
    .block-category-event .dates .start,
    .block-category-event .dates .end {
      display: table-cell;
      vertical-align: top; }
    .block-category-event .dates .date {
      font-size: 1.8rem; }
    .block-category-event .dates .time {
      display: block; }
    .block-category-event .dates .start {
      padding-right: 50px;
      position: relative; }
      .block-category-event .dates .start:after {
        font-size: 1.8rem;
        content: '\2013';
        display: block;
        position: absolute;
        right: 15px;
        top: 0; }

@media only screen and (min-width: 768px) {
  .block-category-event.block:last-child {
    margin-bottom: 37.5px;
    padding: 12.5px 0 37.5px; }
  .block-category-event .block-title {
    margin: 0; }
    .block-category-event .block-title strong {
      font-size: 2.4rem; }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px; }
  .block-category-event .ticker .value {
    font-size: 6rem; }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none; }
  .block-category-event .dates .date {
    font-size: 5rem; }
  .block-category-event .dates .start {
    padding-right: 50px; }
    .block-category-event .dates .start:after {
      font-size: 5rem;
      right: 10px; } }

.block-search {
  margin-bottom: 0; }
  .block-search .block-title {
    display: none; }
  .block-search .block-content {
    margin-bottom: 0; }
  .block-search .label {
    display: inline-block;
    text-decoration: none;
    display: inline-block;
    float: right; }
    .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: 24px;
      line-height: 33px;
      color: #000000;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .block-search .label:hover:before {
      color: #000000; }
    .block-search .label:active:before {
      color: #000000; }
    .block-search .label.active + .control input {
      position: static; }
  .block-search .action.search {
    display: none; }
  .block-search .nested {
    display: none; }

.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3; }
  .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: 6.25px 50px 6.25px 12.5px;
      position: relative;
      text-align: left;
      white-space: normal; }
      .search-autocomplete ul li:not(:empty) {
        border-top: 0;
        border: 1px solid #d7d7d7;
        background: #ffffff; }
      .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: #ededed;
        position: absolute;
        right: 7px;
        top: 6.25px; }

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

.search.summary {
  margin-bottom: 12.5px; }

@media only screen and (max-width: 767px) {
  .block-search .block-content {
    margin-bottom: 0; } }

@media only screen and (max-width: 639px) {
  .block-search {
    margin-top: 12.5px; } }

@media only screen and (min-width: 768px) {
  .block-search {
    position: relative;
    width: 100%;
    z-index: 4; }
    .block-search .control {
      border-top: 0;
      margin: 0; }
    .block-search .nested {
      display: block;
      padding-top: 5px;
      position: absolute; }
    .block-search input {
      margin: 0;
      padding-right: 35px;
      position: static; }
      .block-search input::-webkit-input-placeholder {
        color: #696969; }
      .block-search input:-moz-placeholder {
        color: #696969; }
      .block-search input::-moz-placeholder {
        color: #696969; }
      .block-search input:-ms-input-placeholder {
        color: #696969; }
    .block-search .action.search {
      display: inline-block;
      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;
      font-weight: 400;
      padding: 6.25px 0;
      position: absolute;
      right: 10px;
      top: -3px;
      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: 22px;
        line-height: 22px;
        color: #000000;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: middle;
        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; }
      .block-search .action.search:focus:before {
        color: #333; }
  .search-autocomplete {
    margin-top: 0; } }

.cart-summary {
  background: #ffffff;
  margin-bottom: 31.25px;
  padding: 1px 15px 31.25px; }
  .cart-summary > .title {
    display: block;
    font-family: "Futura Bold";
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.4rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem; }
  .cart-summary .block {
    margin-bottom: 0; }
    .cart-summary .block .item-options {
      margin-left: 0; }
    .cart-summary .block .fieldset {
      margin: 15px 0 31.25px 6.25px; }
      .cart-summary .block .fieldset .field {
        margin: 0 0 12.5px; }
        .cart-summary .block .fieldset .field.note {
          font-size: 14px; }
      .cart-summary .block .fieldset .methods .field > .label {
        display: inline; }

.cart-totals {
  border-top: 1px solid #ededed;
  padding-top: 12.5px; }
  .cart-totals .table-wrapper {
    margin-bottom: 0;
    overflow: inherit; }

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

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

.cart.table-wrapper .col {
  padding-top: 25px; }
  .cart.table-wrapper .col.qty .input-text {
    margin-top: -5px; }

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

.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 31.25px 0 12.5px 75px;
  position: relative; }

.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 12.5px;
  margin-right: 12.5px; }
  .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 .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%; }

.cart.table-wrapper .product-item-details {
  white-space: normal; }

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

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

.cart.table-wrapper .item-options {
  font-size: 14px;
  margin-bottom: 12.5px; }

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

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

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

.cart-products-toolbar .toolbar-amount {
  margin: 31.25px 0 15px;
  padding: 0;
  text-align: center; }

.cart-products-toolbar .pages {
  margin: 0 0 31.25px;
  text-align: center; }
  .cart-products-toolbar .pages .items > .item {
    border-bottom: 0; }

.cart-products-toolbar-top {
  border-bottom: 1px solid #ededed; }

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

@media only screen and (max-width: 767px) {
  .cart.table-wrapper {
    overflow: inherit; }
    .cart.table-wrapper thead .col:not(.item) {
      display: none; }
    .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%; }
      .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: 12.5px; }
    .cart.table-wrapper .col.msrp {
      white-space: normal; }
    .cart.table-wrapper .item .col.item {
      padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .cart-container .widget {
    float: left; }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%; }
    .column.main .cart-summary .actions-toolbar > .secondary {
      float: none; }
    .cart-summary .block .fieldset .field {
      margin: 0 0 16px;
      margin: 0 0 12.5px; }
      .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 0 6.25px;
        display: inline-block; }
      .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
        display: none; }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto; }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 12.5px; }
  .cart.table-wrapper .item-actions td {
    text-align: right; }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 25px;
    position: static;
    vertical-align: top;
    width: 1%; }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%; }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left; }
  .cart .action {
    margin-bottom: 12.5px; }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0; }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px; }
    .cart-products-toolbar .pages .item:last-child {
      margin-right: 0; }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px; }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 31.25px; } }

.cart-summary {
  color: #ffffff;
  background-color: #000000;
  border-radius: 4px;
  padding-bottom: 20px; }
  .cart-summary .block.shipping {
    display: none; }
  .cart-summary._sticky {
    margin-top: 12.5px; }

.cart-totals {
  border-top: none; }
  .cart-totals .table.totals td,
  .cart-totals .table.totals th {
    padding-top: 4px;
    padding-bottom: 4px; }

.cart.table-wrapper .col:first-child {
  padding-left: 0; }

.cart.table-wrapper .col:last-child {
  padding-right: 0; }

.cart.table-wrapper .col.actions {
  padding-top: 21px; }

.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 24px; }
  .cart.table-wrapper .actions-toolbar > .action-delete {
    display: inline-block;
    text-decoration: none;
    right: 0; }
    .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: 24px;
      line-height: 20px;
      color: #000000;
      content: "";
      font-family: "dwd-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
      color: #000000; }
    .cart.table-wrapper .actions-toolbar > .action-delete:active:before {
      color: #000000; }
  .cart.table-wrapper .actions-toolbar > .action-edit {
    display: none; }

.cart.table-wrapper .item-actions {
  position: absolute;
  right: -4px;
  top: 21px; }
  .cart.table-wrapper .item-actions td {
    padding: 0; }

.cart-container .checkout-methods-items .action.primary {
  font-size: 18px;
  display: inline-block;
  text-decoration: none; }
  .cart-container .checkout-methods-items .action.primary:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "dwd-icons";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .cart-container .checkout-methods-items .action.primary:hover:after {
    color: inherit; }
  .cart-container .checkout-methods-items .action.primary:active:after {
    color: inherit; }
  .cart-container .checkout-methods-items .action.primary:hover {
    background-color: #414141; }

.cart-container .form-cart .action.continue,
.cart-container .form-cart .action.clear {
  display: none; }

.cart-discount {
  border-bottom: 1px solid #ededed;
  clear: left;
  margin-top: 24px; }
  .cart-discount .block {
    margin: 0; }
    .cart-discount .block > .title {
      border-top: 1px solid #ededed;
      cursor: pointer;
      margin-bottom: 0;
      position: relative;
      padding: 12.5px 50px 12.5px 0;
      display: block;
      text-decoration: none; }
      .cart-discount .block > .title:after {
        position: absolute;
        right: 25px;
        top: 12.5px; }
      .cart-discount .block > .title strong {
        font-size: 18px !important; }
      .cart-discount .block > .title > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .cart-discount .block > .title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: 32px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: -2px -25px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .cart-discount .block .content {
      display: none;
      padding: 16px 0 24px;
      position: relative; }
    .cart-discount .block.active > .title:after {
      content: ""; }
    .cart-discount .block.active .content {
      display: block; }
  .cart-discount .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 1%; }
    .cart-discount .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.cancel {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      margin: 0 0 0 -7px;
      white-space: nowrap;
      width: auto;
      padding-top: 8px;
      padding-bottom: 8px;
      position: relative;
      z-index: 1; }
    .cart-discount .actions-toolbar .secondary {
      bottom: 5px;
      position: absolute; }
  .cart-discount .fieldset {
    display: table;
    width: 100%; }
    .cart-discount .fieldset > .field > .label {
      display: none; }
  .cart-discount .field {
    display: table-cell; }

@media only screen and (max-width: 767px) {
  .cart.table-wrapper .product-item-name {
    padding-right: 25px; }
  .cart-discount {
    border-bottom: 1px solid #ededed; } }

@media only screen and (min-width: 768px) {
  .cart.table-wrapper .col:last-child {
    padding-right: 35px; }
  .cart.table-wrapper .product-item-photo {
    padding-right: 0;
    width: 100%; }
  .cart.table-wrapper .product-item-details {
    padding-left: 16px; }
  .cart.table-wrapper .product-item-name + .item-options {
    margin-top: 4px;
    margin-bottom: 0; }
  .cart.table-wrapper .item .col.item {
    padding: 16px 8px 16px;
    display: grid;
    grid-template-columns: 1fr 2fr; }
    .cart.table-wrapper .item .col.item:first-child {
      padding-left: 0; }
  .cart-discount {
    float: left;
    width: 640px;
    border: 0; }
    .cart-discount .block > .title {
      border: 0;
      padding: 0; }
      .cart-discount .block > .title:after {
        display: inline;
        margin-left: 12.5px;
        position: static; } }

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

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

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

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

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

.block-minicart .block-content > .actions {
  margin-top: 24px;
  text-align: center; }
  .block-minicart .block-content > .actions > .primary {
    margin: 0 12.5px 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;
  float: right; }
  .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: 28px;
      line-height: 24px;
      color: #000000;
      content: "";
      font-family: "dwd-icons";
      margin: 0 8px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.showcart:hover:before {
      color: #000000; }
    .minicart-wrapper .action.showcart:active:before {
      color: #000000; }
    .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: 28px;
        line-height: 24px;
        color: #000000;
        content: "";
        font-family: "dwd-icons";
        margin: 0 8px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .minicart-wrapper .action.showcart.active:hover:before {
        color: #000000; }
      .minicart-wrapper .action.showcart.active:active:before {
        color: #000000; }
  .minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .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 #ffffff transparent;
      z-index: 99; }
    .minicart-wrapper .block-minicart:after {
      border: 7px solid;
      border-color: transparent transparent #bbb 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; }
  .minicart-wrapper .block-minicart {
    padding: 25px 25px;
    right: 0;
    width: 320px;
    z-index: 101; }
    .minicart-wrapper .block-minicart .block-title {
      display: none; }
    .minicart-wrapper .block-minicart:after {
      left: auto;
      right: 14px; }
    .minicart-wrapper .block-minicart:before {
      left: auto;
      right: 15px; }
  .minicart-wrapper .product .actions {
    float: right;
    margin: -24px 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;
    font-weight: 400;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }
    .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: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      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.close:hover {
      color: #000000; }
  .minicart-wrapper .action.showcart {
    white-space: nowrap; }
    .minicart-wrapper .action.showcart .counter.qty {
      background: #fbe400;
      height: 14px;
      min-width: 14px;
      border-radius: 7px;
      display: inline-block;
      overflow: hidden;
      text-align: center;
      font-size: 10px;
      line-height: 10px;
      font-family: "Helvetica Neue Bold";
      padding: 2px 3px;
      margin: -16px 8px 0 -20px; }
      .minicart-wrapper .action.showcart .counter.qty.empty {
        display: none; }
      .minicart-wrapper .action.showcart .counter.qty .loader > img {
        max-width: 14px; }
  .minicart-wrapper .minicart-widgets {
    margin-top: 15px; }

.minicart-items-wrapper {
  border: 1px solid #ededed;
  margin: 0 -25px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px; }

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .minicart-items .product-item {
    padding: 25px 0; }
    .minicart-items .product-item:not(:first-child) {
      border-top: 1px solid #ededed; }
  .minicart-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem; }
  .minicart-items .price-minicart {
    margin-bottom: 6.25px; }
  .minicart-items .product > .product-item-photo,
  .minicart-items .product > .product-image-container {
    float: left;
    max-width: 78px;
    max-height: 78px; }
  .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: inherit;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product .toggle:after {
      position: static;
      right: 25px;
      top: 0; }
  .minicart-items .product.active > .toggle:after {
    content: ""; }
  .minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 12.5px; }
    .minicart-items .product-item-name a {
      color: #000000; }
  .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: 6.25px 0 0; }
    .minicart-items .product-item-details .weee[data-label] {
      font-size: 1.1rem; }
    .minicart-items .product-item-details .details-qty {
      margin-top: 12.5px; }
  .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: inherit;
      content: "";
      font-family: "icons-blank-theme";
      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: 12.5px;
    text-align: center;
    width: 40px; }
  .minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top; }
  .minicart-items .subtitle {
    display: none; }
  .minicart-items .action.delete {
    display: inline-block;
    text-decoration: none; }
    .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.delete:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .action.delete:hover:before {
      color: #303030; }
    .minicart-items .action.delete:active:before {
      color: #303030; }
  .minicart-items .action.edit {
    display: none; }

@media only screen and (min-width: 768px) {
  .minicart-wrapper {
    margin-left: 13px; }
    .minicart-wrapper .block-minicart {
      right: -15px;
      width: 390px; } }

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

.opc-wrapper {
  margin: 0 0 25px; }
  .opc-wrapper .step-content {
    margin: 0 0 50px; }

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

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

.checkout-onepage-success .print {
  display: none; }

@media only screen and (max-width: 639px) {
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .opc-wrapper {
    width: 66.66667%;
    float: left;
    order: 1;
    padding-right: 37.5px; }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0; } }

.opc-estimated-wrapper {
  margin: 0 0 24px; }
  .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 6.25px; }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: #000000;
    margin: 0; }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    display: none; }

@media only screen and (min-width: 768px) {
  .opc-estimated-wrapper {
    display: none; } }

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

.opc-progress-bar-item {
  margin: 0 0 12.5px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%; }
  .opc-progress-bar-item:before {
    background: #696969;
    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: #696969;
    font-weight: 300;
    font-size: 1.8rem; }
    .opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
      background: #696969;
      height: 38px;
      margin-left: -19px;
      width: 38px;
      border-radius: 50%;
      content: '';
      left: 50%;
      position: absolute;
      top: 0; }
    .opc-progress-bar-item > span:after {
      background: #ffffff;
      height: 26px;
      margin-left: -13px;
      top: 6px;
      width: 26px;
      content: counter(i);
      counter-increment: i;
      color: #000000;
      font-weight: 600;
      font-size: 1.8rem; }
  .opc-progress-bar-item._active:before {
    background: #fbe400; }
  .opc-progress-bar-item._active > span {
    color: #000000; }
    .opc-progress-bar-item._active > span:before {
      background: #fbe400; }
    .opc-progress-bar-item._active > span:after {
      content: "";
      font-family: "icons-blank-theme";
      line-height: 28px;
      font-size: 2.4rem; }
  .opc-progress-bar-item._complete {
    cursor: pointer; }
    .opc-progress-bar-item._complete > span {
      color: #000000; }
      .opc-progress-bar-item._complete > span:after {
        content: "";
        font-family: "icons-blank-theme";
        line-height: 28px;
        font-size: 2.4rem; }

.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 12.5px;
  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; }

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

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

@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: #000000; }
  .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: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .field-tooltip .field-tooltip-action:hover:before {
      color: #000000; }
    ._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: #000000; }
  .field-tooltip .field-tooltip-content {
    background: #ededed;
    border: 1px solid #ededed;
    border-radius: 1px;
    font-size: 16px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2; }
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      border-right-color: #ededed;
      left: -21px;
      top: 12px;
      content: '';
      display: block;
      position: absolute;
      z-index: 3; }
    .field-tooltip .field-tooltip-content:before {
      border-right-color: #bababa; }
    .field-tooltip .field-tooltip-content:after {
      border-right-color: #ededed;
      width: 1px;
      z-index: 4; }

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

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 25px; }
  .opc-wrapper .form-login .fieldset .note,
  .opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 16px;
    margin-top: 12.5px; }

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

.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 25px;
  padding: 25px 42.5px 25px 25px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 16px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word; }
  .opc-wrapper .shipping-address-item.selected-item {
    border-color: #fbe400; }
    .opc-wrapper .shipping-address-item.selected-item:after {
      background: #fbe400;
      color: #ffffff;
      content: "";
      font-family: "icons-blank-theme";
      height: 27px;
      width: 29px;
      font-size: 27px;
      line-height: 21px;
      padding-top: 2px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }
    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
      visibility: hidden; }

.opc-wrapper .action-show-popup {
  margin: 0 0 25px; }
  .opc-wrapper .action-show-popup > span:before {
    content: '+';
    padding-right: 6.25px; }

.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 25px 0 0; }

.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0; }

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

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

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

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

.table-checkout-shipping-method tbody td {
  padding-bottom: 25px;
  padding-top: 25px; }
  .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: 12.5px;
  padding-top: 0; }

@media only screen and (max-width: 639px) {
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ededed;
    margin: 0 0 15px;
    padding: 0 0 15px; }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ededed;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%; }
    .opc-wrapper .shipping-address-item.selected-item {
      padding: 15px 42.5px 15px 18px;
      border-bottom-width: 2px; }
      .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
        right: 41.5px; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px; }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 12.5px;
    width: 100%; }
  .opc-wrapper .action-show-popup {
    width: 100%; }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px; }
    .opc-wrapper .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:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-wrapper .edit-address-link:hover:before {
      color: #303030; }
    .opc-wrapper .edit-address-link:active:before {
      color: #303030; } }

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

@media only screen and (min-width: 1024px) {
  .opc-wrapper .shipping-address-item {
    width: 33.33333%; }
    .opc-wrapper .shipping-address-item:before {
      background: #ededed;
      height: calc(100% - 20px);
      content: '';
      left: 0;
      position: absolute;
      top: 0;
      width: 1px; }
    .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
      display: none; }
    .opc-wrapper .shipping-address-item.selected-item:before {
      display: none; }
    .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
      display: none; }
  .table-checkout-shipping-method {
    min-width: 500px; } }

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

.shipping-policy-block.field-tooltip {
  top: 12px; }
  .shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #000000;
    cursor: pointer; }
    .shipping-policy-block.field-tooltip .field-tooltip-action:before {
      display: none; }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 37.5px; }

@media only screen and (max-width: 639px) {
  .shipping-policy-block.field-tooltip {
    margin-bottom: 25px;
    position: relative;
    right: auto;
    top: auto; }
    .shipping-policy-block.field-tooltip .field-tooltip-content {
      width: 300px;
      right: auto; }
      .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: 46px 0 25px;
    width: 33.33333%;
    float: right;
    order: 2; } }

.opc-block-shipping-information {
  padding: 0 37.5px; }
  .opc-block-shipping-information .shipping-information-title {
    margin: 0 0 25px;
    position: relative; }
    .opc-block-shipping-information .shipping-information-title .action-edit {
      top: 2px;
      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: 28px;
        line-height: 28px;
        color: #000000;
        content: "";
        font-family: "icons-blank-theme";
        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: #000000; }
      .opc-block-shipping-information .shipping-information-title .action-edit:active:before {
        color: #000000; }
  .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 25px; }

.opc-block-summary {
  background: #ffffff;
  padding: 16px;
  margin: 0 0 25px; }
  .opc-block-summary > .title {
    display: block; }
  .opc-block-summary .mark .value {
    color: #7f8183;
    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 #ededed;
    padding: 12.5px 50px 12.5px 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: inherit;
      content: "";
      font-family: "icons-blank-theme";
      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: 12.5px; }
    .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 12.5px;
    width: 100%; }
  .opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 6.25px;
    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 #ededed;
      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; }
  .authentication-dropdown .modal-inner-wrap {
    padding: 31.25px; }

.authentication-wrapper {
  float: right;
  margin-top: -75px;
  max-width: 50%;
  position: relative;
  z-index: 1; }
  ._has-auth-shown .authentication-wrapper {
    z-index: 900; }

.block-authentication .block-title {
  font-size: 2.4rem;
  border-bottom: 0;
  margin-bottom: 31.25px; }
  .block-authentication .block-title strong {
    font-weight: 300; }

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

.block-authentication .actions-toolbar {
  margin-bottom: 6.25px; }
  .block-authentication .actions-toolbar > .secondary {
    padding-top: 31.25px;
    text-align: left; }

.block-authentication .block[class] {
  margin: 0; }
  .block-authentication .block[class] ul {
    list-style: none;
    padding-left: 12.5px; }
  .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: 50px;
    padding-top: 50px;
    position: relative; }
    .block-authentication .block[class] + .block::before {
      height: 36px;
      line-height: 34px;
      margin: -19px 0 -18px;
      min-width: 36px;
      background: #ffffff;
      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) {
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%; }
    .authentication-dropdown._show {
      z-index: 100;
      transform: scale(1, 1);
      transition: transform linear 0.1s, visibility 0s linear 0s;
      visibility: visible; }
  .authentication-wrapper {
    width: 33.33333%;
    text-align: right; }
  .block-authentication .block-title {
    font-size: 3.6rem;
    border-bottom: 0;
    margin-bottom: 31.25px; }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0; }
    .block-authentication .actions-toolbar > .primary .action {
      margin-right: 0; }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem; }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%; }
  .popup-authentication .block-authentication {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #c1c1c1; }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 12.5px 37.5px 0 0;
    width: 50%; }
    .popup-authentication .block[class] + .block {
      border-left: 1px solid #c1c1c1;
      border-top: 0;
      margin: 0;
      padding: 12.5px 0 0 50px; }
      .popup-authentication .block[class] + .block::before {
        left: 0;
        top: 50%; }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto; } }

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

.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-title {
  padding: 16px 0;
  margin: 0; }
  .checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    margin-right: 6.25px;
    vertical-align: middle; }
  .checkout-payment-method .payment-method-title .action-help {
    display: inline-block;
    margin-left: 6.25px; }

.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 25px 22px; }
  .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 25px; }

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

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

.checkout-payment-method .checkout-billing-address {
  margin: 0 0 25px; }
  .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: 25px; }

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

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

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-methods {
    margin: -15px; }
  .checkout-payment-method .payment-method-title {
    padding: 15px; }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 25px; }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 12.5px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0; }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%; }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 25px; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
      margin-left: 25.8%; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
      margin-left: 0; }
  .checkout-billing-address .action-update {
    float: right; }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 25px 0 0; } }

.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-title {
  padding: 16px 0; }
  .checkout-payment-method .payment-option-title .action-toggle {
    color: #000000;
    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: 32px;
      line-height: 16px;
      color: #000000;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      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: #000000; }
    .checkout-payment-method .payment-option-title .action-toggle:active:after {
      color: #000000; }

.checkout-payment-method .payment-option-content {
  padding: 0 0 25px 22px; }

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

.checkout-payment-method .credit-card-types {
  padding: 0; }
  .checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 6.25px 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 {
        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 {
    filter: grayscale(100%);
    transition: all 0.6s ease; }

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

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

.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: 25px;
  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; }

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

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

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

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

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

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

.checkout-container {
  margin-bottom: 0; }
  .checkout-container .messages {
    padding: 0; }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 0; }
    .checkout-container .opc-estimated-wrapper .estimated-block .estimated-label {
      font-family: "Futura Bold";
      font-weight: 400; }

.opc-wrapper {
  margin-top: 50px; }
  .opc-wrapper .step-title {
    font-family: "Futura Bold";
    text-transform: uppercase;
    font-size: 2rem; }
  .opc-wrapper .checkout-shipping-address .step-title:nth-child(2) {
    margin-top: 37.5px; }
  .opc-wrapper .checkout-shipping-address .step-title-inline {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 37.5px; }
  .opc-wrapper .checkout-shipping-address .form-login {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none; }
    .opc-wrapper .checkout-shipping-address .form-login .fieldset > .field {
      margin: 0; }
  .opc-wrapper .checkout-shipping-address .form-shipping-address {
    margin-top: 16px; }
    .opc-wrapper .checkout-shipping-address .form-shipping-address fieldset.field.street {
      padding: 0; }
      .opc-wrapper .checkout-shipping-address .form-shipping-address fieldset.field.street ~ .field {
        padding: 0; }
  .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.firstname"],
  .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.lastname"] {
    width: 50%;
    float: left; }
  .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.firstname"] {
    padding-right: 6.25px; }
  .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.lastname"] {
    padding-left: 6.25px; }
  .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.company"] {
    padding-right: 0; }
  .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.vat_id"] {
    padding-left: 0; }
  .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.shipping_email"] {
    width: 100%; }
  .opc-wrapper .checkout-shipping-address .fieldset.address .field[name$="shippingAddress.street.1"],
  .opc-wrapper .checkout-shipping-address .fieldset.address .field[name$="shippingAddress.street.2"] {
    margin-top: 12.5px; }
  .opc-wrapper .checkout-shipping-address .step-content {
    margin: 0; }
  .opc-wrapper .shipping-address-items > div.error.message > span::before {
    top: 22px; }
  .opc-wrapper .checkout-shipping-method .step-title {
    margin-top: 37.5px; }
  .opc-wrapper .tig-postcode-field-group > .field > .label,
  .opc-wrapper .fieldset > .field > .label, .opc-wrapper .fieldset > .fields > .field > .label {
    font-family: "Futura Bold" !important; }
  .opc-wrapper .tig-postcode-field-group .field {
    margin: 0 6.25px 20px; }
    .opc-wrapper .tig-postcode-field-group .field:first-child {
      margin-left: 0; }
    .opc-wrapper .tig-postcode-field-group .field:last-child {
      margin: 0 6.25px 20px;
      /* overrides default */
      margin-right: 0; }
    .opc-wrapper .tig-postcode-field-group .field .field-error span {
      max-width: 100%; }
  .opc-wrapper .tig-postcode-validation-message {
    width: initial;
    margin-top: 0; }
  .opc-wrapper .tig-postnl-delivery-time {
    padding-left: 0; }
  .opc-wrapper .tig-postnl-delivery-option {
    padding-right: 0; }
  .opc-wrapper .tig-postnl-delivery-radio {
    margin-top: 5px; }
  .opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"] {
    margin-right: 10px; }
  .opc-wrapper .checkout-billing-address .fieldset.address > .field[name$=".country_id"],
  .opc-wrapper .checkout-billing-address .fieldset.address > .field[name$=".telephone"] {
    width: 100%; }
  .opc-wrapper .checkout-billing-address .actions-toolbar .action-cancel {
    border-radius: 4px;
    background: #f2f2f2;
    color: #000000;
    border: none;
    padding: 14px 21px;
    font-size: 1.8rem;
    line-height: 2.4rem; }
    .opc-wrapper .checkout-billing-address .actions-toolbar .action-cancel:hover {
      background: #e2e2e2; }

.abs-field-tooltip .field .control._with-tooltip input, .field .control._with-tooltip .field .control._with-tooltip input, .abs-field-tooltip input, .field .control._with-tooltip input {
  margin-right: 0;
  width: 100%; }

.abs-field-tooltip .field-tooltip .field-tooltip-action, .field .control._with-tooltip .field-tooltip .field-tooltip-action {
  display: none; }

.opc-block-summary .items-in-cart > .title:after {
  top: 17px; }

.opc-block-summary .items-in-cart > .title strong {
  font-size: 18px !important; }

.modal-custom.opc-summary-wrapper .action-close {
  margin: 16px; }

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

.checkout-payment-method .payment-method-title img {
  height: 58px;
  width: auto;
  margin-left: 8px; }

.block-minicart .block-content > .actions .secondary {
  background: #ededed;
  margin: -25px;
  padding: 24px; }

@media only screen and (max-width: 767px) {
  .checkout-index-index .page-header {
    margin-bottom: 0; }
  .checkout-payment-method .payment-group .step-title {
    padding: 15px; }
  .minicart-wrapper .block-minicart {
    padding: 30px 10px 25px;
    overflow: hidden; }
  .block-minicart .block-content > .actions .secondary {
    margin-left: -10px;
    margin-right: -10px; } }

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

@media only screen and (min-width: 768px) {
  .checkout-index-index .page-header {
    margin-bottom: 50px; }
  .checkout-container {
    margin: 0 0 31.25px; }
    .checkout-container .messages {
      width: 60%;
      padding: 0 4rem; }
  .opc-wrapper {
    width: 60%;
    margin: 0 0 20px;
    padding: 0 4rem; }
    .opc-wrapper .fieldset > .field > .label {
      font-family: "Futura Bold"; }
    .opc-wrapper .step-title {
      font-size: 2.6rem; }
    .opc-wrapper .checkout-shipping-address .step-title-inline {
      padding: 0 8px; }
    .opc-wrapper .checkout-shipping-address .form-shipping-address fieldset.field.street {
      padding: 0 6.25px 0 8px; }
      .opc-wrapper .checkout-shipping-address .form-shipping-address fieldset.field.street ~ .field {
        padding: 0 8px 0 6.25px; }
    .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.company"],
    .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.vat_id"] {
      width: 50%;
      float: left; }
    .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.company"] {
      padding-right: 6.25px; }
    .opc-wrapper .checkout-shipping-address .fieldset.address > .field[name$="shippingAddress.vat_id"] {
      padding-left: 6.25px; }
    .opc-wrapper .checkout-billing-address .action-update {
      float: right; }
    .opc-wrapper .checkout-billing-address .action-cancel {
      float: left;
      margin: 0; }
    .opc-wrapper .form-shipping-address > .fieldset,
    .opc-wrapper .checkout-billing-address .fieldset.address {
      margin-left: -8px;
      margin-right: -8px; }
      .opc-wrapper .form-shipping-address > .fieldset:before, .opc-wrapper .form-shipping-address > .fieldset:after,
      .opc-wrapper .checkout-billing-address .fieldset.address:before,
      .opc-wrapper .checkout-billing-address .fieldset.address:after {
        content: '';
        display: table; }
      .opc-wrapper .form-shipping-address > .fieldset:after,
      .opc-wrapper .checkout-billing-address .fieldset.address:after {
        clear: both; }
      .opc-wrapper .form-shipping-address > .fieldset > .field,
      .opc-wrapper .checkout-billing-address .fieldset.address > .field {
        float: left;
        width: 50%;
        padding: 0 8px; }
        .opc-wrapper .form-shipping-address > .fieldset > .field[name$="shippingAddress.country_id"], .opc-wrapper .form-shipping-address > .fieldset > .field[name$="shippingAddress.telephone"],
        .opc-wrapper .checkout-billing-address .fieldset.address > .field[name$="shippingAddress.country_id"],
        .opc-wrapper .checkout-billing-address .fieldset.address > .field[name$="shippingAddress.telephone"] {
          width: 100%; }
    .opc-wrapper .form-shipping-address .tig-postcode-field-group,
    .opc-wrapper .checkout-billing-address .fieldset.address .tig-postcode-field-group {
      padding: 0 8px; }
      .opc-wrapper .form-shipping-address .tig-postcode-field-group > .field > .label,
      .opc-wrapper .checkout-billing-address .fieldset.address .tig-postcode-field-group > .field > .label {
        font-family: "Futura Bold"; }
    .opc-wrapper .form-shipping-address .tig-postcode-validation-message,
    .opc-wrapper .checkout-billing-address .fieldset.address .tig-postcode-validation-message {
      margin-left: 8px;
      margin-right: 8px; }
    .opc-wrapper .shipping-address-items {
      margin-top: 0; }
  .opc-sidebar {
    width: 40%;
    margin-top: -122px;
    background: #ededed; }
  .checkout-payment-method .discount-code .payment-option-title,
  .checkout-payment-method .discount-code .payment-option-content {
    padding-left: 0; }
  .opc-block-summary {
    background: transparent;
    padding: 18px 24px; }
    .opc-block-summary .minicart-items-wrapper {
      max-height: none;
      padding: 15px 0; }
    .opc-block-summary .items-in-cart > .title {
      margin-bottom: 15px; }
    .opc-block-summary .table-totals {
      color: #ffffff;
      background-color: #000000;
      border-radius: 4px;
      margin: 24px 0; }
      .opc-block-summary .table-totals td,
      .opc-block-summary .table-totals th {
        padding-top: 2px;
        padding-bottom: 2px; }
      .opc-block-summary .table-totals tr:first-child td,
      .opc-block-summary .table-totals tr:first-child th {
        padding-top: 16px; }
      .opc-block-summary .table-totals tr:last-child td,
      .opc-block-summary .table-totals tr:last-child th {
        padding-bottom: 16px; }
      .opc-block-summary .table-totals .mark {
        padding-left: 16px; }
      .opc-block-summary .table-totals .amount,
      .opc-block-summary .table-totals .grand .amount {
        padding-right: 16px; } }

.field.um-newsletter-subscribe {
  margin-top: 15px !important; }

.img-icon {
  height: 24px; }
  .img-icon.img-color-primary {
    color: #000000; }
  .img-icon.img-color-grey {
    color: #bbb; }

.has-icon .img-icon {
  left: 12px;
  position: absolute;
  top: 9px;
  z-index: 3; }

.has-icon.control,
.has-icon .control {
  position: relative; }

.has-icon.minisearch {
  position: relative; }

.has-icon .input-text,
.has-icon input[type="email"] {
  padding-left: 48px; }

.sales-order-history .column.main {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(130, 136, 148, 0.16), 0 1px 1px -1px rgba(130, 136, 148, 0.48);
  min-height: auto;
  padding: 20px; }

.sales-order-history.account .toolbar {
  margin-bottom: 20px; }

.sales-order-history.account .actions-toolbar {
  border-top: 1px solid #f6f6f6;
  padding-top: 20px; }

.block-new-customer .usp-list ul li {
  display: block;
  float: none;
  margin: 0 0 8px !important;
  font-size: 16px; }

.block-customer-login .block-title strong,
.block-new-customer .block-title strong {
  display: block; }

.block-customer-login .block-content,
.block-new-customer .block-content {
  padding: 25px 0; }

.block-customer-login .field.note,
.block-new-customer .field.note {
  display: none; }

.form.create.account .fieldset.create.info > .field {
  margin: 0 0 16px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  vertical-align: top; }
  .form.create.account .fieldset.create.info > .field > .label {
    margin: 0 0 6.25px;
    display: inline-block; }
  .form.create.account .fieldset.create.info > .field:last-child {
    margin-bottom: 0; }
  .form.create.account .fieldset.create.info > .field + .fieldset {
    clear: both; }
  .form.create.account .fieldset.create.info > .field > .label {
    font-weight: 700; }
    .form.create.account .fieldset.create.info > .field > .label + br {
      display: none; }
  .form.create.account .fieldset.create.info > .field .choice input {
    vertical-align: top; }
  .form.create.account .fieldset.create.info > .field .fields.group:before, .form.create.account .fieldset.create.info > .field .fields.group:after {
    content: '';
    display: table; }
  .form.create.account .fieldset.create.info > .field .fields.group:after {
    clear: both; }
  .form.create.account .fieldset.create.info > .field .fields.group .field {
    box-sizing: border-box;
    float: left; }
  .form.create.account .fieldset.create.info > .field .fields.group.group-2 .field {
    width: 50% !important; }
  .form.create.account .fieldset.create.info > .field .fields.group.group-3 .field {
    width: 33.3% !important; }
  .form.create.account .fieldset.create.info > .field .fields.group.group-4 .field {
    width: 25% !important; }
  .form.create.account .fieldset.create.info > .field .fields.group.group-5 .field {
    width: 20% !important; }
  .form.create.account .fieldset.create.info > .field .addon {
    display: inline-flex;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%; }
    .form.create.account .fieldset.create.info > .field .addon textarea,
    .form.create.account .fieldset.create.info > .field .addon select,
    .form.create.account .fieldset.create.info > .field .addon input {
      order: 2;
      flex-basis: 100%;
      display: inline-block;
      margin: 0;
      width: auto; }
    .form.create.account .fieldset.create.info > .field .addon .addbefore,
    .form.create.account .fieldset.create.info > .field .addon .addafter {
      background: #ffffff;
      background-clip: padding-box;
      border: 1px solid #d7d7d7;
      border-radius: 4px;
      color: #000000;
      font-family: "Helvetica Neue", sans-serif;
      font-size: 16px;
      height: 40px;
      line-height: 1.6;
      padding: 0 9px;
      vertical-align: baseline;
      width: 100%;
      box-sizing: border-box;
      order: 3;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
      width: auto; }
      .form.create.account .fieldset.create.info > .field .addon .addbefore:disabled,
      .form.create.account .fieldset.create.info > .field .addon .addafter:disabled {
        opacity: 0.5; }
      .form.create.account .fieldset.create.info > .field .addon .addbefore::-moz-placeholder,
      .form.create.account .fieldset.create.info > .field .addon .addafter::-moz-placeholder {
        color: #696969; }
      .form.create.account .fieldset.create.info > .field .addon .addbefore::-webkit-input-placeholder,
      .form.create.account .fieldset.create.info > .field .addon .addafter::-webkit-input-placeholder {
        color: #696969; }
      .form.create.account .fieldset.create.info > .field .addon .addbefore:-ms-input-placeholder,
      .form.create.account .fieldset.create.info > .field .addon .addafter:-ms-input-placeholder {
        color: #696969; }
    .form.create.account .fieldset.create.info > .field .addon .addbefore {
      float: left;
      order: 1; }
  .form.create.account .fieldset.create.info > .field .additional {
    margin-top: 8px; }
  .form.create.account .fieldset.create.info > .field.required > .label:after,
  .form.create.account .fieldset.create.info > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.4rem;
    margin: 0 0 0 6.25px; }
  .form.create.account .fieldset.create.info > .field .note {
    font-size: 1.4rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none; }
    .form.create.account .fieldset.create.info > .field .note:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 14px;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }

.box {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(130, 136, 148, 0.16), 0 1px 1px -1px rgba(130, 136, 148, 0.48);
  padding-bottom: 20px; }
  .box .box-title {
    border-bottom: 1px solid #f6f6f6;
    padding: 20px; }
  .box .box-content,
  .box .box-actions {
    padding: 0 20px; }
  .box .box-actions {
    border-top: 1px solid #f6f6f6;
    margin-top: 20px;
    padding-top: 20px; }
    .box .box-actions .action.edit {
      display: inline-block;
      text-decoration: none;
      background-image: none;
      background: #fbe400;
      border: none;
      color: #000000;
      cursor: pointer;
      display: inline-block;
      font-family: "Futura Bold";
      font-weight: 300;
      padding: 14px 21px;
      font-size: 1.8rem;
      box-sizing: border-box;
      vertical-align: middle;
      line-height: 2rem;
      padding: 8px 16px;
      font-size: 1.4rem; }
      .box .box-actions .action.edit:hover, .box .box-actions .action.edit:active, .box .box-actions .action.edit:focus {
        text-decoration: none; }
      .box .box-actions .action.edit:focus, .box .box-actions .action.edit:active {
        background: #fbe400;
        border: none;
        color: #000000; }
      .box .box-actions .action.edit:hover {
        background: #000000;
        border: none;
        color: #ffffff; }
      .box .box-actions .action.edit.disabled, .box .box-actions .action.edit[disabled],
      fieldset[disabled] .box .box-actions .action.edit {
        opacity: 0.5;
        cursor: default;
        pointer-events: none; }
    .box .box-actions .action.change-password {
      display: inline-block;
      text-decoration: none;
      background-image: none;
      background: #f2f2f2;
      border: none;
      color: #000000;
      cursor: pointer;
      display: inline-block;
      font-family: "Futura Bold";
      font-weight: 300;
      margin: 0;
      padding: 14px 21px;
      font-size: 1.8rem;
      line-height: 2.4rem;
      box-sizing: border-box;
      vertical-align: middle;
      line-height: 2rem;
      padding: 8px 16px;
      font-size: 1.4rem; }
      .box .box-actions .action.change-password:hover, .box .box-actions .action.change-password:active, .box .box-actions .action.change-password:focus {
        text-decoration: none; }
      .box .box-actions .action.change-password:focus, .box .box-actions .action.change-password:active {
        background: #e2e2e2;
        border: none;
        color: #000000; }
      .box .box-actions .action.change-password:hover {
        background: #e2e2e2;
        border: none;
        color: #000000; }
      .box .box-actions .action.change-password.disabled, .box .box-actions .action.change-password[disabled],
      fieldset[disabled] .box .box-actions .action.change-password {
        opacity: 0.5;
        cursor: default;
        pointer-events: none; }

.form-address-edit,
.form-edit-account,
.form-newsletter-manage {
  box-shadow: 0 0 0 1px rgba(130, 136, 148, 0.16), 0 1px 1px -1px rgba(130, 136, 148, 0.48);
  position: relative; }

.block-dashboard-orders .block-content {
  box-shadow: 0 0 0 1px rgba(130, 136, 148, 0.16), 0 1px 1px -1px rgba(130, 136, 148, 0.48); }
  .block-dashboard-orders .block-content .table-wrapper.orders-recent {
    border-bottom: 0;
    margin-top: 0; }

@media only screen and (max-width: 767px) {
  .account .column.main .block:not(.widget) .block-title > .action {
    margin-top: 0; }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 50px; }
    .account .column.main .block:not(.widget) .block-content .box:last-child {
      margin-bottom: 50px; }
  .block-addresses-list {
    margin-bottom: 37.5px; } }

@media only screen and (max-width: 639px) {
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 16px; } }

@media only screen and (min-width: 768px) {
  .block-customer-login,
  .block-new-customer {
    box-shadow: 0 0 0 1px rgba(130, 136, 148, 0.16), 0 1px 1px -1px rgba(130, 136, 148, 0.48);
    min-height: 400px; }
    .block-customer-login .block-title strong,
    .block-new-customer .block-title strong {
      display: block;
      padding-left: 20px;
      padding-right: 20px; }
    .block-customer-login .block-content,
    .block-new-customer .block-content {
      padding: 20px; }
  .form.create.account,
  .form.password.forget {
    box-shadow: 0 0 0 1px rgba(130, 136, 148, 0.16), 0 1px 1px -1px rgba(130, 136, 148, 0.48);
    min-width: 780px;
    padding: 20px 50px; }
    .form.create.account .action.primary,
    .form.password.forget .action.primary {
      min-width: 232px; }
  .account .page-title,
  .customer-account-login .page-title,
  .customer-account-create .page-title,
  .customer-account-forgotpassword .page-title {
    margin-bottom: 37.5px; }
  .box .box-content {
    min-height: 120px; }
  .form-address-edit,
  .form-edit-account,
  .form-newsletter-manage {
    padding: 20px; }
  .account .column.main .block {
    margin-bottom: 31.25px; }
  .form-address-edit .actions-toolbar {
    clear: both; }
  .form-edit-account .fieldset {
    max-width: 380px; } }

@media only screen and (min-width: 1024px) {
  .block-customer-login .block-title strong,
  .block-new-customer .block-title strong {
    padding-left: 50px;
    padding-right: 50px; }
  .block-customer-login .block-content,
  .block-new-customer .block-content {
    padding: 20px 50px; }
  .form-address-edit,
  .form-edit-account,
  .form-newsletter-manage {
    padding: 20px 50px; } }

.block-collapsible-nav {
  background: #ffffff; }
  .block-collapsible-nav .content {
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(130, 136, 148, 0.12), 0 8px 12px -4px rgba(130, 136, 148, 0.24);
    padding: 0; }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item > strong {
    border-left: 3px solid transparent;
    display: block;
    padding: 5px 18px 5px 15px; }
  .block-collapsible-nav .item a {
    text-decoration: none; }
    .block-collapsible-nav .item a:hover {
      background: #f6f6f6; }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item strong {
    border-bottom: 1px solid #f6f6f6;
    padding: 15px 20px; }
  .block-collapsible-nav .item.current a,
  .block-collapsible-nav .item.current > strong {
    border-color: #f6f6f6;
    color: #000000; }
  .block-collapsible-nav .item.current a {
    border-color: #f6f6f6; }
  .block-collapsible-nav .item.current a,
  .block-collapsible-nav .item.current strong {
    background: #f6f6f6; }
  .block-collapsible-nav .item:last-child a,
  .block-collapsible-nav .item:last-child strong {
    border-bottom: 0; }

@media only screen and (max-width: 767px) {
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 10; }
    .block-collapsible-nav .content {
      display: none; }
      .block-collapsible-nav .content.active {
        display: block; } }

.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px; }

.block-addresses-list .items.addresses > .item {
  margin-bottom: 25px; }
  .block-addresses-list .items.addresses > .item:last-child {
    margin-bottom: 0; }

.form-address-edit #region_id {
  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: 26px; }

.fieldset .fullname.field > .label + .control {
  width: 100%; }

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

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

.account .sidebar-additional {
  margin-top: 40px; }

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

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

.account-nav .content {
  background: #ffffff;
  padding: 15px 0; }

.account-nav .item {
  margin: 3px 0 0; }
  .account-nav .item:first-child {
    margin-top: 0; }
  .account-nav .item a,
  .account-nav .item > strong {
    border-left: 3px solid transparent;
    display: block;
    padding: 6.25px 18px 6.25px 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: #ff5501;
    font-weight: 600; }
  .account-nav .item.current a {
    border-color: #ff5501; }
  .account-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 12.5px 1.8rem; }

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

.block .title {
  margin-bottom: 12.5px; }
  .block .title strong {
    font-family: "Futura Bold";
    font-weight: 700;
    line-height: 1.1;
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
    .column.main .block .title strong {
      font-size: 2.4rem; }

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

.block .box-actions {
  margin-top: 6.25px; }

.field.password .control {
  display: flex;
  flex-direction: column; }
  .field.password .control .mage-error {
    order: 2; }
  .field.password .control .input-text {
    order: 0;
    z-index: 2; }

.password-strength-meter {
  background-color: #ededed;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  position: relative;
  z-index: 1; }
  .password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .password-none .password-strength-meter:before {
    background-color: #ededed;
    width: 100%; }
  .password-weak .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%; }
  .password-medium .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%; }
  .password-strong .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
  .password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

.control.captcha-image {
  margin-top: 12.5px; }
  .control.captcha-image .captcha-img {
    vertical-align: middle; }

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

@media only screen and (max-width: 767px) {
  .login-container .fieldset:after {
    text-align: center; }
  .account .page.messages {
    margin-bottom: 50px; }
  .control.captcha-image .captcha-img {
    margin-bottom: 12.5px;
    display: block; }
  .customer-account-index .page-title-wrapper {
    position: relative; } }

@media only screen and (min-width: 768px) {
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 37.5px; }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left; }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 0;
    box-sizing: border-box;
    float: left; }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left; }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%; }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%; }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%; }
  .block-addresses-list .items.addresses {
    font-size: 0; }
    .block-addresses-list .items.addresses > .item {
      display: inline-block;
      font-size: 16px;
      margin-bottom: 25px;
      vertical-align: top;
      width: 48.8%; }
      .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
        margin-bottom: 0; }
      .block-addresses-list .items.addresses > .item:nth-child(even) {
        margin-left: 2.4%; }
  .control.captcha-image .captcha-img {
    margin: 0 12.5px 12.5px 0; } }

.downloadable.samples {
  margin-bottom: 25px; }
  .downloadable.samples dd {
    margin: 0 0 12.5px; }

.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: 31.25px; }

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

@media only screen and (min-width: 768px) {
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%; }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%; }
    .page-product-downloadable .product-options-bottom .field.qty + .actions {
      padding-top: 0; } }

.cart-summary .block.giftcard .action.check {
  line-height: 2rem;
  padding: 8px 16px;
  font-size: 1.4rem;
  margin-top: 25px; }

.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left; }
  .page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 16px; }

.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 16px; }

.giftcard-account .please-wait {
  display: none; }

.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 37.5px; }

.opc-wrapper .form-giftcard-account {
  max-width: 500px; }
  .opc-wrapper .form-giftcard-account .field {
    margin: 0 0 25px; }

.opc-wrapper .giftcard-account-info {
  margin: 0 0 25px; }
  .opc-wrapper .giftcard-account-info .giftcard-account-number {
    margin: 0 0 12.5px; }

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

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

.gift-options-title {
  margin: 0 0 25px; }

.gift-options-content .fieldset {
  margin: 0 0 25px; }

.gift-summary .actions-toolbar > .secondary {
  float: none; }
  .gift-summary .actions-toolbar > .secondary .action {
    margin: 12.5px 25px 0 0; }

.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 12.5px;
  margin-right: 12.5px;
  display: inline-block;
  text-decoration: none; }
  .action-gift:hover, .action-gift:active, .action-gift:focus {
    text-decoration: none; }
  .action-gift:last-child {
    margin-right: 0; }
  .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action-gift:hover:after {
    color: inherit; }
  .action-gift:active:after {
    color: inherit; }
  .action-gift.active:after, .action-gift._active:after {
    content: ""; }

.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 12.5px 0 25px;
  text-align: left;
  width: 100%; }
  .cart.table-wrapper .gift-content._active {
    display: block; }

.gift-item-block {
  margin: 0; }
  .gift-item-block._active .title:after {
    content: ""; }
  .gift-item-block .title {
    font-weight: 700;
    border-radius: 3px;
    background-image: none;
    background: #f2f2f2;
    border: none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Bold";
    font-weight: 300;
    margin: 20px 0 0;
    padding: 7px 15px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none; }
    .gift-item-block .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      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: #e2e2e2;
      border: none;
      color: #000000; }
    .gift-item-block .title:hover {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .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: 12.5px 12.5px 25px;
    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: 12.5px 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: 25px;
  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: inherit;
    content: "";
    font-family: "icons-blank-theme";
    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 #ededed;
  padding-top: 12.5px; }

@media only screen and (max-width: 767px) {
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%; }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0; }
  .cart.table-wrapper .gift-content {
    margin-right: -12.5px; } }

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

@media only screen and (min-width: 768px) {
  .gift-message .field {
    margin-bottom: 25px; }
  .gift-options {
    position: relative;
    z-index: 1; }
    .gift-options .actions-toolbar {
      clear: both;
      float: right;
      position: static; }
      .gift-options .actions-toolbar .secondary {
        float: right; }
        .gift-options .actions-toolbar .secondary .action {
          float: right;
          margin-left: 25px; }
        .gift-options .actions-toolbar .secondary .action-cancel {
          display: block;
          float: left;
          margin-top: 6px; }
      .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; }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem; }
  .cart.table-wrapper .action-gift {
    float: left; }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%; } }

.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 50px; }

.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%; }

.table-giftregistry-items .product-image {
  float: left;
  margin-right: 12.5px; }

.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 6.25px; }
  .cart-summary .form.giftregistry .fieldset .field {
    margin: 0 0 12.5px; }
    .cart-summary .form.giftregistry .fieldset .field .control {
      float: none;
      width: auto; }
  .cart-summary .form.giftregistry .fieldset .action.primary {
    margin-bottom: 0; }

.form-giftregistry-search {
  margin-bottom: 75px; }
  .form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
    margin-bottom: 0; }

.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center; }

.block-giftregistry .actions-toolbar {
  margin: 17px 0 0; }

.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 31.25px; }

.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #ededed; }

.block-giftregistry-shared-items .col {
  padding: 25px 8px 12.5px; }
  .block-giftregistry-shared-items .col .price-box {
    display: inline-block; }
  .block-giftregistry-shared-items .col .price-wrapper {
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    white-space: nowrap; }

.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0; }

.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 12.5px 0; }

.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 6.25px; }

@media only screen and (max-width: 639px) {
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block; }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .form-giftregistry-search .fieldset {
    margin-bottom: 16px; }
    .form-giftregistry-search .fieldset > .fields-specific-options > .field {
      margin: 0 0 16px; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
        margin: 0 0 6.25px;
        display: inline-block; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before, .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
        display: none; }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 25px 0 0;
    vertical-align: top;
    width: 1%; }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal; }
  .block-giftregistry-shared-items .col.product {
    width: 48%; }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center; }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px; }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px; } }

.gift-wrapping .label {
  margin: 0 0 6.25px;
  display: inline-block; }

.gift-wrapping .field {
  margin-bottom: 12.5px; }

.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 25px 0; }

.gift-wrapping-list {
  list-style: none;
  margin: 25px 0 12.5px;
  padding: 0; }
  .gift-wrapping-list .no-image {
    background: #f2f2f2;
    display: inline-block;
    text-decoration: none; }
    .gift-wrapping-list .no-image > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .gift-wrapping-list .no-image:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 38px;
      line-height: 4rem;
      color: #494949;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-wrapping-list .no-image:after {
      display: block; }

.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.gift-wrapping-item {
  float: left;
  margin: 0 12.5px 12.5px 0; }
  .gift-wrapping-item:last-child {
    margin-right: 0; }
  .gift-wrapping-item._active span:before {
    border: 3px solid #333;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .gift-wrapping-item > span {
    height: 4rem;
    width: 4rem; }

.gift-wrapping-title {
  margin: 12.5px 0; }
  .gift-wrapping-title .action-remove {
    margin-left: 6.25px; }

.gift-options-content .fieldset > .field {
  margin: 0 0 6.25px; }
  .gift-options-content .fieldset > .field:before {
    display: none; }

.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0; }

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 25px 0; }
  .opc-wrapper .data.table .gift-wrapping .title,
  .table-order-items .gift-wrapping .title,
  .table-order-review .gift-wrapping .title {
    float: none; }
  .opc-wrapper .data.table .gift-wrapping .content,
  .table-order-items .gift-wrapping .content,
  .table-order-review .gift-wrapping .content {
    margin: 0; }
    .opc-wrapper .data.table .gift-wrapping .content > img,
    .table-order-items .gift-wrapping .content > img,
    .table-order-review .gift-wrapping .content > img {
      float: left;
      margin: 0 12.5px 0 0;
      max-height: 50px;
      max-width: 50px; }

.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px; }

.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": "; }

.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700; }

.order-options .item {
  padding-bottom: 25px; }

.order-options .product {
  margin-bottom: 12.5px; }

.order-options .product-image-container {
  float: left;
  padding-right: 12.5px; }

.order-options .gift-wrapping {
  margin-bottom: 12.5px; }

@media only screen and (max-width: 767px) {
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 25px;
    padding-bottom: 12.5px; }
  .gift-wrapping-list {
    width: 100%; }
  .gift-wrapping-preview img {
    width: 100%; }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block; } }

@media only screen and (min-width: 768px) {
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 25px;
    width: 50%; }
    .gift-options-cart-item .gift-wrapping + .gift-message,
    .cart-gift-item .gift-wrapping + .gift-message {
      border-left: 1px solid #c1c1c1;
      box-sizing: border-box;
      float: left;
      padding-left: 4.5rem;
      width: 50%; } }

.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 #ededed; }

.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 #ededed; }

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

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

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

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

.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .form-add-invitations .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .form-add-invitations .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .form-add-invitations .action.add:hover:before {
    color: inherit; }
  .form-add-invitations .action.add:active:before {
    color: inherit; }

@media only screen and (max-width: 767px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 16px; } }

@media only screen and (min-width: 768px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 16px; }
  .table-invitations .col {
    width: 50%; } }

.filter.block {
  margin-bottom: 24px; }

.filter-title strong {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d9d9da;
  background-color: #ffffff;
  font-family: "Futura Bold";
  padding: 14px 16px 11px;
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  min-width: 164px;
  display: inline-block;
  text-decoration: none; }
  .filter-title strong:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    content: "";
    font-family: "dwd-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .filter-title strong:before {
    margin-right: 16px;
    margin-top: -2px; }
  .filter-title strong[data-count]:after {
    content: " (" attr(data-count) ")";
    font-family: "Futura Medium"; }

.filter-current {
  margin: 0; }
  .filter-current .items {
    padding: 24px 16px 5px; }
  .filter-current .item {
    display: inline-block;
    background-color: #ededed;
    line-height: 28px;
    padding: 3px 25px 3px 8px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin: 0 6px 8px 0; }
  .filter-current .action.remove {
    right: -2px;
    position: absolute;
    top: 2px; }
    .filter-current .action.remove:before {
      color: #707173;
      font-size: 30px; }
  .filter-current-subtitle {
    border-bottom: 1px solid #ededed;
    font-family: "Futura Bold";
    font-size: 14px;
    line-height: 40px;
    padding: 16px 46px 16px 16px;
    display: block;
    position: relative; }

.filter-actions {
  padding: 0 16px 25px;
  border-bottom: 1px solid #ededed; }
  .filter-actions .filter-clear {
    text-decoration: underline;
    color: #7f8183; }
    .filter-actions .filter-clear:hover {
      text-decoration: none; }

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

.filter-options {
  margin: 0; }
  .filter-options-item.active .filter-options-title {
    border-bottom: 1px solid #ededed; }
  .filter-options-title {
    border-top: 1px solid #ededed;
    cursor: pointer;
    font-family: "Futura Bold";
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 16px 46px 16px 16px;
    position: relative;
    text-transform: capitalize;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none; }
    .filter-options-title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .filter-options-title:after {
      position: absolute;
      right: 5px;
      top: 17px; }
    .active > .filter-options-title:after {
      content: ""; }
  .filter-options-content {
    margin: 0;
    padding: 24px 16px; }
    .filter-options-content .item {
      margin: 0 0 8px; }
      .filter-options-content .item:last-child {
        margin: 0; }
    .filter-options-content .count {
      color: #7f8082; }
      .filter-options-content .count:before {
        content: '('; }
      .filter-options-content .count:after {
        content: ')'; }

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

.filter .filter-current-subtitle[data-count]:before,
.filter-options-title[data-count]:before {
  content: attr(data-count);
  font-family: "Helvetica Neue Bold";
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  background-color: #fbe400;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  position: absolute;
  right: 16px;
  top: 24px; }

.filter-options-title[data-count]:before {
  right: 50px; }

.filter-options-item:first-child .filter-options-title {
  border-top: none; }

.filter-options-content .item input[type="checkbox"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .filter-options-content .item input[type="checkbox"] + label {
    position: relative;
    display: block;
    padding-left: 32px;
    cursor: pointer; }
  .filter-options-content .item input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #d9d9da;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0; }
  .filter-options-content .item input[type="checkbox"]:checked + label:after {
    content: "";
    font-family: "dwd-icons";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: #000307;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    left: 3px;
    top: 3px; }

.filter-options-item.veelgebruikte .filter-options-title {
  pointer-events: none; }
  .filter-options-item.veelgebruikte .filter-options-title:after {
    content: ''; }

.filter-options-item.veelgebruikte .filter-options-content {
  padding-bottom: 16px; }

.filter-veelgebruikte ul,
.filter-options-item.veelgebruikte .filter-options-content ul {
  margin: 0;
  padding: 0;
  list-style: none none; }

.filter-veelgebruikte li,
.filter-options-item.veelgebruikte .filter-options-content li {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ededed;
  line-height: 24px;
  padding: 4px 8px;
  margin: 0 5px 8px 0; }

.apply-filters {
  padding: 20px 16px 40px; }
  .apply-filters .action {
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: #fbe400;
    border: none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Bold";
    font-weight: 300;
    margin: 0;
    padding: 12px 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    width: 100%; }
    .apply-filters .action:hover, .apply-filters .action:active, .apply-filters .action:focus {
      text-decoration: none; }
    .apply-filters .action:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.4rem;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "dwd-icons";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .apply-filters .action:hover:after {
      color: inherit; }
    .apply-filters .action:active:after {
      color: inherit; }
    .apply-filters .action:focus, .apply-filters .action:active {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .apply-filters .action:hover {
      background: #fbe400;
      border: none;
      color: #000000; }
    .apply-filters .action.disabled, .apply-filters .action[disabled],
    fieldset[disabled] .apply-filters .action {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    .apply-filters .action:after {
      float: right; }

@media only screen and (max-width: 767px) {
  body.filter-active .page-header {
    display: none; }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden; }
  body.filter-active .columns {
    z-index: 999; }
  .filter:before, .filter:after {
    content: '';
    display: table; }
  .filter:after {
    clear: both; }
  .filter .filter-content {
    display: none; }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99; }
    .filter.active .filter-options-item:last-child {
      margin-bottom: 50px; }
      .filter.active .filter-options-item:last-child .filter-options-title {
        border-bottom: 1px solid #ededed; }
    .filter.active .filter-title {
      border-bottom: 1px solid #ededed;
      background-color: #ffffff;
      height: 64px;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 11;
      margin: 0; }
      .filter.active .filter-title strong {
        border: 0;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        font-size: 24px;
        padding: 23px 16px 0;
        position: relative;
        display: inline-block;
        text-decoration: none; }
        .filter.active .filter-title strong:before {
          content: 'Sluiten';
          font-size: 10px;
          font-family: "Helvetica Neue";
          position: absolute;
          right: 0;
          top: 38px;
          text-transform: none; }
        .filter.active .filter-title strong:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 50px;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "icons-blank-theme";
          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: 6px;
          top: 18px; }
    .filter.active .filter-content {
      background: #ffffff;
      bottom: 0;
      display: block;
      left: 0;
      overflow: scroll;
      position: fixed;
      right: 0;
      top: 62px;
      z-index: 10; }
  .page-with-filter .columns .sidebar-main {
    order: 0; }
  .apply-filters {
    margin-top: -50px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0; }
  .filter-veelgebruikte .filter-veelgebruikte-title {
    font-family: "Futura Bold";
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 16px; }
  .filter-veelgebruikte ul {
    max-width: calc(100vw - 32px);
    white-space: nowrap;
    overflow-x: auto; }
  .sidebar .block.filter:not(.active) .filters-group.scrollWith .block-title {
    margin: 0 auto;
    width: auto;
    text-align: center;
    float: none; }
    .sidebar .block.filter:not(.active) .filters-group.scrollWith .block-title strong {
      width: auto;
      min-width: 0;
      background-color: #fbe400;
      border-radius: 10px;
      border: none;
      padding: 11px; }
  .sidebar .block.filter:not(.active) .block-title {
    margin-top: 16px;
    margin-right: 16px;
    float: left;
    width: calc(50% - 8px); }
    .sidebar .block.filter:not(.active) .block-title strong {
      width: 100%; }
  .filter-options-item.veelgebruikte {
    display: none; }
  .column.main .category-short-description {
    display: none; }
  .sidebar-main .category-short-description {
    border-bottom: 1px solid #ededed;
    margin: 0 -16px;
    padding: 0 16px 24px; }
  .filter-sorter {
    width: calc(50% - 8px);
    margin-top: 16px;
    float: right;
    position: relative;
    overflow: hidden;
    display: none; }
    .filter-sorter .label {
      font-family: "Futura Bold";
      font-size: 16px;
      line-height: 20px;
      padding: 14px 16px 11px;
      position: absolute;
      background-color: #ffffff;
      right: 0;
      top: 0;
      pointer-events: none;
      text-align: center;
      border-radius: 4px;
      border: 1px solid #d9d9da;
      width: 100%;
      display: inline-block;
      text-decoration: none; }
      .filter-sorter .label:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: 20px;
        color: inherit;
        content: "";
        font-family: "dwd-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .filter-sorter .label:before {
        margin-right: 16px;
        margin-top: -2px; }
    .filter-sorter .options {
      height: 48px;
      width: 100%; }
  .filters-group.scrollWith {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0 16px;
    border-bottom: none;
    z-index: 20; }
    .filters-group.scrollWith .filter-sorter {
      display: none; } }

@media only screen and (min-width: 768px) {
  .filter.block {
    background-color: #f9f9f9;
    margin-bottom: 32px; }
  .filter-title {
    display: none; }
  .filter-current-subtitle, .filter-options-content, .filter-options-title {
    padding-left: 24px;
    padding-right: 24px; }
  .apply-filters {
    display: none; }
  .sidebar-main .filter-veelgebruikte,
  .sidebar-main .page-title-wrapper,
  .sidebar-main .category-short-description,
  .sidebar-main .filter-sorter {
    display: none; } }

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

.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 12.5px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box; }
  .map-popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .map-popup .popup-header .title {
      font-family: "Futura Bold";
      font-weight: 300;
      line-height: 1.1;
      font-size: 2.4rem;
      margin-top: 1.875rem;
      margin-bottom: 1.25rem; }
  .map-popup .popup-content {
    margin: 12.5px 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;
    font-weight: 400;
    right: 12.5px;
    top: 12.5px; }
    .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: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      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; }
  .map-popup .map-info-price {
    margin-bottom: 15px; }
    .map-popup .map-info-price .price-box {
      margin: 0 0 25px; }
      .map-popup .map-info-price .price-box .label:after {
        content: ': '; }
  .map-popup .regular-price .price-label {
    display: none; }

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

.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, .map-show-info.action-gift {
  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;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline; }
  button.map-show-info:focus, .cart.table-wrapper .actions-toolbar > .map-show-info.action:focus, .map-show-info.action-gift:focus, button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active {
    background: none;
    border: none; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    background: none;
    border: none; }
  button.map-show-info.disabled, .cart.table-wrapper .actions-toolbar > .map-show-info.disabled.action, .map-show-info.disabled.action-gift, button.map-show-info[disabled], .cart.table-wrapper .actions-toolbar > .map-show-info.action[disabled], .map-show-info.action-gift[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,
  fieldset[disabled] .map-show-info.action-gift {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  button.map-show-info:visited, .cart.table-wrapper .actions-toolbar > .map-show-info.action:visited, .map-show-info.action-gift:visited {
    color: #000000;
    text-decoration: none; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    color: #000000;
    text-decoration: none; }
  button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active {
    color: #000000;
    text-decoration: none; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    color: #000000; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover, button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active, button.map-show-info:focus, .cart.table-wrapper .actions-toolbar > .map-show-info.action:focus, .map-show-info.action-gift:focus {
    background: none;
    border: 0; }
  button.map-show-info.disabled, .cart.table-wrapper .actions-toolbar > .map-show-info.disabled.action, .map-show-info.disabled.action-gift, button.map-show-info[disabled], .cart.table-wrapper .actions-toolbar > .map-show-info.action[disabled], .map-show-info.action-gift[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,
  fieldset[disabled] .map-show-info.action-gift {
    color: #000000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .map-popup {
    max-width: 100%; }
  .map-old-price,
  .map-show-info {
    display: inline-block; }
    .map-old-price:not(:last-child),
    .map-show-info:not(:last-child) {
      margin-bottom: 12.5px; } }

.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .wishlist.split.button:before, .wishlist.split.button:after {
    content: '';
    display: table; }
  .wishlist.split.button:after {
    clear: both; }
  .wishlist.split.button .action.split {
    float: left;
    margin: 0; }
  .wishlist.split.button .action.toggle {
    float: right;
    margin: 0; }
  .wishlist.split.button button.action.split, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action.split, .wishlist.split.button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .wishlist.split.button 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, .wishlist.split.button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .wishlist.split.button .action.toggle {
    display: inline-block;
    text-decoration: none; }
    .wishlist.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; }
    .wishlist.split.button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #000000;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.split.button .action.toggle:hover:after {
      color: #000000; }
    .wishlist.split.button .action.toggle:active:after {
      color: inherit; }
    .wishlist.split.button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .wishlist.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; }
      .wishlist.split.button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #000000;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .wishlist.split.button .action.toggle.active:hover:after {
        color: #000000; }
      .wishlist.split.button .action.toggle.active:active:after {
        color: inherit; }
  .wishlist.split.button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .wishlist.split.button .items li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .wishlist.split.button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .wishlist.split.button .items:before, .wishlist.split.button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .wishlist.split.button .items:before {
      border: 6px solid;
      border-color: transparent transparent #ffffff transparent;
      z-index: 99; }
    .wishlist.split.button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .wishlist.split.button .items:before {
      left: 10px;
      top: -12px; }
    .wishlist.split.button .items:after {
      left: 9px;
      top: -14px; }
  .wishlist.split.button.active {
    overflow: visible; }
    .wishlist.split.button.active .items {
      display: block; }
  .wishlist.split.button .items {
    text-align: left; }
    .wishlist.split.button .items .item:last-child:hover {
      background: #e8e8e8; }
  .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before {
    content: ""; }
  .table-comparison .wishlist.split.button > .action:active, .table-comparison .wishlist.split.button > .action:focus, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:hover {
    color: #000000; }
  .table-comparison .wishlist.split.button > .action.toggle:before,
  .product-items .wishlist.split.button > .action.toggle:before {
    border-left: 1px solid #4d4d4d;
    content: '';
    float: left;
    height: 15px;
    margin-top: 3px; }
  .product-info-main .wishlist.split.button .action.split, .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.split,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.split,
  .product-add-form .wishlist.split.button .action.toggle {
    line-height: 2rem;
    padding: 8px 16px;
    font-size: 1.4rem; }
  .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.toggle {
    padding: 0; }
  .cart.table-wrapper .wishlist.split.button {
    margin-bottom: 12.5px; }
    .cart.table-wrapper .wishlist.split.button > .action.toggle {
      padding: 4px 6.25px; }

.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0; }
  .wishlist.window.popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .wishlist.window.popup .popup-header .title {
      font-family: "Futura Bold";
      font-weight: 300;
      line-height: 1.1;
      font-size: 2.4rem;
      margin-top: 1.875rem;
      margin-bottom: 1.25rem; }
  .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;
    font-weight: 400;
    right: 12.5px;
    top: 12.5px; }
    .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: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      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; }
  .wishlist.window.popup.active {
    display: block; }

.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  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; }
  .block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 600; }
  .block-wishlist-management .wishlist-title {
    margin-bottom: 12.5px; }
    .block-wishlist-management .wishlist-title strong {
      font-weight: 300;
      margin-right: 12.5px; }
  .block-wishlist-management .wishlist-notice {
    color: #000000;
    display: inline-block;
    margin-right: 25px; }
  .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block; }
  .block-wishlist-management .wishlist-toolbar-select {
    margin-right: 25px; }
  .block-wishlist-management .wishlist-dropdown.move {
    margin-right: 25px; }

.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 75px;
  max-width: 500px; }

.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center; }

.block-wishlist-info-items .block-title {
  margin-bottom: 25px;
  font-size: 2.2rem; }
  .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: 25px; }

.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 12.5px; }

.block-wishlist-info-items .split {
  clear: both;
  padding: 12.5px 0; }

.block-wishlist-info-items .action.towishlist {
  padding: 12.5px 0; }

.block-wishlist-info-items .input-text.qty {
  margin-right: 12.5px; }

@media only screen and (max-width: 767px) {
  .block-wishlist-management {
    clear: both;
    margin-top: -21px; }
    .block-wishlist-management .wishlist-select {
      margin: 0 -16px 20px; }
      .block-wishlist-management .wishlist-select-items {
        border-bottom: 1px solid #ededed;
        background: #ffffff;
        display: none;
        padding: 15px 0; }
        .block-wishlist-management .wishlist-select-items.active {
          display: block; }
        .block-wishlist-management .wishlist-select-items .item {
          margin: 3px 0 0; }
          .block-wishlist-management .wishlist-select-items .item:first-child {
            margin-top: 0; }
          .block-wishlist-management .wishlist-select-items .item.current {
            display: none; }
          .block-wishlist-management .wishlist-select-items .item a {
            display: block;
            padding: 6.25px 18px;
            text-decoration: none; }
            .block-wishlist-management .wishlist-select-items .item a:hover {
              background: #e8e8e8; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 2.6rem; }
    .block-wishlist-management .wishlist-info {
      margin-bottom: 15px; }
    .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
      margin-bottom: 15px; }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 31.25px; }
  .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; }
  .products-grid.wishlist .wishlist-dropdown {
    display: none; } }

@media only screen and (min-width: 768px) {
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto; }
    .wishlist.window.popup .field {
      margin: 0 0 16px; }
      .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 0 6.25px;
        display: inline-block; }
      .wishlist.window.popup .field.choice:before, .wishlist.window.popup .field.no-label:before {
        display: none; }
  .block-wishlist-management {
    margin-bottom: 25px; }
    .block-wishlist-management .wishlist-select {
      border-bottom: 1px solid #ffffff;
      display: table;
      margin-bottom: 15px;
      width: 100%; }
      .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 12.5px;
        padding: 6.25px 12.5px 12.5px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%; }
      .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top; }
        .block-wishlist-management .wishlist-select-items .item {
          display: inline-block;
          margin-right: 12.5px;
          padding: 6.25px 12.5px 12.5px; }
          .block-wishlist-management .wishlist-select-items .item:last-child {
            margin-right: 0; }
        .block-wishlist-management .wishlist-select-items .current {
          border-bottom: 3px solid #fbe400;
          font-weight: 600; }
      .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none; }
    .block-wishlist-management .wishlist-add.item {
      position: absolute;
      right: 0;
      top: 0; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 4rem; }
    .block-wishlist-management .wishlist-info {
      float: left; }
    .block-wishlist-management .wishlist-toolbar {
      float: right; }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0; }
  .products-grid.wishlist .product-item-checkbox {
    float: left; }
    .products-grid.wishlist .product-item-checkbox + .product-item-name {
      margin-left: 31.25px; } }

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

.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: 12.5px; }

.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0; }

.multicheckout > .actions-toolbar {
  margin-top: 50px; }

.multicheckout .actions-toolbar > .secondary {
  display: block; }
  .multicheckout .actions-toolbar > .secondary .action {
    margin-bottom: 31.25px; }
    .multicheckout .actions-toolbar > .secondary .action.back {
      display: block;
      margin-left: 0; }

.multicheckout .actions-toolbar > .primary {
  margin-right: 12.5px; }

.multicheckout .item-options {
  margin: 12.5px 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 #ededed;
  padding-bottom: 12.5px; }
  .multicheckout .block-title strong,
  .multicheckout .block-content .title strong {
    font-weight: 400; }
    .multicheckout .block-title strong span,
    .multicheckout .block-content .title strong span {
      color: #737373; }

.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0; }

.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem; }

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 50px; }

.multicheckout .box-title span {
  margin-right: 12.5px; }

.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 6.25px; }

.multicheckout .checkout-review .grand.totals {
  font-size: 2.4rem;
  margin-bottom: 50px; }
  .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 (max-width: 639px) {
  .multicheckout .data.table .address:before {
    margin-bottom: 6.25px; }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block; }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 50px; }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0; }
  .multicheckout.order-review .box-items .data.table thead {
    display: block; }
    .multicheckout.order-review .box-items .data.table thead tr {
      display: block; }
    .multicheckout.order-review .box-items .data.table thead .col.item {
      display: block;
      padding: 0; }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 31.25px; }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 31.25px;
    margin-right: 0; } }

@media only screen and (min-width: 640px) {
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right; }
    .multicheckout .actions-toolbar .secondary .action {
      margin-left: 12.5px; }
      .multicheckout .actions-toolbar .secondary .action.back {
        display: block;
        float: left; }
  .multicheckout .item-options {
    margin: 25px 0 0; }
  .multicheckout .block-content .box {
    margin-bottom: 0; }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%; }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 31.25px;
    padding-right: 31.25px;
    width: 50%; }
    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
      display: none; }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%; }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 31.25px;
    width: 50%; }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0; }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 50px;
    width: auto; }
  .multicheckout.order-review .col.item {
    width: 75%; }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto; }
    .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
      display: inline-block;
      width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .multishipping-checkout-success .nav-toggle {
    display: block; }
  .multishipping-checkout-success .logo {
    margin-left: 50px; } }

.block.newsletter {
  margin-bottom: 50px; }
  .block.newsletter .form.subscribe {
    display: table;
    width: 100%; }
  .block.newsletter .fieldset {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top; }
  .block.newsletter .field {
    margin: 0; }
    .block.newsletter .field .control {
      display: inline-block;
      text-decoration: none;
      display: block; }
      .block.newsletter .field .control:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        line-height: 33px;
        color: #696969;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block.newsletter .field .control:before {
        position: absolute; }
  .block.newsletter input {
    padding-left: 35px; }
  .block.newsletter .title {
    display: none; }
  .block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%; }
  .block.newsletter .action.subscribe {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px; }

@media only screen and (min-width: 768px) {
  .block.newsletter {
    width: 32%; }
    .block.newsletter .field {
      margin-right: 5px; }
      .block.newsletter .field .control {
        width: 100%; }
    .block.newsletter .action.subscribe {
      border-radius: 3px; } }

.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 6.25px 6.25px 12.5px;
  text-transform: uppercase; }

.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 12.5px 6.25px;
  text-align: center;
  text-transform: uppercase; }

.paypal.acceptance {
  display: block;
  margin: 0 0 25px; }
  .paypal.acceptance img {
    max-width: 100%; }

.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto; }

.paypal-review .paypa-review-title > strong {
  font-family: "Futura Bold";
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  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: "Futura Bold";
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  display: inline-block; }

.paypal-review .actions-toolbar {
  margin-top: 12.5px; }

.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 #ededed;
  margin: 25px 0; }
  .paypal-review-discount .block {
    margin-bottom: 0; }
    .paypal-review-discount .block .fieldset {
      padding: 12.5px 0 25px; }

@media only screen and (min-width: 768px) {
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ededed; }
  .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%; }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%; }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right; } }

.fotorama-video-container:after {
  background: url(../../frontend/Dutchwebdesign/Forza/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 {
  transform: scale(1.25); }

.video-thumb-icon:after {
  background: url(../../frontend/Dutchwebdesign/Forza/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: 88px;
    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: #fbe400;
      font-family: "dwd-icons";
      font-size: 16px;
      height: 16px;
      letter-spacing: 2px;
      line-height: 16px;
      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: #fbe400;
        font-family: "dwd-icons";
        font-size: 16px;
        height: 16px;
        letter-spacing: 2px;
        line-height: 16px;
        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; }

.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 31.25px; }

.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 12.5px; }

@media only screen and (max-width: 767px) {
  .reward-settings + .actions-toolbar {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .reward-settings + .actions-toolbar {
    margin-top: -32px; } }

.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px; }

.form-create-return .additional:first-child {
  margin-top: 0; }

.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0; }

.form-create-return .additional .field:last-child {
  margin-top: 16px; }

.form-create-return .field.comment {
  margin-top: 55px; }

.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0; }

.block-returns-comments .returns-comments dt {
  font-weight: 400; }

.block-returns-comments .returns-comments dd {
  margin-bottom: 15px; }
  .block-returns-comments .returns-comments dd:last-child {
    margin-bottom: 0; }

.block-returns-comments .fieldset {
  margin-bottom: 20px; }

.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px; }

@media only screen and (max-width: 767px) {
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 12.5px 0 0; } }

@media only screen and (min-width: 768px) {
  .form-create-return .additional .field:last-child {
    margin-top: 16px; }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 25px; }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px; }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px; } }

.order-links {
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px; }
  .order-links .item {
    display: inline-block;
    margin-right: 20px; }

.order-actions-toolbar .action {
  margin: 0 20px 0 0; }

.order-details-items {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .order-details-items .order-title > strong {
    font-family: "Futura Bold";
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.4rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
    display: inline-block; }
  .order-details-items .items-qty .item {
    white-space: nowrap; }
  .order-details-items .items-qty .title:after {
    content: ': '; }
  .order-details-items .table-order-items .product-item-name {
    margin-top: 0; }
  .order-details-items .table-order-items tbody + tbody {
    border-top: 1px solid #ededed; }
  .order-details-items .item-options dt {
    margin: 0; }
  .order-details-items .item-options dd {
    margin: 0 0 15px; }
  .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-pager-wrapper .toolbar-amount {
  padding-top: 3px; }

.order-pager-wrapper .pages-items .item:first-child, .order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0; }

.order-actions-toolbar {
  margin-bottom: 25px; }
  .order-actions-toolbar .action {
    margin-right: 30px; }
    .order-actions-toolbar .action.print {
      margin: 0; }

.page-title-wrapper .order-date {
  margin: 0 0 25px; }

.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 31.25px; }

.form-orders-search .field.email, .form-orders-search .field.zip {
  margin-bottom: 0; }

.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline; }

.block-reorder .product-item .field.item {
  display: inline-block; }

.block-reorder .product-item-name {
  display: inline-block; }

.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px; }

.block-order-details-comments {
  margin: 0 0 40px; }
  .block-order-details-comments .comment-date {
    font-weight: 600; }
  .block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px; }

.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: ': '; }

.order-tracking {
  border-bottom: 1px solid #ededed;
  margin: 0;
  padding: 20px 0; }
  .order-tracking .tracking-title {
    display: inline-block; }
  .order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px; }

@media only screen and (max-width: 639px) {
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top; }
  .account .toolbar .pages {
    float: right; }
  .account .toolbar .limiter {
    clear: both; }
  .order-details-items thead {
    display: block; }
    .order-details-items thead tr,
    .order-details-items thead td {
      display: block; }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit; }
  .order-pager-wrapper .pages {
    text-align: center; }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right; }
  .table-order-items.creditmemo .col.qty, .table-order-items.creditmemo .col.discount, .table-order-items.creditmemo .col.subtotal {
    text-align: center; }
  .table-order-items.creditmemo .col.total {
    text-align: right; }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0; }
  .order-pager-wrapper .pages {
    float: right; }
  .order-actions-toolbar .action.print {
    display: block;
    float: right; }
  .page-title-wrapper .order-date {
    margin-top: -5px; }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 25px; } }

.opc-wrapper .form-discount {
  max-width: 500px; }

.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none; }
  .action.mailto.friend:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action.mailto.friend span {
    display: inline-block;
    line-height: 28px;
    vertical-align: top; }

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

.product-add-form {
  counter-reset: product-options; }

.swatch-label__wrapper {
  counter-increment: product-options; }
  .swatch-label__wrapper h3 {
    font-family: "Futura Bold";
    font-weight: 300;
    line-height: 32px;
    display: inline-block;
    margin-top: 16px;
    font-size: 18px; }
    .swatch-label__wrapper h3:before {
      content: counter(product-options);
      display: inline-block;
      width: 32px;
      height: 32px;
      border-radius: 16px;
      background-color: #000307;
      color: #ffffff;
      text-align: center;
      margin-right: 16px; }

.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px; }

.swatch-option {
  padding: 6px 17px;
  border-radius: 4px;
  border: 1px solid #d9d9da;
  background-color: #ffffff; }
  .swatch-option .label-title {
    font-size: 1.6rem; }
  .swatch-option.color {
    padding: 0;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 5px; }
    .swatch-option.color + .label-title {
      display: block;
      margin-top: 8px; }
    .swatch-option.color.color.white, .swatch-option.color.color[option-tooltip-value="#ffffff"] {
      border: 2px solid #d9d9da;
      padding: 0 7px; }

.swatch-option-link {
  text-align: center;
  display: inline-block;
  margin-right: 12px; }
  .swatch-option-link .compared-price {
    width: 100%;
    font-size: 1.2rem;
    color: #7f8183;
    height: 20px; }
    .swatch-option-link .compared-price .current {
      text-decoration: none; }
      .swatch-option-link .compared-price .current:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 18px;
        color: #7f8183;
        content: "";
        font-family: "dwd-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }

.swatch-option.selected {
  font-family: "Helvetica Neue Medium";
  border: 2px solid #000307;
  padding: 5px 16px; }
  .swatch-option.selected.color {
    position: relative;
    border: none;
    padding: 0;
    text-decoration: none; }
    .swatch-option.selected.color,
    .swatch-option.selected.color + .label-title {
      font-family: "Helvetica Neue Medium"; }
    .swatch-option.selected.color:after {
      content: '';
      display: block;
      position: absolute;
      left: 2px;
      top: 2px;
      width: 36px;
      height: 36px;
      border-radius: 18px;
      border: 2px solid #fff; }
    .swatch-option.selected.color:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 40px;
      color: #ffffff;
      content: "";
      font-family: "dwd-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .swatch-option.selected.color.white:after, .swatch-option.selected.color[option-tooltip-value="#ffffff"]:after {
      content: none; }
    .swatch-option.selected.color.white:before, .swatch-option.selected.color[option-tooltip-value="#ffffff"]:before {
      color: #d9d9da;
      line-height: 38px; }

.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.disabled {
  cursor: default; }

.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 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 {
  display: none !important; }

.swatch-opt {
  margin: 20px 0; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

.swatch-opt-listing {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url(../../frontend/Dutchwebdesign/Forza/nl_NL/Magento_Swatches/images/loader-2.gif); }

.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden; }

.swatch-label__info-trigger {
  color: #808183;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  margin-top: 16px;
  vertical-align: top; }
  .swatch-label__info-trigger:visited {
    color: #808183; }
  .swatch-label__info-trigger:before {
    content: 'i';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #808183;
    border: 2px solid #808183;
    margin-right: 8px;
    margin-left: 32px;
    text-align: center;
    font-size: 11px;
    line-height: 16px; }

.filter-options-content .color .swatch-attribute-options > .swatch-option-link-layered {
  display: block; }
  .filter-options-content .color .swatch-attribute-options > .swatch-option-link-layered .label {
    vertical-align: middle; }

.filter-options-content .color .swatch-attribute-options > .swatch-option-link-layered:not(:last-child) {
  margin-bottom: 16px; }

.filter-options-content .color .swatch-attribute-options .swatch-option.color {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: inline-block;
  margin: 0 16px 0 0;
  text-align: center;
  vertical-align: middle; }
  .filter-options-content .color .swatch-attribute-options .swatch-option.color.selected:before {
    line-height: 32px;
    font-size: 16px; }
  .filter-options-content .color .swatch-attribute-options .swatch-option.color.selected:after {
    width: 28px;
    height: 28px; }
  .filter-options-content .color .swatch-attribute-options .swatch-option.color.selected[option-tooltip-value="#ffffff"]:before {
    line-height: 28px;
    margin-top: -2px; }

.filter-options-content .swatch-option-link-layered {
  display: inline-block;
  margin: 4px 3px 4px 0; }

.filter-options-content .swatch-option {
  padding: 1px 10px;
  line-height: 28px; }
  .filter-options-content .swatch-option.selected {
    padding: 0 9px; }

@media only screen and (max-width: 767px) {
  .swatch-label__wrapper {
    border-top: 1px solid #ededed;
    margin-bottom: 16px; } }

@media only screen and (max-width: 639px) {
  .swatch-label__info-trigger {
    font-size: 0;
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .product-info-main .swatch-attribute-options {
    position: relative;
    padding-left: 48px; }
    .product-info-main .swatch-attribute-options:before {
      content: '';
      display: block;
      position: absolute;
      left: 15px;
      top: 25px;
      bottom: -50px;
      width: 2px;
      background-color: #ededed;
      z-index: -1; }
    .product-info-main .swatch-attribute-options .swatch-label__wrapper {
      margin-left: -48px; }
  .swatch-label__wrapper h3 {
    margin-bottom: 24px;
    font-size: 24px; }
    .swatch-label__wrapper h3:before {
      font-size: 18px; }
  .swatch-option-link.color {
    margin-right: 32px; }
  .swatch-option {
    padding: 10px 25px; }
    .swatch-option.selected {
      padding: 9px 24px; } }

body {
  background-color: #ffffff; }

.page-header {
  background-color: #ffffff;
  margin-bottom: 80px; }

.header.content {
  position: relative; }

.logo {
  max-width: 160px;
  position: relative;
  z-index: 5;
  margin-right: 10px; }
  .logo img {
    display: block; }
  .page-print .logo {
    float: none; }

.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 37.5px; }

.action.skip:focus {
  background: #f0f0f0;
  padding: 12.5px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15; }

.action-skip-wrapper {
  height: 0;
  position: relative; }

.message.global p {
  margin: 0; }

.message.global.noscript, .message.global.cookie {
  margin: 0 0 12.5px;
  padding: 12.5px 25px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  margin: 0; }
  .message.global.noscript a, .message.global.cookie a {
    color: #000000; }
    .message.global.noscript a:hover, .message.global.cookie a:hover {
      color: #000000; }
    .message.global.noscript a:active, .message.global.cookie a:active {
      color: #000000; }

.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3; }
  .message.global.cookie .actions {
    margin-top: 12.5px; }

.message.global.demo {
  margin: 0 0 12.5px;
  padding: 12.5px 25px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  margin-bottom: 0;
  text-align: center; }
  .message.global.demo a {
    color: #000000; }
    .message.global.demo a:hover {
      color: #000000; }
    .message.global.demo a:active {
      color: #000000; }

.page-footer {
  background-color: #000000;
  margin-top: auto; }

.footer.content .links > li {
  margin: 0 0 8px; }

.footer.content .switcher-store {
  margin: 0 0 30px; }

.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0; }

.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: 14px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "dwd-icons";
      margin: 0;
      vertical-align: sub;
      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: 14px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "dwd-icons";
        margin: 0;
        vertical-align: sub;
        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: #ffffff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: initial;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .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 #ffffff 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 #bbb transparent;
      z-index: 98; }
    .page-header .switcher .options ul.dropdown:before,
    .page-footer .switcher .options ul.dropdown:before {
      left: 17px;
      top: -12px; }
    .page-header .switcher .options ul.dropdown:after,
    .page-footer .switcher .options ul.dropdown:after {
      left: 16px;
      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 {
  font-size: 14px;
  margin: 0; }

.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400; }

.widget {
  clear: both; }

.page-header .widget.block,
.page-footer .widget.block {
  margin: 25px 0; }

.ui-datepicker td {
  padding: 0; }

@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%; }
    .page-wrapper > .breadcrumbs,
    .page-wrapper > .top-container,
    .page-wrapper > .widget {
      box-sizing: border-box;
      width: 100%; }
    .ie10 .page-wrapper,
    .ie11 .page-wrapper {
      height: 100%; }
  .navigation ul {
    padding: 0 8px; }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto; }
    .header.panel > .header.links > li {
      display: inline-block;
      vertical-align: top; }
    .header.panel > .header.links > li {
      font-size: 16px;
      margin: 0 0 0 15px; }
      .header.panel > .header.links > li.welcome,
      .header.panel > .header.links > li a {
        line-height: 1.4; }
      .header.panel > .header.links > li.welcome a {
        padding-left: 6.25px; }
  .header.content {
    padding-top: 25px;
    padding-bottom: 25px; }
  .page-header {
    border: 0;
    margin-bottom: 0; }
    .page-header .panel.wrapper {
      border-bottom: 1px solid #ffffff; }
    .page-header .switcher {
      display: inline-block; }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block; }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 25px; }
  .logo img {
    max-height: inherit; }
  .footer.content .block {
    float: right; }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top; }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top; } }

.banner-title {
  display: block;
  font-size: 5.8rem;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Futura Bold";
  font-weight: 300;
  word-break: break-word;
  font-style: normal;
  font-family: "Futura Bold";
  font-weight: 300;
  line-height: 40px;
  font-size: 3.6rem;
  margin-top: 3.125rem;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  margin: 0;
  line-height: 0.8; }
  @media only screen and (min-width: 768px) {
    .banner-title {
      font-size: 2.88rem;
      line-height: 0.8; } }
  @media only screen and (min-width: 1024px) {
    .banner-title {
      font-size: 3.6rem;
      line-height: 0.8; } }

.banner-title:last-of-type {
  margin-bottom: 24px; }

.banner-title span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  color: #000000;
  text-decoration: none !important; }

@media only screen and (min-width: 768px) {
  .dwd-banner--large .dwd-banner--content .banner-title {
    font-size: 5.8rem; } }

.dwd-banner--large .dwd-banner--content .banner-title span {
  -webkit-text-stroke-width: 2px; }

@media only screen and (max-width: 767px) {
  .banner-title {
    font-size: 4.2rem;
    margin-bottom: 0; }
    .banner-title:last-of-type {
      margin-bottom: 280px; }
    .banner-title span {
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ffffff;
      color: #000000;
      text-decoration: none !important; } }

.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;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  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:visited {
    color: #000000;
    text-decoration: none; }
  .my-credit-cards .action.delete:hover {
    color: #000000;
    text-decoration: none; }
  .my-credit-cards .action.delete:active {
    color: #000000;
    text-decoration: none; }
  .my-credit-cards .action.delete:hover {
    color: #000000; }
  .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: #000000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.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;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 25px; }
  .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:visited {
    color: #000000;
    text-decoration: none; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #000000;
    text-decoration: none; }
  .my-credit-cards-popup .action.secondary:active {
    color: #000000;
    text-decoration: none; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #000000; }
  .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: #000000;
    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; }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
      display: none; }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
      display: block; }
  .my-credit-cards .card-type img {
    vertical-align: middle; } }

@media only screen and (min-width: 768px) {
  .my-credit-cards .card-type img {
    display: block; } }

.minilist .weee {
  display: table-row;
  font-size: 1.1rem; }
  .minilist .weee:before {
    display: none; }

.price-container.weee:before {
  display: none; }

.product-items .action.towishlist:before,
.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 #ededed; }

.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 #ededed; }

.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 #ededed; }

.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 12.5px; }

.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 12.5px 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: 12.5px 0; }

.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 12.5px; }

.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: 31.25px; }

.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 12.5px; }

.products-grid.wishlist .product-item-name {
  margin-top: 0; }

.products-grid.wishlist .product-item .price-box {
  margin: 0; }

.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 12.5px 0; }

.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px; }
  .products-grid.wishlist .product-item-actions > *:last-child {
    margin-right: 0; }

.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px; }

@media only screen and (max-width: 639px) {
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #ffffff; }
    .products-grid.wishlist .product-item:first-child {
      border-top: 1px solid #ffffff; } }

@media only screen and (max-width: 767px) {
  .products-grid.wishlist {
    margin-bottom: 37.5px;
    margin-right: -12.5px; }
    .products-grid.wishlist .product-item {
      padding: 25px 12.5px 25px 25px;
      position: relative; }
      .products-grid.wishlist .product-item-photo {
        float: left;
        margin-right: 25px; }
      .products-grid.wishlist .product-item-name {
        font-size: 1.6rem; }
      .products-grid.wishlist .product-item-actions {
        display: block; }
        .products-grid.wishlist .product-item-actions .action {
          margin-right: 15px; }
          .products-grid.wishlist .product-item-actions .action:last-child {
            margin-right: 0; }
          .products-grid.wishlist .product-item-actions .action.edit {
            float: left; }
          .products-grid.wishlist .product-item-actions .action.delete {
            float: right; }
          .products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete {
            margin-top: 7px; }
      .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description,
      .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
        margin-left: 95px; }
      .products-grid.wishlist .product-item .box-tocart {
        float: left;
        margin-right: 25px; }
        .products-grid.wishlist .product-item .box-tocart .stock {
          margin-top: 7px; }
      .products-grid.wishlist .product-item .giftregisty-dropdown,
      .products-grid.wishlist .product-item .field.qty {
        display: none; }
    .products-grid.wishlist .product-image-container {
      max-width: 80px; }
  .wishlist-index-index .product-item {
    width: 100%; }
    .wishlist-index-index .product-item-info {
      width: auto; } }

@media only screen and (min-width: 640px) {
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 25px; }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block; }
  .products-grid.wishlist .product-item-actions {
    margin: 12.5px 0 0; }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 12.5px;
    padding-right: 12.5px; }
    .products-grid.wishlist .product-item .fieldset .field.qty .label {
      width: auto; }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0; }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 25px 0 0; }
  .wishlist-index-index .product-item-info {
    width: 240px; } }

@media only screen and (min-width: 1024px) {
  .wishlist-index-index .products-grid .product-items {
    margin: 0; }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%; }
    .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
      margin-left: 0; } }

@font-face {
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/css/${icons-pagebuilder__font-path}.eot");
  src: url("../../frontend/Dutchwebdesign/Forza/nl_NL/css/${icons-pagebuilder__font-path}.eot?#iefix") format("embedded-opentype"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/css/${icons-pagebuilder__font-path}.woff") format("woff"), url("../../frontend/Dutchwebdesign/Forza/nl_NL/css/${icons-pagebuilder__font-path}.ttf") format("truetype"); }

.pagebuilder-icon, .slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none; }

[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  display: inline-block;
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle; }

.pagebuilder-icon-down:before {
  content: ""; }

.pagebuilder-icon-next:before {
  content: ""; }

.pagebuilder-icon-prev:before {
  content: ""; }

.pagebuilder-icon-up:before {
  content: ""; }

.product-full-width-section {
  padding: 0.5em 0; }
  .product-full-width-section .block.review-add {
    margin-top: 2.7rem; }

.page-layout-product-full-width .block.related {
  margin-top: 2.7rem; }

.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px; }

.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto; }
  .additional-attributes-wrapper .additional-attributes > tbody > tr > th {
    border: none;
    padding: 5.5px 30px 10px 0; }
  .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
    border: none;
    padding: 5.5px 5px 10px; }

.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0; }

.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  [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 {
    border: 1px solid transparent;
    display: block;
    height: auto; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev {
  left: 2rem; }
  .slick-prev:before {
    content: "";
    padding-right: 5px; }

.slick-next {
  right: 2rem; }
  .slick-next:before {
    content: "";
    padding-left: 5px; }

.slick-prev,
.slick-next {
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.2; }
  .slick-prev:hover,
  .slick-next:hover {
    background: #fcfcfc;
    border: none; }
    .slick-prev:hover.slick-disabled,
    .slick-next:hover.slick-disabled {
      opacity: 0.2; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      color: #494949; }
  .slick-prev:before, .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    color: #555;
    font-size: 38px;
    opacity: 1; }
  .slick-prev:active, .slick-prev:focus, .slick-prev:not(.primary),
  .slick-next:active,
  .slick-next:focus,
  .slick-next:not(.primary) {
    background: rgba(252, 252, 252, 0.7);
    border: none;
    box-shadow: none; }
    .slick-prev:active:active, .slick-prev:focus:active, .slick-prev:not(.primary):active,
    .slick-next:active:active,
    .slick-next:focus:active,
    .slick-next:not(.primary):active {
      box-shadow: none; }

.slick-dots {
  font-size: 1.6rem;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 14px; }
    .slick-dots li button, .slick-dots li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slick-dots li .actions-toolbar > .action, .slick-dots li .action-gift {
      background: #ffffff;
      border: 1px solid #ededed;
      border-radius: 10px;
      box-shadow: none;
      cursor: pointer;
      display: block;
      height: 14px;
      padding: 0;
      text-indent: -99999px;
      transition: 0.3s;
      width: 14px; }
      .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 .action-gift:hover {
        border: 1px solid #b3b3b3; }
      .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, .slick-dots li .action-gift:active, .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 .action-gift:focus, .slick-dots li button:not(.primary), .slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary), .cart.table-wrapper .slick-dots li .actions-toolbar > .action:not(.primary), .slick-dots li .action-gift:not(.primary) {
        box-shadow: none; }
    .slick-dots li.slick-active button, .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slick-dots li.slick-active .actions-toolbar > .action, .slick-dots li.slick-active .action-gift {
      background: #1c1918; }

[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit; }
  [data-content-type='banner'] > [data-element='link']:hover,
  [data-content-type='banner'] > [data-element='empty_link']:hover {
    color: inherit;
    text-decoration: inherit; }

.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  overflow-wrap: break-word;
  box-sizing: border-box;
  word-wrap: break-word; }
  .pagebuilder-banner-wrapper .pagebuilder-overlay {
    box-sizing: border-box;
    padding: 30px;
    transition: background-color 500ms ease; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
      align-items: center;
      display: flex;
      justify-content: center; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: 540px; }
  .pagebuilder-banner-wrapper [data-element='content'] {
    min-height: 50px; }
  .pagebuilder-banner-wrapper .pagebuilder-banner-button {
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word; }

@media only screen and (max-width: 766px) {
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: none; } }

.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%; }

[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto; }

[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto; }

[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto; }

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0; }

[data-content-type='buttons'] {
  max-width: 100%; }

[data-content-type='button-item'] {
  max-width: 100%; }
  [data-content-type='button-item'] [data-element='link'],
  [data-content-type='button-item'] [data-element='empty_link'] {
    max-width: 100%;
    word-wrap: break-word; }
  [data-content-type='button-item'] [data-element='empty_link'] {
    cursor: default; }

a.pagebuilder-button-link,
button.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.action,
.pagebuilder-button-link.action-gift,
div.pagebuilder-button-link {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block; }
  a.pagebuilder-button-link:visited,
  button.pagebuilder-button-link:visited,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.action:visited,
  .pagebuilder-button-link.action-gift:visited,
  div.pagebuilder-button-link:visited {
    color: #000000;
    text-decoration: none; }
  a.pagebuilder-button-link:hover,
  button.pagebuilder-button-link:hover,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.action:hover,
  .pagebuilder-button-link.action-gift:hover,
  div.pagebuilder-button-link:hover {
    color: #000000;
    text-decoration: none; }
  a.pagebuilder-button-link:active,
  button.pagebuilder-button-link:active,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.action:active,
  .pagebuilder-button-link.action-gift:active,
  div.pagebuilder-button-link:active {
    color: #000000;
    text-decoration: none; }
  a.pagebuilder-button-link:hover,
  button.pagebuilder-button-link:hover,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.action:hover,
  .pagebuilder-button-link.action-gift:hover,
  div.pagebuilder-button-link:hover {
    color: #000000; }
  a.pagebuilder-button-link:hover, a.pagebuilder-button-link:active, a.pagebuilder-button-link:focus,
  button.pagebuilder-button-link:hover,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.action:hover,
  .pagebuilder-button-link.action-gift:hover,
  button.pagebuilder-button-link:active,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.action:active,
  .pagebuilder-button-link.action-gift:active,
  button.pagebuilder-button-link:focus,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.action:focus,
  .pagebuilder-button-link.action-gift:focus,
  div.pagebuilder-button-link:hover,
  div.pagebuilder-button-link:active,
  div.pagebuilder-button-link:focus {
    background: none;
    border: 0; }
  a.pagebuilder-button-link.disabled, a.pagebuilder-button-link[disabled],
  fieldset[disabled] a.pagebuilder-button-link,
  button.pagebuilder-button-link.disabled,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.disabled.action,
  .pagebuilder-button-link.disabled.action-gift,
  button.pagebuilder-button-link[disabled],
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.action[disabled],
  .pagebuilder-button-link.action-gift[disabled],
  fieldset[disabled] button.pagebuilder-button-link,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .pagebuilder-button-link.action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .pagebuilder-button-link.action,
  fieldset[disabled] .pagebuilder-button-link.action-gift,
  div.pagebuilder-button-link.disabled,
  div.pagebuilder-button-link[disabled],
  fieldset[disabled]
  div.pagebuilder-button-link {
    color: #000000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .pagebuilder-button-primary.action,
.pagebuilder-button-primary.action-gift,
div.pagebuilder-button-primary {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #fbe400;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  margin: 0 10px 10px 0;
  padding: 14px 21px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 10px;
  box-shadow: none; }
  a.pagebuilder-button-primary:hover, a.pagebuilder-button-primary:active, a.pagebuilder-button-primary:focus,
  button.pagebuilder-button-primary:hover,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-primary.action:hover,
  .pagebuilder-button-primary.action-gift:hover,
  button.pagebuilder-button-primary:active,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-primary.action:active,
  .pagebuilder-button-primary.action-gift:active,
  button.pagebuilder-button-primary:focus,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-primary.action:focus,
  .pagebuilder-button-primary.action-gift:focus,
  div.pagebuilder-button-primary:hover,
  div.pagebuilder-button-primary:active,
  div.pagebuilder-button-primary:focus {
    text-decoration: none; }
  a.pagebuilder-button-primary:focus, a.pagebuilder-button-primary:active,
  button.pagebuilder-button-primary:focus,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-primary.action:focus,
  .pagebuilder-button-primary.action-gift:focus,
  button.pagebuilder-button-primary:active,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-primary.action:active,
  .pagebuilder-button-primary.action-gift:active,
  div.pagebuilder-button-primary:focus,
  div.pagebuilder-button-primary:active {
    background: #fbe400;
    border: none;
    color: #000000; }
  a.pagebuilder-button-primary:hover,
  button.pagebuilder-button-primary:hover,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-primary.action:hover,
  .pagebuilder-button-primary.action-gift:hover,
  div.pagebuilder-button-primary:hover {
    background: #000000;
    border: none;
    color: #ffffff; }
  a.pagebuilder-button-primary.disabled, a.pagebuilder-button-primary[disabled],
  fieldset[disabled] a.pagebuilder-button-primary,
  button.pagebuilder-button-primary.disabled,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-primary.disabled.action,
  .pagebuilder-button-primary.disabled.action-gift,
  button.pagebuilder-button-primary[disabled],
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-primary.action[disabled],
  .pagebuilder-button-primary.action-gift[disabled],
  fieldset[disabled] button.pagebuilder-button-primary,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .pagebuilder-button-primary.action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .pagebuilder-button-primary.action,
  fieldset[disabled] .pagebuilder-button-primary.action-gift,
  div.pagebuilder-button-primary.disabled,
  div.pagebuilder-button-primary[disabled],
  fieldset[disabled]
  div.pagebuilder-button-primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .pagebuilder-button-secondary.action,
.pagebuilder-button-secondary.action-gift,
div.pagebuilder-button-secondary {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  margin: 0 10px 10px 0;
  padding: 14px 21px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 10px;
  box-shadow: none; }
  a.pagebuilder-button-secondary:hover, a.pagebuilder-button-secondary:active, a.pagebuilder-button-secondary:focus,
  button.pagebuilder-button-secondary:hover,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-secondary.action:hover,
  .pagebuilder-button-secondary.action-gift:hover,
  button.pagebuilder-button-secondary:active,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-secondary.action:active,
  .pagebuilder-button-secondary.action-gift:active,
  button.pagebuilder-button-secondary:focus,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-secondary.action:focus,
  .pagebuilder-button-secondary.action-gift:focus,
  div.pagebuilder-button-secondary:hover,
  div.pagebuilder-button-secondary:active,
  div.pagebuilder-button-secondary:focus {
    text-decoration: none; }
  a.pagebuilder-button-secondary:focus, a.pagebuilder-button-secondary:active,
  button.pagebuilder-button-secondary:focus,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-secondary.action:focus,
  .pagebuilder-button-secondary.action-gift:focus,
  button.pagebuilder-button-secondary:active,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-secondary.action:active,
  .pagebuilder-button-secondary.action-gift:active,
  div.pagebuilder-button-secondary:focus,
  div.pagebuilder-button-secondary:active {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  a.pagebuilder-button-secondary:hover,
  button.pagebuilder-button-secondary:hover,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-secondary.action:hover,
  .pagebuilder-button-secondary.action-gift:hover,
  div.pagebuilder-button-secondary:hover {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  a.pagebuilder-button-secondary.disabled, a.pagebuilder-button-secondary[disabled],
  fieldset[disabled] a.pagebuilder-button-secondary,
  button.pagebuilder-button-secondary.disabled,
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-secondary.disabled.action,
  .pagebuilder-button-secondary.disabled.action-gift,
  button.pagebuilder-button-secondary[disabled],
  .cart.table-wrapper .actions-toolbar > .pagebuilder-button-secondary.action[disabled],
  .pagebuilder-button-secondary.action-gift[disabled],
  fieldset[disabled] button.pagebuilder-button-secondary,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .pagebuilder-button-secondary.action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .pagebuilder-button-secondary.action,
  fieldset[disabled] .pagebuilder-button-secondary.action-gift,
  div.pagebuilder-button-secondary.disabled,
  div.pagebuilder-button-secondary[disabled],
  fieldset[disabled]
  div.pagebuilder-button-secondary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.pagebuilder-column {
  box-sizing: border-box; }

@media only screen and (max-width: 766px) {
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%; } }

@media only screen and (max-width: 766px) {
  .pagebuilder-column-group {
    flex-wrap: wrap; } }

[data-content-type='heading'] {
  word-wrap: break-word; }

[data-content-type='html'] {
  word-wrap: break-word; }

figure[data-content-type='image'] {
  box-sizing: border-box; }
  figure[data-content-type='image'] > [data-element='link'],
  figure[data-content-type='image'] > [data-element='link'] img {
    border-radius: inherit; }
  figure[data-content-type='image'] figcaption {
    word-wrap: break-word; }

[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px; }

.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px; }
  .pagebuilder-column .widget-product-grid .product-item .price-box {
    word-wrap: break-word; }
    .pagebuilder-column .widget-product-grid .product-item .price-box .price {
      white-space: normal; }
  .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
    display: inline-block;
    max-width: 100%; }
  .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
    display: inline-block;
    width: auto; }
  .pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
    max-width: 100%;
    white-space: normal; }

.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px; }

[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block; }
  [data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
    visibility: visible; }

[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto; }

[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none; }
  [data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
    display: block;
    visibility: hidden; }

[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease; }
  [data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
    opacity: 1; }

[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1; }

[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1408px; }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    box-sizing: border-box; }

@media only screen and (max-width: 766px) {
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important; } }

[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box; }

@media only screen and (max-width: 766px) {
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important; } }

[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box; }
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1408px;
    width: 100%; }

@media only screen and (max-width: 766px) {
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important; } }

[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden; }
  [data-content-type='slide'] > [data-element='link'],
  [data-content-type='slide'] > [data-element='empty_link'] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit; }
    [data-content-type='slide'] > [data-element='link']:hover,
    [data-content-type='slide'] > [data-element='empty_link']:hover {
      color: inherit;
      text-decoration: inherit; }

.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  .pagebuilder-slide-wrapper .pagebuilder-overlay {
    border-radius: inherit;
    box-sizing: border-box;
    padding: 30px;
    transition: background-color 500ms ease; }
    .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
      align-items: center;
      display: flex;
      justify-content: center;
      min-height: inherit; }
    .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: 540px; }
  .pagebuilder-slide-wrapper [data-element='content'] {
    min-height: 50px; }
  .pagebuilder-slide-wrapper .pagebuilder-slide-button {
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity 500ms ease;
    word-break: break-word; }

@media only screen and (max-width: 766px) {
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none; } }

.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%; }

[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto; }

[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto; }

[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto; }

div[data-content-type='slider'] {
  visibility: hidden; }
  div[data-content-type='slider'].slick-initialized {
    visibility: visible; }
  div[data-content-type='slider'] .slick-list,
  div[data-content-type='slider'] .slick-track,
  div[data-content-type='slider'] .slick-slide {
    min-height: inherit; }
    div[data-content-type='slider'] .slick-list > div,
    div[data-content-type='slider'] .slick-track > div,
    div[data-content-type='slider'] .slick-slide > div {
      line-height: 0;
      min-height: inherit;
      overflow: hidden;
      width: 100%; }

a.button {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none; }

div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0; }
  div[data-content-type='tabs'] .tabs-navigation li:first-child {
    margin-left: 0 !important; }
  div[data-content-type='tabs'] .tabs-navigation li.tab-header {
    background: #f6f6f6;
    border: 1px solid #ededed;
    border-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    z-index: 1; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
      margin-left: -1px; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
      border-right: 0;
      color: #000000;
      cursor: pointer !important;
      display: block;
      font-size: 14px;
      font-weight: 600;
      padding: 1.4rem 2rem;
      position: relative;
      transition: all 0.3s;
      vertical-align: middle;
      white-space: normal; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
        display: block; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
        text-decoration: none; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
      border-right: 1px solid #ededed; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
      background: #ffffff;
      z-index: 19; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
        position: relative;
        transition: all 0.3s; }

div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #ededed;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9; }
  div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
    box-sizing: border-box;
    min-height: inherit; }
    div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
      display: none; }

div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important; }

div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important; }

@media only screen and (max-width: 766px) {
  [data-content-type='tab-item'] {
    background-attachment: scroll !important; } }

div[data-content-type='text'] {
  word-wrap: break-word; }

div[data-content-type='video'] {
  font-size: 0; }
  div[data-content-type='video'] .pagebuilder-video-inner {
    box-sizing: border-box;
    display: inline-block;
    width: 100%; }
  div[data-content-type='video'] .pagebuilder-video-container {
    border-radius: inherit;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative; }
  div[data-content-type='video'] iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.cms-content-important {
  background-color: #ffffff;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px; }

.pagebuilder-full-width {
  float: left;
  width: 100%; }

.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px; }

.pagebuilder-accordion {
  margin: 0;
  padding: 0; }
  .pagebuilder-accordion > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%; }
    .pagebuilder-accordion > .item.title > .switch {
      display: block; }
  .pagebuilder-accordion > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
    .pagebuilder-accordion > .item.content:before, .pagebuilder-accordion > .item.content:after {
      content: '';
      display: table; }
    .pagebuilder-accordion > .item.content:after {
      clear: both; }
    .pagebuilder-accordion > .item.content.active {
      display: block; }
  .pagebuilder-accordion > .item.title > .switch {
    background: #ffffff;
    border-top: 1px solid #ededed;
    padding: 24px 16px 24px 16px;
    color: #000000;
    font-family: "Futura Bold";
    font-weight: 600;
    line-height: 24px;
    font-size: 1.8rem;
    color: #000000;
    text-decoration: none; }
    .pagebuilder-accordion > .item.title > .switch:visited {
      color: #000000;
      text-decoration: none; }
    .pagebuilder-accordion > .item.title > .switch:hover {
      color: #000000;
      text-decoration: none; }
    .pagebuilder-accordion > .item.title > .switch:active {
      color: #000000;
      text-decoration: none; }
  .pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
  .pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc; }
  .pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
  .pagebuilder-accordion > .item.title.active > .switch,
  .pagebuilder-accordion > .item.title.active > .switch:focus,
  .pagebuilder-accordion > .item.title.active > .switch:hover {
    background: white;
    padding-bottom: 24px; }
  .pagebuilder-accordion > .item.content {
    background: white;
    padding: 16px; }

@media only screen and (min-width: 768px) {
  .pagebuilder-mobile-only {
    display: none !important; } }

@media only screen and (max-width: 766px) {
  .pagebuilder-mobile-hidden {
    display: none !important; } }

.page-layout-deals {
  background-color: #000307; }
  .page-layout-deals .page-main {
    color: #ffffff; }
  .page-layout-deals .dwd-banner--large {
    margin-bottom: 24px; }

.deals-widget {
  border: 1px solid #333539;
  background-color: #000307;
  color: #ffffff; }
  .deals-widget .content {
    padding: 32px;
    display: flex;
    flex-direction: row; }
  .deals-widget .media {
    position: relative;
    margin: 0 35px 0 20px; }
    .deals-widget .media .discount {
      width: 125px;
      height: 125px;
      border-radius: 63px;
      background-color: #fbe400;
      color: #000307;
      font-size: 1.4rem;
      font-family: "Futura Medium";
      position: absolute;
      left: -20px;
      top: 50%;
      margin-top: -50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .deals-widget .media .discount .amount {
        font-size: 48px;
        font-family: "Futura Bold";
        line-height: 48px;
        margin-bottom: -5px;
        white-space: nowrap; }
  .deals-widget .description {
    flex-grow: 1; }
    .deals-widget .description .title {
      font-size: 2.4rem;
      font-family: "Futura Bold";
      font-weight: 300;
      margin-bottom: 10px;
      margin-top: -4px; }
    .deals-widget .description .subtitle {
      margin-bottom: 16px; }
    .deals-widget .description .usps {
      margin-bottom: 16px; }
      .deals-widget .description .usps ul {
        padding: 0 !important;
        padding: 0;
        margin: 0; }
        .deals-widget .description .usps ul li {
          position: relative;
          vertical-align: top;
          list-style-type: none;
          padding: 0;
          margin: 0;
          font-size: 16px;
          display: inline-block;
          text-decoration: none;
          display: block; }
          .deals-widget .description .usps ul li:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 18px;
            line-height: inherit;
            color: #fbe400;
            content: "";
            font-family: "dwd-icons";
            margin: 0 8px 0 0;
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center; }
          .deals-widget .description .usps ul li:hover:before {
            color: #fbe400; }
          .deals-widget .description .usps ul li:hover *, .deals-widget .description .usps ul li:hover:before {
            color: inherit; }
    .deals-widget .description .product {
      float: left; }
      .deals-widget .description .product .price-box {
        margin-bottom: 6px; }
        .deals-widget .description .product .price-box .price {
          font-size: 1.8rem;
          font-family: "Helvetica Neue Bold"; }
          .deals-widget .description .product .price-box .price.old {
            font-size: 1.6rem;
            font-family: "Helvetica Neue";
            color: #7f8183;
            margin-right: 4px; }
    .deals-widget .description .actions {
      float: right; }
      .deals-widget .description .actions .action {
        display: inline-block;
        text-decoration: none;
        background-image: none;
        background: #fbe400;
        border: none;
        color: #000000;
        cursor: pointer;
        display: inline-block;
        font-family: "Futura Bold";
        font-weight: 300;
        margin: 0;
        padding: 14px 21px;
        font-size: 1.8rem;
        line-height: 2.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        padding: 12px 21px !important;
        margin-top: 4px; }
        .deals-widget .description .actions .action:hover, .deals-widget .description .actions .action:active, .deals-widget .description .actions .action:focus {
          text-decoration: none; }
        .deals-widget .description .actions .action:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 2.4rem;
          line-height: 22px;
          color: inherit;
          content: "";
          font-family: "dwd-icons";
          margin: 0 0 0 10px;
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .deals-widget .description .actions .action:hover:after {
          color: inherit; }
        .deals-widget .description .actions .action:active:after {
          color: inherit; }
        .deals-widget .description .actions .action:focus, .deals-widget .description .actions .action:active {
          background: #e2e2e2;
          border: none;
          color: #000000; }
        .deals-widget .description .actions .action:hover {
          background: #fbe400;
          border: none;
          color: #000000; }
        .deals-widget .description .actions .action.disabled, .deals-widget .description .actions .action[disabled],
        fieldset[disabled] .deals-widget .description .actions .action {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        @media only screen and (max-width: 767px) {
          .deals-widget .description .actions .action {
            font-size: 1.6rem; }
            .deals-widget .description .actions .action:after {
              font-size: 1.6rem;
              line-height: inherit; } }
      .deals-widget .description .actions .action__desktop {
        display: block; }
      .deals-widget .description .actions .action__mobile {
        display: none; }
  .deals-widget .tip {
    border-top: 1px solid #333539;
    padding: 14px 24px 15px 75px;
    position: relative;
    display: block;
    text-decoration: none; }
    .deals-widget .tip:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 32px;
      color: #fbe400;
      content: "";
      font-family: "dwd-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .deals-widget .tip:before {
      position: absolute;
      left: 24px;
      top: 50%;
      margin-top: -16px; }
    .deals-widget .tip strong {
      font-family: "Helvetica Neue Bold"; }

@media only screen and (max-width: 639px) {
  .deals-widget .content {
    flex-direction: column;
    padding: 20px; }
  .deals-widget .media {
    margin: 0 20px;
    display: flex;
    justify-content: center; }
    .deals-widget .media .image-discount-wrapper {
      position: relative;
      display: flex;
      flex-basis: 300px; }
    .deals-widget .media img {
      flex-basis: 300px; }
    .deals-widget .media .discount {
      width: 110px;
      height: 110px;
      margin-top: -20px; }
      .deals-widget .media .discount .amount {
        font-size: 44px;
        line-height: 1; }
  .deals-widget .description {
    margin-top: 40px; }
    .deals-widget .description .actions {
      float: right; }
      .deals-widget .description .actions .action {
        padding: 12px 15px !important;
        margin-top: 4px; }
        .deals-widget .description .actions .action::after {
          margin: 0; }
      .deals-widget .description .actions .action__desktop {
        display: none; }
      .deals-widget .description .actions .action__mobile {
        display: block; } }

@media only screen and (max-width: 767px) {
  .page-layout-deals .dwd-banner--large {
    margin-top: 24px; } }

@media only screen and (max-width: 1407px) {
  .deals-widget {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .page-layout-deals .dwd-banner--large {
    margin-top: -24px; } }

@media only screen and (min-width: 1408px) {
  .page-layout-deals .column.main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .page-layout-deals .column.main .deals-widget {
      margin-bottom: 32px;
      flex-basis: 49%; }
    .page-layout-deals .column.main div[data-element="main"] {
      width: 100%;
      display: grid;
      grid-gap: 32px;
      grid-template-columns: repeat(2, 1fr); }
      .page-layout-deals .column.main div[data-element="main"] .deals-widget {
        margin-bottom: 0;
        flex-basis: unset; } }

.delivery-set {
  display: grid; }
  .delivery-set .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px; }
  .delivery-set .item-label {
    font-size: 14px;
    line-height: 20px; }
  .delivery-set .img-container {
    display: grid;
    place-items: center;
    min-height: 120px;
    max-width: 120px;
    margin-bottom: 16px; }

@media only screen and (max-width: 767px) {
  .delivery-set {
    grid-template-columns: repeat(auto-fit, 50%); } }

@media only screen and (min-width: 768px) {
  .delivery-set {
    grid-template-columns: repeat(auto-fit, 25%); } }

.lity-active {
  overflow: hidden; }
  .lity-active body {
    overflow: hidden; }

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .lity.lity-opened {
    opacity: 1; }
  .lity.lity-closed {
    opacity: 0; }
  .lity * {
    box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }
  .lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8); }

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

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  box-shadow: none; }
  .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    box-shadow: none; }
  .lity-close::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .lity-close:active {
    top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }
  .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

.lity-hide {
  display: none; }

.fotorama__stage .video-button {
  display: block;
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 84px;
  border-radius: 4px;
  overflow: hidden; }
  .fotorama__stage .video-button:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .fotorama__stage .video-button:after {
    content: '';
    display: block;
    width: 28px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='30' viewBox='0 0 28 30'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23000307' d='M18 15l-7.5 4.5v-9z'/%3E%3Cpath fill='none' stroke='%23000307' stroke-linecap='square' stroke-miterlimit='20' d='M18 15v0l-7.5 4.5v0-9 0z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .fotorama--fullscreen .fotorama__stage .video-button {
    display: none; }
  .fotorama__stage .video-button img {
    display: block; }

.block.plus-min ul {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .block.plus-min ul li {
    line-height: 24px;
    margin-bottom: 8px; }
    .block.plus-min ul li.plus, .block.plus-min ul li.minus {
      display: block;
      text-decoration: none; }
      .block.plus-min ul li.plus:before, .block.plus-min ul li.minus:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #29cf00;
        content: "";
        font-family: "dwd-icons";
        vertical-align: bottom;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block.plus-min ul li.plus:before, .block.plus-min ul li.minus:before {
        margin-right: 16px; }
    .block.plus-min ul li.minus:before {
      content: ""; }
    .block.plus-min ul li.minus:before {
      color: #cf0000; }

.product-options-wrapper .box-tocart {
  margin: 0 0 16px;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #d9d9da;
  border-radius: 4px;
  cursor: pointer;
  transition: background 250ms ease-in-out;
  background-color: #ffffff; }
  .product-options-wrapper .box-tocart .pricing-wrapper__cta-container {
    min-width: 100%;
    display: flex;
    justify-content: space-between; }
  .product-options-wrapper .box-tocart .pricing-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 45px; }
    .product-options-wrapper .box-tocart .pricing-wrapper .pricing {
      font-family: "Helvetica Neue Bold"; }
  .product-options-wrapper .box-tocart.is--current-product {
    padding: 15px;
    border: 2px solid #000307;
    background-color: #f9f9f9; }

.product-options-wrapper .fieldset {
  margin-bottom: 0; }

.q-rating {
  position: relative;
  display: inline-block; }
  .q-rating:before {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    color: #fbe400;
    font-family: "dwd-icons";
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    content: "" "" "" "" "";
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none; }

.q-rating__indicator {
  display: block;
  overflow: hidden;
  position: relative; }
  .q-rating__indicator:before {
    position: relative;
    z-index: 2;
    color: #fbe400;
    font-family: "dwd-icons";
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    content: "" "" "" "" "";
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none; }

.q-title {
  font-family: "Futura Bold";
  font-weight: 300;
  margin-bottom: 16px; }

.q-labels {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  justify-content: initial;
  align-items: flex-end;
  font-family: "Helvetica Neue Bold";
  font-size: 14px;
  line-height: 24px;
  z-index: 2; }

.q-most,
.q-discount {
  background-color: #fbe400;
  border-radius: 4px;
  padding: 0 12px; }

.q-most + .q-discount {
  margin-right: 10px; }

.q-discount {
  margin-right: 0; }

.gallery-placeholder {
  position: relative; }

.product-promo-label {
  position: absolute;
  font-family: "Futura Medium";
  font-size: 18px;
  line-height: 24px;
  background-color: #fbe400;
  border-radius: 6px;
  padding: 6px 12px;
  left: 10px;
  top: 21%;
  z-index: 2; }
  .product-promo-label strong, .product-promo-label b {
    font-family: "Futura Bold";
    font-weight: normal; }
  @media screen and (max-width: 768px) {
    .product-promo-label {
      top: 26%; } }

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

.products-list .product-promo-label {
  top: 34%;
  font-size: 10px; }
  @media screen and (min-width: 768px) {
    .products-list .product-promo-label {
      top: 30%;
      font-size: 13px; } }
  @media screen and (min-width: 1024px) {
    .products-list .product-promo-label {
      font-size: 16px; } }

.product--not-in-stock {
  opacity: 0.5;
  position: relative; }
  .product--not-in-stock:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top left, transparent calc(50% - 1px), #D9D9D9 50%, transparent calc(50% + 1px)); }
  .product--not-in-stock.is--current-product:before {
    background-image: linear-gradient(to top left, transparent calc(50% - 2px), #000000 50%, transparent calc(50% + 1px)); }

.add-to-cart-box {
  background-color: #000000;
  color: #ffffff;
  border-radius: 4px;
  padding: 16px; }
  .add-to-cart-box a {
    color: #ffffff;
    text-decoration: underline; }
    .add-to-cart-box a:hover {
      text-decoration: none; }
  .add-to-cart-box .box-tocart {
    display: none; }
    .add-to-cart-box .box-tocart.is--current-product {
      display: block; }
    .add-to-cart-box .box-tocart .info-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 16px; }
    .add-to-cart-box .box-tocart .tip-short {
      margin-bottom: 16px; }
    .add-to-cart-box .box-tocart .grade-title {
      margin-bottom: 8px; }
    .add-to-cart-box .box-tocart .price-col > .price {
      text-align: right;
      font-family: "Helvetica Neue Bold";
      font-size: 20px; }
      .add-to-cart-box .box-tocart .price-col > .price .old {
        font-size: 18px;
        font-family: "Helvetica Neue";
        color: #7f8183;
        text-decoration: line-through;
        margin-right: 8px; }
    .add-to-cart-box .box-tocart .stock {
      font-size: 14px; }
      .add-to-cart-box .box-tocart .stock .in {
        color: #29cf00;
        line-height: 20px; }
        .add-to-cart-box .box-tocart .stock .in:before {
          content: '•';
          font-size: 26px;
          vertical-align: middle;
          display: inline-block;
          margin-right: 4px; }
  .add-to-cart-box .box-tocart.accessory {
    display: block; }
    .add-to-cart-box .box-tocart.accessory .info-row {
      display: block; }
    .add-to-cart-box .box-tocart.accessory .stock {
      text-align: end; }
    .add-to-cart-box .box-tocart.accessory .box-tocart__actions {
      display: flex;
      flex-direction: column; }
    .add-to-cart-box .box-tocart.accessory .box-tocart__action-wrapper {
      display: flex; }
      .add-to-cart-box .box-tocart.accessory .box-tocart__action-wrapper .field.qty {
        color: #000000; }
        .add-to-cart-box .box-tocart.accessory .box-tocart__action-wrapper .field.qty select {
          background-color: #ffffff;
          height: 56px;
          margin-right: 16px;
          width: 73px;
          padding-right: 30px;
          min-width: auto; }
      .add-to-cart-box .box-tocart.accessory .box-tocart__action-wrapper button, .add-to-cart-box .box-tocart.accessory .box-tocart__action-wrapper .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .add-to-cart-box .box-tocart.accessory .box-tocart__action-wrapper .actions-toolbar > .action, .add-to-cart-box .box-tocart.accessory .box-tocart__action-wrapper .action-gift {
        flex-grow: 1;
        text-align: start; }
  .add-to-cart-box #await-options .title,
  .add-to-cart-box .box-tocart .title {
    font-family: "Futura Bold";
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 8px; }
  .add-to-cart-box .pricing-wrapper__cta-container {
    display: flex; }
  .add-to-cart-box .product-config-quantity .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .add-to-cart-box .product-config-quantity select,
  .add-to-cart-box .product-config-quantity input {
    width: 73px;
    height: 48px;
    margin-right: 8px; }
  .add-to-cart-box .product-config-quantity select {
    background-color: #ffffff;
    min-width: auto;
    padding-left: 16px;
    padding-right: 30px; }
  .add-to-cart-box .product-config-actions {
    flex-grow: 1; }
    .add-to-cart-box .product-config-actions .wk-container .wk-oosn-container {
      display: flex;
      flex-direction: column; }
    .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer {
      width: 100%; }
      .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container {
        display: grid; }
        @media screen and (min-width: 980px) {
          .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container {
            grid-template-columns: 1fr 1fr 1fr; } }
        .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container .wk-oosn-emailBox {
          grid-column: span 3;
          margin-right: 0;
          margin-bottom: 5px; }
          @media screen and (min-width: 980px) {
            .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container .wk-oosn-emailBox {
              grid-column: 1/3;
              margin-right: 10px;
              margin-bottom: 0; } }
          .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container .wk-oosn-emailBox input {
            height: 100%;
            padding: 13px; }
            .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container .wk-oosn-emailBox input::-moz-placeholder {
              position: absolute;
              right: 55%; }
            .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container .wk-oosn-emailBox input:-ms-input-placeholder {
              position: absolute;
              right: 55%; }
            .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container .wk-oosn-emailBox input::placeholder {
              position: absolute;
              right: 55%; }
              @media screen and (min-width: 980px) {
                .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container .wk-oosn-emailBox input::-moz-placeholder {
                  left: calc(-25% + 15px); }
                .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container .wk-oosn-emailBox input:-ms-input-placeholder {
                  left: calc(-25% + 15px); }
                .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container .wk-oosn-emailBox input::placeholder {
                  left: calc(-25% + 15px); } }
        .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container > button, .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer .cart.table-wrapper .actions-toolbar#wk-notification-container > .action, .cart.table-wrapper .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer .actions-toolbar#wk-notification-container > .action, .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container > .action-gift {
          grid-column: span 3; }
          @media screen and (min-width: 980px) {
            .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container > button, .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer .cart.table-wrapper .actions-toolbar#wk-notification-container > .action, .cart.table-wrapper .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer .actions-toolbar#wk-notification-container > .action, .add-to-cart-box .product-config-actions .wk-container .wk-oosn-notificationcontainer #wk-notification-container > .action-gift {
              grid-column: 3/4; } }
    .add-to-cart-box .product-config-actions button, .add-to-cart-box .product-config-actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .add-to-cart-box .product-config-actions .actions-toolbar > .action, .add-to-cart-box .product-config-actions .action-gift {
      display: inline-block;
      text-decoration: none;
      width: 100%;
      text-align: left;
      padding: 16px 24px; }
      .add-to-cart-box .product-config-actions button:after, .add-to-cart-box .product-config-actions .cart.table-wrapper .actions-toolbar > .action:after, .cart.table-wrapper .add-to-cart-box .product-config-actions .actions-toolbar > .action:after, .add-to-cart-box .product-config-actions .action-gift:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 24px;
        color: inherit;
        content: "";
        font-family: "dwd-icons";
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .add-to-cart-box .product-config-actions button:hover:after, .add-to-cart-box .product-config-actions .cart.table-wrapper .actions-toolbar > .action:hover:after, .cart.table-wrapper .add-to-cart-box .product-config-actions .actions-toolbar > .action:hover:after, .add-to-cart-box .product-config-actions .action-gift:hover:after {
        color: inherit; }
      .add-to-cart-box .product-config-actions button:active:after, .add-to-cart-box .product-config-actions .cart.table-wrapper .actions-toolbar > .action:active:after, .cart.table-wrapper .add-to-cart-box .product-config-actions .actions-toolbar > .action:active:after, .add-to-cart-box .product-config-actions .action-gift:active:after {
        color: inherit; }
      .add-to-cart-box .product-config-actions button:after, .add-to-cart-box .product-config-actions .cart.table-wrapper .actions-toolbar > .action:after, .cart.table-wrapper .add-to-cart-box .product-config-actions .actions-toolbar > .action:after, .add-to-cart-box .product-config-actions .action-gift:after {
        float: right; }
      .add-to-cart-box .product-config-actions button:hover, .add-to-cart-box .product-config-actions .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .add-to-cart-box .product-config-actions .actions-toolbar > .action:hover, .add-to-cart-box .product-config-actions .action-gift:hover {
        background-color: #414141; }
      @media screen and (max-width: 980px) {
        .add-to-cart-box .product-config-actions button span.desktop, .add-to-cart-box .product-config-actions .cart.table-wrapper .actions-toolbar > .action span.desktop, .cart.table-wrapper .add-to-cart-box .product-config-actions .actions-toolbar > .action span.desktop, .add-to-cart-box .product-config-actions .action-gift span.desktop {
          display: none; } }
      @media screen and (min-width: 981px) {
        .add-to-cart-box .product-config-actions button span.mobile, .add-to-cart-box .product-config-actions .cart.table-wrapper .actions-toolbar > .action span.mobile, .cart.table-wrapper .add-to-cart-box .product-config-actions .actions-toolbar > .action span.mobile, .add-to-cart-box .product-config-actions .action-gift span.mobile {
          display: none; } }
  .add-to-cart-box .box-footer {
    margin-top: 16px; }
    .add-to-cart-box .box-footer:before {
      content: '';
      display: block;
      background-color: #ffffff;
      opacity: 0.2;
      height: 1px;
      margin: 0 -16px 16px; }
    .add-to-cart-box .box-footer .usp {
      margin-bottom: 16px; }
      .add-to-cart-box .box-footer .usp ul {
        padding: 0;
        margin: 0; }
        .add-to-cart-box .box-footer .usp ul li {
          position: relative;
          vertical-align: top;
          list-style-type: none;
          padding: 0;
          margin: 0;
          font-size: 12px;
          display: inline-block;
          text-decoration: none;
          display: block; }
          .add-to-cart-box .box-footer .usp ul li:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 18px;
            line-height: inherit;
            color: #fbe400;
            content: "";
            font-family: "dwd-icons";
            margin: 0 8px 0 0;
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center; }
          .add-to-cart-box .box-footer .usp ul li:hover:before {
            color: #fbe400; }
          .add-to-cart-box .box-footer .usp ul li:hover *, .add-to-cart-box .box-footer .usp ul li:hover:before {
            color: inherit; }
        .add-to-cart-box .box-footer .usp ul li {
          display: block; }
    .add-to-cart-box .box-footer .forza-logo {
      margin-bottom: 8px; }
  .add-to-cart-box .thumb {
    display: none; }
  .add-to-cart-box.fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 0; }
    .add-to-cart-box.fixed .thumb {
      display: block; }
      .add-to-cart-box.fixed .thumb img {
        border-radius: 4px; }
    .add-to-cart-box.fixed .wk-container {
      display: none; }
    .add-to-cart-box.fixed .box-footer,
    .add-to-cart-box.fixed .tip-short {
      display: none; }

.btw-or-marge-show {
  display: block; }

.btw-or-marge-hidden {
  display: none; }

.edit-tax-class {
  background-color: #fbe400;
  border-radius: 4px;
  padding: 4px 21px 4px 8px;
  font-family: "Futura Bold";
  font-weight: bold;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: right 6px top 6px;
  background-image: url("../../frontend/Dutchwebdesign/Forza/nl_NL/images/assets/settings-icon.png");
  margin-left: 10px; }

.battery-add-to-cart-text {
  font-size: 16px; }

.battery-button {
  font-family: "Futura Bold"; }
  .battery-button .pricing-wrapper {
    height: 100%; }

.battery-button-subtext {
  font-size: 13px;
  font-family: "Helvetica Neue", sans-serif;
  color: #7f8183;
  line-height: 15px;
  margin-top: 10px; }

.battery-button-price {
  text-align: center;
  font-family: "Helvetica Neue Bold"; }

.buyback-button {
  font-family: "Futura Bold"; }

@media only screen and (max-width: 767px) {
  .product-info-main .tip {
    display: none; }
  .product-info-main .add-to-cart-box .product-config-actions button, .product-info-main .add-to-cart-box .product-config-actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .product-info-main .add-to-cart-box .product-config-actions .actions-toolbar > .action, .product-info-main .add-to-cart-box .product-config-actions .action-gift {
    font-size: 16px;
    padding: 12px 16px; }
  .product-info-main .add-to-cart-box.fixed {
    padding-bottom: 10px; }
    .product-info-main .add-to-cart-box.fixed .q-rating,
    .product-info-main .add-to-cart-box.fixed .stock {
      display: none; }
    .product-info-main .add-to-cart-box.fixed .title,
    .product-info-main .add-to-cart-box.fixed .info-row {
      padding-left: 96px; }
    .product-info-main .add-to-cart-box.fixed .title {
      margin-bottom: 26px; }
    .product-info-main .add-to-cart-box.fixed .grade-title {
      margin: 0; }
    .product-info-main .add-to-cart-box.fixed .thumb {
      position: absolute;
      left: 16px;
      top: 16px; } }

@media only screen and (min-width: 1180px) {
  .add-to-cart-box .box-footer {
    position: relative;
    padding-bottom: 28px; }
    .add-to-cart-box .box-footer .usp {
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .add-to-cart-box .box-footer .usp ul {
        display: flex;
        justify-content: space-between; }
    .add-to-cart-box .box-footer .block-reviews {
      width: 345px;
      text-align: right;
      float: right; }
    .add-to-cart-box .box-footer .forza-logo {
      margin-bottom: 16px; } }

@media only screen and (min-width: 768px) {
  .product-options-wrapper {
    position: relative;
    padding-left: 48px; }
    .product-options-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      left: 15px;
      top: 25px;
      bottom: -50px;
      width: 2px;
      background-color: #ededed;
      z-index: -1; }
    .product-options-wrapper .swatch-label__wrapper {
      margin-left: -48px; }
    .product-options-wrapper .box-row {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
    .product-options-wrapper .box-tocart .q-labels {
      top: -29px;
      right: auto;
      bottom: auto;
      left: 0;
      font-size: 12px;
      justify-content: initial;
      align-items: flex-end; }
    .product-options-wrapper .box-tocart .q-discount {
      margin-right: auto; }
    .product-options-wrapper .box-tocart .pricing-wrapper .pricing {
      align-self: flex-end; }
  .add-to-cart-box {
    padding: 24px; }
    .add-to-cart-box .product-config-quantity select,
    .add-to-cart-box .product-config-quantity input {
      height: 56px;
      margin-right: 16px; }
    .add-to-cart-box .box-tocart {
      position: relative; }
      .add-to-cart-box .box-tocart .title {
        font-size: 24px;
        line-height: 32px;
        max-width: calc(100% - 160px); }
      .add-to-cart-box .box-tocart .stock {
        font-size: 16px; }
      .add-to-cart-box .box-tocart .grade {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end; }
      .add-to-cart-box .box-tocart .grade-title {
        margin: 0; }
      .add-to-cart-box .box-tocart .q-rating {
        margin: 0 8px 5px 0; }
      .add-to-cart-box .box-tocart .price-col > .price {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px; }
    .add-to-cart-box .box-footer {
      margin-top: 24px; }
      .add-to-cart-box .box-footer:before {
        margin: 0 -24px 24px; }
    .add-to-cart-box.fixed {
      padding: 20px; }
      .add-to-cart-box.fixed .box-tocart {
        max-width: 1408px;
        margin: auto;
        padding-left: 104px;
        padding-right: 360px; }
        .add-to-cart-box.fixed .box-tocart > .fieldset {
          position: absolute;
          right: 0;
          top: 0; }
        .add-to-cart-box.fixed .box-tocart .stock {
          margin-right: 25px; }
        .add-to-cart-box.fixed .box-tocart .price-col > .price {
          right: 385px;
          font-size: 18px; }
        .add-to-cart-box.fixed .box-tocart .action.tocart {
          min-width: 250px; }
      .add-to-cart-box.fixed .thumb {
        position: absolute;
        left: 0;
        top: -11px; }
      .add-to-cart-box.fixed .title {
        font-size: 18px;
        margin: 0; }
      .add-to-cart-box.fixed .info-row {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 940px) {
      .add-to-cart-box.fixed .stock {
        display: none; } }

@media only screen and (min-width: 768px) {
      .add-to-cart-box.fixed .product-config-actions button span.desktop, .add-to-cart-box.fixed .product-config-actions .cart.table-wrapper .actions-toolbar > .action span.desktop, .cart.table-wrapper .add-to-cart-box.fixed .product-config-actions .actions-toolbar > .action span.desktop, .add-to-cart-box.fixed .product-config-actions .action-gift span.desktop {
        display: none; }
      .add-to-cart-box.fixed .product-config-actions button span.mobile, .add-to-cart-box.fixed .product-config-actions .cart.table-wrapper .actions-toolbar > .action span.mobile, .cart.table-wrapper .add-to-cart-box.fixed .product-config-actions .actions-toolbar > .action span.mobile, .add-to-cart-box.fixed .product-config-actions .action-gift span.mobile {
        display: inline; }
  .swatch-marge-label__info {
    line-height: 2.0;
    vertical-align: bottom; } }

@media only screen and (max-width: 639px) {
  .swatch-marge-label__info {
    font-size: 0;
    margin-top: 8px;
    vertical-align: middle; } }

.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear; }

.ampromo-overlay.-show {
  top: 0;
  opacity: 1; }

.ampromo-items-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #fff; }

.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
  text-align: center; }

.ampromo-items-content .ampromo-popup-title .ampromo-counter {
  font-weight: bold; }

.ampromo-items-content .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s; }

.ampromo-items-content .ampromo-item:hover {
  background: #ccc; }

.ampromo-items-content .ampromo-item .fieldset .field {
  margin-bottom: 10px; }

.ampromo-items-content .ampromo-item .fieldset .field .label {
  margin-bottom: 3px; }

.ampromo-items-content .ampromo-popup-title {
  margin: 0 auto 20px; }

.ampromo-items-content .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8; }

.ampromo-items-content .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease; }

.ampromo-items-content .ampromo-button {
  box-shadow: none;
  border: none; }

.ampromo-items-content .ampromo-item.-selected {
  background: #1f78c2; }

.ampromo-items-content .ampromo-item.-selected .ampromo-options {
  max-height: 690px; }

.ampromo-items-content .ampromo-item-image {
  display: block;
  margin: 7px auto; }

.ampromo-items-content .ampromo-title {
  margin: 0; }

.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height .2s ease; }

.ampromo-gallery {
  width: 850px;
  margin: 0 30px; }

.ampromo-gallery[data-count="1"] {
  width: 280px; }

.ampromo-gallery[data-count="2"] {
  width: 570px; }

.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important; }

.ampromo-slick .slick-prev {
  left: -45px !important; }

.ampromo-slick .slick-next {
  right: -45px !important; }

.ampromo-slick .slick-dots {
  padding: 0 !important; }

.ampromo-slick .slick-dots button, .ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .ampromo-slick .slick-dots .actions-toolbar > .action, .ampromo-slick .slick-dots .action-gift, .ampromo-slick .slick-dots button:hover, .ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .ampromo-slick .slick-dots .actions-toolbar > .action:hover, .ampromo-slick .slick-dots .action-gift:hover {
  height: 20px;
  width: 20px;
  padding: 6.25px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important; }

.ampromo-slick .slick-slide {
  vertical-align: top; }

.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center; }

.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed; }

.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle; }

.ampromo-items-form {
  background: #fff;
  padding: 5px; }

.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%; }

.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all; }

.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through; }

.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold; }

.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left; }

.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px; }

.ampromo-loading.-show {
  display: inline-block; }

.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  -webkit-animation: load 1.2s linear infinite;
          animation: load 1.2s linear infinite; }

.ampromo-carousel-product.-loading {
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none; }

@-webkit-keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px; }
  .ampromo-items-content {
    padding: 24px 54px; } }

@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto; }
  .ampromo-items-content {
    padding: 24px 54px; }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0; } }

@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto; }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important; }
  .ampromo-items-content {
    padding: 15px; } }

@media only screen and (min-width: 1024px) {
  .ampromo-items-content {
    max-width: 960px;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px; }
  .checkout-container .authentication-wrapper {
    margin-top: -12px; } }

.amgdprcookie-bar-container .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button.-save {
  flex-basis: 50%; }

.nav-sections-item-content .no-menu {
  display: block;
  padding: 15px 0;
  text-align: center; }

.nav-sections-item-content > .navigation {
  display: none !important; }

.ub-mega-menu-wrapper {
  display: block !important;
  margin: auto;
  max-width: 1408px; }

.child-content {
  background: #fff none repeat scroll 0 0;
  display: none;
  position: absolute;
  top: 50px;
  z-index: 99; }
  .child-content .child-content-inner-wrap {
    padding: 0; }
    .child-content .child-content-inner-wrap .child-content-inner {
      display: inline-block;
      padding: 0 20px; }
  .child-content .mega-col {
    float: left; }
  .child-content .group-title .mega {
    font-size: 20px;
    padding: 20px 0 0 !important; }
  .child-content .block.widget {
    float: left;
    margin-top: 30px;
    width: 100%; }
    .child-content .block.widget .block-title strong {
      color: #575757;
      font-weight: 400;
      text-transform: uppercase; }
    .child-content .block.widget .products-grid li.product-item {
      float: left;
      margin: 0 !important;
      width: 33.3332% !important; }
      .child-content .block.widget .products-grid li.product-item .product-item-info {
        float: left;
        padding: 0;
        width: 100%; }
        .child-content .block.widget .products-grid li.product-item .product-item-info .ub-quick-view-btn-container {
          display: none !important; }
        .child-content .block.widget .products-grid li.product-item .product-item-info .product-item-name {
          float: left;
          margin: 5px 0;
          width: 100%; }
        .child-content .block.widget .products-grid li.product-item .product-item-info .price-box {
          float: left;
          margin: 0;
          width: 100%; }
        .child-content .block.widget .products-grid li.product-item .product-item-info .product-reviews-summary {
          float: left;
          width: 100%;
          margin-bottom: 10px; }
          .child-content .block.widget .products-grid li.product-item .product-item-info .product-reviews-summary .reviews-actions {
            display: none; }
        .child-content .block.widget .products-grid li.product-item .product-item-info .product-item-actions {
          float: left;
          width: 100%; }
        .child-content .block.widget .products-grid li.product-item .product-item-info div[class^="swatch-opt-"] {
          display: none !important; }
        .child-content .block.widget .products-grid li.product-item .product-item-info .product-item-inner {
          display: none !important; }
        .child-content .block.widget .products-grid li.product-item .product-item-info.active, .child-content .block.widget .products-grid li.product-item .product-item-info:focus, .child-content .block.widget .products-grid li.product-item .product-item-info:hover {
          background: none !important;
          border: 0 !important;
          margin: 0 !important;
          padding: 0 !important;
          position: relative !important;
          z-index: 2 !important;
          box-shadow: none !important; }

ul.level0 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  ul.level0 > li.mega {
    float: left;
    margin: 0;
    padding: 0;
    position: relative; }
    ul.level0 > li.mega > .mega {
      display: block;
      padding: 0 20px; }
      ul.level0 > li.mega > .mega .sale-item {
        color: #ff0101; }
      ul.level0 > li.mega > .mega i {
        margin-right: 5px; }
      ul.level0 > li.mega > .mega span.menu-icon {
        height: 20px;
        left: 50%;
        margin-left: -16px;
        position: absolute;
        top: -20px;
        width: 32px; }
      ul.level0 > li.mega > .mega.ui-state-active, ul.level0 > li.mega > .mega:active, ul.level0 > li.mega > .mega:focus, ul.level0 > li.mega > .mega:hover {
        text-decoration: none; }
      ul.level0 > li.mega > .mega.active {
        background: #1979c3;
        color: #ffffff; }
    ul.level0 > li.mega.disable-shop-all .menu-group-link {
      display: none !important; }
    ul.level0 > li.mega.show-border .mega-col {
      border: 1px dotted red; }
    ul.level0 > li.mega.has-child > .mega > span.menu-title {
      display: block;
      padding: 0 20px 0 0; }
    ul.level0 > li.mega.has-child > .mega.ui-state-active > span.menu-title, ul.level0 > li.mega.has-child > .mega.active > span.menu-title, ul.level0 > li.mega.has-child > .mega:active > span.menu-title, ul.level0 > li.mega.has-child > .mega:focus > span.menu-title, ul.level0 > li.mega.has-child > .mega:hover > span.menu-title {
      background-position: right -48px; }
    ul.level0 > li.mega.has-child span.menu-parent-icon {
      display: none; }
    ul.level0 > li.mega.has-child:focus > .child-content, ul.level0 > li.mega.has-child:hover > .child-content {
      display: block; }
    ul.level0 > li.mega.has-child.mega-hover > .mega {
      text-decoration: none; }
      ul.level0 > li.mega.has-child.mega-hover > .mega > span.menu-title {
        background-position: right -48px; }

ul.level0 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  ul.level0 > li.mega.dynamic-width {
    position: static; }
    ul.level0 > li.mega.dynamic-width .child-content {
      left: 0;
      width: 100%; }
      ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap {
        padding: 0 20px; }
        ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner {
          padding: 0; }
          ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .cms-content-important {
            font-size: 16px;
            margin: 20px 0 0 0; }
          ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu iframe {
            width: 40%;
            float: right;
            margin-left: 40px; }
          ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .wholesalers-area {
            background: #f3f3f3;
            padding: 30px;
            margin: 30px 0 0; }
            ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .wholesalers-area .wholesale-tile {
              font-size: 20px;
              margin-bottom: 20px; }
            ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .wholesalers-area a {
              font-weight: 600;
              color: #000;
              border-bottom: 1px solid #ddd;
              position: relative;
              text-decoration: none;
              margin-top: 5px;
              display: inline-block; }
              ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .wholesalers-area a:after {
                content: "\f178";
                font-weight: 100;
                font-family: 'FontAwesome';
                font-size: 12px;
                padding-left: 10px; }
              ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .wholesalers-area a:hover {
                border-bottom-color: transparent;
                text-decoration: none; }
          ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .all-gifts {
            margin-top: 10px;
            text-transform: uppercase;
            text-decoration: none; }
            ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .all-gifts .menu-title {
              font-weight: 600;
              color: #ff0101;
              border-bottom: 1px solid #ddd;
              position: relative; }
              ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .all-gifts .menu-title:after {
                content: "\f178";
                font-weight: 100;
                font-family: 'FontAwesome';
                font-size: 12px;
                padding-left: 10px; }
            ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .all-gifts:hover {
              text-decoration: none; }
              ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .all-gifts:hover .menu-title {
                border-bottom-color: transparent; }
          ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .all-item {
            text-decoration: none; }
            ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .all-item .menu-title {
              color: #000;
              letter-spacing: 1px;
              position: relative; }
              ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .all-item .menu-title:after {
                content: "\f178";
                font-weight: 100;
                font-family: 'FontAwesome';
                font-size: 12px;
                padding-left: 10px; }
            ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .all-item:hover {
              text-decoration: none; }
              ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .all-item:hover .menu-title {
                border-bottom-color: transparent; }

ul.level0 li.mega.turn-left.has-child > .child-content {
  right: 0; }
  ul.level0 li.mega.turn-left.has-child > .child-content.cols1 li.mega {
    text-align: right; }
    ul.level0 li.mega.turn-left.has-child > .child-content.cols1 li.mega.has-child .menu-title {
      background-image: url(../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child-right.png);
      background-position: left -8px;
      background-repeat: no-repeat; }

ul.level0 li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1, ul.level0 li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 {
  left: -100px;
  right: auto; }
  ul.level0 li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1 li.mega, ul.level0 li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 li.mega {
    text-align: right; }
    ul.level0 li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1 li.mega .menu-title, ul.level0 li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 li.mega .menu-title {
      background: none; }
    ul.level0 li.mega.turn-left ul.level1 > li.mega.has-child:focus > .child-content.cols1 li.mega.has-child .menu-title, ul.level0 li.mega.turn-left ul.level1 > li.mega.has-child:hover > .child-content.cols1 li.mega.has-child .menu-title {
      background-image: url(../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child-right.png);
      background-position: left -8px;
      background-repeat: no-repeat; }

ul.level0 li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1, ul.level0 li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 {
  left: -100px;
  right: auto; }
  ul.level0 li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1 li.mega, ul.level0 li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 li.mega {
    text-align: right; }
    ul.level0 li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1 li.mega .mega .menu-title, ul.level0 li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 li.mega .mega .menu-title {
      background: none; }
    ul.level0 li.mega.turn-left ul.level2 > li.mega.has-child:focus > .child-content.cols1 li.mega.has-child .menu-title, ul.level0 li.mega.turn-left ul.level2 > li.mega.has-child:hover > .child-content.cols1 li.mega.has-child .menu-title {
      background-image: url(../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child-right.png);
      background-position: left -8px;
      background-repeat: no-repeat; }

ul.level1 {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.level1 li.mega {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }
    ul.level1 li.mega .mega {
      color: #575757;
      display: block;
      font-weight: 400;
      padding: 0; }
      ul.level1 li.mega .mega .sale-item {
        color: #ff0101; }
      ul.level1 li.mega .mega i {
        margin-right: 5px; }
      ul.level1 li.mega .mega span.menu-icon {
        height: 20px;
        left: 10%;
        margin-left: -16px;
        position: absolute;
        top: -10px;
        width: 32px; }
      ul.level1 li.mega .mega.active {
        text-decoration: none; }
    ul.level1 li.mega .group-title > .menu-desc img {
      max-width: 160px; }
    ul.level1 li.mega.disable-shop-all .menu-group-link {
      display: none !important; }
    ul.level1 li.mega.has-child > .mega > span.menu-title {
      background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child.png") no-repeat right -8px;
      display: block;
      padding: 0; }
    ul.level1 li.mega.has-child > .mega.ui-state-active > span.menu-title, ul.level1 li.mega.has-child > .mega.active > span.menu-title, ul.level1 li.mega.has-child > .mega:active > span.menu-title, ul.level1 li.mega.has-child > .mega:focus > span.menu-title, ul.level1 li.mega.has-child > .mega:hover > span.menu-title {
      background-position: right -8px; }
    ul.level1 li.mega.has-child .menu-group-link {
      display: none; }
    ul.level1 li.mega.has-child span.menu-parent-icon {
      display: none; }
    ul.level1 li.mega.has-child > .child-content {
      display: none; }
    ul.level1 li.mega.has-child:focus > .child-content, ul.level1 li.mega.has-child:hover > .child-content {
      display: block;
      right: -150px;
      top: 10px; }

ul.level0 > li.mega.dynamic-width ul.level1 > > li.mega.has-child > .mega > span.menu-title {
  background-position: right -8px;
  display: inline-block;
  padding-right: 20px; }

ul.level0 > li.mega.dynamic-width ul.level1 > > li.mega.has-child .child-content {
  left: auto; }

ul.level2 {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.level2 > li.mega {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }
    ul.level2 > li.mega > .mega {
      color: #575757;
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 30px;
      padding: 0; }
      ul.level2 > li.mega > .mega i {
        margin-right: 5px; }
      ul.level2 > li.mega > .mega span.menu-icon {
        height: 20px;
        left: 10%;
        margin-left: -16px;
        position: absolute;
        top: -10px;
        width: 32px; }
      ul.level2 > li.mega > .mega.ui-state-active, ul.level2 > li.mega > .mega:active, ul.level2 > li.mega > .mega:focus, ul.level2 > li.mega > .mega:hover {
        text-decoration: none; }
      ul.level2 > li.mega > .mega.active {
        text-decoration: none; }
    ul.level2 > li.mega.disable-shop-all .menu-group-link {
      display: none !important; }
    ul.level2 > li.mega.has-child > .mega > span.menu-title {
      background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child.png") no-repeat right -8px;
      display: block;
      padding: 0; }
    ul.level2 > li.mega.has-child > .mega.ui-state-active > span.menu-title, ul.level2 > li.mega.has-child > .mega.active > span.menu-title, ul.level2 > li.mega.has-child > .mega:active > span.menu-title, ul.level2 > li.mega.has-child > .mega:focus > span.menu-title, ul.level2 > li.mega.has-child > .mega:hover > span.menu-title {
      background-position: right -8px; }
    ul.level2 > li.mega.has-child .menu-group-link {
      display: none; }
    ul.level2 > li.mega.has-child span.menu-parent-icon {
      display: none; }
    ul.level2 > li.mega.has-child > .child-content {
      display: none; }
    ul.level2 > li.mega.has-child:focus > .child-content, ul.level2 > li.mega.has-child:hover > .child-content {
      display: block;
      right: -150px;
      top: 10px; }

ul.level0 > li.mega.dynamic-width ul.level2 > > li.mega.has-child > .mega > span.menu-title {
  background-position: right -8px;
  display: inline-block;
  padding-right: 20px; }

ul.level0 > li.mega.dynamic-width ul.level2 > > li.mega.has-child .child-content {
  left: auto; }

ul.level3 {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.level3 > li.mega {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }
    ul.level3 > li.mega > .mega {
      color: #575757;
      display: block;
      font-weight: 400;
      line-height: 25px;
      padding: 0; }
      ul.level3 > li.mega > .mega i {
        margin-right: 5px; }
      ul.level3 > li.mega > .mega span.menu-icon {
        height: 20px;
        left: 10%;
        margin-left: -16px;
        position: absolute;
        top: -10px;
        width: 32px; }
      ul.level3 > li.mega > .mega.ui-state-active, ul.level3 > li.mega > .mega:active, ul.level3 > li.mega > .mega:focus, ul.level3 > li.mega > .mega:hover {
        text-decoration: none; }
      ul.level3 > li.mega > .mega.active {
        text-decoration: none; }
    ul.level3 > li.mega.disable-shop-all .menu-group-link {
      display: none !important; }
    ul.level3 > li.mega.has-child > .mega > span.menu-title {
      background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child.png") no-repeat right -8px;
      display: block;
      padding: 0; }
    ul.level3 > li.mega.has-child > .mega.ui-state-active > span.menu-title, ul.level3 > li.mega.has-child > .mega.active > span.menu-title, ul.level3 > li.mega.has-child > .mega:active > span.menu-title, ul.level3 > li.mega.has-child > .mega:focus > span.menu-title, ul.level3 > li.mega.has-child > .mega:hover > span.menu-title {
      background-position: right -8px; }
    ul.level3 > li.mega.has-child .menu-group-link {
      display: none; }
    ul.level3 > li.mega.has-child span.menu-parent-icon {
      display: none; }
    ul.level3 > li.mega.has-child > .child-content {
      display: none; }
    ul.level3 > li.mega.has-child:focus > .child-content, ul.level3 > li.mega.has-child:hover > .child-content {
      display: block;
      right: -150px;
      top: 10px; }

ul.level0 > li.mega.dynamic-width ul.level3 > > li.mega.has-child > .mega > span.menu-title {
  background-position: right -8px;
  display: inline-block;
  padding-right: 20px; }

ul.level0 > li.mega.dynamic-width ul.level3 > > li.mega.has-child .child-content {
  left: auto; }

ul.level4 {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.level4 > li.mega {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }
    ul.level4 > li.mega > .mega {
      color: #575757;
      display: block;
      font-weight: 400;
      line-height: 25px;
      padding: 0; }
      ul.level4 > li.mega > .mega i {
        margin-right: 5px; }
      ul.level4 > li.mega > .mega span.menu-icon {
        height: 20px;
        left: 10%;
        margin-left: -16px;
        position: absolute;
        top: -10px;
        width: 32px; }
      ul.level4 > li.mega > .mega.ui-state-active, ul.level4 > li.mega > .mega:active, ul.level4 > li.mega > .mega:focus, ul.level4 > li.mega > .mega:hover {
        text-decoration: none; }
      ul.level4 > li.mega > .mega.active {
        text-decoration: none; }
    ul.level4 > li.mega.disable-shop-all .menu-group-link {
      display: none !important; }
    ul.level4 > li.mega.has-child > .mega > span.menu-title {
      background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child.png") no-repeat right -8px;
      display: block;
      padding: 0; }
    ul.level4 > li.mega.has-child > .mega.ui-state-active > span.menu-title, ul.level4 > li.mega.has-child > .mega.active > span.menu-title, ul.level4 > li.mega.has-child > .mega:active > span.menu-title, ul.level4 > li.mega.has-child > .mega:focus > span.menu-title, ul.level4 > li.mega.has-child > .mega:hover > span.menu-title {
      background-position: right -8px; }
    ul.level4 > li.mega.has-child .menu-group-link {
      display: none; }
    ul.level4 > li.mega.has-child span.menu-parent-icon {
      display: none; }
    ul.level4 > li.mega.has-child > .child-content {
      display: none; }
    ul.level4 > li.mega.has-child:focus > .child-content, ul.level4 > li.mega.has-child:hover > .child-content {
      display: block;
      right: -150px;
      top: 10px; }

ul.level5 {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.level5 > li.mega {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }
    ul.level5 > li.mega > .mega {
      color: #575757;
      display: block;
      font-weight: 400;
      line-height: 25px;
      padding: 0; }
      ul.level5 > li.mega > .mega i {
        margin-right: 5px; }
      ul.level5 > li.mega > .mega span.menu-icon {
        height: 20px;
        left: 10%;
        margin-left: -16px;
        position: absolute;
        top: -10px;
        width: 32px; }
      ul.level5 > li.mega > .mega.ui-state-active, ul.level5 > li.mega > .mega:active, ul.level5 > li.mega > .mega:focus, ul.level5 > li.mega > .mega:hover {
        color: #006bb4;
        text-decoration: none; }
      ul.level5 > li.mega > .mega.active {
        color: #1979c3;
        text-decoration: none; }
    ul.level5 > li.mega.disable-shop-all .menu-group-link {
      display: none !important; }
    ul.level5 > li.mega.has-child > .mega > span.menu-title {
      background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child.png") no-repeat right -8px;
      display: block;
      padding: 0; }
    ul.level5 > li.mega.has-child > .mega.ui-state-active > span.menu-title, ul.level5 > li.mega.has-child > .mega.active > span.menu-title, ul.level5 > li.mega.has-child > .mega:active > span.menu-title, ul.level5 > li.mega.has-child > .mega:focus > span.menu-title, ul.level5 > li.mega.has-child > .mega:hover > span.menu-title {
      background-position: right -8px; }
    ul.level5 > li.mega.has-child .menu-group-link {
      display: none; }
    ul.level5 > li.mega.has-child span.menu-parent-icon {
      display: none; }
    ul.level5 > li.mega.has-child > .child-content {
      display: none; }
    ul.level5 > li.mega.has-child:focus > .child-content, ul.level5 > li.mega.has-child:hover > .child-content {
      display: block;
      right: -150px;
      top: 10px; }

ul.level6 {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.level6 > li.mega {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }
    ul.level6 > li.mega > .mega {
      color: #575757;
      display: block;
      font-weight: 400;
      line-height: 25px;
      padding: 0; }
      ul.level6 > li.mega > .mega i {
        margin-right: 5px; }
      ul.level6 > li.mega > .mega span.menu-icon {
        height: 20px;
        left: 10%;
        margin-left: -16px;
        position: absolute;
        top: -10px;
        width: 32px; }
      ul.level6 > li.mega > .mega.ui-state-active, ul.level6 > li.mega > .mega:active, ul.level6 > li.mega > .mega:focus, ul.level6 > li.mega > .mega:hover {
        color: #006bb4;
        text-decoration: none; }
      ul.level6 > li.mega > .mega.active {
        color: #1979c3;
        text-decoration: none; }
    ul.level6 > li.mega.disable-shop-all .menu-group-link {
      display: none !important; }
    ul.level6 > li.mega.has-child > .mega > span.menu-title {
      background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child.png") no-repeat right -8px;
      display: block;
      padding: 0; }
    ul.level6 > li.mega.has-child > .mega.ui-state-active > span.menu-title, ul.level6 > li.mega.has-child > .mega.active > span.menu-title, ul.level6 > li.mega.has-child > .mega:active > span.menu-title, ul.level6 > li.mega.has-child > .mega:focus > span.menu-title, ul.level6 > li.mega.has-child > .mega:hover > span.menu-title {
      background-position: right -8px; }
    ul.level6 > li.mega.has-child .menu-group-link {
      display: none; }
    ul.level6 > li.mega.has-child span.menu-parent-icon {
      display: none; }
    ul.level6 > li.mega.has-child > .child-content {
      display: none; }
    ul.level6 > li.mega.has-child:focus > .child-content, ul.level6 > li.mega.has-child:hover > .child-content {
      display: block;
      right: -150px;
      top: 10px; }

li.mega.style-1 .child-content .free-shipping {
  margin-top: 20px; }

li.mega.style-1 .child-content .block.widget {
  margin: 25px 0 0 20px;
  width: initial; }
  li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-item-name {
    float: none;
    width: auto; }
  li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .price-box {
    float: none;
    width: auto; }
  li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-reviews-summary {
    float: none;
    padding-bottom: 10px;
    width: auto;
    margin-bottom: 0; }
  li.mega.style-1 .child-content .block.widget .products-grid .product-items .product-item .product-item-info .product-item-actions {
    float: none;
    width: auto; }

li.mega.style-1 .child-content ul.level3 > > li.mega > .mega {
  font-size: 14px;
  line-height: 30px; }

li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item {
  margin-bottom: 25px !important;
  width: 100% !important; }
  li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info {
    padding: 0; }
    li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info:hover {
      background: 0 !important;
      border: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      box-shadow: none !important; }
    li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info .product-item-photo {
      float: left;
      margin-right: 10px;
      max-width: 57px; }
    li.mega.style-1 .child-content .block-content .products-grid .product-items .product-item-info .product-item-details {
      float: left; }

li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner {
  padding: 0; }
  li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .full-banner {
    color: #fff; }
    li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .full-banner h3 {
      font-weight: 900;
      left: 20px;
      position: absolute;
      top: 45px; }
    li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .full-banner h4 {
      font-weight: 300;
      left: 20px;
      position: absolute;
      text-transform: none;
      top: 75px; }
  li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner ul.level1 .group-title .mega {
    display: none; }
  li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner ul.level1 li.mega .mega span.menu-icon {
    margin-left: 0;
    position: static; }
  li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner ul.level1 li.mega .group-title > .menu-desc img {
    max-width: 700px; }
  li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner ul.level2 {
    padding: 0 0 0 20px; }
    li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner ul.level2 .group-title .mega {
      display: block;
      font-size: 14px; }
  li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .mega-col .column4.last ul.level2 {
    padding: 0; }
    li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .mega-col .column4.last ul.level2 .group-title {
      display: none; }
  li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner ul.level3 > li.mega > .mega {
    font-size: 14px;
    line-height: 30px; }
    li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner ul.level3 > li.mega > .mega .menu-title {
      background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/bg-bullet.png") no-repeat left 6px;
      padding: 0 0 0 10px; }
  li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block.widget {
    margin: 18px 0 0 0;
    width: initial; }
    li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block.widget .block-title strong {
      font-size: 14px; }
  li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block-content .products-grid .product-items .product-item {
    margin-bottom: 25px !important;
    width: 100% !important; }
    li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block-content .products-grid .product-items .product-item-info {
      padding: 0; }
      li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block-content .products-grid .product-items .product-item-info:hover {
        background: 0 !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important; }
      li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-photo {
        float: left;
        margin-right: 10px;
        max-width: 57px; }
      li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details {
        float: left;
        width: 100%;
        max-width: 70%; }
        li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-item-name {
          float: none;
          width: auto; }
        li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .price-box {
          float: none;
          width: auto; }
        li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-reviews-summary {
          float: none;
          padding-bottom: 10px;
          width: auto; }
        li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-details .product-item-actions {
          float: none;
          margin: 0;
          width: auto; }

li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega {
  position: static; }
  li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child .child-content {
    background: #fff;
    border: 0;
    left: 200px;
    max-width: 80%;
    padding: 0 0 0 20px;
    top: 0;
    box-shadow: none; }
    li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child .child-content .child-content-inner-wrap {
      padding: 0; }
  li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child a.mega,
  li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child span.mega {
    background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child.png") no-repeat 95% -10px;
    max-width: 180px;
    padding-top: 0 !important; }
    li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child a.mega span.menu-title,
    li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child span.mega span.menu-title {
      background: none;
      padding-right: 0;
      width: 100%; }

li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level3 > li.mega .mega {
  background: none !important;
  padding: 0; }

li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner .collections .block.widget {
  margin-top: 0;
  margin-bottom: 0; }

li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner .collections .product-item .product-item-info a {
  background: none !important;
  max-width: inherit !important; }

.mega-with-thumb {
  float: left;
  padding: 20px 0;
  width: 100%; }
  .mega-with-thumb ul.mega-menu {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%; }
    .mega-with-thumb ul.mega-menu li {
      float: left;
      list-style: none;
      padding: 10px 0;
      width: 20%; }
      .mega-with-thumb ul.mega-menu li img {
        float: left; }
      .mega-with-thumb ul.mega-menu li .mega {
        color: #575757; }
        .mega-with-thumb ul.mega-menu li .mega.ui-state-active, .mega-with-thumb ul.mega-menu li .mega:active, .mega-with-thumb ul.mega-menu li .mega:focus, .mega-with-thumb ul.mega-menu li .mega:hover {
          color: #1979c3;
          text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .ub-mega-menu .category-thumb {
    display: none; }
  .ub-mega-menu ul.level0 > li.mega {
    width: 100%; }
    .ub-mega-menu ul.level0 > li.mega .mega {
      padding: 5px 0;
      position: relative;
      z-index: 1; }
      .ub-mega-menu ul.level0 > li.mega .mega span.menu-icon {
        left: 7%; }
      .ub-mega-menu ul.level0 > li.mega .mega.ui-state-active, .ub-mega-menu ul.level0 > li.mega .mega.active, .ub-mega-menu ul.level0 > li.mega .mega:active, .ub-mega-menu ul.level0 > li.mega .mega:focus, .ub-mega-menu ul.level0 > li.mega .mega:hover {
        background: none;
        color: #1979c3; }
    .ub-mega-menu ul.level0 > li.mega .child-content .block.widget {
      margin-top: 25px;
      margin-bottom: 30px; }
      .ub-mega-menu ul.level0 > li.mega .child-content .block.widget .block-title {
        margin-bottom: 10px; }
      .ub-mega-menu ul.level0 > li.mega .child-content .block.widget .products-grid li.product-item {
        margin: 0 0 20px !important;
        width: 100% !important; }
        .ub-mega-menu ul.level0 > li.mega .child-content .block.widget .products-grid li.product-item:last-child {
          margin-bottom: 0 !important; }
        .ub-mega-menu ul.level0 > li.mega .child-content .block.widget .products-grid li.product-item .product-item-info {
          padding: 0; }
          .ub-mega-menu ul.level0 > li.mega .child-content .block.widget .products-grid li.product-item .product-item-info .product-item-details {
            padding-top: 5px;
            clear: both; }
          .ub-mega-menu ul.level0 > li.mega .child-content .block.widget .products-grid li.product-item .product-item-info:hover, .ub-mega-menu ul.level0 > li.mega .child-content .block.widget .products-grid li.product-item .product-item-info.active {
            background: none;
            border: 0 none;
            margin: 0;
            padding: 0;
            position: relative;
            z-index: 2;
            box-shadow: none; }
    .ub-mega-menu ul.level0 > li.mega .child-content .hot-product .block.widget {
      margin-top: 10px; }
    .ub-mega-menu ul.level0 > li.mega.has-child > .mega {
      font-weight: 700; }
      .ub-mega-menu ul.level0 > li.mega.has-child > .mega > span.menu-title {
        background: none;
        padding: 0; }
    .ub-mega-menu ul.level0 > li.mega.has-child span.menu-parent-icon {
      display: block;
      position: absolute;
      right: 24px;
      top: 14px;
      z-index: 111;
      display: inline-block;
      text-decoration: none; }
      .ub-mega-menu ul.level0 > li.mega.has-child span.menu-parent-icon:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: #ffffff;
        content: "";
        font-family: "dwd-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .ub-mega-menu ul.level0 > li.mega.has-child span.menu-parent-icon.active:before {
        content: ""; }
    .ub-mega-menu ul.level0 > li.mega.has-child:focus > .child-content, .ub-mega-menu ul.level0 > li.mega.has-child:hover > .child-content {
      display: none; }
    .ub-mega-menu ul.level0 > li.mega.has-child .child-content {
      background: 0;
      border: 0 none;
      display: none;
      position: static;
      box-shadow: none; }
      .ub-mega-menu ul.level0 > li.mega.has-child .child-content.active {
        display: block; }
      .ub-mega-menu ul.level0 > li.mega.has-child .child-content .child-content-inner-wrap .child-content-inner {
        padding: 0;
        width: 100% !important; }
        .ub-mega-menu ul.level0 > li.mega.has-child .child-content .child-content-inner-wrap .child-content-inner .mega-col {
          width: 100% !important; }
  .ub-mega-menu ul.level0 li.mega.turn-left.has-child > .child-content {
    right: auto; }
    .ub-mega-menu ul.level0 li.mega.turn-left.has-child > .child-content.cols1 li.mega {
      text-align: left; }
      .ub-mega-menu ul.level0 li.mega.turn-left.has-child > .child-content.cols1 li.mega.has-child .menu-title {
        background: none; }
  .ub-mega-menu ul.level0 > li.mega.dynamic-width {
    position: relative; }
    .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap {
      padding: 0 20px 0 0; }
      .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu iframe {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px; }
      .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 p {
        font-size: 14px;
        line-height: 25px; }
      .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 25px; }
      .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 img {
        margin-bottom: 20px;
        margin-left: 0; }
      .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .wholesalers-area {
        padding: 0; }
  .ub-mega-menu ul.level1 li.mega .mega span.menu-title {
    background: none;
    padding: 0; }
  .ub-mega-menu ul.level1 li.mega.has-child > .mega {
    font-weight: 700; }
    .ub-mega-menu ul.level1 li.mega.has-child > .mega span.menu-title {
      background: none; }
  .ub-mega-menu ul.level1 li.mega.has-child span.menu-parent-icon {
    background-position: left -57px; }
    .ub-mega-menu ul.level1 li.mega.has-child span.menu-parent-icon.active {
      background-position: left -8px; }
  .ub-mega-menu ul.level1 li.mega.has-child .menu-group-link {
    display: none; }
    .ub-mega-menu ul.level1 li.mega.has-child .menu-group-link.active {
      cursor: pointer;
      display: inline-block;
      font-size: 12px;
      font-style: italic;
      line-height: 30px;
      margin: 0 0 0 15px;
      position: relative;
      text-decoration: underline; }
      .ub-mega-menu ul.level1 li.mega.has-child .menu-group-link.active:active, .ub-mega-menu ul.level1 li.mega.has-child .menu-group-link.active:focus, .ub-mega-menu ul.level1 li.mega.has-child .menu-group-link.active:hover {
        color: #1979c3;
        text-decoration: none; }
  .ub-mega-menu li.mega.style-1 .child-content .block.widget {
    margin-left: 0;
    width: 100%; }
  .ub-mega-menu li.mega.style-1 .child-content .products-grid .product-items .product-item-info .product-item-photo {
    max-width: inherit; }
  .ub-mega-menu li.mega.style-tabs .child-content {
    padding-bottom: 20px !important; }
    .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level1 > li.mega .group-title {
      display: none; }
    .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega {
      position: relative; }
      .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child .mega {
        background: none;
        font-weight: 400;
        line-height: 25px;
        max-width: inherit; }
      .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child span.menu-parent-icon {
        background-position: -15px -59px;
        height: 30px;
        width: 30px; }
        .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child span.menu-parent-icon.active {
          background-position: -15px -9px; }
      .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child .child-content {
        background: none;
        max-width: inherit;
        padding-bottom: 0 !important;
        padding-left: 0; }
        .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child .child-content .child-content-inner-wrap {
          padding: 0 20px; }
    .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level3 > li.mega .group-title {
      display: block; }
  .ub-mega-menu li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block-content .products-grid .product-items .product-item-info .product-item-photo {
    max-width: inherit; }
  .ub-mega-menu li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .block.widget {
    margin-top: 18px;
    margin-bottom: 30px; }
  .ub-mega-menu li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .full-banner {
    display: none; }
  .ub-mega-menu li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner ul.level2 {
    padding-left: 0; }
  .ub-mega-menu .mega-with-thumb {
    padding: 0; }
    .ub-mega-menu .mega-with-thumb ul.mega-menu li {
      padding: 0;
      width: 100%; }
      .ub-mega-menu .mega-with-thumb ul.mega-menu li img {
        display: none; } }

@media only screen and (min-width: 768px) {
  ul.level0 > li.mega > .mega {
    padding: 0 14px;
    position: relative; }
  ul.level0 > li.mega.style-default, ul.level0 > li.mega.style-1, ul.level0 > li.mega.style-2 {
    position: static; }
    ul.level0 > li.mega.style-default .child-content, ul.level0 > li.mega.style-1 .child-content, ul.level0 > li.mega.style-2 .child-content {
      left: 0; }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 img {
    float: right;
    margin-left: 20px; }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 p {
    font-size: 14px;
    line-height: 25px; }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 img {
    margin-bottom: 20px;
    max-width: 400px; }
  ul.level1 > li.mega.has-child:focus > .child-content, ul.level1 > li.mega.has-child:hover > .child-content {
    right: -100px;
    top: 30px; }
  ul.level2 > li.mega.has-child:focus > .child-content, ul.level2 > li.mega.has-child:hover > .child-content {
    right: -100px;
    top: 30px; }
  li.mega.style-tabs ul.level2 > li.mega .mega {
    color: #575757;
    font-weight: 600;
    line-height: 25px;
    padding: 0 10px; }
  li.mega.style-tabs ul.level2 > li.mega.has-child .child-content {
    display: none; }
  li.mega.style-tabs ul.level2 > li.mega.has-child.active > .child-content {
    display: block !important; }
  li.mega.style-tabs ul.level2 > li.mega.has-child.active .has-child {
    background-color: #f0f0f0 !important;
    color: #1979c3; }
  li.mega.style-tabs ul.level2 > li.mega.has-child.active > li.mega .mega {
    color: #1979c3; }
  li.mega.style-tabs ul.level3 > li.mega .mega:hover {
    color: #1979c3; }
  li.mega.style-tabs ul.level4 > li.mega .mega {
    font-weight: 400;
    padding: 0; }
    li.mega.style-tabs ul.level4 > li.mega .mega:hover {
      color: #1979c3; }
  li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 68%; }
  li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner .collections .block.widget .products-grid li.product-item {
    width: 50% !important; }
  .mega-with-thumb ul.mega-menu li {
    margin: 0 !important;
    padding: 0 !important;
    width: 33.332%; }
    .mega-with-thumb ul.mega-menu li a.mega {
      padding: 0 !important; } }

@media only screen and (min-width: 1024px) {
  ul.level0 > li.mega {
    position: static; }
    ul.level0 > li.mega > .mega {
      padding: 0 20px;
      position: relative; }
    ul.level0 > li.mega.style-default, ul.level0 > li.mega.style-1 {
      position: relative; }
    ul.level0 > li.mega.style-2 {
      position: static; }
      ul.level0 > li.mega.style-2 .child-content {
        left: 100px; }
  ul.level1 > li.mega.has-child:focus > .child-content, ul.level1 > li.mega.has-child:hover > .child-content {
    right: -130px;
    top: 30px; }
  ul.level2 > li.mega.has-child:focus > .child-content, ul.level2 > li.mega.has-child:hover > .child-content {
    right: -130px;
    top: 30px; }
  li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 77%; }
  li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner .collections .block.widget .products-grid li.product-item {
    width: 33.3332% !important; }
  .mega-with-thumb ul.mega-menu li {
    width: 20%; } }

@media only screen and (min-width: 1170px) {
  .ub-mega-menu ul.level1 > li.mega.has-child:focus > .child-content, .ub-mega-menu ul.level1 > li.mega.has-child:hover > .child-content {
    top: 10px; }
  .ub-mega-menu ul.level2 > li.mega.has-child:focus > .child-content, .ub-mega-menu ul.level2 > li.mega.has-child:hover > .child-content {
    top: 10px; }
  .ub-mega-menu ul.level3 > li.mega.has-child:focus > .child-content, .ub-mega-menu ul.level3 > li.mega.has-child:hover > .child-content {
    top: 10px; }
  .ub-mega-menu li.mega.style-tabs .child-content {
    padding: 20px 0; }
    .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner-wrap {
      padding: 0 20px; }
      .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner-wrap .child-content-inner ul.level2 > li.mega.has-child .child-content {
        max-width: 82%;
        min-height: 100% !important; } }

@media only screen and (min-width: 1408px) {
  .ub-mega-menu ul.level0 > li.mega {
    position: relative; }
    .ub-mega-menu ul.level0 > li.mega > .mega {
      padding: 0 52px 0 0; }
    .ub-mega-menu ul.level0 > li.mega.style-default, .ub-mega-menu ul.level0 > li.mega.style-1 {
      position: relative; }
    .ub-mega-menu ul.level0 > li.mega.style-2 {
      position: relative; }
      .ub-mega-menu ul.level0 > li.mega.style-2 .child-content {
        left: 0; }
  .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 p {
    font-size: 16px;
    line-height: 30px; }
  .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 .title {
    font-size: 45px;
    line-height: 55px; }
  .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 img {
    max-width: inherit; }
  .ub-mega-menu ul.level0 {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .ub-mega-menu ul.level0 > li.mega.dynamic-width {
      position: static; }
      .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content {
        left: 0;
        width: 100%; }
        .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap {
          padding: 20px; }
          .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner {
            padding: 0; }
            .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .cms-content-important {
              font-size: 16px;
              margin: 20px 0 0 0; }
            .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .intro {
              margin-bottom: 20px; }
            .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 {
              margin-bottom: 20px; }
              .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 p {
                font-size: 16px;
                line-height: 30px; }
              .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 .title {
                font-size: 45px;
                font-weight: 700;
                line-height: 45px; }
              .ub-mega-menu ul.level0 > li.mega.dynamic-width .child-content .child-content-inner-wrap .child-content-inner .intro-megamenu .func-01 img {
                float: right;
                margin-left: 20px; }
    .ub-mega-menu ul.level0 > li.mega.style-tabs .child-content {
      padding: 20px 0; }
      .ub-mega-menu ul.level0 > li.mega.style-tabs .child-content .child-content-inner-wrap {
        padding: 0 20px; }
  .ub-mega-menu ul.level1 > li.mega.has-child:focus > .child-content, .ub-mega-menu ul.level1 > li.mega.has-child:hover > .child-content {
    right: -100px;
    top: 10px; }
  .ub-mega-menu ul.level0 > li.mega.dynamic-width ul.level1 > li.mega.has-child > .mega > span.menu-title {
    background-position: right -8px;
    display: inline-block;
    padding-right: 20px; }
  .ub-mega-menu ul.level0 > li.mega.dynamic-width ul.level1 > li.mega.has-child .child-content {
    left: auto; }
  .ub-mega-menu ul.level2 > li.mega.has-child:focus > .child-content, .ub-mega-menu ul.level2 > li.mega.has-child:hover > .child-content {
    right: -100px;
    top: 10px; }
  .ub-mega-menu ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child > .mega > span.menu-title {
    background-position: right -8px;
    display: inline-block;
    padding-right: 20px; }
  .ub-mega-menu ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child .child-content {
    left: auto; }
  .ub-mega-menu ul.level3 > li.mega.has-child:focus > .child-content, .ub-mega-menu ul.level3 > li.mega.has-child:hover > .child-content {
    right: -100px;
    top: 10px; }
  .ub-mega-menu ul.level0 > li.mega.dynamic-width ul.level3 > li.mega.has-child > .mega > span.menu-title {
    background-position: right -8px;
    display: inline-block;
    padding-right: 20px; }
  .ub-mega-menu ul.level0 > li.mega.dynamic-width ul.level3 > li.mega.has-child .child-content {
    left: auto; } }

.ub-mega-menu-vertical .ub-mega-menu-wrapper {
  margin-bottom: 30px; }
  .ub-mega-menu-vertical .ub-mega-menu-wrapper .ub-mega-menu {
    padding: 0; }
  .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content {
    top: 0;
    left: 170px; }
    .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .child-content-inner-wrap .child-content-inner {
      display: block; }
      .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .child-content-inner-wrap .child-content-inner .free-shipping {
        margin: 20px 0; }
      .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .child-content-inner-wrap .child-content-inner .sales-off {
        margin: 30px 0 0; }
    .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .product-items .product-item-info {
      padding: 0 !important; }
      .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .product-items .product-item-info .product-item-photo {
        max-width: 200px;
        padding: 0;
        position: static; }
    .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .product-items .product-item-details {
      margin-left: 0; }
    .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .block.widget .product-item-info {
      width: 200px; }
      .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .block.widget .product-item-info:hover, .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .block.widget .product-item-info.active {
        border: 0 !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important; }
    .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .block.widget .products-grid li.product-item {
      width: 100% !important; }
  .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega {
    width: 100%;
    border-bottom: 1px dotted #ddd; }
    .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega {
      padding: 0 0 0 10px; }
      .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega span.menu-title {
        background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child.png") no-repeat right 0; }
      .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega span.menu-icon {
        top: -15px;
        left: 7%; }
      .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega.ui-state-active, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega.active, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega:active, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega:focus, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega:hover {
        background: #1979c3;
        color: #ffffff; }
    .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega.flattened-menu .group-title {
      color: #575757;
      display: block;
      font-weight: 600;
      line-height: 34px;
      padding: 0;
      text-transform: uppercase; }
      .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega.flattened-menu .group-title .mega {
        color: #575757;
        display: block;
        text-decoration: none;
        padding: 0 0 0 10px; }
        .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega.flattened-menu .group-title .mega.ui-state-active, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega.flattened-menu .group-title .mega.active, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega.flattened-menu .group-title .mega:active, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega.flattened-menu .group-title .mega:focus, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega.flattened-menu .group-title .mega:hover {
          background: #1979c3;
          color: #ffffff; }
    .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega.flattened-menu ul.level1 > li.mega .mega {
      padding: 0 0 0 20px; }
    .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega.flattened-menu ul.level2 > li.mega .mega {
      padding: 0 0 0 30px; }
  .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 > li.mega.has-child:focus > .child-content, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 > li.mega.has-child:hover > .child-content {
    right: -230px;
    top: 0; }

.page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content {
  right: 170px;
  left: auto; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content .mega-col {
    float: right; }

.page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega {
  text-align: right; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega > span.menu-title {
    background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child-right.png") no-repeat left 0;
    padding: 0 0 0 20px; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega > .mega span.menu-icon {
    left: auto;
    right: 0; }

.page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega .mega {
  text-align: right; }

.page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child > .mega > span.menu-title {
  background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Ubertheme_UbMegaMenu/images/ver-bg-has-child-right.png") no-repeat left -8px; }

.page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:focus > .child-content, .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:hover > .child-content {
  left: -230px;
  right: auto; }

@media only screen and (max-width: 767px) {
  .ub-mega-menu-vertical .ub-mega-menu ul.level0 > li.mega.has-child span.menu-parent-icon {
    z-index: 1; } }

@media only screen and (min-width: 768px) {
  .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content {
    left: 120px; }
  .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega {
    position: relative; }
  .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:hover > .child-content, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:focus > .child-content {
    right: -200px; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content {
    right: 120px; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega {
    position: relative; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:hover > .child-content, .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:focus > .child-content {
    left: -200px; } }

@media only screen and (min-width: 1024px) {
  .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content {
    left: 170px; }
  .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega {
    position: relative; }
  .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:hover > .child-content, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:focus > .child-content {
    right: -200px; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content {
    right: 170px; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level0 > li.mega {
    position: relative; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:hover > .child-content, .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:focus > .child-content {
    left: -200px; } }

@media only screen and (min-width: 1408px) {
  .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content {
    left: 170px; }
  .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:hover > .child-content, .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:focus > .child-content {
    right: -230px; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper .child-content {
    right: 170px; }
  .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:hover > .child-content, .page-layout-2columns-right .ub-mega-menu-vertical .ub-mega-menu-wrapper ul.level1 li.mega.has-child:focus > .child-content {
    left: -230px; } }

@media only screen and (max-width: 767px) {
  .jaws.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotate(90deg);
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transform: rotate(90deg);
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    opacity: 0;
    -o-transform: rotate(90deg);
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transform: rotate(90deg);
    transition: opacity .4s, transform .6s, max-height .6s;
    -webkit-transform: rotate(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s; }
  .jaws.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .fence.ub-mega-menu li.has-child.tab-head .child-content,
  .fence.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotateY(-90deg);
    -moz-transform-origin: 100% 50%;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transform: rotateY(-90deg);
    -ms-transform-origin: 100% 50%;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    opacity: 0;
    -o-transform: rotateY(-90deg);
    -o-transform-origin: 100% 50%;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
    transition: opacity .4s, transform .6s, max-height .6s;
    -webkit-transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s; }
  .fence.ub-mega-menu li.has-child.tab-head.active .child-content,
  .fence.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    overflow: hidden;
    transform: none;
    -webkit-transform: none; }
  .venitian.ub-mega-menu li.has-child.tab-head .child-content,
  .venitian.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transform: scale(1, 0);
    -ms-transform-origin: 50% 0;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    opacity: 0;
    -o-transform: scale(1, 0);
    -o-transform-origin: 50% 0;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    overflow: inherit;
    transform: scale(1, 0);
    transform-origin: 50% 0;
    transition: opacity .4s, transform .6s, max-height .6s;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s; }
  .venitian.ub-mega-menu li.has-child.tab-head.active .child-content,
  .venitian.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    overflow: hidden;
    transform: none;
    -webkit-transform: none; }
  .fly.ub-mega-menu li.has-child.tab-head .child-content,
  .fly.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotateX(-180deg);
    -moz-transform-origin: 50% 50% -50px;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transform: rotateX(-180deg);
    -ms-transform-origin: 50% 50% -50px;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    opacity: 0;
    -o-transform: rotateX(-180deg);
    -o-transform-origin: 50% 50% -50px;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transform: rotateX(-180deg);
    transform-origin: 50% 50% -50px;
    transition: opacity .4s, transform .6s, max-height .6s;
    -webkit-transform: rotateX(-180deg);
    -webkit-transform-origin: 50% 50% -50px;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s; }
  .fly.ub-mega-menu li.has-child.tab-head.active .child-content,
  .fly.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .papercut.ub-mega-menu li.has-child.tab-head .child-content,
  .papercut.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: skewY(30deg);
    -moz-transform-origin: 0% 0%;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transform: skewY(30deg);
    -ms-transform-origin: 0% 0%;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    opacity: 0;
    -o-transform: skewY(30deg);
    -o-transform-origin: 0% 0%;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transform: skewY(30deg);
    transform-origin: 0% 0%;
    transition: opacity .4s, transform .6s, max-height .6s;
    -webkit-transform: skewY(30deg);
    -webkit-transform-origin: 0% 0%;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s; }
  .papercut.ub-mega-menu li.has-child.tab-head.active .child-content,
  .papercut.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .fan.ub-mega-menu li.has-child.tab-head .child-content,
  .fan.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    opacity: 0;
    -o-transform: rotate(90deg);
    -o-transform-origin: 0% 0%;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transform: rotate(90deg);
    transform-origin: 0% 0%;
    transition: opacity .4s, transform .6s, max-height .6s;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0% 0%;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s; }
  .fan.ub-mega-menu li.has-child.tab-head.active .child-content,
  .fan.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .wave.ub-mega-menu li.has-child.tab-head .child-content,
  .wave.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: skewY(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transform: skewY(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    opacity: 0;
    -o-transform: skewY(-90deg);
    -o-transform-origin: 0% 0%;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transform: skewY(-90deg);
    transform-origin: 0% 0%;
    transition: opacity .4s, transform .6s, max-height .6s;
    -webkit-transform: skewY(-90deg);
    -webkit-transform-origin: 0% 0%;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s; }
  .wave.ub-mega-menu li.has-child.tab-head.active .child-content,
  .wave.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .helix.ub-mega-menu li.has-child.tab-head .child-content,
  .helix.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotateY(90deg);
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transform: rotateY(90deg);
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    opacity: 0;
    -o-transform: rotateY(90deg);
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transform: rotateY(90deg);
    transition: opacity .4s, transform .6s, max-height .6s;
    -webkit-transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s; }
  .helix.ub-mega-menu li.has-child.tab-head.active .child-content,
  .helix.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .pop.ub-mega-menu li.has-child.tab-head .child-content,
  .pop.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: scale(0.2);
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
    -ms-transform: translateX(-80%);
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
    opacity: 0;
    -o-transform: translateX(-80%);
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
    transform: translateX(-80%);
    transition: opacity .4s, transform .6s, max-height .6s;
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
    -webkit-transform: scale(0.2);
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5); }
  .pop.ub-mega-menu li.has-child.tab-head.active .child-content,
  .pop.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .linear.ub-mega-menu li.has-child.tab-head .child-content,
  .linear.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: translateX(-40%);
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -ms-transform: translateX(-40%);
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    opacity: 0;
    -o-transform: translateX(-40%);
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    transform: translateX(-40%);
    transition: opacity .4s, transform .6s, max-height .6s;
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -webkit-transform: translateX(-40%);
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7); }
  .linear.ub-mega-menu li.has-child.tab-head.active .child-content,
  .linear.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .bounce.ub-mega-menu li.has-child.tab-head .child-content,
  .bounce.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: translateX(-40%);
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -ms-transform: translateX(-40%);
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    opacity: 0;
    -o-transform: translateX(-40%);
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    transform: translateX(-40%);
    transition: opacity .4s, transform .6s, max-height .6s;
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -webkit-transform: translateX(-40%);
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7); }
  .bounce.ub-mega-menu li.has-child.tab-head.active .child-content,
  .bounce.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .radial.ub-mega-menu li.has-child.tab-head .child-content,
  .radial.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: translateY(-120px) rotate(70deg);
    -moz-transform-origin: 0 0;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transform: translateY(-120px) rotate(70deg);
    -ms-transform-origin: 0 0;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    opacity: 0;
    -o-transform: translateY(-120px) rotate(70deg);
    -o-transform-origin: 0 0;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transform: translateY(-120px) rotate(70deg);
    transform-origin: 0 0;
    transition: opacity .4s, transform .6s, max-height .6s;
    -webkit-transform: translateY(-120px) rotate(70deg);
    -webkit-transform-origin: 0 0;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s; }
  .radial.ub-mega-menu li.has-child.tab-head.active .child-content,
  .radial.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .winding.ub-mega-menu li.has-child.tab-head .child-content,
  .winding.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotateY(90deg);
    -moz-transform-origin: 0 0;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transform: rotateY(90deg);
    -ms-transform-origin: 0 0;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    opacity: 0;
    -o-transform: rotateY(90deg);
    -o-transform-origin: 0 0;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transform: rotateY(90deg);
    transform-origin: 0 0;
    transition: opacity .4s, transform .6s, max-height .6s;
    -webkit-transform: rotateY(90deg);
    -webkit-transform-origin: 0 0;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s; }
  .winding.ub-mega-menu li.has-child.tab-head.active .child-content,
  .winding.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }
  .shield.ub-mega-menu li.has-child.tab-head .child-content,
  .shield.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotateX(90deg);
    -moz-transform-origin: 0 0;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -ms-transform: rotateX(90deg);
    -ms-transform-origin: 0 0;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    opacity: 0;
    -o-transform: rotateX(90deg);
    -o-transform-origin: 0 0;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    transform: rotateX(90deg);
    transform-origin: 0 0;
    transition: opacity .4s, transform .6s, max-height .6s;
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -webkit-transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7); }
  .shield.ub-mega-menu li.has-child.tab-head.active .child-content,
  .shield.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none; } }

@media only screen and (max-width: 767px) {
  body[class*=rebuy-] #maincontent.page-main {
    margin-top: 100px; } }

.rebuy-sell-index .rebuy-form .datatable-wrapper {
  margin-bottom: 0; }

.rebuy-sell-index .rebuy-form__actions {
  flex-direction: row-reverse;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: -1px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 0 20px;
  border-top: 1px solid #d9d9da;
  width: calc(100% + 2px);
  z-index: 100; }

.rebuy-sell-index .rebuy-form .datatable-wrapper + .rebuy-form__actions {
  margin-top: 0; }

.rebuy-sell-index .rebuy-form .amgdprcookie-bar-template {
  z-index: 150; }

@media only screen and (min-width: 1024px) {
  .rebuy-overview {
    display: flex; }
    .rebuy-overview__address {
      flex: 1; }
    .rebuy-overview__cart {
      flex: 1;
      margin-left: 25px; } }

.rebuy-overview .datatable-wrapper h2:first-of-type {
  margin-top: 0; }

@media only screen and (min-width: 1024px) {
  .rebuy-overview .datatable-wrapper h2:first-of-type {
    margin-top: 31.25px; } }

@media only screen and (min-width: 640px) {
  .rebuy-completed {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "top top" "step1 step2" "step3 step4" "final final"; } }

@media only screen and (min-width: 1024px) {
  .rebuy-completed {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "top top top" "step1 step2 step3" "step4 final final"; } }

.rebuy-completed__title {
  margin-bottom: 6.25px;
  margin-top: 0; }

.rebuy-completed__subtitle {
  margin-top: 0;
  margin-bottom: 25px; }

.rebuy-completed__top {
  grid-area: top;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 639px) {
    .rebuy-completed__top {
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 640px) {
    .rebuy-completed__top-image {
      margin-right: 25px; }
      .rebuy-completed__top-image img {
        max-height: 400px; } }
  .rebuy-completed__top-image p {
    margin: 0; }

.rebuy-completed__step {
  background: #f9f9f9;
  padding: 24px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 640px) {
    .rebuy-completed__step {
      margin-bottom: 0; } }
  .rebuy-completed__step h3 {
    margin-top: 0; }
  .rebuy-completed__step a:not(.action) {
    background: #fbe400;
    padding: 0 2px; }
  .rebuy-completed__step--1 {
    grid-area: step1; }
  .rebuy-completed__step--2 {
    grid-area: step2; }
  .rebuy-completed__step--3 {
    grid-area: step3; }
  .rebuy-completed__step--4 {
    grid-area: step4; }
    .rebuy-completed__step--4 p:last-child a {
      background-image: none;
      background: #000000;
      border: none;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-family: "Futura Bold";
      font-weight: 300;
      margin: 0;
      padding: 14px 21px;
      font-size: 1.8rem;
      line-height: 2.4rem;
      box-sizing: border-box;
      vertical-align: middle;
      background: none;
      padding: 0;
      border-radius: 8px; }
      .rebuy-completed__step--4 p:last-child a:focus, .rebuy-completed__step--4 p:last-child a:active {
        background: #e2e2e2;
        border: none;
        color: #000000; }
      .rebuy-completed__step--4 p:last-child a:hover {
        background: #fbe400;
        border: none;
        color: #000000; }
      .rebuy-completed__step--4 p:last-child a.disabled, .rebuy-completed__step--4 p:last-child a[disabled],
      fieldset[disabled] .rebuy-completed__step--4 p:last-child a {
        opacity: 0.5;
        cursor: default;
        pointer-events: none; }
  .rebuy-completed__step--final {
    grid-area: final; }

.rebuy-form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 37.5px; }
  .rebuy-form fieldset legend {
    font-family: "Futura Bold";
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0 0 2rem; }
    @media only screen and (min-width: 768px) {
      .rebuy-form fieldset legend {
        font-size: 2.6rem; } }
  .rebuy-form fieldset .label {
    display: inline-block;
    font-family: "Futura Bold";
    margin: 0 0 6.25px; }
  .rebuy-form fieldset .field {
    margin: 0 0 16px; }
  @media only screen and (min-width: 640px) {
    .rebuy-form fieldset .field-group {
      display: flex;
      justify-content: space-between; }
      .rebuy-form fieldset .field-group > .field {
        width: calc(33.33333% - 10px); } }

.rebuy-form .field {
  position: relative; }
  .rebuy-form .field .input-checkbox {
    position: absolute;
    left: 0;
    top: 5px; }
    .rebuy-form .field .input-checkbox + .label {
      padding-left: 18px;
      display: block; }
      .rebuy-form .field .input-checkbox + .label a {
        text-decoration: underline; }
  .rebuy-form .field.required .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.4rem;
    margin: 0 0 0 6.25px; }

.rebuy-form__actions {
  margin-top: 25px;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .rebuy-form__actions .rebuy-form__back,
    .rebuy-form__actions .rebuy-form__next {
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(50% - 12.5px);
      text-align: center; } }

.rebuy-form__back {
  background-image: none;
  background: #d9d9da;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  margin: 0;
  padding: 14px 21px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 8px; }
  .rebuy-form__back:focus, .rebuy-form__back:active {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  .rebuy-form__back:hover {
    background: #fbe400;
    border: none;
    color: #000000; }
  .rebuy-form__back.disabled, .rebuy-form__back[disabled],
  fieldset[disabled] .rebuy-form__back {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.rebuy-form__next {
  background-image: none;
  background: #fbe400;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  margin: 0;
  padding: 14px 21px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 8px; }
  .rebuy-form__next:focus, .rebuy-form__next:active {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  .rebuy-form__next:hover {
    background: #d9d9da;
    border: none;
    color: #000000; }
  .rebuy-form__next.disabled, .rebuy-form__next[disabled],
  fieldset[disabled] .rebuy-form__next {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.datatable-wrapper {
  width: 100%;
  margin-bottom: 30px; }
  .datatable-wrapper:not(.active) {
    display: none; }
  .datatable-wrapper.active {
    display: block; }

.datatable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  border: none;
  box-shadow: 0 0 0 1px rgba(130, 136, 148, 0.16), 0 1px 1px -1px rgba(130, 136, 148, 0.48); }
  .datatable th {
    text-align: left; }
  .datatable > tbody > tr > th,
  .datatable > tbody > tr > td,
  .datatable > tfoot > tr > th,
  .datatable > tfoot > tr > td {
    vertical-align: top; }
  .datatable > thead > tr > th,
  .datatable > thead > tr > td {
    vertical-align: bottom; }
  .datatable > thead > tr > th,
  .datatable > thead > tr > td,
  .datatable > tbody > tr > th,
  .datatable > tbody > tr > td,
  .datatable > tfoot > tr > th,
  .datatable > tfoot > tr > td {
    padding: 8px 12.5px; }
  .datatable > thead > tr > th,
  .datatable > thead > tr > td,
  .datatable > tbody > tr > th,
  .datatable > tbody > tr > td,
  .datatable > tfoot > tr > th,
  .datatable > tfoot > tr > td {
    border-top: 1px solid #ededed; }
  .datatable > caption + thead > tr:first-child > th,
  .datatable > caption + thead > tr:first-child > td,
  .datatable > colgroup + thead > tr:first-child > th,
  .datatable > colgroup + thead > tr:first-child > td,
  .datatable > thead:first-child > tr:first-child > th,
  .datatable > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .datatable > tbody + tbody {
    border-top: 1px solid #ededed; }
  .datatable > thead {
    background-color: #eeeeee; }
    .datatable > thead > tr > th {
      padding: 6px 8px 8px;
      font-size: 1.8rem;
      font-family: "Futura Medium";
      vertical-align: top; }
  .datatable > tbody > tr:nth-child(even) {
    background-color: #f9f9f9; }
  .datatable > tbody > tr > td {
    vertical-align: middle; }
  .datatable.datatable--no-head > tbody > tr:first-child > td {
    border-top: none; }
  .datatable .col--memory {
    width: 10%; }
  .datatable .col--grade {
    width: 15%; }

@media only screen and (max-width: 767px) {
  .datatable-overflow {
    overflow-x: auto; }
  .datatable--mobile {
    border: none;
    display: block; }
    .datatable--mobile > thead > tr > th {
      display: none; }
    .datatable--mobile > tbody {
      display: block; }
      .datatable--mobile > tbody > tr {
        display: block; }
        .datatable--mobile > tbody > tr td,
        .datatable--mobile > tbody > tr th {
          border-bottom: none;
          display: block;
          padding: 6.25px 0; }
          .datatable--mobile > tbody > tr td:before,
          .datatable--mobile > tbody > tr th:before {
            padding-right: 12.5px;
            content: attr(data-th) ": ";
            display: inline-block;
            color: #000000;
            font-weight: 700; }
    .datatable--mobile > tbody > tr:not(:first-of-type) {
      margin-top: 12.5px; }
    .datatable--mobile > tbody > tr:nth-child(even) {
      background-color: #ffffff; }
    .datatable--mobile > tbody > tr > td {
      font-size: 1.6rem !important;
      display: flex !important;
      align-items: center;
      gap: 12.5px;
      padding-left: 12.5px;
      padding-right: 12.5px; }
      .datatable--mobile > tbody > tr > td::before {
        width: 100px; }
      .datatable--mobile > tbody > tr > td:first-child {
        font-size: 2rem !important;
        font-family: "Futura Bold";
        border-top: 1px solid #7f8183;
        background-color: #eeeeee; }
        .datatable--mobile > tbody > tr > td:first-child::before {
          content: unset; }
      .datatable--mobile > tbody > tr > td:nth-child(even) {
        background-color: #f9f9f9; }
      .datatable--mobile > tbody > tr > td.grade {
        word-break: keep-all; }
        .datatable--mobile > tbody > tr > td.grade::before {
          content: attr(data-th);
          width: 100px; }
        .datatable--mobile > tbody > tr > td.grade .price {
          width: 100px; }
        .datatable--mobile > tbody > tr > td.grade input {
          width: 100px; } }

.rebuy-tabs {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 12.5px; }
  @media only screen and (max-width: 767px) {
    .rebuy-tabs {
      width: 100%;
      border-bottom: 1px solid #d9d9da;
      margin-bottom: 20px; } }
  .rebuy-tabs::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    z-index: 0; }
  .rebuy-tabs .tab {
    min-width: 140px;
    text-align: center;
    padding: 12.5px 25px;
    background-color: #d9d9da;
    border-radius: 12.5px 12.5px 0 0;
    font-family: "Futura Bold"; }
    .rebuy-tabs .tab.active {
      color: #000000;
      background-color: #fbe400;
      z-index: 10; }
    .rebuy-tabs .tab:not(.active):hover {
      cursor: pointer;
      background-color: #fbe400; }

.rebuy-tab-iphones-info,
.rebuy-tab-ipads-info {
  margin-bottom: 31.25px; }

.rebuy-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9da; }
  @media only screen and (max-width: 767px) {
    .rebuy-form-header {
      flex-direction: column;
      border-bottom: none; } }

.rebuy-search {
  position: relative; }
  .rebuy-search .rebuy-search-label {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 5px; }
    .rebuy-search .rebuy-search-label > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .rebuy-search .rebuy-search-label:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      line-height: 33px;
      color: #000000;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .rebuy-search .rebuy-search-label:hover:before {
      color: #000000; }
    .rebuy-search .rebuy-search-label:active:before {
      color: #000000; }
  .rebuy-search .rebuy-search-input {
    /* empty */ }
  @media only screen and (max-width: 767px) {
    .rebuy-search {
      width: 100%;
      margin-bottom: 20px; } }

.datatable .grade-label {
  float: left; }

.datatable .grade-info-icon {
  float: right; }
  .datatable .grade-info-icon:before {
    content: 'i';
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #010101;
    background: #fbe400;
    border: 2px solid #fbe400; }
  .datatable .grade-info-icon:hover {
    cursor: pointer; }

.rebuy-modals-container {
  display: none; }
  .rebuy-modals-container .rebuy-modal {
    display: none; }

.rebuy-progress-bar {
  display: flex;
  counter-reset: i;
  font-size: 0;
  padding: 0;
  margin: 25px 0; }
  .rebuy-progress-bar__item {
    width: 50%;
    text-transform: capitalize;
    font-family: "Futura Bold";
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top; }
    .rebuy-progress-bar__item:before {
      top: 16px;
      height: 2px;
      color: #000000;
      background: #000000;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      width: 100%; }
    .rebuy-progress-bar__item > span {
      display: inline-block;
      padding-top: 45px;
      width: 100%;
      word-wrap: break-word;
      color: #000000;
      font-weight: 300;
      font-size: 0; }
      .rebuy-progress-bar__item > span:before {
        height: 38px;
        margin-left: -19px;
        width: 38px;
        border-radius: 50%;
        content: '';
        left: 50%;
        position: absolute;
        top: 0;
        background: #000000; }
      .rebuy-progress-bar__item > span:after {
        content: counter(i);
        font-size: 1.5rem;
        font-family: "Futura Bold";
        line-height: 1.8;
        background: #000000;
        color: #ffffff;
        height: 26px;
        margin-left: -13px;
        top: 6px;
        width: 26px;
        counter-increment: i;
        position: absolute;
        left: 50%; }
      @media only screen and (min-width: 768px) {
        .rebuy-progress-bar__item > span {
          font-size: 1.8rem; } }
    .rebuy-progress-bar__item.complete {
      cursor: pointer; }
      .rebuy-progress-bar__item.complete > span:after {
        color: #fbe400;
        content: "";
        font-family: "icons-blank-theme";
        line-height: 28px;
        font-size: 2.4rem; }
    .rebuy-progress-bar__item.active > span {
      font-size: 1.5rem; }
      .rebuy-progress-bar__item.active > span:before {
        background: #fbe400; }
      .rebuy-progress-bar__item.active > span:after {
        background: #fbe400;
        color: #000000; }
      @media only screen and (min-width: 768px) {
        .rebuy-progress-bar__item.active > span {
          font-size: 1.8rem; } }

.rebuy-cart {
  margin: 0 0 37.5px; }
  .rebuy-cart table {
    width: 100%;
    text-align: left; }
    .rebuy-cart table td,
    .rebuy-cart table th {
      padding: 6.25px 12.5px; }
    @media only screen and (max-width: 767px) {
      .rebuy-cart table {
        border: none;
        display: block; }
        .rebuy-cart table > thead > tr > th {
          display: none; }
        .rebuy-cart table > tbody {
          display: block; }
          .rebuy-cart table > tbody > tr {
            display: block; }
            .rebuy-cart table > tbody > tr td,
            .rebuy-cart table > tbody > tr th {
              border-bottom: none;
              display: block;
              padding: 6.25px 0; }
              .rebuy-cart table > tbody > tr td:before,
              .rebuy-cart table > tbody > tr th:before {
                padding-right: 12.5px;
                content: attr(data-th) ": ";
                display: inline-block;
                color: #000000;
                font-weight: 700; }
        .rebuy-cart table tbody > tr {
          padding: 12.5px 0;
          border-top: 1px solid #ededed; }
          .rebuy-cart table tbody > tr:nth-child(even) {
            /* empty */ }
          .rebuy-cart table tbody > tr > td {
            border-top: 0;
            padding: 0 12.5px; }
        .rebuy-cart table tfoot td {
          display: none; }
        .rebuy-cart table tfoot th {
          width: 100%;
          border-radius: 0 !important; } }

.rebuy-banner {
  display: flex;
  background: #000000;
  color: #ffffff;
  border-radius: 8px;
  padding: 50px; }
  @media only screen and (max-width: 639px) {
    .rebuy-banner {
      flex-direction: column;
      padding: 25px; } }
  .rebuy-banner h1 {
    text-transform: uppercase;
    margin-top: 0 !important;
    font-size: 3rem; }
    @media only screen and (min-width: 640px) {
      .rebuy-banner h1 {
        font-size: 3.6rem; } }
  .rebuy-banner__text {
    flex: 2; }
  .rebuy-banner__image {
    flex: 1;
    margin: 37.5px 0 0; }
    @media only screen and (min-width: 640px) {
      .rebuy-banner__image {
        margin: 0 0 0 37.5px; } }
  .rebuy-banner a:not(.rebuy-btn) {
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline; }
  .rebuy-banner a.rebuy-btn {
    background-image: none;
    background: #fbe400;
    border: none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Bold";
    font-weight: 300;
    margin: 0;
    padding: 14px 21px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 25px;
    border-radius: 4px;
    padding: 14px 21px !important;
    text-decoration: none; }
    .rebuy-banner a.rebuy-btn:focus, .rebuy-banner a.rebuy-btn:active {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .rebuy-banner a.rebuy-btn:hover {
      background: #d9d9da;
      border: none;
      color: #000000; }
    .rebuy-banner a.rebuy-btn.disabled, .rebuy-banner a.rebuy-btn[disabled],
    fieldset[disabled] .rebuy-banner a.rebuy-btn {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }

.cms-page-view:not(.page-layout-dwd-faq-overview) .column.main .rebuy-banner a:not(.rebuy-btn) {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline; }

.amlocator-main-container {
  text-align: left;
  font-size: 1.4rem;
  color: #000;
  min-width: 50vw;
  line-height: 1.42857143;
  font-weight: 400; }

.amlocator-main-container .amlocator-button {
  background-image: none;
  background: #fbe400;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  padding: 14px 21px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle; }
  .amlocator-main-container .amlocator-button:focus, .amlocator-main-container .amlocator-button:active {
    background: #fbe400;
    border: none;
    color: #000000; }
  .amlocator-main-container .amlocator-button:hover {
    background: #414141;
    border: none;
    color: #ffffff; }
  .amlocator-main-container .amlocator-button.disabled, .amlocator-main-container .amlocator-button[disabled],
  fieldset[disabled] .amlocator-main-container .amlocator-button {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.amlocator-main-container .amlocator-select {
  cursor: pointer; }

.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0; }

.amlocator-main-container .amlocator-block.-separator > .hr {
  margin: 0;
  border-top: 1px solid #e7e7e7; }

.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.42857143; }

.amlocator-search-container {
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box; }
  .amlocator-search-container .amlocator-title {
    display: inline-block;
    margin-bottom: 5px; }
  .amlocator-search-container .amlocator-block {
    width: 100%;
    margin-bottom: 15px; }
  .amlocator-search-container .amlocator-block.-search {
    margin-bottom: 0; }
  .amlocator-search-container .amlocator-text,
  .amlocator-search-container .amlocator-select {
    flex: 1;
    width: initial; }
  .amlocator-search-container .amlocator-select {
    background-color: #ffffff; }
  .amlocator-search-container .amlocator-select.-measurement {
    min-width: inherit;
    background-color: #f8f8f8;
    height: inherit;
    line-height: 1;
    border: none; }
  .amlocator-search-container .amlocator-button.-nearby {
    width: 100%; }

.amlocator-current-location .amlocator-search {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 23px;
  height: 23px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  cursor: pointer; }

.amlocator-current-location .amlocator-wrapper {
  position: relative;
  flex: 1; }

.amlocator-current-location .amlocator-text {
  width: 100%;
  padding-right: 40px; }

.amlocator-current-location .amlocator-reset {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=") no-repeat center;
  cursor: pointer; }

.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none; }

.amlocator-search-radius .amlocator-radio {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  color: #fff;
  background: #1979c3;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1); }

.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d; }

.amlocator-search-radius .amlocator-wrapper {
  position: relative;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: flex-end; }

.amlocator-search-radius .amlocator-select {
  min-width: 215px; }

.amlocator-range-slider {
  width: 100%;
  height: 10px;
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer; }

.amlocator-range-slider .ui-slider-range {
  height: 100%;
  background: #1979c3;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }

.amlocator-range-slider .amlocator-handle {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: -7px;
  background: #1979c3;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  transform: translateY(-50%);
  cursor: pointer; }

.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2; }

.amlocator-range-slider .amlocator-tooltip {
  position: absolute;
  top: -7px;
  left: 50%;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  background: #1979c3;
  border-radius: 2px;
  transform: translate(-50%, -100%); }

.amlocator-range-slider .amlocator-tooltip:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #1979c3;
  transform: translate(-50%, 50%) rotate(45deg); }

.amlocator-filters-container {
  margin-bottom: 10px;
  background: #f8f8f8; }

.amlocator-filters-container .amlocator-title {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer; }

.amlocator-filters-container .amlocator-content {
  transition: all 0.3s ease; }

.amlocator-filters-container .amlocator-hidden-filter {
  display: none; }

.amlocator-filters-container .amlocator-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 15px;
  font-size: 12px; }

.amlocator-filters-container .amlocator-clear {
  color: #1979c3;
  cursor: pointer; }

.amlocator-filters-container .amlocator-button {
  margin-left: 25px; }

.amlocator-attribute-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 15px; }

.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7; }

.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  width: 40%;
  padding-right: 5px;
  word-wrap: break-word; }

.amlocator-attribute-wrapper .amlocator-input {
  flex-grow: 1;
  width: 60%; }

.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important; }

.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  height: inherit;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
  line-height: 1;
  border-color: #ccc; }

.amlocator-attribute-wrapper .chosen-container {
  height: inherit;
  font-size: inherit; }

.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px; }

.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3; }

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain !important;
  transform: translateY(-50%); }

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial; }

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0; }

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
  color: #fff;
  background: #1979c3;
  border: none;
  box-shadow: none; }

.amlocator-map-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.amlocator-map-container > .amlocator-block {
  width: 100%; }

.amlocator-map-container .amlocator-map {
  width: 100%;
  height: 300px; }
  .amlocator-map-container .amlocator-map iframe + div {
    border: none !important; }

.amlocator-arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 8px;
  margin-left: auto; }

.amlocator-arrow:before, .amlocator-arrow:after {
  content: "";
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #363636;
  transition: all 0.2s ease; }

.amlocator-arrow:before {
  left: 0; }

.amlocator-arrow:after {
  right: 0; }

.amlocator-arrow:after, .amlocator-arrow.-down:before {
  transform: rotate(45deg); }

.amlocator-arrow:before, .amlocator-arrow.-down:after {
  transform: rotate(-45deg); }

.amlocator-store-list {
  order: 1;
  overflow: auto; }

.amlocator-store-list .amlocator-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px; }

.amlocator-stores-wrapper {
  margin-bottom: 10px; }

.amlocator-store-desc {
  display: block;
  margin-bottom: 15px;
  overflow: auto;
  font-size: 14px;
  background: #f6f6f6;
  cursor: pointer; }

.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px; }

.amlocator-store-desc .amlocator-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px; }

.amlocator-store-desc .amlocator-title .amlocator-link {
  word-break: break-all;
  word-wrap: break-word;
  color: #000; }

.amlocator-store-desc .amlocator-block {
  display: flex;
  margin: 15px; }

.amlocator-store-desc .amlocator-image {
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-right: 15px;
  background-position: center;
  background-size: cover; }

.amlocator-store-desc.-active {
  color: #ffffff;
  background: #000000; }

.amlocator-store-desc.-active .amlocator-title .amlocator-link {
  color: #fff; }

.amlocator-store-desc.-active .amlocator-today {
  color: #000;
  background: #9dd4ff; }

.amlocator-description {
  word-break: break-word; }

.amlocator-schedule-container .amlocator-today {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  padding: 5px 15px 5px 35px;
  background: #dfdfdf; }

.amlocator-schedule-container .amlocator-today:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 15px;
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain; }

.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: flex;
  white-space: nowrap; }

.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px; }

.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px; }

.amlocator-schedule-table .amlocator-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }

.amlocator-schedule-table .amlocator-cell {
  width: 50%;
  box-sizing: border-box; }

.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px; }

.amlocator-schedule-table .amlocator-cell.-time {
  white-space: nowrap;
  text-align: right;
  padding-right: 8%; }

.amlocator-pager-container {
  margin-top: auto; }

.amlocator-pager-container .pages {
  text-align: right; }

.amlocator-pager-container .items {
  padding: 0; }

.amlocator-pager-container .pages .page {
  padding: 8px 10px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  background: #f8f8f8; }

.amlocator-pager-container .pages a.page {
  color: #000; }

.amlocator-pager-container .pages .item {
  position: relative;
  margin: 0; }

.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px; }

.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  color: #fff;
  background: #1979c3; }

.amlocator-pager-container .pages a.action {
  margin: 0;
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.amlocator-pager-container .pages a.action:hover {
  background: #1979c3; }

.amlocator-pager-container .pages .items a.action:before {
  font-size: 14px;
  color: #000; }

.amlocator-pager-container .pages .items a.action:hover:before {
  color: #fff; }

.amlocator-map .amlocator-image img {
  max-width: 150px; }

.amlocator-info-popup {
  width: 250px; }

.amlocator-info-popup .amlocator-name {
  margin-top: 5px; }

.amlocator-info-popup .amlocator-image {
  display: block;
  clear: both;
  width: 100px;
  margin-bottom: 10px; }

.amlocator-index-index {
  overflow-x: hidden; }

@media only screen and (min-width: 768px) {
  .amlocator-main-container .amlocator-search-container {
    width: 33%; }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 5px; }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    margin-top: 11px;
    width: 100%;
    margin-left: auto; }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none; }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px; }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%; }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 100vh;
    max-height: 800px;
    padding-left: 15px; }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    flex: 1;
    order: inherit;
    width: 33%; }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%; }
  .amlocator-main-container .amlocator-map-container .amlocator-map button, .amlocator-main-container .amlocator-map-container .amlocator-map .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .amlocator-main-container .amlocator-map-container .amlocator-map .actions-toolbar > .action, .amlocator-main-container .amlocator-map-container .amlocator-map .action-gift {
    top: 0 !important;
    right: 0 !important; }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit; }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block; }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none; } }

@media only screen and (min-width: 1408px) {
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right; } }

.amlocator-main-container {
  margin: 16px 0; }

.store-locator-bottom {
  display: flex;
  align-items: center; }
  .store-locator-bottom a:not(.skip-font-pretty) {
    background-color: #fbe400;
    padding: 0 2px; }
  .store-locator-bottom p:not(.skip-font-pretty) {
    margin-bottom: 0; }
  .store-locator-bottom ul:not(.skip-font-pretty) {
    padding: 0 0 0 20px;
    margin: 10px 0; }
    .store-locator-bottom ul:not(.skip-font-pretty) li {
      margin: 3px 0; }
  @media only screen and (min-width: 768px) {
    .store-locator-bottom h1:not(.skip-font-pretty),
    .store-locator-bottom h2:not(.skip-font-pretty),
    .store-locator-bottom h3:not(.skip-font-pretty),
    .store-locator-bottom h4:not(.skip-font-pretty),
    .store-locator-bottom h5:not(.skip-font-pretty) {
      margin-top: 32px;
      margin-bottom: 16px; } }
  @media only screen and (max-width: 767px) {
    .store-locator-bottom h1:not(.skip-font-pretty),
    .store-locator-bottom h2:not(.skip-font-pretty),
    .store-locator-bottom h3:not(.skip-font-pretty),
    .store-locator-bottom h4:not(.skip-font-pretty),
    .store-locator-bottom h5:not(.skip-font-pretty) {
      margin-top: 24px;
      margin-bottom: 16px; } }
  .store-locator-bottom * {
    display: flex; }

@media only screen and (max-width: 767px) {
  .amlocator-map-container > .amlocator-block {
    margin-bottom: 16px; }
  .store-locator-bottom {
    flex-direction: column; }
    .store-locator-bottom * {
      align-items: flex-start;
      flex-direction: column; } }

@media only screen and (min-width: 768px) {
  .amlocator-index-index .container-fluid .row {
    display: flex;
    margin: 0 -16px; }
    .amlocator-index-index .container-fluid .row .col-md-6 {
      flex-basis: 50%;
      padding: 0 16px; }
  .store-locator-bottom img {
    padding-right: 10px; } }

.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 6.25px; }

.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 6.25px; }

.smile-es-range-slider [data-role=message-box] {
  font-size: 14px;
  flex: 1;
  padding: 18px 0 0; }
  .smile-es-range-slider [data-role=message-box].empty {
    color: #e02b27;
    font-size: 1.4rem;
    padding: 0; }

.smile-es-range-slider .actions-toolbar {
  display: flex;
  margin: 16px 0 0; }

.smile-es-range-slider .ui-slider {
  margin: 6.25px;
  clear: both; }

.smile-es-range-slider .ui-slider-handle {
  background: #fbe400;
  padding: 0;
  margin: -3px 0 0 -7px;
  border-radius: 15px;
  width: 15px;
  height: 15px; }

.filter .field.search input[type="text"] {
  font-size: 14px;
  margin-bottom: 16px; }

.filter .actions {
  text-align: right;
  margin: 12.5px 0 0; }
  .filter .actions div.secondary {
    display: inline-block; }
    .filter .actions div.secondary a {
      color: #000000;
      text-decoration: underline;
      cursor: pointer; }
      .filter .actions div.secondary a:hover {
        background: transparent; }
      .filter .actions div.secondary a.show-more span:after {
        content: " +"; }
      .filter .actions div.secondary a.show-less span:after {
        content: " -"; }

.filter .filter-options dt.filter-options-title[aria-expanded="true"]:after {
  content: ""; }

.filter .no-results-message p {
  margin: 8px 0 0;
  background-color: #ffeeee;
  padding: 6.25px;
  color: #aa0000; }

.smile-elasticsuite-autocomplete-result .product-image-box {
  float: left;
  padding: 0 6.25px;
  width: 55px; }

.smile-elasticsuite-autocomplete-result .product-shop {
  float: left;
  margin: 0 12.5px 0 0;
  padding: 0;
  white-space: normal;
  width: 60%; }

.smile-elasticsuite-autocomplete-result .product-item .price-box {
  margin: 6.25px 0; }

.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  font-style: italic;
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  color: #929292; }

.smile-elasticsuite-autocomplete-result .product-attribute-label {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 12px;
  color: #777; }

.smile-elasticsuite-autocomplete-result .price-box span.old-price {
  display: block; }

.sidebar .block-addbysku .fieldset {
  margin: 0; }
  .sidebar .block-addbysku .fieldset .fields {
    position: relative; }
    .sidebar .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 12.5px;
      vertical-align: top; }
      .sidebar .block-addbysku .fieldset .fields .field.sku {
        margin-right: -85px;
        padding-right: 90px;
        width: 100%; }
      .sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
        width: 80px; }
    .sidebar .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 6px; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 25px; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left; }
    .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
      width: auto; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left; }

.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .sidebar .block-addbysku .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.add:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.add:active:before {
    color: inherit; }

.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 25px 0 0; }

.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 12.5px 0; }

.sidebar .block-addbysku .action.remove {
  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;
  font-weight: 400; }
  .sidebar .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.remove:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:active:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove:hover {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled],
  fieldset[disabled] .sidebar .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

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

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

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

.block-product-link-inline.widget {
  margin: 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: 640px) {
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333%; } }

@media only screen and (min-width: 768px) {
  .block.widget .products-grid .product-item {
    width: 33.33333%; }
    .sidebar .block.widget .products-grid .product-item {
      margin-left: 0;
      width: 100%; }
      .sidebar .block.widget .products-grid .product-item .actions-secondary {
        display: block;
        padding: 10px 0; }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: calc(100% / 4); }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%; } }

@media only screen and (min-width: 1024px) {
  .block.widget .products-grid .product-item {
    width: 25%; }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%; }
  .block.widget .products-grid .product-items {
    margin: 0; }
  .block.widget .products-grid .product-item {
    margin-left: 0;
    padding: 0;
    width: 24.439%; } }

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

.columns .block-event {
  position: relative;
  z-index: 2; }

.block-event .block-content {
  position: relative; }
  .block-event .block-content > .action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3; }
    .block-event .block-content > .action.backward, .block-event .block-content > .action.forward {
      opacity: 0.5;
      overflow: hidden;
      width: 20px;
      display: inline-block;
      text-decoration: none; }
      .block-event .block-content > .action.backward > span, .block-event .block-content > .action.forward > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 55px;
        line-height: 30px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        margin-left: -15px; }
    .block-event .block-content > .action.backward {
      left: 0; }
    .block-event .block-content > .action.forward {
      right: 0; }
      .block-event .block-content > .action.forward:before {
        content: ""; }
      .block-event .block-content > .action.forward:before {
        margin-left: -20px; }
    .block-event .block-content > .action.inactive {
      cursor: default;
      display: none; }
    .block-event .block-content > .action:hover {
      opacity: 1; }

.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .block-event .slider-panel .slider {
    white-space: nowrap; }
    .block-event .slider-panel .slider .item {
      background: #f0f0f0;
      display: inline-block;
      text-align: center;
      vertical-align: top;
      white-space: normal;
      width: 16.35%; }
      .sidebar-main .block-event .slider-panel .slider .item,
      .sidebar-additional .block-event .slider-panel .slider .item {
        width: 100%; }
      .block-event .slider-panel .slider .item img {
        max-width: 100%; }
      .block-event .slider-panel .slider .item .category-name {
        display: inline-block;
        font-size: 1.8rem;
        padding: 15px 5px 0;
        word-break: break-all; }
      .block-event .slider-panel .slider .item .ticker {
        margin: 0;
        padding: 0;
        list-style: none none; }
        .block-event .slider-panel .slider .item .ticker li {
          display: none;
          margin: 0 5px; }
        .block-event .slider-panel .slider .item .ticker .value {
          font-size: 2.6rem;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .ticker .label {
          display: block;
          font-size: 1.3rem; }
      .block-event .slider-panel .slider .item .dates {
        font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .start,
        .block-event .slider-panel .slider .item .dates .end,
        .block-event .slider-panel .slider .item .dates .date {
          display: block; }
        .block-event .slider-panel .slider .item .dates .start:after {
          font-size: 1.8rem;
          content: '\2013';
          display: block; }
        .block-event .slider-panel .slider .item .dates .date {
          font-size: 1.8rem;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .time {
          font-size: 1.3rem; }
      .block-event .slider-panel .slider .item .box-event .box-content {
        padding: 5px 0 12.5px; }
      .block-event .slider-panel .slider .item .box-event .box-title {
        display: block;
        font-weight: 300;
        margin: 12.5px 0 0; }
      .block-event .slider-panel .slider .item .action.show {
        display: block;
        padding: 0; }
        .block-event .slider-panel .slider .item .action.show .category.name {
          display: inline-block;
          padding: 30px 10px 0; }
        .block-event .slider-panel .slider .item .action.show img {
          display: block; }
      .block-event .slider-panel .slider .item .action.event {
        background-image: none;
        background: #fbe400;
        border: none;
        color: #000000;
        cursor: pointer;
        display: inline-block;
        font-family: "Futura Bold";
        font-weight: 300;
        padding: 14px 21px;
        font-size: 1.8rem;
        box-sizing: border-box;
        vertical-align: middle;
        margin-top: 15px; }
        .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active {
          background: #fbe400;
          border: none;
          color: #000000; }
        .block-event .slider-panel .slider .item .action.event:hover {
          background: #000000;
          border: none;
          color: #ffffff; }
        .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled],
        fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .block-event .slider-panel .slider .item .action.event:hover {
          text-decoration: none; }

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

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

.block-wishlist-search .form-wishlist-search {
  margin: 16px 0 0; }

.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 25px; }

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

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

.action {
  line-height: 2.4rem; }
  .action.has-chevron-right {
    display: inline-block;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center; }
    .action.has-chevron-right:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.4rem;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "dwd-icons";
      margin: 0 0 0 10px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .action.has-chevron-right:hover:after {
      color: inherit; }
    .action.has-chevron-right:active:after {
      color: inherit; }

.action.outline-primary {
  background-image: none;
  background: transparent;
  border: none;
  color: #fbe400;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  padding: 14px 21px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px #fbe400;
  border-radius: 10px; }
  .action.outline-primary:focus, .action.outline-primary:active {
    background: #fbe400;
    border: none;
    color: #000000; }
  .action.outline-primary:hover {
    background: #fbe400;
    border: none;
    color: #000000; }
  .action.outline-primary.disabled, .action.outline-primary[disabled],
  fieldset[disabled] .action.outline-primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.action.primary.no-hover:hover {
  background-color: #fbe400;
  color: #000000; }

.forza-actions-toolbar {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-top: 24px; }

.flex-grow {
  flex-grow: 1; }

button.btn-dwd-base, .cart.table-wrapper .actions-toolbar > .btn-dwd-base.action, .btn-dwd-base.action-gift, .rma_check_form button, .rma_check_form .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .rma_check_form .actions-toolbar > .action, .rma_check_form .action-gift,
span.btn-dwd-base,
a.btn-dwd-base {
  cursor: pointer; }
  button.btn-dwd-base--icon, .cart.table-wrapper .actions-toolbar > .btn-dwd-base--icon.action, .btn-dwd-base--icon.action-gift,
  span.btn-dwd-base--icon,
  a.btn-dwd-base--icon {
    padding: 12px 12px; }
  button.btn-dwd-base--accent, .cart.table-wrapper .actions-toolbar > .btn-dwd-base--accent.action, .btn-dwd-base--accent.action-gift, .rma_check_form button, .rma_check_form .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .rma_check_form .actions-toolbar > .action, .rma_check_form .action-gift,
  span.btn-dwd-base--accent,
  a.btn-dwd-base--accent {
    background: #fbe400; }
    button.btn-dwd-base--accent:hover *, .cart.table-wrapper .actions-toolbar > .btn-dwd-base--accent.action:hover *, .btn-dwd-base--accent.action-gift:hover *, .rma_check_form button:hover *, .rma_check_form .cart.table-wrapper .actions-toolbar > .action:hover *, .cart.table-wrapper .rma_check_form .actions-toolbar > .action:hover *, .rma_check_form .action-gift:hover *,
    span.btn-dwd-base--accent:hover *,
    a.btn-dwd-base--accent:hover * {
      color: #ffffff; }
      button.btn-dwd-base--accent:hover *:before, .cart.table-wrapper .actions-toolbar > .btn-dwd-base--accent.action:hover *:before, .btn-dwd-base--accent.action-gift:hover *:before, .rma_check_form button:hover *:before, .rma_check_form .cart.table-wrapper .actions-toolbar > .action:hover *:before, .cart.table-wrapper .rma_check_form .actions-toolbar > .action:hover *:before, .rma_check_form .action-gift:hover *:before,
      span.btn-dwd-base--accent:hover *:before,
      a.btn-dwd-base--accent:hover *:before {
        color: #ffffff; }
    button.btn-dwd-base--accent.ignore-hover:hover, .cart.table-wrapper .actions-toolbar > .btn-dwd-base--accent.ignore-hover.action:hover, .btn-dwd-base--accent.ignore-hover.action-gift:hover, .rma_check_form button.ignore-hover:hover, .rma_check_form .cart.table-wrapper .actions-toolbar > .ignore-hover.action:hover, .cart.table-wrapper .rma_check_form .actions-toolbar > .ignore-hover.action:hover, .rma_check_form .ignore-hover.action-gift:hover,
    span.btn-dwd-base--accent.ignore-hover:hover,
    a.btn-dwd-base--accent.ignore-hover:hover {
      background-color: #fbe400;
      color: #000000; }
      button.btn-dwd-base--accent.ignore-hover:hover *, .cart.table-wrapper .actions-toolbar > .btn-dwd-base--accent.ignore-hover.action:hover *, .btn-dwd-base--accent.ignore-hover.action-gift:hover *, .rma_check_form button.ignore-hover:hover *, .rma_check_form .cart.table-wrapper .actions-toolbar > .ignore-hover.action:hover *, .cart.table-wrapper .rma_check_form .actions-toolbar > .ignore-hover.action:hover *, .rma_check_form .ignore-hover.action-gift:hover *,
      span.btn-dwd-base--accent.ignore-hover:hover *,
      a.btn-dwd-base--accent.ignore-hover:hover * {
        color: #000000; }
  button.btn-dwd-base--ignore-hover:hover, .cart.table-wrapper .actions-toolbar > .btn-dwd-base--ignore-hover.action:hover, .btn-dwd-base--ignore-hover.action-gift:hover,
  span.btn-dwd-base--ignore-hover:hover,
  a.btn-dwd-base--ignore-hover:hover {
    background-color: #f2f2f2;
    color: #000000; }
  button.btn-dwd-base--accent-color, .cart.table-wrapper .actions-toolbar > .btn-dwd-base--accent-color.action, .btn-dwd-base--accent-color.action-gift,
  span.btn-dwd-base--accent-color,
  a.btn-dwd-base--accent-color {
    color: #fbe400; }
    button.btn-dwd-base--accent-color:after, .cart.table-wrapper .actions-toolbar > .btn-dwd-base--accent-color.action:after, .btn-dwd-base--accent-color.action-gift:after,
    span.btn-dwd-base--accent-color:after,
    a.btn-dwd-base--accent-color:after {
      background-color: #fbe400;
      margin-top: 3px; }
  button.btn-dwd-base--underline, .cart.table-wrapper .actions-toolbar > .btn-dwd-base--underline.action, .btn-dwd-base--underline.action-gift,
  span.btn-dwd-base--underline,
  a.btn-dwd-base--underline {
    font-family: "Futura Bold"; }

.dwd-icon {
  display: inline-block;
  text-decoration: none; }
  .dwd-icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.4rem;
    line-height: inherit;
    color: #000000;
    content: inherit;
    font-family: "dwd-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .dwd-icon:before {
    overflow: initial; }

.dwd-icon-after {
  display: flex !important;
  align-items: center !important;
  display: inline-block;
  text-decoration: none; }
  .dwd-icon-after:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.4rem;
    line-height: inherit;
    color: #000000;
    content: inherit;
    font-family: "dwd-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .dwd-icon-after:after {
    overflow: initial; }
  .dwd-icon-after--arrow-right:after {
    content: ""; }
  .dwd-icon-after--arrow-right:after {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 12px; }
  .dwd-icon-after--arrow-down:after {
    content: ""; }
  .dwd-icon-after--arrow-down:after {
    font-size: 1.6rem;
    margin-left: 8px;
    font-weight: bold; }
  .dwd-icon-after.accent:after {
    color: #fbe400; }

.dwd-icon {
  display: flex !important;
  align-items: center !important; }
  .dwd-icon--add-to-cart:before {
    content: ""; }
  .dwd-icon--chevron-right:before {
    content: ""; }
  .dwd-icon--chevron-left:before {
    content: ""; }
  .dwd-icon--chat:before {
    content: ""; }
  .dwd-icon--whatsapp:before {
    content: ""; }
  .dwd-icon--mobile:before {
    content: ""; }
  .dwd-icon--mail:before {
    content: ""; }
  .dwd-icon--instagram:before {
    content: ""; }
  .dwd-icon--linkedin:before {
    content: ""; }
  .dwd-icon--facebook:before {
    content: ""; }
  .dwd-icon.accent:before {
    color: #fbe400; }

strong {
  font-weight: 900; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 4.2rem; }
  h2 {
    font-size: 2.4rem;
    line-height: 30px; }
  h3 {
    font-size: 1.8rem; } }

@media only screen and (max-width: 373px) {
  h1 {
    font-size: 3.2rem; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: capitalize;
  background: url("/static/frontend/Dutchwebdesign/Forza/nl_NL/images/icons/chevron-down.svg") no-repeat right 16px center;
  background-size: 16px;
  min-width: 164px; }

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

@media only screen and (min-width: 768px) {
  .mobile-hide {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; } }

@media only screen and (max-width: 767px) {
  .desktop-hide {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; } }

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

.dwd-container {
  position: relative;
  overflow: hidden; }
  .dwd-container--max {
    background-color: #f9f9f9; }
  .dwd-container--black {
    background-color: #000000; }
  .dwd-container--wrapper {
    height: 100%; }

#dwd-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 3, 7, 0.9);
  z-index: 200; }
  #dwd-menu-overlay:not(.active) {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.customer-account-create .form-create-account .fieldset .field.street,
.customer-account-create .form-address-edit .fieldset .field.street,
.customer-address-form .form-create-account .fieldset .field.street,
.customer-address-form .form-address-edit .fieldset .field.street {
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .customer-account-create .form-create-account .fieldset .field.street > .control > input,
    .customer-account-create .form-address-edit .fieldset .field.street > .control > input,
    .customer-address-form .form-create-account .fieldset .field.street > .control > input,
    .customer-address-form .form-address-edit .fieldset .field.street > .control > input {
      width: 75%;
      margin-right: 12px; } }

.customer-account-create .form-create-account .fieldset > .field.street.required .nested,
.customer-account-create .form-address-edit .fieldset > .field.street.required .nested,
.customer-address-form .form-create-account .fieldset > .field.street.required .nested,
.customer-address-form .form-address-edit .fieldset > .field.street.required .nested {
  display: flex;
  margin-top: 16px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .customer-account-create .form-create-account .fieldset > .field.street.required .nested,
    .customer-account-create .form-address-edit .fieldset > .field.street.required .nested,
    .customer-address-form .form-create-account .fieldset > .field.street.required .nested,
    .customer-address-form .form-address-edit .fieldset > .field.street.required .nested {
      margin-top: -25px;
      width: auto; } }
  .customer-account-create .form-create-account .fieldset > .field.street.required .nested > .field.housenumber,
  .customer-account-create .form-address-edit .fieldset > .field.street.required .nested > .field.housenumber,
  .customer-address-form .form-create-account .fieldset > .field.street.required .nested > .field.housenumber,
  .customer-address-form .form-address-edit .fieldset > .field.street.required .nested > .field.housenumber {
    margin-right: 12px;
    width: 100%; }
  .customer-account-create .form-create-account .fieldset > .field.street.required .nested > .field.extra,
  .customer-account-create .form-address-edit .fieldset > .field.street.required .nested > .field.extra,
  .customer-address-form .form-create-account .fieldset > .field.street.required .nested > .field.extra,
  .customer-address-form .form-address-edit .fieldset > .field.street.required .nested > .field.extra {
    width: 100%; }
  .customer-account-create .form-create-account .fieldset > .field.street.required .nested .label,
  .customer-account-create .form-address-edit .fieldset > .field.street.required .nested .label,
  .customer-address-form .form-create-account .fieldset > .field.street.required .nested .label,
  .customer-address-form .form-address-edit .fieldset > .field.street.required .nested .label {
    margin: 0 0 6.25px;
    font-weight: 700;
    font-family: "Helvetica Neue"; }
  .customer-account-create .form-create-account .fieldset > .field.street.required .nested .field.required > .label::after,
  .customer-account-create .form-address-edit .fieldset > .field.street.required .nested .field.required > .label::after,
  .customer-address-form .form-create-account .fieldset > .field.street.required .nested .field.required > .label::after,
  .customer-address-form .form-address-edit .fieldset > .field.street.required .nested .field.required > .label::after {
    content: "*";
    color: #e02b27;
    font-size: 1.4rem;
    margin: 0 0 0 6.25px; }

.customer-account-edit .form-edit-account .fieldset > h1, .customer-account-edit .form-edit-account .fieldset h2, .customer-account-edit .form-edit-account .fieldset h3, .customer-account-edit .form-edit-account .fieldset h4, .customer-account-edit .form-edit-account .fieldset h5, .customer-account-edit .form-edit-account .fieldset h6 {
  font-weight: 400;
  font-family: "Helvetica Neue";
  font-size: 2rem; }

.field.street {
  width: 100% !important; }
  .field.street .field._required label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.4rem;
    margin: 0 0 0 5px; }
  .field.street > legend.label {
    display: none; }
  .field.street > .control {
    display: flex; }
    .field.street > .control [name*=".street.0"] {
      width: 100%; }
    .field.street > .control [name*=".street.1"],
    .field.street > .control [name*=".street.2"] {
      flex: 1; }
    @media only screen and (max-width: 767px) {
      .field.street > .control {
        flex-wrap: wrap; }
        .field.street > .control [name*=".street.2"] {
          padding-left: 13px; } }
    @media only screen and (min-width: 768px) {
      .field.street > .control [name*=".street.0"] {
        width: calc(50% - 8px); } }
  .field.street .field .label {
    font-family: "Futura Bold"; }
  @media only screen and (min-width: 768px) {
    .field.street .field.additional {
      margin-top: 0 !important;
      padding-left: 13px; } }
  .field.street .field.additional .label {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.minicart-wrapper .action .carret {
  display: inline-block;
  text-decoration: none;
  pointer-events: none; }
  .minicart-wrapper .action .carret:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    content: "";
    font-family: "dwd-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .minicart-wrapper .action .carret:hover:before {
    color: #000000; }

.item.product.product-item .message.notice {
  background-color: unset;
  font-weight: 700;
  color: #000000; }

@media only screen and (max-width: 767px) {
  .minicart-wrapper .action.showcart .counter.qty {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 0; } }

@media only screen and (min-width: 768px) {
  .cart-discount {
    position: relative;
    z-index: 10;
    max-width: 40%;
    margin-top: -65px; }
    .cart-discount .fieldset {
      margin-bottom: 0; }
    .cart-discount small {
      color: #7f8183; }
  #coupon_code {
    height: 52px; }
  #discount-coupon-form .action {
    padding: 14px 12px; } }

.col.item .product-item-details .cart.item.message.notice {
  background-color: unset;
  font-weight: 700;
  color: #000000; }

.qty-button {
  padding: 8px 16px; }

.checkout-cart-index #shopping-cart-table td.col.qty {
  padding-left: 0;
  padding-right: 0;
  width: 140px; }

.checkout-index-index #maincontent.page-main {
  margin-top: 0px; }

.opc-progress-bar {
  display: flex; }

.opc-progress-bar-with-message {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  margin: 10px 0 20px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .opc-progress-bar-with-message {
      margin: 37.5px 0;
      width: 60%;
      box-sizing: border-box;
      padding: 0 4rem; } }

.opc-progress-bar-item {
  width: 50%;
  text-transform: capitalize;
  font-family: "Futura Bold"; }
  .opc-progress-bar-item._complete > span {
    color: #ffffff; }
    .opc-progress-bar-item._complete > span::after {
      display: inline-block;
      text-decoration: none;
      color: #fbe400; }
      .opc-progress-bar-item._complete > span::after:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .opc-progress-bar-item._complete > span::after:hover {
        color: #fbe400; }
  .opc-progress-bar-item._active > span {
    font-size: 14px; }
    .opc-progress-bar-item._active > span::before {
      background: #fbe400; }
    .opc-progress-bar-item._active > span::after {
      content: counter(i);
      font-size: 1.5rem;
      line-height: 1.8;
      background: #fbe400;
      font-family: "Futura Bold";
      color: #000000 !important; }
    @media only screen and (min-width: 768px) {
      .opc-progress-bar-item._active > span {
        font-size: 16px; } }
  .opc-progress-bar-item._active::before {
    background: #0a0a0a; }
  .opc-progress-bar-item::before {
    top: 16px;
    height: 2px;
    color: #000000;
    background: #0a0a0a; }
  .opc-progress-bar-item > span {
    font-size: 0;
    color: #000000 !important; }
    .opc-progress-bar-item > span::before {
      background: #0a0a0a; }
    .opc-progress-bar-item > span::after {
      background-color: #0a0a0a;
      color: #ffffff;
      font-size: 1.5rem;
      line-height: 1.8; }
    @media only screen and (min-width: 1024px) {
      .opc-progress-bar-item > span {
        font-size: 16px; } }

.payment-method__name {
  display: flex;
  flex-direction: column;
  align-self: center;
  flex: 1 0 auto; }

.payment-method-title {
  display: flex;
  align-content: center; }

.payment-method-title > input {
  align-self: center; }

.payment-method-title > label {
  display: flex;
  align-items: center; }

.payment-method__subtitle {
  font-size: 12px;
  font-style: italic;
  line-height: 2px; }

div.items.payment-methods div.payment-group div.payment-method {
  border: 1px solid #d9d9da;
  font-family: "Futura Medium";
  border-radius: 4px;
  padding: 0 25px 0 25px;
  margin: 10px; }
  div.items.payment-methods div.payment-group div.payment-method div.payment-method-title.field.choice label.label span {
    margin-left: 15px; }
    div.items.payment-methods div.payment-group div.payment-method div.payment-method-title.field.choice label.label span :not(.payment-method__subtitle) {
      font-size: 1.8rem; }

div.items.payment-methods div.payment-group div.payment-method._active {
  border: 2px solid #000307;
  font-family: "Futura Bold";
  border-radius: 4px;
  padding: 0 25px 0 25px;
  margin: 10px; }
  div.items.payment-methods div.payment-group div.payment-method._active div.payment-method-title.field.choice label.label div.payment-method__name span.payment-method__subtitle {
    font-family: "Helvetica Neue";
    font-weight: 300; }
  div.items.payment-methods div.payment-group div.payment-method._active div.payment-method-content {
    display: flex !important;
    flex-direction: column-reverse; }

div.payment-method-content {
  padding: 0 0 22px 0 !important; }
  div.payment-method-content div.field-select-billing strong span {
    font-size: 1.4rem; }
  div.payment-method-content div.actions-toolbar div.primary {
    width: 100%; }
    div.payment-method-content div.actions-toolbar div.primary button.action.primary.checkout, div.payment-method-content div.actions-toolbar div.primary .cart.table-wrapper .actions-toolbar > .action.primary.checkout, .cart.table-wrapper div.payment-method-content div.actions-toolbar div.primary .actions-toolbar > .action.primary.checkout, div.payment-method-content div.actions-toolbar div.primary .action.primary.checkout.action-gift {
      margin-top: 20px;
      margin-bottom: 20px;
      width: 100%; }
  div.payment-method-content div.payment-method-billing-address div.checkout-billing-address div.billing-address-details {
    display: none; }
  div.payment-method-content input[type="checkbox"].required-entry {
    display: none; }
  div.payment-method-content div.checkout-agreement.field.choice.required {
    font-size: 1.4rem; }
    div.payment-method-content div.checkout-agreement.field.choice.required label.label:after {
      content: none; }
  div.payment-method-content div.billing-address-same-as-shipping-block.field.choice {
    font-size: 1.4rem; }

html[lang="nl-nl"] .payment-method.payment-method-mollie_methods_ideal .payment-method-title label span::after,
html[lang="nl-nl"] .payment-method.payment-method-mollie_methods_banktransfer .payment-method-title label span::after,
html[lang="nl-nl"] .payment-method.payment-method-mollie_methods_creditcard .payment-method-title label span::after,
html[lang="nl-nl"] .payment-method.payment-method-mollie_methods_bancontact .payment-method-title label span::after, html[lang="nl-be"] .payment-method.payment-method-mollie_methods_ideal .payment-method-title label span::after,
html[lang="nl-be"] .payment-method.payment-method-mollie_methods_banktransfer .payment-method-title label span::after,
html[lang="nl-be"] .payment-method.payment-method-mollie_methods_creditcard .payment-method-title label span::after,
html[lang="nl-be"] .payment-method.payment-method-mollie_methods_bancontact .payment-method-title label span::after, html[lang="nl"] .payment-method.payment-method-mollie_methods_ideal .payment-method-title label span::after,
html[lang="nl"] .payment-method.payment-method-mollie_methods_banktransfer .payment-method-title label span::after,
html[lang="nl"] .payment-method.payment-method-mollie_methods_creditcard .payment-method-title label span::after,
html[lang="nl"] .payment-method.payment-method-mollie_methods_bancontact .payment-method-title label span::after {
  content: "(Gratis)";
  display: inline-block;
  margin-left: 5px;
  color: #29cf00; }

html[lang="fr-be"] .payment-method.payment-method-mollie_methods_ideal .payment-method-title label span::after,
html[lang="fr-be"] .payment-method.payment-method-mollie_methods_banktransfer .payment-method-title label span::after,
html[lang="fr-be"] .payment-method.payment-method-mollie_methods_creditcard .payment-method-title label span::after,
html[lang="fr-be"] .payment-method.payment-method-mollie_methods_bancontact .payment-method-title label span::after {
  content: "(Gratuit)";
  display: inline-block;
  margin-left: 5px;
  color: #29cf00; }

@media only screen and (min-width: 768px) {
  div.items.payment-methods div.payment-group div.payment-method {
    margin-left: 0;
    margin-right: 0; }
  div.items.payment-methods div.payment-group div.payment-method._active {
    margin-left: 0;
    margin-right: 0; } }

.checkoutMessage:not(.active) {
  display: none; }

.checkoutMessage.active {
  padding: 12.5px;
  border: 1px solid #27ae60;
  background-color: #27ae601a;
  font-family: "Futura Medium";
  font-size: 16px;
  color: #27ae60;
  text-align: center;
  display: block;
  width: 100%;
  margin: 12.5px 0 31.25px;
  box-sizing: border-box; }

.checkout-index-index .field[name="shippingAddress.set_whitelabelproducts"] {
  width: 100% !important; }

.checkout-index-index .field[name="shippingAddress.shipping_email"] {
  margin-bottom: 12.5px; }

.checkout-index-index .field[name="shippingAddress.shipping_email"] > .label,
.checkout-index-index .field[name="shippingAddress.set_whitelabelproducts"] > .label {
  margin: 0 0 6.25px;
  display: inline-block;
  font-weight: 400;
  font-family: "Futura Bold"; }

.checkout-index-index .form-shipping-address .field[name="shippingAddress.set_whitelabelproducts"] .checkbox {
  position: relative;
  top: 5px; }

.checkout-index-index .field[name="shippingAddress.set_forza_care"] {
  width: 100% !important; }
  .checkout-index-index .field[name="shippingAddress.set_forza_care"] > .label {
    margin: 0 0 6.25px;
    display: inline-block;
    font-weight: 400;
    font-family: "Futura Bold"; }

.checkout-index-index .form-shipping-address .field[name="shippingAddress.set_forza_care"] .checkbox {
  position: relative;
  top: 5px; }

.checkout-usps {
  overflow-x: hidden; }
  .checkout-usps ul {
    text-align: center;
    list-style: none;
    padding-left: 0; }
    .checkout-usps ul li {
      padding: 0 25px 0 25px; }
      .checkout-usps ul li:before {
        content: '';
        margin: 0 9px 0 0; }
    .checkout-usps ul li {
      font-family: "Futura Bold"; }
      .checkout-usps ul li:before {
        font-family: "dwd-icons";
        content: "";
        color: #fbe400;
        font-weight: 700;
        vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .checkout-usps ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1468px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    .checkout-usps ul li:before {
      font-size: 2rem; }
    .checkout-usps ul .swiper-slide {
      width: auto;
      height: auto; } }

.checkout-shipping-address .form-login {
  /* Email field error styles */ }
  .checkout-shipping-address .form-login .fieldset div.mage-error {
    color: #e02b27;
    font-size: 1.2rem; }
  .checkout-shipping-address .form-login .fieldset input[type="email"].mage-error {
    border-color: red;
    background-image: url("../../frontend/Dutchwebdesign/Forza/nl_NL/images/icons/close-red.svg");
    background-repeat: no-repeat;
    background-position: center right 10px; }
  .checkout-shipping-address .form-login .fieldset .note {
    font-size: 12px; }

.checkout-shipping-address .form-login .fieldset,
.checkout-shipping-address .form-shipping-address .fieldset {
  /* Defaults */ }
  .checkout-shipping-address .form-login .fieldset .input-text[value=""],
  .checkout-shipping-address .form-shipping-address .fieldset .input-text[value=""] {
    border-color: #d7d7d7; }
  .checkout-shipping-address .form-login .fieldset .field,
  .checkout-shipping-address .form-shipping-address .fieldset .field {
    /* Error styles */
    /* Valid styles */ }
    .checkout-shipping-address .form-login .fieldset .field._error,
    .checkout-shipping-address .form-shipping-address .fieldset .field._error {
      /* Geissweb_Euvat ⟶ vat_id field */
      /* Remaining fields */ }
      .checkout-shipping-address .form-login .fieldset .field._error .field-error,
      .checkout-shipping-address .form-login .fieldset .field._error div.mage-error,
      .checkout-shipping-address .form-shipping-address .fieldset .field._error .field-error,
      .checkout-shipping-address .form-shipping-address .fieldset .field._error div.mage-error {
        color: #e02b27;
        font-size: 1.2rem; }
      .checkout-shipping-address .form-login .fieldset .field._error input[type="text"],
      .checkout-shipping-address .form-login .fieldset .field._error input[type="password"],
      .checkout-shipping-address .form-login .fieldset .field._error input[type="url"],
      .checkout-shipping-address .form-login .fieldset .field._error input[type="tel"],
      .checkout-shipping-address .form-login .fieldset .field._error input[type="number"],
      .checkout-shipping-address .form-login .fieldset .field._error input[type="datetime"],
      .checkout-shipping-address .form-login .fieldset .field._error textarea,
      .checkout-shipping-address .form-login .fieldset .field._error select,
      .checkout-shipping-address .form-shipping-address .fieldset .field._error input[type="text"],
      .checkout-shipping-address .form-shipping-address .fieldset .field._error input[type="password"],
      .checkout-shipping-address .form-shipping-address .fieldset .field._error input[type="url"],
      .checkout-shipping-address .form-shipping-address .fieldset .field._error input[type="tel"],
      .checkout-shipping-address .form-shipping-address .fieldset .field._error input[type="number"],
      .checkout-shipping-address .form-shipping-address .fieldset .field._error input[type="datetime"],
      .checkout-shipping-address .form-shipping-address .fieldset .field._error textarea,
      .checkout-shipping-address .form-shipping-address .fieldset .field._error select {
        border-color: red;
        background-image: url("../../frontend/Dutchwebdesign/Forza/nl_NL/images/icons/close-red.svg");
        background-repeat: no-repeat;
        background-position: center right 10px; }
    .checkout-shipping-address .form-login .fieldset .field:not(._error),
    .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) {
      /* <textarea> and <select> styling */
      /* only apply icon to <textarea> */ }
      .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="text"].valid, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="text"].valid-vat-if-specified, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="text"][aria-invalid="false"], .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="password"].valid, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="password"].valid-vat-if-specified, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="password"][aria-invalid="false"], .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="url"].valid, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="url"].valid-vat-if-specified, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="url"][aria-invalid="false"], .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="tel"].valid, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="tel"].valid-vat-if-specified, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="tel"][aria-invalid="false"], .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="number"].valid, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="number"].valid-vat-if-specified, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="number"][aria-invalid="false"], .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="datetime"].valid, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="datetime"].valid-vat-if-specified, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="datetime"][aria-invalid="false"], .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="email"].valid, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="email"].valid-vat-if-specified, .checkout-shipping-address .form-login .fieldset .field:not(._error) input:not([value=""])[type="email"][aria-invalid="false"],
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="text"].valid,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="text"].valid-vat-if-specified,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="text"][aria-invalid="false"],
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="password"].valid,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="password"].valid-vat-if-specified,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="password"][aria-invalid="false"],
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="url"].valid,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="url"].valid-vat-if-specified,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="url"][aria-invalid="false"],
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="tel"].valid,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="tel"].valid-vat-if-specified,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="tel"][aria-invalid="false"],
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="number"].valid,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="number"].valid-vat-if-specified,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="number"][aria-invalid="false"],
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="datetime"].valid,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="datetime"].valid-vat-if-specified,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="datetime"][aria-invalid="false"],
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="email"].valid,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="email"].valid-vat-if-specified,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) input:not([value=""])[type="email"][aria-invalid="false"] {
        border-color: #008a05;
        background-image: url("../../frontend/Dutchwebdesign/Forza/nl_NL/images/icons/check-green.svg");
        background-repeat: no-repeat;
        background-position: center right 10px; }
      .checkout-shipping-address .form-login .fieldset .field:not(._error) textarea:not([value=""]).valid, .checkout-shipping-address .form-login .fieldset .field:not(._error) textarea:not([value=""])[aria-invalid="false"],
      .checkout-shipping-address .form-login .fieldset .field:not(._error) select:not([value=""]).valid,
      .checkout-shipping-address .form-login .fieldset .field:not(._error) select:not([value=""])[aria-invalid="false"],
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) textarea:not([value=""]).valid,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) textarea:not([value=""])[aria-invalid="false"],
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) select:not([value=""]).valid,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) select:not([value=""])[aria-invalid="false"] {
        border-color: #008a05; }
      .checkout-shipping-address .form-login .fieldset .field:not(._error) textarea:not([value=""]).valid, .checkout-shipping-address .form-login .fieldset .field:not(._error) textarea:not([value=""])[aria-invalid="false"],
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) textarea:not([value=""]).valid,
      .checkout-shipping-address .form-shipping-address .fieldset .field:not(._error) textarea:not([value=""])[aria-invalid="false"] {
        background-image: url("../../frontend/Dutchwebdesign/Forza/nl_NL/images/icons/check-green.svg");
        background-repeat: no-repeat;
        background-position: center right 10px; }

.cms-index-index .column.main {
  min-height: 0; }

.cms-index-index .columns {
  display: block; }

@media only screen and (max-width: 767px) {
  .cms-index-index .dwd-banner {
    margin-top: 33px; }
  .cms-index-index .columns .dwd-review-container {
    margin: 0 -16px 40px 0; }
  .cms-index-index #forza_newsletter_banner {
    margin-top: 64px; } }

@media only screen and (min-width: 768px) {
  .cms-index-index .dwd-banner {
    margin-top: -24px; }
  .cms-index-index #forza_newsletter_banner {
    margin-top: 80px; } }

.dwd-banner {
  position: relative;
  overflow: hidden; }
  .dwd-banner--wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%; }
  .dwd-banner--black {
    background-color: #000000; }
    .dwd-banner--black .dwd-banner--content h1,
    .dwd-banner--black .dwd-banner--content h2,
    .dwd-banner--black .dwd-banner--content p {
      color: #ffffff; }
  .dwd-banner--left {
    display: flex; }
  .dwd-banner--right {
    display: flex; }
  .dwd-banner--content {
    display: flex;
    flex-direction: column;
    z-index: 3; }
    .dwd-banner--content h1,
    .dwd-banner--content h2 {
      line-height: 0.8;
      text-transform: uppercase;
      margin: 0; }
    .dwd-banner--content a {
      display: inline-block;
      text-decoration: none;
      background-image: none;
      background: #fbe400;
      border: none;
      color: #000000;
      cursor: pointer;
      display: inline-block;
      font-family: "Futura Bold";
      font-weight: 300;
      margin: 0;
      padding: 14px 21px;
      font-size: 1.8rem;
      line-height: 2.4rem;
      box-sizing: border-box;
      vertical-align: middle;
      display: inline-block;
      text-decoration: none;
      border-radius: 10px;
      display: inline-flex;
      align-items: center; }
      .dwd-banner--content a:hover, .dwd-banner--content a:active, .dwd-banner--content a:focus {
        text-decoration: none; }
      .dwd-banner--content a:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.4rem;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "dwd-icons";
        margin: 0 0 0 10px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .dwd-banner--content a:hover:after {
        color: inherit; }
      .dwd-banner--content a:active:after {
        color: inherit; }
      .dwd-banner--content a:focus, .dwd-banner--content a:active {
        background: #e2e2e2;
        border: none;
        color: #000000; }
      .dwd-banner--content a:hover {
        background: #fbe400;
        border: none;
        color: #000000; }
      .dwd-banner--content a.disabled, .dwd-banner--content a[disabled],
      fieldset[disabled] .dwd-banner--content a {
        opacity: 0.5;
        cursor: default;
        pointer-events: none; }
      @media only screen and (max-width: 767px) {
        .dwd-banner--content a {
          font-size: 1.6rem; }
          .dwd-banner--content a:after {
            font-size: 1.6rem;
            line-height: inherit; } }
    .dwd-banner--content p {
      margin: 0; }
  .dwd-banner--image {
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .dwd-banner--image p {
      margin: 0; }
    .dwd-banner--image .price-shape,
    .dwd-banner--image .price-shape-small {
      position: absolute;
      right: 0; }
  .dwd-banner--smog {
    display: inline-block; }
    .dwd-banner--smog:after {
      background-image: url("/static/frontend/Dutchwebdesign/Forza/nl_NL/images/assets/smog.png");
      background-position-x: 0;
      background-position-y: 0;
      line-height: 100%;
      vertical-align: middle;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      margin: ""; }
    .dwd-banner--smog:after {
      display: block;
      background-size: cover;
      pointer-events: none; }
    .dwd-banner--smog:after {
      bottom: 0;
      position: absolute; }
  .dwd-banner--small {
    border-radius: 4px; }
    .dwd-banner--small .dwd-banner--content h2 span {
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ffffff;
      color: #000000;
      text-decoration: none !important; }
    .dwd-banner--small .dwd-banner--image img {
      max-height: 287px; }

@media only screen and (max-width: 767px) {
  .dwd-banner--large {
    width: 100%;
    height: auto; }
  .dwd-banner--wrapper {
    flex-direction: column; }
  .dwd-banner--right {
    position: absolute;
    top: 122px;
    width: 100%; }
  .dwd-banner--content {
    margin-top: 20px; }
    .dwd-banner--content h1,
    .dwd-banner--content h2 {
      font-size: 4.2rem;
      margin-bottom: 0; }
      .dwd-banner--content h1:last-of-type,
      .dwd-banner--content h2:last-of-type {
        margin-bottom: 280px; }
      .dwd-banner--content h1 span,
      .dwd-banner--content h2 span {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffffff;
        color: #000000;
        text-decoration: none !important; }
    .dwd-banner--content a {
      font-size: 1.6rem;
      margin: 10px 0 24px 0; }
  .dwd-banner--image img {
    width: auto;
    height: 272px;
    padding-right: 16px; }
  .dwd-banner--image .price-shape {
    bottom: 40px; } }

@media only screen and (max-width: 373px) {
  .dwd-banner--content h1,
  .dwd-banner--content h2 {
    font-size: 3.5rem; } }

@media only screen and (min-width: 768px) {
  .dwd-banner {
    width: 100%; }
    .dwd-banner .dwd-banner--content h1,
    .dwd-banner .dwd-banner--content h2 {
      margin-bottom: 0; }
    .dwd-banner--small {
      padding: 15px 35px 15px 35px; }
      .dwd-banner--small .dwd-banner--content h2:last-of-type {
        margin-bottom: 15px; }
      .dwd-banner--small .dwd-banner--content a {
        margin-top: 24px; }
      .dwd-banner--small .dwd-banner--left {
        width: 60%; }
      .dwd-banner--small .dwd-banner--right {
        width: 38%; }
    .dwd-banner--large {
      height: 720px;
      padding-top: 20px; }
      .dwd-banner--large .dwd-banner--content h1,
      .dwd-banner--large .dwd-banner--content h2 {
        font-size: 5.8rem; }
        .dwd-banner--large .dwd-banner--content h1 span,
        .dwd-banner--large .dwd-banner--content h2 span {
          -webkit-text-stroke-width: 2px;
          -webkit-text-stroke-color: #ffffff;
          color: #000000;
          text-decoration: none !important; }
        .dwd-banner--large .dwd-banner--content h1:last-of-type,
        .dwd-banner--large .dwd-banner--content h2:last-of-type {
          margin-bottom: 24px; }
      .dwd-banner--large .dwd-banner--content a {
        margin-top: 35px; }
      .dwd-banner--large .dwd-banner--content p {
        font-size: 1.8rem;
        line-height: 28px;
        max-width: 471px; }
      .dwd-banner--large .dwd-banner--left {
        width: 40%; }
      .dwd-banner--large .dwd-banner--right {
        width: 60%; }
    .dwd-banner--wrapper {
      flex-direction: row;
      align-items: center; }
    .dwd-banner--image img {
      width: 100%;
      height: auto; }
    .dwd-banner--image .price-shape-small {
      bottom: 30px;
      right: 0; }
    .dwd-banner--image .price-shape {
      bottom: 170px;
      right: 0; }
    .dwd-banner--smog:after {
      right: -250px; } }

@media only screen and (min-width: 1408px) {
  .dwd-banner--large .dwd-banner--smog:after {
    right: -450px; } }

@media only screen and (max-width: 768px) {
  .dwd-banner--image {
    z-index: 3; } }

.post-list-wrapper h2.title {
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase; }

.post-list-wrapper .post-list .post-description {
  line-height: inherit;
  font-size: inherit; }

.post-list-wrapper .post-list .post-holder {
  padding: 0;
  background-color: #f9f9f9;
  border: 0; }
  .post-list-wrapper .post-list .post-holder .post-ftimg-hld {
    position: relative; }
    .post-list-wrapper .post-list .post-holder .post-ftimg-hld .post-categories {
      font-size: 1.4rem;
      right: -8px;
      top: 32px;
      background-color: #fbe400;
      padding: 2px 10px;
      position: absolute;
      display: inline-block;
      border-radius: 4px;
      font-family: "Helvetica Neue Bold"; }
  .post-list-wrapper .post-list .post-holder .post-header {
    margin-bottom: 16px; }
    .post-list-wrapper .post-list .post-holder .post-header .post-title-holder .post-title {
      padding: 0 0 2px 0;
      max-width: 100%; }
      .post-list-wrapper .post-list .post-holder .post-header .post-title-holder .post-title a {
        font-size: 1.8rem;
        color: #000000;
        font-family: "Futura Bold";
        font-weight: 300;
        line-height: 25px; }
    .post-list-wrapper .post-list .post-holder .post-header .post-posed-date {
      font-size: 1.4rem;
      font-family: "Helvetica Neue";
      color: #7f8183; }
  .post-list-wrapper .post-list .post-holder .post-content .item-wrapper {
    overflow: hidden;
    padding: 16px 24px 24px 24px; }
  .post-list-wrapper .post-list .post-holder .post-content .post-description {
    overflow: hidden; }
  .post-list-wrapper .post-list .post-holder .post-content .post-read-more {
    margin-top: 10px;
    float: left; }
    .post-list-wrapper .post-list .post-holder .post-content .post-read-more:after {
      font-size: 1.8rem;
      line-height: inherit; }

@media only screen and (max-width: 767px) {
  .blog-index-index .post-list-wrapper .post-list .post-holder,
  .blog-tag-view .post-list-wrapper .post-list .post-holder,
  .blog-search-index .post-list-wrapper .post-list .post-holder,
  .blog-category-view .post-list-wrapper .post-list .post-holder {
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .block.related .post-list-wrapper .post-list .post-holder,
  .blog-search-index .post-list-wrapper .post-list .post-holder,
  .blog-index-index .post-list-wrapper .post-list .post-holder,
  .blog-tag-view .post-list-wrapper .post-list .post-holder,
  .blog-category-view .post-list-wrapper .post-list .post-holder {
    float: left;
    display: inline-block;
    width: calc(50% - 10px);
    margin-bottom: 10px; }
    .block.related .post-list-wrapper .post-list .post-holder:nth-of-type(odd),
    .blog-search-index .post-list-wrapper .post-list .post-holder:nth-of-type(odd),
    .blog-index-index .post-list-wrapper .post-list .post-holder:nth-of-type(odd),
    .blog-tag-view .post-list-wrapper .post-list .post-holder:nth-of-type(odd),
    .blog-category-view .post-list-wrapper .post-list .post-holder:nth-of-type(odd) {
      margin-right: 10px; } }

.blog-post-view .page-title-wrapper {
  margin-bottom: 20px; }

.blog-post-view .page-title {
  margin-bottom: 0; }

.blog-post-view .blog-navigation {
  display: none; }

.blog-post-view .post-holder {
  border: 0;
  padding: 0; }
  .blog-post-view .post-holder .block.related .related-available .product-item-name {
    margin-left: 0 !important; }
  .blog-post-view .post-holder .product.actions.product-item-actions {
    display: none !important; }
  .blog-post-view .post-holder .post-header .addthis_toolbox {
    display: flex; }
    .blog-post-view .post-holder .post-header .addthis_toolbox .social_links {
      margin: 0 0 12.5px auto; }
      .blog-post-view .post-holder .post-header .addthis_toolbox .social_links a {
        margin: 0 0 0 10px;
        height: 36px !important;
        padding: 0; }
        .blog-post-view .post-holder .post-header .addthis_toolbox .social_links a .at-icon-wrapper {
          background-color: #d7d7d7 !important;
          border-radius: 3px;
          height: 36px !important;
          line-height: 36px !important;
          text-align: center;
          width: 36px !important; }
          .blog-post-view .post-holder .post-header .addthis_toolbox .social_links a .at-icon-wrapper svg {
            height: 36px !important;
            padding: 6px;
            vertical-align: top;
            width: 36px !important; }
        .blog-post-view .post-holder .post-header .addthis_toolbox .social_links a:focus .at-icon-wrapper, .blog-post-view .post-holder .post-header .addthis_toolbox .social_links a:hover .at-icon-wrapper {
          background-color: #000000 !important; }
    .blog-post-view .post-holder .post-header .addthis_toolbox span.value {
      color: #d7d7d7;
      font-style: normal; }
  .blog-post-view .post-holder .post-header .post-info {
    padding-bottom: 20px; }
    .blog-post-view .post-holder .post-header .post-info .item span {
      color: #d7d7d7;
      font-style: normal; }
  .blog-post-view .post-holder .blog-detail-content a:not(.skip-font-pretty) {
    background-color: #fbe400;
    padding: 0 2px; }
  .blog-post-view .post-holder .blog-detail-content p:not(.skip-font-pretty) {
    margin-bottom: 0; }
  .blog-post-view .post-holder .blog-detail-content ul:not(.skip-font-pretty) {
    padding: 0 0 0 20px;
    margin: 10px 0; }
    .blog-post-view .post-holder .blog-detail-content ul:not(.skip-font-pretty) li {
      margin: 3px 0; }
  @media only screen and (min-width: 768px) {
    .blog-post-view .post-holder .blog-detail-content h1:not(.skip-font-pretty),
    .blog-post-view .post-holder .blog-detail-content h2:not(.skip-font-pretty),
    .blog-post-view .post-holder .blog-detail-content h3:not(.skip-font-pretty),
    .blog-post-view .post-holder .blog-detail-content h4:not(.skip-font-pretty),
    .blog-post-view .post-holder .blog-detail-content h5:not(.skip-font-pretty) {
      margin-top: 32px;
      margin-bottom: 16px; } }
  @media only screen and (max-width: 767px) {
    .blog-post-view .post-holder .blog-detail-content h1:not(.skip-font-pretty),
    .blog-post-view .post-holder .blog-detail-content h2:not(.skip-font-pretty),
    .blog-post-view .post-holder .blog-detail-content h3:not(.skip-font-pretty),
    .blog-post-view .post-holder .blog-detail-content h4:not(.skip-font-pretty),
    .blog-post-view .post-holder .blog-detail-content h5:not(.skip-font-pretty) {
      margin-top: 24px;
      margin-bottom: 16px; } }
  .blog-post-view .post-holder .blog-detail-content .cp-container {
    width: 100%;
    display: block;
    margin: auto; }
    .blog-post-view .post-holder .blog-detail-content .cp-container a {
      background-color: transparent; }
    .blog-post-view .post-holder .blog-detail-content .cp-container .row {
      flex-direction: row; }
      .blog-post-view .post-holder .blog-detail-content .cp-container .row.reverse {
        flex-direction: row-reverse; }
    .blog-post-view .post-holder .blog-detail-content .cp-container .column {
      flex-direction: column; }
      .blog-post-view .post-holder .blog-detail-content .cp-container .column.reverse {
        flex-direction: column-reverse; }
  .blog-post-view .post-holder .blog-detail-content h2 {
    font-size: 1.8rem; }
  .blog-post-view .post-holder img {
    width: 100%; }

.blog-post-view .post-description p {
  font-size: inherit !important;
  line-height: inherit !important; }

.blog-post-view .post-nextprev-hld {
  margin-top: 10px; }

.blog-post-view .post-bottom .block.related .block-title.title {
  border-bottom: unset; }

@media only screen and (max-width: 767px) {
  .post-holder .blog-detail-content .cp-container .col-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (min-width: 768px) {
  .blog-page.page-layout-2columns-right .column.main {
    margin-right: 2%;
    width: 66%; }
  .blog-page.page-layout-2columns-right .sidebar-additional {
    width: 32%; }
  .post-holder .blog-detail-content .cp-container .col-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .post-holder .blog-detail-content .cp-container .col-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .post-holder .blog-detail-content .cp-container .col-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .post-holder .blog-detail-content .cp-container .col-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .post-holder .blog-detail-content .cp-container .col-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .post-holder .blog-detail-content .cp-container .col-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .post-holder .blog-detail-content .cp-container .col-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .post-holder .blog-detail-content .cp-container .col-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .post-holder .blog-detail-content .cp-container .col-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .post-holder .blog-detail-content .cp-container .col-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .post-holder .blog-detail-content .cp-container .col-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .post-holder .blog-detail-content .cp-container .col-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .post-holder .blog-detail-content .row,
  .post-holder .blog-detail-content .column {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-left: 20px; }
  .post-holder .blog-detail-content [class^="col-"] {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0; } }

/** fixes incorrect image proportions in the slider **/
.post-content .post-description img {
  height: auto !important; }

.blog-page .post-bottom > .post-categories {
  margin-bottom: 0;
  padding-bottom: 40px; }
  .blog-page .post-bottom > .post-categories a {
    background-image: none;
    background: #f2f2f2;
    border: none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Bold";
    font-weight: 300;
    margin: 0;
    padding: 14px 21px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0 0 5px 5px; }
    .blog-page .post-bottom > .post-categories a:focus, .blog-page .post-bottom > .post-categories a:active {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .blog-page .post-bottom > .post-categories a:hover {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .blog-page .post-bottom > .post-categories a.disabled, .blog-page .post-bottom > .post-categories a[disabled],
    fieldset[disabled] .blog-page .post-bottom > .post-categories a {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }

.blog-page .widget.block-categories .block-title {
  display: none; }

.blog-page .widget.block-categories ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0 0 10px 0; }
  .blog-page .widget.block-categories ul li {
    font-family: "Futura Bold";
    font-weight: 300; }
  .blog-page .widget.block-categories ul a {
    color: #000000; }

@media only screen and (max-width: 767px) {
  .blog-page .widget.block-categories ul li {
    margin: 0 0 2px 0; } }

@media only screen and (min-width: 768px) {
  .blog-page .widget.block-categories ul {
    margin-left: -10px; }
    .blog-page .widget.block-categories ul li {
      display: inline-block;
      margin: 0; }
    .blog-page .widget.block-categories ul a {
      border-bottom: 2px solid #ffffff;
      padding: 14px 10px 12px; } }

.sidebar .block-title,
.sidebar .card-title {
  margin: 40px 0 15px 0; }
  .sidebar .block-title:first-letter,
  .sidebar .card-title:first-letter {
    text-transform: capitalize; }

.sidebar .widget.blog-search {
  float: none; }

.sidebar .widget.block-recent-posts {
  margin-top: 20px; }
  .sidebar .widget.block-recent-posts .block-content .post-image {
    display: inline-block;
    float: left; }
  .sidebar .widget.block-recent-posts .block-content .post-item-content {
    width: calc(100% - 72px);
    display: inline-block;
    float: right; }

.sidebar .subscribe input {
  display: inline-block;
  float: left;
  height: 52px;
  border-radius: 0; }

.sidebar .subscribe .actions {
  display: inline-block; }

.sidebar .subscribe div.mage-error {
  float: left;
  width: 100%;
  display: block; }

.sidebar .block-tagclaud .tagclaud-hld span {
  margin-right: 5px; }

@media only screen and (max-width: 767px) {
  .sidebar .widget.blog-search {
    margin-top: 20px; }
  .sidebar .subscribe input {
    width: calc(100% - 150px); } }

@media only screen and (min-width: 768px) {
  .sidebar .subscribe .actions {
    width: 100%; }
    .sidebar .subscribe .actions .primary {
      width: 100%; } }

@media only screen and (min-width: 1024px) {
  .sidebar .subscribe input {
    width: calc(100% - 150px); }
  .sidebar .subscribe .actions {
    width: 150px; } }

.toolbar-blog-posts .pages .pages-items {
  display: flex;
  justify-content: center; }

.toolbar-blog-posts .pages .item {
  text-align: center; }

@media only screen and (max-width: 767px) {
  .toolbar-blog-posts .pages .pages-item-previous {
    margin: 0 10px 0 0; } }

.post-list-wrapper.blog-widget-featured .post-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12.5px; }
  @media only screen and (min-width: 768px) {
    .post-list-wrapper.blog-widget-featured .post-list {
      grid-template-columns: 1fr 1fr 1fr; } }

.post-list-wrapper.blog-widget-featured .post-holder {
  width: 100% !important;
  margin-right: 0 !important; }

.post-list-wrapper.blog-widget-featured .title {
  margin-bottom: 6.25px; }

.blog-index-index .page-main .block-static-block h4 {
  margin-bottom: 0;
  padding-bottom: 6.25px; }

@media only screen and (max-width: 1023px) {
  .blog-index-index .page-main .block-static-block .pagebuilder-column[data-content-type='column'] {
    padding-left: 6.25px !important;
    padding-right: 6.25px !important; } }

@media only screen and (max-width: 1023px) {
  .blog-index-index .page-main .block-static-block .pagebuilder-column-group {
    margin-left: -6.25px;
    margin-right: -6.25px; } }

@media only screen and (min-width: 1024px) {
  .blog-index-index .page-main .block-static-block .pagebuilder-column-group {
    gap: 12.5px !important; } }

.blog-index-index .page-main .block-static-block figure {
  height: 100%; }
  .blog-index-index .page-main .block-static-block figure a {
    display: flex;
    height: 100%; }
    .blog-index-index .page-main .block-static-block figure a img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top left;
         object-position: top left; }

.blog-index-index .page-main .block-static-block div[data-content-type='video'],
.blog-index-index .page-main .block-static-block div[data-content-type='video'] .pagebuilder-video-inner,
.blog-index-index .page-main .block-static-block div[data-content-type='video'] .pagebuilder-video-wrapper,
.blog-index-index .page-main .block-static-block div[data-content-type='video'] .pagebuilder-video-container {
  height: 100%; }

.pb-blog-toplist h4 {
  text-align: center;
  padding-bottom: 0 !important;
  margin-top: 0; }
  .pb-blog-toplist h4 a {
    display: block;
    background: #f9f9f9;
    padding: 12.5px 0 0; }

.pb-blog-toplist figure {
  display: flex;
  flex-direction: column-reverse;
  height: 100%; }
  .pb-blog-toplist figure a {
    display: inline-block;
    text-decoration: none;
    display: flex !important;
    background: #f9f9f9 !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    padding: 12.5px 50px 25px !important; }
    .pb-blog-toplist figure a:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.4rem;
      line-height: inherit;
      color: #000000;
      content: "";
      font-family: "dwd-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pb-blog-toplist figure a:before {
      display: inline-flex;
      background: #fbe400;
      height: 48px;
      width: 48px;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      position: absolute;
      right: 12.5px;
      bottom: 12.5px; }

.pb-blog-toplist .pagebuilder-column:hover figure a:before {
  background: #000307;
  color: #ffffff; }

@media only screen and (max-width: 639px) {
  .pb-blog-toplist .pagebuilder-column {
    margin-bottom: 12.5px; } }

#modal a {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #fbe400;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  margin: 0;
  padding: 14px 21px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  display: inline-flex;
  align-items: center; }
  #modal a:hover, #modal a:active, #modal a:focus {
    text-decoration: none; }
  #modal a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.4rem;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "dwd-icons";
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  #modal a:hover:after {
    color: inherit; }
  #modal a:active:after {
    color: inherit; }
  #modal a:focus, #modal a:active {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  #modal a:hover {
    background: #fbe400;
    border: none;
    color: #000000; }
  #modal a.disabled, #modal a[disabled],
  fieldset[disabled] #modal a {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  @media only screen and (max-width: 767px) {
    #modal a {
      font-size: 1.6rem; }
      #modal a:after {
        font-size: 1.6rem;
        line-height: inherit; } }

.rma_check_form_error {
  margin: 10px 0;
  color: #cf0000; }

.return-rma-success .rma-success .card h1,
.return-rma-success .rma-success .card h2 {
  font-family: "Futura Bold";
  font-weight: 300;
  color: #000000; }

.return-rma-success .rma-success .card-content a:not(.skip-font-pretty) {
  background-color: #fbe400;
  padding: 0 2px; }

.return-rma-success .rma-success .card-content p:not(.skip-font-pretty) {
  margin-bottom: 0; }

.return-rma-success .rma-success .card-content ul:not(.skip-font-pretty) {
  padding: 0 0 0 20px;
  margin: 10px 0; }
  .return-rma-success .rma-success .card-content ul:not(.skip-font-pretty) li {
    margin: 3px 0; }

@media only screen and (min-width: 768px) {
  .return-rma-success .rma-success .card-content h1:not(.skip-font-pretty),
  .return-rma-success .rma-success .card-content h2:not(.skip-font-pretty),
  .return-rma-success .rma-success .card-content h3:not(.skip-font-pretty),
  .return-rma-success .rma-success .card-content h4:not(.skip-font-pretty),
  .return-rma-success .rma-success .card-content h5:not(.skip-font-pretty) {
    margin-top: 32px;
    margin-bottom: 16px; } }

@media only screen and (max-width: 767px) {
  .return-rma-success .rma-success .card-content h1:not(.skip-font-pretty),
  .return-rma-success .rma-success .card-content h2:not(.skip-font-pretty),
  .return-rma-success .rma-success .card-content h3:not(.skip-font-pretty),
  .return-rma-success .rma-success .card-content h4:not(.skip-font-pretty),
  .return-rma-success .rma-success .card-content h5:not(.skip-font-pretty) {
    margin-top: 24px;
    margin-bottom: 16px; } }

.return-rma-success .rma-success a.btn {
  background-image: none;
  background: #fbe400;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Futura Bold";
  font-weight: 300;
  margin: 0;
  padding: 14px 21px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle; }
  .return-rma-success .rma-success a.btn:focus, .return-rma-success .rma-success a.btn:active {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  .return-rma-success .rma-success a.btn:hover {
    background: #e2e2e2;
    border: none;
    color: #000000; }
  .return-rma-success .rma-success a.btn.disabled, .return-rma-success .rma-success a.btn[disabled],
  fieldset[disabled] .return-rma-success .rma-success a.btn {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .return-rma-success .rma-success a.btn.btn-secondary {
    background-image: none;
    background: #f2f2f2;
    border: none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Bold";
    font-weight: 300;
    margin: 0;
    padding: 14px 21px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin-bottom: 10px; }
    .return-rma-success .rma-success a.btn.btn-secondary:focus, .return-rma-success .rma-success a.btn.btn-secondary:active {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .return-rma-success .rma-success a.btn.btn-secondary:hover {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .return-rma-success .rma-success a.btn.btn-secondary.disabled, .return-rma-success .rma-success a.btn.btn-secondary[disabled],
    fieldset[disabled] .return-rma-success .rma-success a.btn.btn-secondary {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }

.return-rma-form form .switch-field input:checked + label.radio {
  background-color: #fbe400;
  color: #000000; }

.return-rma-information .ff-radio-check-svg path {
  stroke: #000000; }

.return-rma-information .radio-field input:checked + label.field-btn,
.return-rma-information .checkbox-field input:checked + label.field-btn {
  background-color: #fbe400; }

.return-rma-information .text-field label:not(.double-label) {
  display: block; }

.return-rma-information .text-field .double-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .return-rma-information .text-field .double-label .instructions {
    font-size: 12px;
    font-style: italic;
    align-self: center; }

.return-rma-information a {
  text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .rma_form_title {
    margin-top: 50px; }
  .return-rma-information .text-field .double-label {
    flex-direction: column; }
    .return-rma-information .text-field .double-label .instructions {
      align-self: auto; }
  .return-rma-success .rma-success .card h1 {
    font-size: 2.3rem; } }

@media only screen and (min-width: 768px) {
  .products-grid .product-item .product-image-container {
    padding: 24px 0; }
  .products-grid .grid-info-block {
    display: inline-block; } }

@media only screen and (max-width: 767px) {
  .products-list .product-item {
    margin-bottom: 32px; }
    .products-list .product-item .product-image-wrapper {
      padding: 16px 0 !important;
      background-color: #f9f9f9; }
    .products-list .product-item-name {
      line-height: 25px;
      margin-top: 16px; }
    .products-list .product-item-attribute-wrapper {
      font-size: 1.4rem; }
    .products-list .product-item-details {
      position: relative; }
      .products-list .product-item-details .product-item-price-wrapper .stock {
        font-size: 1.4rem; } }

.product-item:hover .tocart {
  background-color: #000000;
  color: #ffffff; }
  .product-item:hover .tocart span:before {
    color: #ffffff; }

.product-item-photo {
  display: block; }
  .product-item-photo .product-image-container {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

.product-item-link-wrapper {
  overflow: hidden; }

.product-item-name {
  font-size: 1.8rem;
  font-family: "Futura Bold";
  font-weight: 300;
  line-height: 22px; }

.product-item-price-wrapper {
  display: block; }

.product-item-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0; }
  .product-item-inner .product-item-actions {
    margin-left: 20px; }

.product-item-actions .actions-primary {
  float: right; }

.product-item-attribute-wrapper {
  padding: 0 0 5px 0;
  box-sizing: content-box; }

.product-item .price-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }
  .product-item .price-box .price {
    font-family: "Helvetica Neue Bold"; }
  .product-item .price-box .old-price {
    margin-right: 5px;
    color: #7f8183; }
    .product-item .price-box .old-price .price {
      font-size: 1.6rem;
      font-family: "Helvetica Neue"; }
  .product-item .price-box .special-price .price {
    font-size: 1.8rem; }

.product-item .stock {
  line-height: 22px; }
  .product-item .stock.available {
    color: #29cf00; }
    .product-item .stock.available:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin-right: 5px;
      display: inline-block;
      margin-top: -3px;
      background-color: #29cf00;
      vertical-align: middle; }
  .product-item .stock.unavailable {
    color: #cf0000;
    font-size: 13px; }

.product-item .product-item-price-wrapper .stock.unavailable {
  display: flex;
  align-items: center;
  margin: 0; }

.products-grid .product-item-info .product-item-photo,
.products-list .product-item-info .product-item-photo {
  display: block; }
  .products-grid .product-item-info .product-item-photo .product-quality-badge,
  .products-list .product-item-info .product-item-photo .product-quality-badge {
    display: none; }
    .products-grid .product-item-info .product-item-photo .product-quality-badge > div,
    .products-list .product-item-info .product-item-photo .product-quality-badge > div {
      line-height: normal; }
    .products-grid .product-item-info .product-item-photo .product-quality-badge--mobile,
    .products-list .product-item-info .product-item-photo .product-quality-badge--mobile {
      position: absolute;
      z-index: 2;
      bottom: 5px;
      left: 5px;
      max-width: 80px; }
    .products-grid .product-item-info .product-item-photo .product-quality-badge--desktop,
    .products-list .product-item-info .product-item-photo .product-quality-badge--desktop {
      position: absolute;
      z-index: 2;
      bottom: calc(31.25px + 12.5px);
      left: 12.5px;
      max-width: 80px; }
      @media only screen and (min-width: 1024px) {
        .products-grid .product-item-info .product-item-photo .product-quality-badge--desktop,
        .products-list .product-item-info .product-item-photo .product-quality-badge--desktop {
          max-width: 120px; } }
  .products-grid .product-item-info .product-item-photo .q-labels > span,
  .products-list .product-item-info .product-item-photo .q-labels > span {
    margin: 12.5px -12.5px 0;
    padding: 0 6px; }
    @media only screen and (max-width: 373px) {
      .products-grid .product-item-info .product-item-photo .q-labels > span,
      .products-list .product-item-info .product-item-photo .q-labels > span {
        font-size: 12px; } }

.categorypath-samsung .products-grid .product-item-info .product-item-photo .product-quality-badge,
.categorypath-samsung .products-list .product-item-info .product-item-photo .product-quality-badge,
.category-apple-iphone .products-grid .product-item-info .product-item-photo .product-quality-badge,
.category-apple-iphone .products-list .product-item-info .product-item-photo .product-quality-badge,
.category-apple-ipad .products-grid .product-item-info .product-item-photo .product-quality-badge,
.category-apple-ipad .products-list .product-item-info .product-item-photo .product-quality-badge {
  display: block; }

@media only screen and (max-width: 767px) {
  .products-list .product-item-photo {
    width: 134px;
    height: 144px; }
  .products-list .product-item-details {
    min-height: 144px;
    padding-left: 10px; }
  .product-item-name {
    margin: 16px 0 7px 0; } }

@media only screen and (max-width: 373px) {
  .products-list .product-item-photo {
    width: 80px;
    height: 90px; }
  .products-list .product-item-details {
    min-height: 90px; } }

@media only screen and (min-width: 768px) {
  .product-item-name {
    margin: 25px 0 7px 0; }
  .product-item-photo {
    background-color: #f9f9f9; }
  .product-item-price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .page-layout-2columns-left .products-grid .grid-info-block.product-item {
    width: calc((67% - 15px));
    margin-left: 15px; }
  .page-layout-2columns-left .products-grid .product-item {
    margin-left: 15px;
    width: calc((100% - 45px) / 3); }
    .page-layout-2columns-left .products-grid .product-item:nth-child(3n) {
      margin-left: 15px; }
    .page-layout-2columns-left .products-grid .product-item:nth-child(3n + 1) {
      margin-left: 0; } }

@media only screen and (min-width: 1024px) {
  .page-layout-2columns-left .products-grid .grid-info-block.product-item {
    width: calc((67% - 33px));
    margin-left: 33px; }
  .page-layout-2columns-left .products-grid .product-item {
    margin-left: 33px;
    width: calc((100% - 75px) / 3); }
    .page-layout-2columns-left .products-grid .product-item:nth-child(3n) {
      margin-left: 33px; } }

.block.widget .block-title h2 {
  margin-top: 0; }

.block.widget .block-content {
  position: relative; }
  .block.widget .block-content .products-grid .product-item {
    margin-bottom: 0; }
  .block.widget .block-content .dwd-swipe {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%); }
    .block.widget .block-content .dwd-swipe[aria-disabled="true"] {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block.widget .block-content .dwd-swipe:hover {
      background-color: #000000; }

@media only screen and (max-width: 639px) {
  .block.widget .block-content .products-grid .product-item {
    width: 80%; }
  .block.widget .block-content .dwd-swipe {
    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) {
  .block.widget .block-content .products-grid .product-item {
    width: 50%; }
  .block.widget .block-content .dwd-swipe-right {
    right: -16px; }
  .block.widget .block-content .dwd-swipe-left {
    left: -16px; } }

@media only screen and (min-width: 768px) {
  .block.widget .block-content .dwd-swipe-right {
    right: -20px; }
  .block.widget .block-content .dwd-swipe-left {
    left: -20px; } }

@media only screen and (min-width: 1530px) {
  .block.widget .block-content .dwd-swipe-right {
    right: -19px; }
  .block.widget .block-content .dwd-swipe-left {
    left: -19px; } }

.products-grid .product-image-container .amlabel-position-wrapper {
  margin-right: -8px;
  margin-top: 24px; }

.catalog-category-view .columns h1.page-title {
  text-transform: uppercase; }

.catalog-category-view .columns .category-short-description {
  max-width: 808px; }
  .catalog-category-view .columns .category-short-description .dwd-icon-after {
    margin-top: 16px; }

.catalog-category-view .columns .category-short-description a:not(.skip-font-pretty),
.catalog-category-view .columns .category-description a:not(.skip-font-pretty) {
  background-color: #fbe400;
  padding: 0 2px; }

.catalog-category-view .columns .category-short-description p:not(.skip-font-pretty),
.catalog-category-view .columns .category-description p:not(.skip-font-pretty) {
  margin-bottom: 0; }

.catalog-category-view .columns .category-short-description ul:not(.skip-font-pretty),
.catalog-category-view .columns .category-description ul:not(.skip-font-pretty) {
  padding: 0 0 0 20px;
  margin: 10px 0; }
  .catalog-category-view .columns .category-short-description ul:not(.skip-font-pretty) li,
  .catalog-category-view .columns .category-description ul:not(.skip-font-pretty) li {
    margin: 3px 0; }

@media only screen and (min-width: 768px) {
  .catalog-category-view .columns .category-short-description h1:not(.skip-font-pretty),
  .catalog-category-view .columns .category-short-description h2:not(.skip-font-pretty),
  .catalog-category-view .columns .category-short-description h3:not(.skip-font-pretty),
  .catalog-category-view .columns .category-short-description h4:not(.skip-font-pretty),
  .catalog-category-view .columns .category-short-description h5:not(.skip-font-pretty),
  .catalog-category-view .columns .category-description h1:not(.skip-font-pretty),
  .catalog-category-view .columns .category-description h2:not(.skip-font-pretty),
  .catalog-category-view .columns .category-description h3:not(.skip-font-pretty),
  .catalog-category-view .columns .category-description h4:not(.skip-font-pretty),
  .catalog-category-view .columns .category-description h5:not(.skip-font-pretty) {
    margin-top: 32px;
    margin-bottom: 16px; } }

@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .category-short-description h1:not(.skip-font-pretty),
  .catalog-category-view .columns .category-short-description h2:not(.skip-font-pretty),
  .catalog-category-view .columns .category-short-description h3:not(.skip-font-pretty),
  .catalog-category-view .columns .category-short-description h4:not(.skip-font-pretty),
  .catalog-category-view .columns .category-short-description h5:not(.skip-font-pretty),
  .catalog-category-view .columns .category-description h1:not(.skip-font-pretty),
  .catalog-category-view .columns .category-description h2:not(.skip-font-pretty),
  .catalog-category-view .columns .category-description h3:not(.skip-font-pretty),
  .catalog-category-view .columns .category-description h4:not(.skip-font-pretty),
  .catalog-category-view .columns .category-description h5:not(.skip-font-pretty) {
    margin-top: 24px;
    margin-bottom: 16px; } }

@media only screen and (max-width: 767px) {
  .catalog-category-view .columns .main > .page-title-wrapper {
    display: none; }
  .catalog-category-view .columns .dwd-banner {
    display: none; }
  .catalog-category-view .columns h1.page-title {
    font-size: 2.4rem;
    margin-bottom: 16px; }
  .catalog-category-view .columns .category-short-description {
    margin-bottom: 24px; }
  .catalog-category-view .columns .toolbar-products .toolbar-amount,
  .catalog-category-view .columns .toolbar-products .sorter {
    display: none; }
  .catalog-category-view .columns .amfaq_questions {
    margin: 56px 0 30px 0; }
  .catalog-category-view .columns .category-description {
    margin-top: 18px; }
    .catalog-category-view .columns .category-description .read-more-mobile-text:not(.active) {
      max-height: 464px; }
    .catalog-category-view .columns .category-description .read-more-mobile-text.active {
      max-height: 6000px; } }

@media only screen and (min-width: 768px) {
  .catalog-category-view .columns {
    margin-top: 30px; }
    .catalog-category-view .columns h1.page-title {
      font-family: "Futura Bold";
      font-weight: 300;
      line-height: 40px;
      font-size: 3.6rem;
      margin-top: 3.125rem;
      margin-bottom: 2.4rem; }
    .catalog-category-view .columns .page-title-wrapper {
      margin-top: 40px; }
    .catalog-category-view .columns .amfaq_questions {
      margin: 80px 0 48px 0; }
    .catalog-category-view .columns .category-description .read-more-mobile-text:not(.active) {
      max-height: 634px; }
    .catalog-category-view .columns .category-description .read-more-mobile-text.active {
      max-height: 5000px; } }

@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .toolbar-products .toolbar-amount,
  .catalogsearch-result-index .toolbar-products .sorter {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.faq-category-title {
  font-family: "Futura Bold";
  font-weight: 300; }

.am-back-to-product-widget {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.amfaq_questions .amfaq-title {
  text-transform: uppercase;
  margin-bottom: 24px; }

.amfaq_questions .am-item {
  display: flex;
  flex-direction: column; }
  .amfaq_questions .am-item .am-title {
    font-family: "Futura Bold";
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    border-top: solid 1px #ededed;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .amfaq_questions .am-item .am-title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "dwd-icons";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .amfaq_questions .am-item .am-title:after {
      margin-left: auto; }
    .amfaq_questions .am-item .am-title[aria-selected='true']:after {
      transform: rotate(180deg); }
    .amfaq_questions .am-item .am-title + .am-content {
      border-top: solid 1px #ededed; }
  .amfaq_questions .am-item .am-content a:not(.skip-font-pretty) {
    background-color: #fbe400;
    padding: 0 2px; }
  .amfaq_questions .am-item .am-content p:not(.skip-font-pretty) {
    margin-bottom: 0; }
  .amfaq_questions .am-item .am-content ul:not(.skip-font-pretty) {
    padding: 0 0 0 20px;
    margin: 10px 0; }
    .amfaq_questions .am-item .am-content ul:not(.skip-font-pretty) li {
      margin: 3px 0; }
  @media only screen and (min-width: 768px) {
    .amfaq_questions .am-item .am-content h1:not(.skip-font-pretty),
    .amfaq_questions .am-item .am-content h2:not(.skip-font-pretty),
    .amfaq_questions .am-item .am-content h3:not(.skip-font-pretty),
    .amfaq_questions .am-item .am-content h4:not(.skip-font-pretty),
    .amfaq_questions .am-item .am-content h5:not(.skip-font-pretty) {
      margin-top: 32px;
      margin-bottom: 16px; } }
  @media only screen and (max-width: 767px) {
    .amfaq_questions .am-item .am-content h1:not(.skip-font-pretty),
    .amfaq_questions .am-item .am-content h2:not(.skip-font-pretty),
    .amfaq_questions .am-item .am-content h3:not(.skip-font-pretty),
    .amfaq_questions .am-item .am-content h4:not(.skip-font-pretty),
    .amfaq_questions .am-item .am-content h5:not(.skip-font-pretty) {
      margin-top: 24px;
      margin-bottom: 16px; } }
  .amfaq_questions .am-item .am-content-spacer {
    display: block; }

.faq-read-all {
  padding-top: 24px; }

@media only screen and (max-width: 767px) {
  .am-widget-category:not(:first-of-type) {
    margin-top: 30px; }
  .faq-category-title {
    font-size: 2.4rem;
    margin: 24px 0; }
  .amfaq_questions .am-item {
    margin: 0 -16px; }
    .amfaq_questions .am-item .am-title {
      font-size: 1.8rem;
      padding: 25px 16px 0 25px;
      margin: 0 0 25px 0; }
    .amfaq_questions .am-item .am-content {
      padding: 0 16px; }
      .amfaq_questions .am-item .am-content-spacer {
        height: 16px; }
      .amfaq_questions .am-item .am-content .amfaq-question-footer-wrapper {
        min-height: 45px; }
  .faq-read-all {
    border-top: solid 1px #ededed; } }

@media only screen and (min-width: 768px) {
  .am-widget-category:not(:first-of-type) {
    margin-top: 80px; }
  .faq-category-title {
    font-size: 2.4rem;
    margin: 24px 0; }
  .amfaq_questions .amfaq-title + .am-item .am-title {
    border-top: none; }
  .amfaq_questions .am-item {
    background-color: #f9f9f9; }
    .amfaq_questions .am-item .am-title {
      font-size: 2.4rem;
      padding: 24px 24px 0 24px;
      margin: 0 0 24px 0; }
    .amfaq_questions .am-item .am-content {
      padding: 0 24px; }
      .amfaq_questions .am-item .am-content-spacer {
        height: 24px; }
      .amfaq_questions .am-item .am-content .amfaq-question-footer-wrapper {
        height: 24px; } }

.amfaq_categories {
  order: 1; }
  .amfaq_categories .item {
    padding: 2px 0; }
    .amfaq_categories .item.title {
      font-family: "Futura Bold";
      font-weight: 300;
      font-size: 2.4rem;
      margin-bottom: 10px; }
    .amfaq_categories .item.current {
      font-family: "Futura Bold";
      font-weight: 300; }

.faq-category-view .amfaq_questions {
  margin-top: 50px; }

@media only screen and (max-width: 767px) {
  .amfaq_categories {
    margin-bottom: 30px; }
  .page-layout-dwd-faq-overview .columns .column {
    order: 3; }
  .faq-category-view .page-title {
    margin-top: 25px; }
  .faq-category-view .columns .column {
    order: 3; } }

@media only screen and (min-width: 768px) {
  .amfaq_categories {
    margin-bottom: 30px; } }

.toolbar .pages {
  width: 100%; }
  .toolbar .pages .pages-items {
    width: 100%; }
    .toolbar .pages .pages-items .item .page {
      border-radius: 4px; }
    .toolbar .pages .pages-items .action {
      border-radius: 4px; }

.toolbar-amount {
  color: #7f8183; }

.sorter-label {
  font-family: "Helvetica Neue Medium"; }

@media only screen and (min-width: 768px) {
  .toolbar-products {
    margin: 40px 0 24px 0; }
    .products.wrapper ~ .toolbar-products {
      margin: 10px 0 0 0; } }

.am-center div#confirmBox.amcart-confirm-block {
  width: calc(100% - 60px);
  max-width: 1440px;
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    .am-center div#confirmBox.amcart-confirm-block {
      width: calc(100% - 120px); } }
  .am-center div#confirmBox.amcart-confirm-block .cross[title="Sluiten"] {
    font-size: 50px;
    right: 25px; }
  .am-center div#confirmBox.amcart-confirm-block .amcart-message-box {
    width: unset;
    font-size: 90%;
    margin: 0 25px; }
    @media only screen and (min-width: 1024px) {
      .am-center div#confirmBox.amcart-confirm-block .amcart-message-box {
        margin: 0 60px; } }
    .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .atc-header {
      display: flex;
      flex-direction: column;
      margin: 0; }
      .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .atc-header div[data-content-type="text"] h2 {
        font-family: "Futura Bold";
        margin-bottom: 12.5px; }
        @media only screen and (max-width: 767px) {
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .atc-header div[data-content-type="text"] h2 {
            margin-top: 25px;
            padding-right: 37.5px; } }
      .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .atc-header div[data-content-type="text"] p {
        font-family: "Helvetica Neue";
        font-size: 14px; }
      .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .atc-header .to-cart-button {
        align-self: end;
        background-color: #fbe400;
        margin-bottom: 31.25px;
        margin-left: 31.25px; }
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .atc-header .to-cart-button:hover {
          background-color: #414141;
          color: #ffffff; }
        @media only screen and (max-width: 639px) {
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .atc-header .to-cart-button {
            width: 100%; } }
        @media only screen and (min-width: 768px) {
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .atc-header .to-cart-button {
            white-space: nowrap; } }
      @media only screen and (min-width: 1408px) {
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .atc-header {
          flex-direction: row;
          text-align: left; } }
    .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: flex;
      flex-direction: row;
      text-align: center; }
      @media only screen and (max-width: 479px) {
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper .product-item-photo {
          max-width: 150px; } }
      @media only screen and (max-width: 767px) {
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper {
          width: 100%;
          flex-direction: column; }
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper .product-item-photo {
            float: left;
            padding-right: 12.5px;
            max-width: 200px; } }
      @media only screen and (min-width: 768px) {
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper {
          float: left;
          max-width: 280px; } }
      @media only screen and (min-width: 1408px) {
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper {
          max-width: 342px; } }
      .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper .am-photo-container {
        display: flex;
        flex-direction: column;
        margin-top: 12.5px; }
        @media only screen and (max-width: 767px) {
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper .am-photo-container {
            display: block; } }
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper .am-photo-container .your-product {
          padding-top: 25px;
          text-align: center;
          font-weight: 700;
          font-family: "Futura Bold";
          font-size: 1.6rem; }
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper .am-photo-container .added-label {
          font-weight: 700;
          color: #29cf00;
          display: flex;
          flex-direction: row;
          justify-content: center;
          font-family: "Futura Bold";
          font-size: 1.6rem; }
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper .am-photo-container .added-label:before {
            content: '';
            -webkit-appearance: none;
            -moz-appearance: none;
            text-transform: capitalize;
            background: url("/static/frontend/Dutchwebdesign/Forza/nl_NL/images/icons/check-green-circle.svg") no-repeat right 16px center;
            background-size: 25px;
            width: 50px;
            margin-right: -12.5px; }
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .your-item-wrapper .am-photo-container .amcart-qty-wrap {
          display: none; }
    .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related {
      width: auto;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related {
          margin-right: -12.5px; } }
      .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .products {
        display: grid;
        grid-template-columns: 1fr; }
        @media only screen and (min-width: 768px) {
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .products {
            grid-template-columns: 1fr 1fr; } }
        @media only screen and (min-width: 1024px) {
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .products {
            grid-template-columns: 1fr 1fr 1fr; } }
      .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .product.item {
        text-align: left;
        margin: 12.5px;
        width: calc(100% - 25px); }
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .product.item:hover .tocart {
          background-color: #fbe400; }
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .product.item:hover .tocart,
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .product.item:hover .tocart span:before {
            color: #000000; }
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .product.item .tocart:hover {
          background-color: #414141; }
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .product.item .tocart:hover,
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .product.item .tocart:hover span:before {
            color: #ffffff; }
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .product.item .product-image-wrapper {
          height: auto; }
          .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .block.related .product.item .product-image-wrapper .product-image-photo {
            position: static; }
    .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .plus-sign {
      font-size: 60px;
      align-self: center;
      line-height: 1; }
      @media only screen and (min-width: 768px) {
        .am-center div#confirmBox.amcart-confirm-block .amcart-message-box .plus-sign {
          padding-left: 25px;
          padding-right: 12.5px; } }

.am-center .amcart-message-box,
.am-center .am-related-box {
  min-width: 260px; }

.am-center .amcart-confirm-buttons {
  display: flex;
  justify-content: flex-end;
  margin: 37.5px 25px; }
  @media only screen and (min-width: 1024px) {
    .am-center .amcart-confirm-buttons {
      margin: 37.5px 60px; } }
  @media only screen and (max-width: 767px) {
    .am-center .amcart-confirm-buttons .am-btn-left {
      margin: 0 12.5px; } }
  .am-center .amcart-confirm-buttons .am-btn-right:hover {
    background-color: #414141;
    color: #ffffff;
    opacity: 1; }
  @media only screen and (max-width: 639px) {
    .am-center .amcart-confirm-buttons {
      flex-direction: column; }
      .am-center .amcart-confirm-buttons .am-btn-left {
        margin: 12.5px 0; } }

.page-header {
  z-index: 202; }
  .page-header .panel.wrapper {
    background-color: #000000; }
    .page-header .panel.wrapper .header {
      display: flex;
      overflow: hidden;
      align-items: center;
      line-height: 17px; }
      .page-header .panel.wrapper .header .usp-list {
        display: flex;
        color: #ffffff;
        height: 20px;
        overflow: hidden; }
      .page-header .panel.wrapper .header .feedbackcompany {
        display: flex;
        margin-left: auto;
        min-width: 320px; }
        .page-header .panel.wrapper .header .feedbackcompany .block {
          margin: 0; }
          .page-header .panel.wrapper .header .feedbackcompany .block .feedbackcompany-small-score {
            display: flex;
            align-items: center; }
        .page-header .panel.wrapper .header .feedbackcompany p,
        .page-header .panel.wrapper .header .feedbackcompany a {
          font-size: 1.4rem;
          color: #ffffff;
          margin: 2px 0 0 0;
          padding: 0; }
        .page-header .panel.wrapper .header .feedbackcompany a {
          text-decoration: underline; }
  .page-header .header.content {
    display: flex;
    align-items: center; }
    .page-header .header.content .logo span {
      font-family: 'Josefin Sans Extra Light', sans-serif;
      width: 100%;
      text-align: center;
      display: block;
      font-size: 2.3rem;
      letter-spacing: 2px; }
    .page-header .header.content .block-search {
      background-color: #ffffff;
      margin: 0 auto; }
      .page-header .header.content .block-search .actions .search {
        opacity: 1; }
    .page-header .header.content .header.links {
      display: flex;
      padding: 0;
      margin: 0 11px 0 0; }
      .page-header .header.content .header.links li {
        position: relative;
        vertical-align: top;
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-size: 1rem;
        display: inline-block;
        text-decoration: none;
        display: block; }
        .page-header .header.content .header.links li:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 26px;
          line-height: 24px;
          color: #000000;
          content: "";
          font-family: "dwd-icons";
          margin: 0 8px 0 0;
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .page-header .header.content .header.links li:hover:before {
          color: #000000; }
        .page-header .header.content .header.links li:hover *, .page-header .header.content .header.links li:hover:before {
          color: inherit; }
    .page-header .header.content .minicart-wrapper {
      position: relative;
      display: flex; }
      .page-header .header.content .minicart-wrapper > .action {
        display: flex;
        align-items: center; }

@media only screen and (max-width: 767px) {
  .nav-open .page-header {
    width: 100%; }
    .nav-open .page-header .header.content .nav-toggle:before {
      content: ""; }
    .nav-open .page-header .header.content .nav-toggle .open-text {
      display: none; }
    .nav-open .page-header .header.content .nav-toggle .close-text {
      display: block; }
  .page-header .panel.wrapper .header {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 36px; }
    .page-header .panel.wrapper .header .usp-list {
      color: #ffffff;
      margin: 0 auto; }
      .page-header .panel.wrapper .header .usp-list li:not(:first-of-type) {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
    .page-header .panel.wrapper .header .feedbackcompany {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .page-header .header.content {
    height: 64px; }
    .page-header .header.content .nav-toggle {
      font-size: 1rem; }
      .page-header .header.content .nav-toggle span {
        display: block; }
      .page-header .header.content .nav-toggle .close-text {
        display: none; }
    .page-header .header.content .logo {
      position: absolute;
      margin: 0 auto;
      right: 0;
      left: 0;
      height: 26px;
      width: 104px; }
      .page-header .header.content .logo span {
        font-size: 1.4rem; }
    .page-header .header.content .block-search {
      box-shadow: inset 0 1px 8px -2px rgba(0, 0, 0, 0.08);
      display: block;
      width: 100%;
      position: absolute;
      top: 64px;
      padding: 8px;
      left: 0;
      border-bottom: solid 1px #ededed;
      z-index: 14; }
      .page-header .header.content .block-search.scrollWith {
        position: fixed;
        top: 0;
        display: none; }
      .page-header .header.content .block-search input {
        display: block; }
      .page-header .header.content .block-search .label {
        top: 12px;
        right: 15px;
        position: absolute;
        background-color: #ffffff; }
    .page-header .header.content .header.links {
      margin-left: auto; }
      .page-header .header.content .header.links li {
        text-align: center; }
        .page-header .header.content .header.links li:before {
          margin: 0; }
        .page-header .header.content .header.links li a {
          display: block; }
          .page-header .header.content .header.links li a .prefix {
            display: none; }
    .page-header .header.content .switcher {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .page-header .header.content .minicart-wrapper > .action {
      font-size: 1rem;
      flex-wrap: wrap;
      max-width: 50px;
      justify-content: space-evenly; }
      .page-header .header.content .minicart-wrapper > .action:before {
        flex: 0 0 100%; }
      .page-header .header.content .minicart-wrapper > .action .carret {
        right: -5px;
        position: absolute; } }

@media only screen and (min-width: 768px) {
  .page-header {
    border-bottom: solid 1px #ededed; }
    .page-header .panel.wrapper .header {
      padding-top: 12px;
      padding-bottom: 12px;
      height: 44px; }
    .page-header .header.content .nav-toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .page-header .header.content .block-search {
      max-width: 300px; }
    .page-header .header.content .switcher {
      margin-right: 10px; }
    .page-header .header.content .header.links {
      margin-right: 10px; }
      .page-header .header.content .header.links li {
        font-size: 1.4rem; }
    .page-header .header.content .minicart-wrapper .action .action-text {
      margin-right: 5px; } }

@media only screen and (min-width: 1024px) {
  .page-header .header.content .block-search {
    max-width: 400px; }
  .page-header .header.content .switcher {
    font-size: 1.6rem;
    margin-right: 40px; }
  .page-header .header.content .header.links {
    margin-right: 40px; }
    .page-header .header.content .header.links li {
      font-size: 1.6rem; }
  .page-header .header.content .minicart-wrapper .action {
    font-size: 1.6rem; } }

.nav-sections {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08); }
  .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega.cta-button > .mega span.menu-title {
    background-color: #fbe400;
    border-radius: 4px;
    padding: 2px 5px; }

@media only screen and (max-width: 767px) {
  .nav-sections {
    background-color: #000000;
    margin-top: 156px;
    height: calc(100vh - 156px);
    z-index: 99; }
    .nav-sections .nav-sections-item-title {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .nav-sections .nav-sections-item-content {
      color: #ffffff; }
      .nav-sections .nav-sections-item-content.mobile-account {
        padding: 37.5px 0 0; }
        .nav-sections .nav-sections-item-content.mobile-account .header.links > li {
          display: flex;
          align-items: center;
          padding: 0; }
          .nav-sections .nav-sections-item-content.mobile-account .header.links > li > a {
            padding-left: 12.5px; }
      .nav-sections .nav-sections-item-content.mobile-switcher {
        padding: 8px 0; }
      .nav-sections .nav-sections-item-content--wrapper {
        padding: 0 24px; }
        .nav-sections .nav-sections-item-content--wrapper a {
          margin: 0;
          color: #ffffff; }
        .nav-sections .nav-sections-item-content--wrapper .header.links {
          padding: 0;
          margin: 0; }
          .nav-sections .nav-sections-item-content--wrapper .header.links li {
            position: relative;
            vertical-align: top;
            list-style-type: none;
            padding: 5px 0;
            margin: 0;
            font-size: 16px;
            display: inline-block;
            text-decoration: none;
            display: block; }
            .nav-sections .nav-sections-item-content--wrapper .header.links li:before {
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-size: 20px;
              line-height: inherit;
              color: #ffffff;
              content: "";
              font-family: "dwd-icons";
              margin: 0;
              vertical-align: middle;
              display: inline-block;
              font-weight: normal;
              overflow: hidden;
              speak: none;
              text-align: center; }
            .nav-sections .nav-sections-item-content--wrapper .header.links li:hover:before {
              color: #ffffff; }
            .nav-sections .nav-sections-item-content--wrapper .header.links li:hover *, .nav-sections .nav-sections-item-content--wrapper .header.links li:hover:before {
              color: inherit; }
          .nav-sections .nav-sections-item-content--wrapper .header.links li:before {
            font-weight: bold; }
        .nav-sections .nav-sections-item-content--wrapper .switcher .switcher-trigger:hover {
          cursor: pointer; }
        .nav-sections .nav-sections-item-content--wrapper .switcher .label {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .nav-sections .nav-sections-item-content--wrapper .switcher [aria-hidden="true"] {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .nav-sections .nav-sections-item-content--wrapper .switcher a {
          color: #ffffff; }
        .nav-sections .nav-sections-item-content--wrapper .switcher li {
          margin: 0; }
    .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 a {
      color: #ffffff; }
    .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 .menu-title {
      color: #ffffff; }
    .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega {
      padding-top: 8px;
      padding-bottom: 8px; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega.last-child {
        margin-bottom: 32px;
        border-bottom: solid 1px #2e2e2e;
        padding-bottom: 32px; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .menu-group-link {
        margin: 10px 0;
        padding: 0 24px;
        display: block; }
        .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .menu-group-link:not(.active) {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega:not(.has-child) a {
        font-size: 1.6rem;
        font-family: "Helvetica Neue Medium"; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega a {
        padding: 0 24px; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .mega.has-child span.menu-title {
        font-size: 2.4rem; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega.cta-button {
        width: auto; }
        .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega.cta-button > .mega span.menu-title {
          padding: 7px 12px;
          line-height: 45px;
          color: black; }
    .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 .child-content {
      padding: 0 24px; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 .child-content li a {
        padding: 3px 0; }
        .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 .child-content li a span.menu-subtitle {
          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) {
  .nav-sections {
    z-index: 201; }
    .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega.has-child {
      position: static; }
    .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega > .mega {
      padding-right: 30px;
      height: 56px;
      display: flex;
      align-items: center; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega > .mega span.menu-title {
        font-size: 1.6rem;
        color: #000307;
        font-family: "Helvetica Neue Medium"; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega > .mega.has-child span.menu-title {
        padding: 0;
        display: inline-block;
        text-decoration: none; }
        .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega > .mega.has-child span.menu-title:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 14px;
          line-height: inherit;
          color: #000000;
          content: "";
          font-family: "dwd-icons";
          margin: 0 0 0 5px;
          vertical-align: bottom;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
    .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .mega.active {
      background: none;
      color: #000000;
      border-bottom: none; }
    .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .menu-group-link {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content {
      width: 100vw;
      margin-left: -50vw;
      left: 50%;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
      margin-top: 6px; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content .child-content-inner-wrap {
        display: block;
        overflow: hidden;
        margin: 0 auto;
        max-width: 1408px;
        box-sizing: border-box;
        padding: 24px 20px 40px 20px; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content .mega-col:not(.last) li.mega {
        width: calc(100% - 32px); }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content li.mega {
        display: flex;
        margin: 0 0 16px 0;
        background-color: #f9f9f9;
        padding: 8px; }
        .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content li.mega a {
          display: flex;
          flex-grow: 1;
          height: 100%;
          flex-direction: column; }
        .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content li.mega span.menu-title {
          font-size: 1.2rem;
          color: #000307;
          font-family: "Futura Bold";
          font-weight: 300;
          background: none;
          padding: 0; }
        .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content li.mega span.menu-subtitle {
          font-size: 1rem;
          font-family: "Helvetica Neue";
          color: #000307; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content .mega.active {
        color: #000000; }
      .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content li .category-thumb {
        width: 50px;
        height: 60px;
        overflow: hidden;
        float: left;
        margin-right: 24px; }
        .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content li .category-thumb img {
          height: 100%;
          align-self: center; } }

@media only screen and (min-width: 1024px) {
  .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content li.mega span.menu-title {
    font-size: 1.6rem;
    margin-top: 5px; }
  .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content li.mega span.menu-subtitle {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1408px) {
  .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content .child-content-inner-wrap {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1408px;
    box-sizing: border-box;
    padding: 24px 0 40px 0; }
  .nav-sections .ub-mega-menu-wrapper .ub-mega-menu .mega-menu.level0 > li.mega .child-content li.mega span.menu-title {
    font-size: 1.8rem; } }

.search-autocomplete {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(130, 136, 148, 0.12), 0 8px 12px -4px rgba(130, 136, 148, 0.24);
  max-height: 75vh;
  overflow-y: scroll; }
  .search-autocomplete dl .autocomplete-list-title {
    background-color: #d7d7d7;
    padding: 4px 10px 10px; }
  .search-autocomplete dl dd {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding: 0; }
    .search-autocomplete dl dd .product-item {
      margin: 0;
      min-height: 86px;
      padding: 4px 10px 10px;
      width: calc(100% - 110px); }
      .search-autocomplete dl dd .product-item .product-name {
        font-family: "Futura Bold";
        font-weight: 300;
        font-size: 1.8rem;
        line-height: 2.4rem; }
    .search-autocomplete dl dd .product-image-box {
      text-align: center;
      padding: 0;
      width: 110px;
      cursor: pointer; }
      .search-autocomplete dl dd .product-image-box img {
        vertical-align: middle;
        margin-top: 0;
        -o-object-fit: cover;
           object-fit: cover; }
    .search-autocomplete dl dd .category-mini-crumb {
      margin: 0;
      padding: 5px 10px 0;
      cursor: pointer; }
    .search-autocomplete dl dd .qs-option-name {
      font-family: "Futura Bold";
      font-weight: 300;
      font-size: 1.8rem;
      line-height: 2.4rem;
      display: block;
      padding: 0 10px 5px;
      cursor: pointer; }
    .search-autocomplete dl dd .amount {
      color: #d7d7d7;
      position: absolute;
      right: 7px;
      top: 5px; }

@media only screen and (max-width: 767px) {
  .search-autocomplete {
    top: 72px; } }

@media only screen and (max-width: 767px) {
  .headroom--pinned {
    transform: translateY(0%); }
  .headroom--unpinned {
    transform: translateY(-100%); }
    .headroom--unpinned .header.content .block.block-search {
      display: none; }
  .headroom {
    will-change: transform;
    transition: transform 200ms linear;
    position: fixed;
    top: 0;
    width: 100vw; }
  .headroom--top {
    position: relative; } }

.page-footer .footer.content .footer-navigation .footer-col a,
.page-footer .footer.content .footer-navigation .footer-col li,
.page-footer .footer.content .footer-navigation .footer-col h5,
.page-footer .footer.content .footer-navigation .footer-col p {
  color: #ffffff; }

.page-footer .footer.content .footer-navigation .footer-col h5 {
  margin-top: 0; }

.page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .dwd-flat-list a:before {
  margin-right: 18px; }

@media only screen and (max-width: 767px) {
  .footer-usp {
    margin-top: 64px; }
  .page-footer .footer.content {
    padding-top: 24px; }
    .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 {
      margin-bottom: 26px; }
      .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 button, .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .actions-toolbar > .action, .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .action-gift {
        margin: 16px 0 16px 0; }
        .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 button span, .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .cart.table-wrapper .actions-toolbar > .action span, .cart.table-wrapper .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .actions-toolbar > .action span, .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .action-gift span {
          margin-left: 23px; }
      .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .dwd-flat-list a:before {
        font-size: 2.8rem;
        line-height: inherit; }
    .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col2 .collapsible:first-child {
      border-top: solid 1px #2e2e2e; }
    .page-footer .footer.content .footer-navigation .footer-col .collapsible {
      padding: 24px 0 8px 0;
      margin-left: -16px;
      margin-right: -16px;
      border-bottom: solid 1px #2e2e2e; }
      .page-footer .footer.content .footer-navigation .footer-col .collapsible h5 {
        width: 100%;
        padding: 0 16px;
        display: inline-block;
        text-decoration: none; }
        .page-footer .footer.content .footer-navigation .footer-col .collapsible h5:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 22px;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "dwd-icons";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .page-footer .footer.content .footer-navigation .footer-col .collapsible h5:after {
          float: right; }
        .page-footer .footer.content .footer-navigation .footer-col .collapsible h5[aria-expanded="true"]:after {
          transform: rotate(180deg); }
      .page-footer .footer.content .footer-navigation .footer-col .collapsible [data-role="content"] {
        padding: 0 16px; } }

@media only screen and (min-width: 768px) {
  .footer-usp {
    margin-top: 80px; }
  .page-footer .footer.content {
    overflow: hidden;
    padding: 65px 0 42px 0; }
    .page-footer .footer.content .footer-navigation .footer-col {
      width: 22%;
      float: left;
      order: 1; }
      .page-footer .footer.content .footer-navigation .footer-col:not(:first-child) {
        margin-left: 4%; }
      .page-footer .footer.content .footer-navigation .footer-col h5 {
        margin-bottom: 26px; }
      .page-footer .footer.content .footer-navigation .footer-col li {
        padding-bottom: 8px; }
      .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 button, .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .actions-toolbar > .action, .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .action-gift {
        margin: 24px 0 34px 0; }
        .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 button span, .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .cart.table-wrapper .actions-toolbar > .action span, .cart.table-wrapper .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .actions-toolbar > .action span, .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .action-gift span {
          margin-left: 0; }
      .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .dwd-flat-list a:before {
        font-size: 2rem;
        line-height: inherit; } }

@media only screen and (min-width: 1024px) {
  .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 button span, .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .cart.table-wrapper .actions-toolbar > .action span, .cart.table-wrapper .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .actions-toolbar > .action span, .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .action-gift span {
    margin-left: 18px; }
  .page-footer .footer.content .footer-navigation .footer-col.footer-navigation-col1 .dwd-flat-list a:before {
    font-size: 2.8rem;
    line-height: inherit; } }

.page-footer .footer-bottom-content {
  display: flex; }
  .page-footer .footer-bottom-content .bottom-col {
    display: flex; }
  .page-footer .footer-bottom-content img {
    align-self: center; }
  .page-footer .footer-bottom-content-links a {
    color: #696969; }
  .page-footer .footer-bottom-content-logo .logo {
    z-index: 2; }
  .page-footer .footer-bottom-content-logo .scratch {
    z-index: 1; }

.page-footer .footer-bottom-copyright {
  text-align: right;
  margin-bottom: 10px; }
  .page-footer .footer-bottom-copyright small {
    color: #696969; }

@media only screen and (max-width: 767px) {
  .page-footer .footer-bottom-content {
    padding-top: 24px;
    padding-bottom: 24px;
    flex-wrap: wrap; }
    .page-footer .footer-bottom-content .bottom-col {
      width: 50%; }
    .page-footer .footer-bottom-content-logo {
      order: 1;
      margin-bottom: 10px; }
      .page-footer .footer-bottom-content-logo img {
        max-width: 101px; }
      .page-footer .footer-bottom-content-logo .scratch {
        width: unset;
        height: 70px;
        margin-left: -20px; }
    .page-footer .footer-bottom-content-certificates {
      justify-content: flex-end;
      order: 2;
      margin-bottom: 20px; }
      .page-footer .footer-bottom-content-certificates.bottom-col {
        width: 100%; }
      .page-footer .footer-bottom-content-certificates__certificates {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .page-footer .footer-bottom-content-certificates div[data-content-type="html"] {
        width: 93vw; }
    .page-footer .footer-bottom-content-links {
      order: 3; }
      .page-footer .footer-bottom-content-links ul {
        padding: 0;
        margin: 0; }
        .page-footer .footer-bottom-content-links ul li {
          position: relative;
          vertical-align: top;
          list-style-type: none;
          padding: 0;
          margin: 0 0 4px 0;
          font-size: 1.2rem;
          display: block; }
          .page-footer .footer-bottom-content-links ul li:hover *, .page-footer .footer-bottom-content-links ul li:hover:before {
            color: #696969; }
    .page-footer .footer-bottom-content-socials {
      justify-content: flex-end;
      order: 4;
      flex-direction: column; }
      .page-footer .footer-bottom-content-socials .footer-bottom-content-certificates__country-flags-mobile {
        margin-left: auto;
        margin-top: 10px; }
        .page-footer .footer-bottom-content-socials .footer-bottom-content-certificates__country-flags-mobile a {
          margin: 0 15px; }
      .page-footer .footer-bottom-content-socials .dwd-socials-block {
        margin-left: auto; }
  .page-footer .footer-bottom-copyright {
    text-align: center; }
    .page-footer .footer-bottom-copyright small {
      font-size: 1rem; } }

@media only screen and (min-width: 768px) {
  .page-footer .footer-bottom-content {
    border-top: solid 1px #2e2e2e;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 40px; }
    .page-footer .footer-bottom-content-links {
      max-width: 180px; }
      .page-footer .footer-bottom-content-links ul {
        padding: 0;
        margin: 0; }
        .page-footer .footer-bottom-content-links ul li {
          position: relative;
          vertical-align: top;
          list-style-type: none;
          padding: 0;
          margin: 0 10px 0 0;
          font-size: 16px;
          float: left;
          display: inline-block; }
          .page-footer .footer-bottom-content-links ul li:hover *, .page-footer .footer-bottom-content-links ul li:hover:before {
            color: #696969; }
    .page-footer .footer-bottom-content-logo {
      display: flex; }
      .page-footer .footer-bottom-content-logo .scratch {
        margin-left: -28px; }
    .page-footer .footer-bottom-content-certificates {
      display: flex;
      align-items: center;
      flex-grow: 1; }
      .page-footer .footer-bottom-content-certificates div[data-content-type="html"] {
        width: 100%; }
      .page-footer .footer-bottom-content-certificates img {
        margin: 0 10px 0 0; }
      .page-footer .footer-bottom-content-certificates--wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; }
      .page-footer .footer-bottom-content-certificates__certificates {
        display: flex;
        align-items: center; }
      .page-footer .footer-bottom-content-certificates__country-flags {
        display: flex;
        align-items: center; }
  .page-footer .footer-bottom-copyright {
    width: unset;
    float: right; } }

@media only screen and (min-width: 1024px) {
  .page-footer .footer-bottom-content-links {
    max-width: 100%; }
    .page-footer .footer-bottom-content-links-wrapper {
      max-width: 1420px;
      margin: 0 auto; } }

@media only screen and (min-width: 1408px) {
  .page-footer .footer-bottom-content-links ul {
    padding: 0;
    margin: 0; }
    .page-footer .footer-bottom-content-links ul li {
      position: relative;
      vertical-align: top;
      list-style-type: none;
      padding: 0;
      margin: 0 60px 0 0;
      font-size: 16px;
      float: left;
      display: inline-block; }
      .page-footer .footer-bottom-content-links ul li:hover *, .page-footer .footer-bottom-content-links ul li:hover:before {
        color: #696969; }
  .page-footer .footer-bottom-content-certificates img {
    margin: 0 40px 0 0; } }

.category-blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px; }
  @media only screen and (min-width: 640px) {
    .category-blocks {
      gap: 32px; } }
  @media only screen and (min-width: 1024px) {
    .category-blocks {
      grid-template-columns: repeat(2, 1fr); } }
  .category-blocks .category-block {
    background-color: #000000;
    border-radius: 20px;
    position: relative;
    padding: 24px; }
    @media only screen and (min-width: 768px) {
      .category-blocks .category-block {
        padding: 32px; } }
    .category-blocks .category-block-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .category-blocks .category-block-content h2 {
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 15px; }
        .category-blocks .category-block-content h2 span {
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: #ffffff;
          color: #000000; }
      .category-blocks .category-block-content ul {
        flex-grow: 1;
        -moz-column-count: 2;
             column-count: 2;
        -moz-column-gap: 32px;
             column-gap: 32px;
        padding: 0;
        margin: 0; }
        @media only screen and (min-width: 640px) {
          .category-blocks .category-block-content ul {
            -moz-column-count: 3;
                 column-count: 3; } }
        @media only screen and (min-width: 1024px) {
          .category-blocks .category-block-content ul {
            -moz-column-count: 2;
                 column-count: 2; } }
        @media only screen and (min-width: 1408px) {
          .category-blocks .category-block-content ul {
            -moz-column-count: 3;
                 column-count: 3; } }
        .category-blocks .category-block-content ul li {
          position: relative;
          vertical-align: top;
          list-style-type: none;
          padding: 3px 0 3px 20px;
          margin: 0;
          font-size: 16px;
          display: inline-block;
          text-decoration: none;
          display: block; }
          .category-blocks .category-block-content ul li:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px;
            line-height: inherit;
            color: #fbe400;
            content: "";
            font-family: "dwd-icons";
            margin: 0;
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center; }
          .category-blocks .category-block-content ul li:hover:before {
            color: #fbe400; }
          .category-blocks .category-block-content ul li:before {
            position: absolute;
            left: 0; }
          .category-blocks .category-block-content ul li:hover *, .category-blocks .category-block-content ul li:hover:before {
            color: #fbe400; }
        .category-blocks .category-block-content ul li {
          float: none;
          -moz-column-break-inside: avoid;
               break-inside: avoid-column; }
      .category-blocks .category-block-content a:not(.action) {
        color: #ffffff; }

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

.usp-list ul {
  padding: 0;
  margin: 0; }
  .usp-list ul li {
    position: relative;
    vertical-align: top;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    float: left;
    display: inline-block; }
    .usp-list ul li:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      line-height: inherit;
      color: #fbe400;
      content: "";
      font-family: "dwd-icons";
      margin: 0 8px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .usp-list ul li:hover:before {
      color: #fbe400; }
    .usp-list ul li:hover *, .usp-list ul li:hover:before {
      color: inherit; }
  .usp-list ul li:not(:first-child) {
    margin: 0 0 0 34px; }

.usp-list--large > ul li, .usp-list--sidebar > ul li {
  margin: 0;
  list-style-type: none; }

.usp-list--large > ul > li, .usp-list--sidebar > ul > li {
  font-size: 1.8rem;
  display: inline-block;
  text-decoration: none;
  font-family: "Futura Bold";
  font-weight: 300;
  padding: 0 0 0 35px;
  position: relative; }
  .usp-list--large > ul > li:before, .usp-list--sidebar > ul > li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: inherit;
    color: #fbe400;
    content: "";
    font-family: "dwd-icons";
    margin: 0 16px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .usp-list--large > ul > li:before, .usp-list--sidebar > ul > li:before {
    position: absolute;
    left: 0;
    top: -3px; }
  .usp-list--large > ul > li ul, .usp-list--sidebar > ul > li ul {
    padding: 0; }
    .usp-list--large > ul > li ul > li, .usp-list--sidebar > ul > li ul > li {
      font-size: 1.4rem;
      font-family: "Helvetica Neue"; }

.usp-list--large {
  display: flex; }
  .usp-list--large .image-wrapper {
    display: flex; }
    .usp-list--large .image-wrapper img {
      margin-top: 5px;
      align-self: center; }
  .usp-list--large > ul {
    display: flex;
    padding: 0; }

.usp-list--sidebar {
  background-color: #f9f9f9;
  padding: 24px 20px; }
  .usp-list--sidebar .image-wrapper {
    margin-bottom: 35px;
    max-width: 250px; }
  .usp-list--sidebar > ul {
    padding: 0; }
    .usp-list--sidebar > ul > li:not(:last-child) {
      margin-bottom: 24px; }

@media only screen and (max-width: 767px) {
  .usp-list--large {
    flex-direction: column;
    padding: 24px 0;
    align-items: flex-start; }
    .usp-list--large .image-wrapper {
      margin-bottom: 24px; }
    .usp-list--large ul {
      flex-direction: column; }
      .usp-list--large ul li:not(:last-child) {
        margin-bottom: 17px; }
  .usp-list--mobile-one .image-wrapper {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .usp-list--mobile-one ul li:not(:last-child) {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .usp-list--sidebar {
    display: none; } }

@media only screen and (min-width: 768px) {
  .usp-list--large {
    padding: 52px 0;
    align-items: center; }
    .usp-list--large .image-wrapper {
      width: 25%; }
    .usp-list--large > ul {
      width: 75%; }
      .usp-list--large > ul > li {
        margin-top: 5px;
        margin-left: 5px;
        width: 33%; } }

@media only screen and (min-width: 1408px) {
  .usp-list--large > ul > li {
    margin-left: 76px; } }

.dwd-review-container .title {
  margin-top: 0;
  margin-bottom: 10px; }

.dwd-review-container .content {
  margin-bottom: 20px; }

.dwd-review-container .dwd-review-block {
  background-color: #f9f9f9; }
  .dwd-review-container .dwd-review-block .rating-author {
    font-family: "Futura Bold";
    font-weight: 300; }
  .dwd-review-container .dwd-review-block .rating-content {
    margin: 23px 0 22px 0;
    overflow: hidden; }
  .dwd-review-container .dwd-review-block .rating-summary {
    display: flex;
    align-items: center; }
    .dwd-review-container .dwd-review-block .rating-summary .rating-total {
      font-size: 1.4rem;
      color: #7f8183;
      margin-left: 12px; }

.dwd-review-container .actions {
  margin-top: 24px; }
  .dwd-review-container .actions span {
    font-size: 1.6rem; }

@media only screen and (max-width: 767px) {
  .dwd-review-container .dwd-review-block {
    padding: 16px;
    width: 80%; }
    .dwd-review-container .dwd-review-block .rating-author {
      font-size: 1.6rem; } }

@media only screen and (min-width: 768px) {
  .dwd-review-container .dwd-review-block {
    padding: 24px; }
    .dwd-review-container .dwd-review-block .rating-author {
      font-size: 1.8rem; } }

.dwd-socials-block {
  padding: 0;
  margin: 0; }
  .dwd-socials-block li {
    position: relative;
    vertical-align: top;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 26px;
    font-size: 16px;
    float: left;
    display: inline-block; }
    .dwd-socials-block li:hover *, .dwd-socials-block li:hover:before {
      color: inherit; }

.switcher strong span {
  font-family: "Futura Medium";
  font-weight: 300; }

.switcher ul.dropdown .flag > a {
  line-height: 0; }
  .switcher ul.dropdown .flag > a img {
    max-width: initial; }

.price-shape {
  z-index: 1;
  background-color: #fbe400;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .price-shape span {
    display: block; }
    .price-shape span.title-before {
      font-family: "Futura Medium"; }
    .price-shape span.price {
      font-family: "Futura Bold";
      font-weight: 300; }
    .price-shape span.title-after {
      font-family: "Futura Medium"; }

.price-shape-small {
  z-index: 1;
  background-color: #fbe400;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .price-shape-small span {
    display: block; }
    .price-shape-small span.title-before {
      font-family: "Futura Medium"; }
    .price-shape-small span.price {
      font-family: "Futura Bold";
      font-weight: 300; }
    .price-shape-small span.title-after {
      font-family: "Futura Medium"; }

@media only screen and (max-width: 767px) {
  .price-shape {
    width: 122px;
    height: 122px; }
    .price-shape span.title-before {
      line-height: 18px;
      font-size: 1.4rem; }
    .price-shape span.price {
      line-height: 60px;
      font-size: 4.4rem; }
      .price-shape span.price.long {
        font-size: 4rem; }
    .price-shape span.title-after {
      line-height: 8px;
      font-size: 1rem; }
    .price-shape-small {
      width: 125px;
      height: 125px; }
      .price-shape-small span.title-before {
        line-height: 30px;
        font-size: 1.4rem; }
      .price-shape-small span.price {
        line-height: 45px;
        font-size: 4.4rem; }
        .price-shape-small span.price.long {
          font-size: 4rem; }
      .price-shape-small span.title-after {
        line-height: 13px;
        font-size: 1rem; } }

@media only screen and (min-width: 768px) {
  .price-shape {
    width: 179px;
    height: 179px; }
    .price-shape span.title-before {
      line-height: 32px;
      font-size: 2.4rem; }
    .price-shape span.price {
      line-height: 80px;
      font-size: 7.5rem; }
      .price-shape span.price.long {
        font-size: 6rem; }
    .price-shape span.title-after {
      line-height: 24px;
      font-size: 1.6rem; }
    .price-shape-small {
      width: 134px;
      height: 134px; }
      .price-shape-small span.title-before {
        line-height: 25px;
        font-size: 1.8rem; }
      .price-shape-small span.price {
        line-height: 55px;
        font-size: 5.6rem; }
        .price-shape-small span.price.long {
          font-size: 4.6rem; }
      .price-shape-small span.title-after {
        line-height: 10px;
        font-size: 1.2rem; } }

.info-block {
  background-color: #fbe400;
  width: 100%;
  position: relative;
  display: inline-block;
  min-height: 192px;
  border-radius: 20px; }
  .info-block-content {
    float: left;
    display: inline-block; }
    .info-block-content h2 {
      margin-top: 42px;
      margin-bottom: 12px;
      text-transform: uppercase;
      font-size: 5.6rem; }
      .info-block-content h2 span {
        text-decoration: none !important; }
    .info-block-content p {
      margin-bottom: 0;
      font-size: 2.9rem;
      line-height: 30px; }
  .info-block-image {
    float: left;
    display: flex;
    max-width: 193px; }
    .info-block-image p {
      margin: 0; }
    .info-block-image img {
      display: block; }
  .info-block-large {
    display: inline-block;
    background-color: #f9f9f9;
    width: 100%;
    position: relative;
    border-radius: 4px; }
    .info-block-large-content {
      color: #000000;
      position: relative;
      z-index: 2; }
      .info-block-large-content h2 {
        margin-top: 0;
        text-transform: uppercase;
        max-width: 441px;
        color: #000000; }
      .info-block-large-content p {
        max-width: 337px; }
      .info-block-large-content a {
        display: inline-block;
        text-decoration: none;
        background-image: none;
        background: #fbe400;
        border: none;
        color: #000000;
        cursor: pointer;
        display: inline-block;
        font-family: "Futura Bold";
        font-weight: 300;
        margin: 0;
        padding: 14px 21px;
        font-size: 1.8rem;
        line-height: 2.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        z-index: 1; }
        .info-block-large-content a:hover, .info-block-large-content a:active, .info-block-large-content a:focus {
          text-decoration: none; }
        .info-block-large-content a:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 2.4rem;
          line-height: 22px;
          color: inherit;
          content: "";
          font-family: "dwd-icons";
          margin: 0 0 0 10px;
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .info-block-large-content a:hover:after {
          color: inherit; }
        .info-block-large-content a:active:after {
          color: inherit; }
        .info-block-large-content a:focus, .info-block-large-content a:active {
          background: #e2e2e2;
          border: none;
          color: #000000; }
        .info-block-large-content a:hover {
          background: #fbe400;
          border: none;
          color: #000000; }
        .info-block-large-content a.disabled, .info-block-large-content a[disabled],
        fieldset[disabled] .info-block-large-content a {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        @media only screen and (max-width: 767px) {
          .info-block-large-content a {
            font-size: 1.6rem; }
            .info-block-large-content a:after {
              font-size: 1.6rem;
              line-height: inherit; } }
    .info-block-large-image {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1; }
      .info-block-large-image p {
        margin: 0; }
      .info-block-large-image img {
        display: block; }

@media only screen and (max-width: 1407px) {
  .info-block {
    padding: 16px; }
    .info-block-content h2 {
      margin-top: 0;
      line-height: 50px; } }

@media only screen and (max-width: 767px) {
  .info-block {
    padding: 16px; }
    .info-block-content {
      position: relative;
      z-index: 2; }
      .info-block-content h2 {
        margin-top: 0;
        line-height: 38px;
        font-size: 3.6rem; }
      .info-block-content p {
        max-width: 236px;
        line-height: 24px;
        font-size: 16px; }
      .info-block-content a {
        display: inline-block;
        text-decoration: none;
        background-image: none;
        background: #000000;
        border: none;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: "Futura Bold";
        font-weight: 300;
        margin: 14px 0 0 0;
        padding: 14px 9px;
        font-size: 1.6rem;
        line-height: 2.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        border-radius: 10px;
        display: inline-flex;
        align-items: center; }
        .info-block-content a:hover, .info-block-content a:active, .info-block-content a:focus {
          text-decoration: none; }
        .info-block-content a:focus, .info-block-content a:active {
          background: #e2e2e2;
          border: none;
          color: #000000; }
        .info-block-content a:hover {
          background: #000000;
          border: none;
          color: #ffffff; }
        .info-block-content a.disabled, .info-block-content a[disabled],
        fieldset[disabled] .info-block-content a {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .info-block-content a:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 18px;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "dwd-icons";
          margin: 0 0 0 16px;
          vertical-align: text-top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; } }
      @media only screen and (max-width: 767px) and (max-width: 767px) {
        .info-block-content a {
          font-size: 1.6rem; }
          .info-block-content a:after {
            font-size: 1.6rem;
            line-height: inherit; } }

@media only screen and (max-width: 767px) {
        .info-block-content a:after {
          float: right; }
    .info-block-image img {
      position: absolute;
      max-width: 119px;
      right: 0;
      bottom: 0; }
    .info-block-large {
      padding: 15px 18px 22px 18px; }
      .info-block-large-content {
        max-width: 236px; }
        .info-block-large-content h2 {
          font-size: 2.6rem;
          line-height: 32px;
          margin-bottom: 17px; }
          .info-block-large-content h2 span {
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #000000;
            color: #f9f9f9;
            text-decoration: none !important; }
        .info-block-large-content a {
          margin-top: 22px; }
      .info-block-large-image img {
        width: 188px; } }

@media only screen and (max-width: 373px) {
  .info-block-content p {
    margin-right: 0; }
  .info-block-large-image img {
    max-width: 150px; } }

@media only screen and (min-width: 768px) {
  .info-block {
    display: flex; }
    .info-block-content {
      padding: 24px 48px 24px 0;
      margin-left: 20px;
      width: calc(100% - 194px); }
      .info-block-content a {
        display: inline-block;
        text-decoration: none;
        background-image: none;
        background: #000000;
        border: none;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: "Futura Bold";
        font-weight: 300;
        margin: 0;
        padding: 14px 21px;
        font-size: 1.8rem;
        line-height: 2.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        margin-top: 10px; }
        .info-block-content a:hover, .info-block-content a:active, .info-block-content a:focus {
          text-decoration: none; }
        .info-block-content a:focus, .info-block-content a:active {
          background: #e2e2e2;
          border: none;
          color: #000000; }
        .info-block-content a:hover {
          background: #000000;
          border: none;
          color: #ffffff; }
        .info-block-content a.disabled, .info-block-content a[disabled],
        fieldset[disabled] .info-block-content a {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .info-block-content a:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 2.4rem;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "dwd-icons";
          margin: 0 0 0 16px;
          vertical-align: text-top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; } }
      @media only screen and (min-width: 768px) and (max-width: 767px) {
        .info-block-content a {
          font-size: 1.6rem; }
          .info-block-content a:after {
            font-size: 1.6rem;
            line-height: inherit; } }

@media only screen and (min-width: 768px) {
    .info-block-image {
      align-items: flex-end;
      margin-left: 32px; }
    .info-block-large {
      padding: 31px 31px 40px 31px; }
      .info-block-large-content h2 {
        font-size: 4rem;
        line-height: 43px; }
        .info-block-large-content h2 span {
          -webkit-text-stroke-width: 1.5px;
          -webkit-text-stroke-color: #000000;
          color: #f9f9f9;
          text-decoration: none !important; }
      .info-block-large-content a {
        margin-top: 37px; }
      .info-block-large-image {
        display: none; } }

@media only screen and (min-width: 1024px) {
  .info-block-content {
    padding: 24px 0 24px 0;
    margin-left: 48px; }
  .info-block-large-content h2 {
    font-size: 5.8rem;
    line-height: 64px; }
  .info-block-large-image {
    display: block; }
    .info-block-large-image img {
      max-width: 190px; } }

@media only screen and (min-width: 1408px) {
  .info-block-content {
    width: 800px; }
    .info-block-content a {
      right: 72px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0; }
  .info-block-large-image img {
    max-width: 396px; } }

.leave-block {
  position: relative;
  width: 100%;
  height: 100%; }
  .leave-block-container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1396px; }
    @media only screen and (max-width: 1407px) {
      .leave-block-container {
        padding-left: 30px;
        padding-right: 30px; } }
  .leave-block-content {
    color: #ffffff;
    position: relative;
    z-index: 2; }
    .leave-block-content h1,
    .leave-block-content h2 {
      line-height: 1.1;
      margin-top: 0;
      color: #ffffff;
      text-transform: uppercase; }
      .leave-block-content h1:not(:last-of-type),
      .leave-block-content h2:not(:last-of-type) {
        margin-bottom: 0; }
      .leave-block-content h1:last-of-type,
      .leave-block-content h2:last-of-type {
        margin-bottom: 24px; }
      .leave-block-content h1 span,
      .leave-block-content h2 span {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffffff;
        color: #000000;
        text-decoration: none !important; }
  .leave-block-image p {
    margin: 0; }
  .leave-block-image img {
    display: block; }

.leave-block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; }
  .leave-block-bg .mobile-hide {
    width: 100%;
    height: 100%; }
  .leave-block-bg .desktop-hide {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: auto; }

.leave-block-image {
  z-index: 2; }

@media only screen and (max-width: 767px) {
  .leave-block {
    width: 100%;
    padding: 18px 0 0 0; }
    .leave-block-content {
      float: left; }
      .leave-block-content h1,
      .leave-block-content h2 {
        font-size: 4.4rem; }
      .leave-block-content a {
        background-image: none;
        background: #fbe400;
        border: none;
        color: #000000;
        cursor: pointer;
        display: inline-block;
        font-family: "Futura Bold";
        font-weight: 300;
        margin: 29px 0 0 0;
        padding: 14px 21px;
        font-size: 1.6rem;
        line-height: 2.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        border-radius: 10px;
        display: inline-flex;
        align-items: center; }
        .leave-block-content a:focus, .leave-block-content a:active {
          background: #e2e2e2;
          border: none;
          color: #000000; }
        .leave-block-content a:hover {
          background: #fbe400;
          border: none;
          color: #000000; }
        .leave-block-content a.disabled, .leave-block-content a[disabled],
        fieldset[disabled] .leave-block-content a {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .leave-block-content a:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 2.4rem;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "dwd-icons";
          margin: 0 0 0 13px;
          vertical-align: text-top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; } }
      @media only screen and (max-width: 767px) and (max-width: 767px) {
        .leave-block-content a {
          font-size: 1.6rem; }
          .leave-block-content a:after {
            font-size: 1.6rem;
            line-height: inherit; } }

@media only screen and (max-width: 767px) {
  .leave-block-image {
    position: relative;
    z-index: 2; } }

@media only screen and (max-width: 479px) {
  .leave-block-content h1,
  .leave-block-content h2 {
    font-size: 3.4rem; } }

@media only screen and (min-width: 768px) {
  .leave-block {
    padding: 128px 0; }
    .leave-block-content {
      max-width: 560px;
      float: left; }
      .leave-block-content h1,
      .leave-block-content h2 {
        font-size: 5.8rem; }
      .leave-block-content a {
        background-image: none;
        background: #fbe400;
        border: none;
        color: #000000;
        cursor: pointer;
        display: inline-block;
        font-family: "Futura Bold";
        font-weight: 300;
        margin: 27px 0 0 0;
        padding: 14px 21px;
        font-size: 1.8rem;
        line-height: 2.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        border-radius: 10px;
        display: inline-flex;
        align-items: center; }
        .leave-block-content a:focus, .leave-block-content a:active {
          background: #e2e2e2;
          border: none;
          color: #000000; }
        .leave-block-content a:hover {
          background: #fbe400;
          border: none;
          color: #000000; }
        .leave-block-content a.disabled, .leave-block-content a[disabled],
        fieldset[disabled] .leave-block-content a {
          opacity: 0.5;
          cursor: default;
          pointer-events: none; }
        .leave-block-content a:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 2.4rem;
          line-height: inherit;
          color: inherit;
          content: "";
          font-family: "dwd-icons";
          margin: 0 0 0 16px;
          vertical-align: text-top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; } }
      @media only screen and (min-width: 768px) and (max-width: 767px) {
        .leave-block-content a {
          font-size: 1.6rem; }
          .leave-block-content a:after {
            font-size: 1.6rem;
            line-height: inherit; } }

@media only screen and (min-width: 768px) {
    .leave-block-image {
      position: absolute;
      bottom: 0;
      right: 0; }
      .leave-block-image img {
        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: 1024px) {
  .leave-block-image img {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    max-width: 560px; } }

@media only screen and (min-width: 1408px) {
  .leave-block-image {
    right: 56px; }
    .leave-block-image img {
      max-width: 100%; } }

.read-more-text-btn-holder {
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center; }
  .read-more-text-btn-holder:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "dwd-icons";
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .read-more-text-btn-holder:after {
    font-weight: bold;
    transition-duration: 0.2s; }
  .read-more-text-btn-holder.active:after {
    transform: rotate(180deg); }
  .read-more-text-btn-holder .read-more-text {
    cursor: pointer;
    position: relative; }
    .read-more-text-btn-holder .read-more-text:after {
      background-color: #000000; }

.read-more-mobile-text {
  overflow: hidden;
  position: relative;
  display: inline-block; }
  .read-more-mobile-text:after {
    background-image: url("/static/frontend/Dutchwebdesign/Forza/nl_NL/images/assets/text-overlay.png");
    background-position-x: 0;
    background-position-y: 0;
    line-height: 284px;
    vertical-align: middle;
    height: 284px;
    width: 100%;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin: ""; }
  .read-more-mobile-text:after {
    display: block;
    background-size: cover;
    pointer-events: none; }
  .read-more-mobile-text:after {
    position: absolute;
    top: auto;
    bottom: 0; }
  .read-more-mobile-text:not(.active) {
    transition: max-height 2s ease-out; }
  .read-more-mobile-text.active {
    transition: max-height 2s ease-in; }
    .read-more-mobile-text.active:after {
      display: none; }

.side-menu {
  margin-bottom: 37.5px; }
  .side-menu h4 {
    margin-top: 0; }
  .side-menu ul,
  .side-menu ol {
    margin: 0;
    padding: 0;
    list-style: none none; }

.cms-page-view:not(.page-layout-dwd-faq-overview) .column.main a:not(.skip-font-pretty) {
  background-color: #fbe400;
  padding: 0 2px; }

.cms-page-view:not(.page-layout-dwd-faq-overview) .column.main p:not(.skip-font-pretty) {
  margin-bottom: 0; }

.cms-page-view:not(.page-layout-dwd-faq-overview) .column.main ul:not(.skip-font-pretty) {
  padding: 0 0 0 20px;
  margin: 10px 0; }
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main ul:not(.skip-font-pretty) li {
    margin: 3px 0; }

@media only screen and (min-width: 768px) {
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main h1:not(.skip-font-pretty),
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main h2:not(.skip-font-pretty),
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main h3:not(.skip-font-pretty),
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main h4:not(.skip-font-pretty),
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main h5:not(.skip-font-pretty) {
    margin-top: 32px;
    margin-bottom: 16px; } }

@media only screen and (max-width: 767px) {
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main h1:not(.skip-font-pretty),
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main h2:not(.skip-font-pretty),
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main h3:not(.skip-font-pretty),
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main h4:not(.skip-font-pretty),
  .cms-page-view:not(.page-layout-dwd-faq-overview) .column.main h5:not(.skip-font-pretty) {
    margin-top: 24px;
    margin-bottom: 16px; } }

.cms-page-view .cp-container {
  width: 100%;
  display: block;
  margin: auto; }
  .cms-page-view .cp-container .row {
    flex-direction: row; }
    .cms-page-view .cp-container .row.reverse {
      flex-direction: row-reverse; }

.page-layout-deals.cms-page-view .dwd-banner .dwd-banner--content a {
  visibility: hidden; }

@media only screen and (min-width: 768px) {
  .cms-page-view .cp-container .col-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .cms-page-view .cp-container .col-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .cms-page-view .cp-container .col-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .cms-page-view .cp-container .col-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .cms-page-view .cp-container .col-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .cms-page-view .cp-container .col-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .cms-page-view .cp-container .col-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .cms-page-view .cp-container .col-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .cms-page-view .cp-container .col-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .cms-page-view .cp-container .col-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .cms-page-view .cp-container .col-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .cms-page-view .cp-container .col-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .cms-page-view .cp-container .row,
  .cms-page-view .cp-container .column {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-left: 20px; }
  .cms-page-view .cp-container [class^="col-"] {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0; } }

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 70px; }
    .breadcrumbs + .page-main {
      margin-top: 0; }
  .mobile-breadcrumbs {
    margin-top: 40px; }
    .mobile-breadcrumbs + .page-main {
      margin-top: 0; } }

.lity-active,
.lity-active body {
  overflow: hidden; }

.lity-wrap {
  overflow-y: auto; }

.modal-popup .modal-header {
  padding-top: 1rem; }

.modal-popup .modal-title {
  border-bottom: none;
  font-weight: 700;
  padding-bottom: 0; }
  .modal-popup .modal-title h1 {
    font-size: 3rem; }

.modal-cart .modal-cart-inner {
  background-color: #ffffff;
  max-width: 580px;
  width: 100%; }

.modal-cart .modal-cart-content.top {
  box-shadow: 0 0 0 1px rgba(130, 136, 148, 0.12), 0 4px 8px -2px rgba(130, 136, 148, 0.28); }

.modal-cart .modal-cart-actions {
  margin-top: 25px;
  text-align: right; }
  .modal-cart .modal-cart-actions:before, .modal-cart .modal-cart-actions:after {
    content: '';
    display: table; }
  .modal-cart .modal-cart-actions:after {
    clear: both; }
  .modal-cart .modal-cart-actions .secondary {
    float: right; }
  .modal-cart .modal-cart-actions .primary,
  .modal-cart .modal-cart-actions .secondary {
    display: inline-block; }
    .modal-cart .modal-cart-actions .primary a.action,
    .modal-cart .modal-cart-actions .secondary a.action {
      display: inline-block; }
  .modal-cart .modal-cart-actions .primary .action {
    margin: 0 6.25px 0 0; }
  .modal-cart .modal-cart-actions .secondary a.action {
    margin-top: 14px; }
  .modal-cart .modal-cart-actions .action.back {
    background-image: none;
    background: #f2f2f2;
    border: none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Bold";
    font-weight: 300;
    margin: 0;
    padding: 14px 21px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0 !important;
    box-shadow: none; }
    .modal-cart .modal-cart-actions .action.back:focus, .modal-cart .modal-cart-actions .action.back:active {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .modal-cart .modal-cart-actions .action.back:hover {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .modal-cart .modal-cart-actions .action.back.disabled, .modal-cart .modal-cart-actions .action.back[disabled],
    fieldset[disabled] .modal-cart .modal-cart-actions .action.back {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
  .modal-cart .modal-cart-actions .action.submit {
    background-image: none;
    background: #fbe400;
    border: none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Bold";
    font-weight: 300;
    margin: 0;
    padding: 9px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    box-sizing: border-box;
    vertical-align: middle; }
    .modal-cart .modal-cart-actions .action.submit:focus, .modal-cart .modal-cart-actions .action.submit:active {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .modal-cart .modal-cart-actions .action.submit:hover {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    .modal-cart .modal-cart-actions .action.submit.disabled, .modal-cart .modal-cart-actions .action.submit[disabled],
    fieldset[disabled] .modal-cart .modal-cart-actions .action.submit {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }

.modal-cart .modal-cart-title {
  margin-bottom: 25px; }
  .modal-cart .modal-cart-title p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .modal-cart {
    margin: 50px 20px 120px; }
    .modal-cart .modal-cart-content {
      padding: 20px; } }

@media only screen and (min-width: 768px) {
  .modal-cart {
    margin: 20px; }
    .modal-cart .modal-cart-content {
      padding: 25px; } }

.account-whitelabel {
  margin-bottom: 25px; }
  .account-whitelabel strong {
    font-family: "Helvetica Neue";
    font-weight: 700; }

table.table-checkout-shipping-method {
  border-collapse: separate;
  border-spacing: 0 25px; }
  table.table-checkout-shipping-method tbody tr.row.postnl td.col-method div {
    display: none; }
  table.table-checkout-shipping-method tbody tr.row {
    font-family: "Futura Medium"; }
    table.table-checkout-shipping-method tbody tr.row td {
      border-top-width: 1px;
      border-bottom-width: 1px;
      border-left-width: 0;
      border-right-width: 0;
      border-color: #d9d9da;
      border-style: solid; }
      table.table-checkout-shipping-method tbody tr.row td p {
        padding: 0; }
    table.table-checkout-shipping-method tbody tr.row td:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border-left-width: 1px;
      padding-left: 25px; }
    table.table-checkout-shipping-method tbody tr.row td:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-right-width: 1px; }
  table.table-checkout-shipping-method tbody tr.row.active {
    font-family: "Futura Bold"; }
    table.table-checkout-shipping-method tbody tr.row.active td {
      border-top-width: 2px;
      border-bottom-width: 2px;
      border-left-width: 0;
      border-right-width: 0;
      border-color: #000307;
      border-style: solid; }
    table.table-checkout-shipping-method tbody tr.row.active td:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border-left-width: 2px;
      padding-left: 25px; }
    table.table-checkout-shipping-method tbody tr.row.active td:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-right-width: 2px; }

.table-checkout-shipping-method tbody td {
  padding-bottom: 12.5px; }

.color-white {
  color: #ffffff; }

.pb--full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.pb--containerized {
  margin-left: 31.25px;
  margin-right: 31.25px; }

@media only screen and (max-width: 639px) {
  .pb--full-width-mobile {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important; } }

.pb--margin-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.pb--padding-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.pb--margin-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.pb--padding-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.pb--margin-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.pb--padding-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.pb--margin-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.pb--padding-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pb--margin-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.pb--padding-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.pb--margin-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.pb--padding-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.pb--margin-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.pb--padding-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.pb--margin-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.pb--padding-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.pb--margin-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.pb--padding-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.pb--margin-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.pb--padding-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

@media only screen and (max-width: 639px) {
  .pb--margin-0-mobile {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .pb--padding-0-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .pb--margin-10-mobile {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .pb--padding-10-mobile {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .pb--margin-20-mobile {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .pb--padding-20-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .pb--margin-30-mobile {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .pb--padding-30-mobile {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .pb--margin-40-mobile {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .pb--padding-40-mobile {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .pb--margin-50-mobile {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  .pb--padding-50-mobile {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .pb--margin-60-mobile {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .pb--padding-60-mobile {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .pb--margin-70-mobile {
    margin-left: 70px !important;
    margin-right: 70px !important; }
  .pb--padding-70-mobile {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  .pb--margin-80-mobile {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .pb--padding-80-mobile {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .pb--margin-90-mobile {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .pb--padding-90-mobile {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .pb--margin-0-tablet {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .pb--padding-0-tablet {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .pb--margin-10-tablet {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .pb--padding-10-tablet {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .pb--margin-20-tablet {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .pb--padding-20-tablet {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .pb--margin-30-tablet {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .pb--padding-30-tablet {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .pb--margin-40-tablet {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .pb--padding-40-tablet {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .pb--margin-50-tablet {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  .pb--padding-50-tablet {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .pb--margin-60-tablet {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .pb--padding-60-tablet {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .pb--margin-70-tablet {
    margin-left: 70px !important;
    margin-right: 70px !important; }
  .pb--padding-70-tablet {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  .pb--margin-80-tablet {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .pb--padding-80-tablet {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .pb--margin-90-tablet {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .pb--padding-90-tablet {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

@media only screen and (min-width: 768px) {
  .pb--margin-0-desktop {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .pb--padding-0-desktop {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .pb--margin-10-desktop {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .pb--padding-10-desktop {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .pb--margin-20-desktop {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .pb--padding-20-desktop {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .pb--margin-30-desktop {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .pb--padding-30-desktop {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .pb--margin-40-desktop {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .pb--padding-40-desktop {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .pb--margin-50-desktop {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  .pb--padding-50-desktop {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .pb--margin-60-desktop {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .pb--padding-60-desktop {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .pb--margin-70-desktop {
    margin-left: 70px !important;
    margin-right: 70px !important; }
  .pb--padding-70-desktop {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  .pb--margin-80-desktop {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .pb--padding-80-desktop {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .pb--margin-90-desktop {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .pb--padding-90-desktop {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .pb--padding-top-50-desktop {
    padding-top: 50px !important; } }

@media only screen and (max-width: 639px) {
  .hidden-mobile {
    display: none !important; } }

@media only screen and (max-width: 639px) {
  .show-mobile {
    display: block !important; } }

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .hidden-tablet {
    display: none !important; } }

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .show-tablet {
    display: block !important; } }

@media only screen and (min-width: 768px) {
  .hidden-desktop {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .show-desktop {
    display: block !important; } }

.align-center {
  margin-right: auto !important;
  margin-left: auto !important; }

.pb--ratio-8-5 {
  width: 100%;
  padding-top: 62.5% !important; }

.pb--ratio-3-2 {
  width: 100%;
  padding-top: 66.66% !important; }

.pb--ratio-4-3 {
  width: 100%;
  padding-top: 75% !important; }

.pb--ratio-16-9 {
  width: 100%;
  padding-top: 56.25% !important; }

.pb--ratio-1-1 {
  width: 100%;
  padding-top: 100% !important; }

.pb-has-widget > p {
  margin: 0; }

.pb-no-overflow {
  overflow: hidden; }

.pb--no-margin .pagebuilder-column-group,
.pb--no-margin .pagebuilder-column {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  @media only screen and (min-width: 768px) {
    .pb--no-margin .pagebuilder-column-group,
    .pb--no-margin .pagebuilder-column {
      margin-right: 0 !important;
      margin-left: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .pb--no-margin .pagebuilder-column-group,
    .pb--no-margin .pagebuilder-column {
      margin-right: 0 !important;
      margin-left: 0 !important; } }
  @media only screen and (min-width: 640px) and (max-width: 768px) {
    .pb--no-margin .pagebuilder-column-group,
    .pb--no-margin .pagebuilder-column {
      margin-right: 0 !important;
      margin-left: 0 !important; } }

.pb--no-padding .pagebuilder-column-group,
.pb--no-padding .pagebuilder-column {
  padding-right: 0 !important;
  padding-left: 0 !important; }
  @media only screen and (min-width: 768px) {
    .pb--no-padding .pagebuilder-column-group,
    .pb--no-padding .pagebuilder-column {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .pb--no-padding .pagebuilder-column-group,
    .pb--no-padding .pagebuilder-column {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  @media only screen and (min-width: 640px) and (max-width: 768px) {
    .pb--no-padding .pagebuilder-column-group,
    .pb--no-padding .pagebuilder-column {
      padding-right: 0 !important;
      padding-left: 0 !important; } }

#html-body [data-content-type="row"][data-appearance="contained"],
#html-body [data-role="row"][data-appearance="contained"] {
  /* empty */ }

#html-body [data-content-type="row"][data-appearance="full-bleed"],
#html-body [data-role="row"][data-appearance="full-bleed"] {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important; }
  #html-body [data-content-type="row"][data-appearance="full-bleed"] .pagebuilder-column-group,
  #html-body [data-role="row"][data-appearance="full-bleed"] .pagebuilder-column-group {
    max-width: calc(100% - 30px);
    margin: 0 auto !important;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      #html-body [data-content-type="row"][data-appearance="full-bleed"] .pagebuilder-column-group,
      #html-body [data-role="row"][data-appearance="full-bleed"] .pagebuilder-column-group {
        max-width: 1358px; } }
    @media only screen and (min-width: 700px) and (max-width: 1530px) {
      #html-body [data-content-type="row"][data-appearance="full-bleed"] .pagebuilder-column-group,
      #html-body [data-role="row"][data-appearance="full-bleed"] .pagebuilder-column-group {
        padding: 0 31.25px; } }

#html-body [data-content-type="row"] figure {
  line-height: 0.5; }

#html-body .pagebuilder-column[data-content-type='column'] {
  flex-grow: 1; }

#html-body .pagebuilder-column-group[data-content-type='column-group'] hr {
  display: none;
  height: 0;
  margin: 0;
  border: 0; }
  #html-body .pagebuilder-column-group[data-content-type='column-group'] hr.break {
    display: block;
    flex-basis: 100%; }

@media only screen and (min-width: 1024px) {
  #html-body .pagebuilder-column-group[data-content-type='column-group'] {
    flex-wrap: nowrap;
    gap: 31.25px; } }

@media only screen and (max-width: 1023px) {
  #html-body .pagebuilder-column-group[data-content-type='column-group'] {
    flex-wrap: wrap; }
  #html-body .pagebuilder-column[data-content-type='column'] {
    padding-left: 12.5px;
    padding-right: 12.5px; } }

@media only screen and (max-width: 767px) {
  #html-body .pagebuilder-column-group[data-content-type='column-group'] {
    flex-wrap: wrap; }
  #html-body .pagebuilder-column[data-content-type='column'] {
    flex-basis: auto;
    max-width: 100%; } }

@media only screen and (max-width: 639px) {
  #html-body .pagebuilder-column-group[data-content-type='column-group'] {
    flex-wrap: wrap; }
  #html-body .pagebuilder-column[data-content-type='column'] {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%; } }

.hide {
  display: none !important; }

#html-body h1[data-content-type='heading'] {
  font-size: 3.06667rem;
  font-weight: 300; }

#html-body h2[data-content-type='heading'] {
  font-size: 2.4rem;
  font-weight: 300; }

#html-body h3[data-content-type='heading'] {
  font-size: 2.4rem;
  font-weight: 300; }

#html-body h4[data-content-type='heading'] {
  font-size: 2rem;
  font-weight: 700; }

#html-body h5[data-content-type='heading'] {
  font-size: 1.8rem;
  font-weight: 700; }

#html-body h6[data-content-type='heading'] {
  font-size: 1.4rem;
  font-weight: 700; }

@media only screen and (min-width: 768px) {
  #html-body h1[data-content-type='heading'] {
    font-size: 3.68rem; }
  #html-body h2[data-content-type='heading'] {
    font-size: 2.88rem; }
  #html-body h3[data-content-type='heading'] {
    font-size: 2.4rem; }
  #html-body h4[data-content-type='heading'] {
    font-size: 2rem; }
  #html-body h5[data-content-type='heading'] {
    font-size: 1.8rem; }
  #html-body h6[data-content-type='heading'] {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1024px) {
  #html-body h1[data-content-type='heading'] {
    font-size: 4.6rem; }
  #html-body h2[data-content-type='heading'] {
    font-size: 3.6rem; }
  #html-body h3[data-content-type='heading'] {
    font-size: 2.4rem; }
  #html-body h4[data-content-type='heading'] {
    font-size: 2rem; }
  #html-body h5[data-content-type='heading'] {
    font-size: 1.8rem; }
  #html-body h6[data-content-type='heading'] {
    font-size: 1.4rem; } }

@media only screen and (min-width: 640px) {
  #html-body [data-content-type="row"] h2:first-of-type[data-content-type='heading'],
  #html-body [data-content-type="row"] h3:first-of-type[data-content-type='heading'],
  #html-body [data-content-type="row"] h4:first-of-type[data-content-type='heading'],
  #html-body [data-content-type="row"] h5:first-of-type[data-content-type='heading'],
  #html-body [data-content-type="row"] h6:first-of-type[data-content-type='heading'],
  #html-body [data-role="row"] h2:first-of-type[data-content-type='heading'],
  #html-body [data-role="row"] h3:first-of-type[data-content-type='heading'],
  #html-body [data-role="row"] h4:first-of-type[data-content-type='heading'],
  #html-body [data-role="row"] h5:first-of-type[data-content-type='heading'],
  #html-body [data-role="row"] h6:first-of-type[data-content-type='heading'] {
    margin-top: 0; } }

#html-body [data-content-type='text'],
#html-body [data-content-type='html'] {
  /* inline link styling
        a { empty, reverted to default }
        */ }
  #html-body [data-content-type='text'] table > tbody > tr > td,
  #html-body [data-content-type='html'] table > tbody > tr > td {
    padding: 0; }

#html-body [data-content-type="text"].two-columns-text p {
  -moz-column-count: 1;
       column-count: 1; }
  @media only screen and (min-width: 768px) {
    #html-body [data-content-type="text"].two-columns-text p {
      -moz-column-count: 2;
           column-count: 2; } }

#html-body {
  /* button group */
  /* button types */ }
  #html-body [data-content-type='buttons'] {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 31.25px;
    margin-bottom: 31.25px; }
  #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-primary,
  #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-primary {
    background-image: none;
    background: #fbe400;
    border: none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Bold";
    font-weight: 300;
    margin: 0;
    padding: 14px 21px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    display: inline-flex;
    align-items: center; }
    #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-primary:focus, #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-primary:active,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-primary:focus,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-primary:active {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-primary:hover,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-primary:hover {
      background: #fbe400;
      border: none;
      color: #000000; }
    #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-primary.disabled, #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-primary[disabled],
    fieldset[disabled] #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-primary,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-primary.disabled,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-primary[disabled],
    fieldset[disabled]
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-primary {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-primary:after,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-primary:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.4rem;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "dwd-icons";
      margin: 0 0 0 16px;
      vertical-align: text-top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    @media only screen and (max-width: 767px) {
      #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-primary,
      #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-primary {
        font-size: 1.6rem; }
        #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-primary:after,
        #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-primary:after {
          font-size: 1.6rem;
          line-height: inherit; } }
  #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-secondary,
  #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-secondary {
    background-image: none;
    background: #000000;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Bold";
    font-weight: 300;
    margin: 0;
    padding: 14px 21px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    display: inline-flex;
    align-items: center; }
    #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-secondary:focus, #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-secondary:active,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-secondary:focus,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-secondary:active {
      background: #e2e2e2;
      border: none;
      color: #000000; }
    #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-secondary:hover,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-secondary:hover {
      background: #fbe400;
      border: none;
      color: #000000; }
    #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-secondary.disabled, #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-secondary[disabled],
    fieldset[disabled] #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-secondary,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-secondary.disabled,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-secondary[disabled],
    fieldset[disabled]
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-secondary {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-secondary:after,
    #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-secondary:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.4rem;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "dwd-icons";
      margin: 0 0 0 16px;
      vertical-align: text-top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    @media only screen and (max-width: 767px) {
      #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-secondary,
      #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-secondary {
        font-size: 1.6rem; }
        #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-secondary:after,
        #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-secondary:after {
          font-size: 1.6rem;
          line-height: inherit; } }
  #html-body [data-content-type='button-item'] [data-element='button'].pagebuilder-button-link,
  #html-body [data-content-type='button-item'] [data-element='link'].pagebuilder-button-link {
    /* empty, not supported */ }

#html-body [data-content-type='image'] > a {
  background: none;
  padding: 0; }

#html-body [data-content-type='image'] .image-full-width img.pagebuilder-mobile-hidden,
#html-body [data-content-type='image'] .image-full-width img.pagebuilder-mobile-only {
  width: 100%; }

@media only screen and (max-width: 639px) {
  #html-body [data-content-type='image'] img.pagebuilder-mobile-only {
    display: inline-block; } }

@media only screen and (min-width: 640px) {
  #html-body [data-content-type='image'] img.pagebuilder-mobile-hidden {
    display: block; } }

#html-body div.pb--content-block {
  justify-content: flex-end; }
  #html-body div.pb--content-block.text-right div.pagebuilder-column-group {
    margin-left: auto; }
  #html-body div.pb--content-block div.pagebuilder-column-group {
    display: block !important; }
    @media only screen and (min-width: 768px) {
      #html-body div.pb--content-block div.pagebuilder-column-group {
        padding: 100px 125px 70px 125px; } }
  #html-body div.pb--content-block .pagebuilder-column.pb--text-column {
    width: 100%;
    border-radius: 0; }
    #html-body div.pb--content-block .pagebuilder-column.pb--text-column > :not(figure) {
      padding: 0 25px; }
    @media only screen and (min-width: 768px) {
      #html-body div.pb--content-block .pagebuilder-column.pb--text-column {
        border-radius: 8px;
        padding: 37.5px;
        max-width: 550px;
        display: grid;
        grid-template-columns: 1fr 1fr; }
        #html-body div.pb--content-block .pagebuilder-column.pb--text-column > :not(figure) {
          padding: 0; } }
    @media only screen and (min-width: 1024px) {
      #html-body div.pb--content-block .pagebuilder-column.pb--text-column {
        padding: 50px; } }
    #html-body div.pb--content-block .pagebuilder-column.pb--text-column h2 {
      margin: 0 0 25px 0;
      padding-top: 50px; }
      @media only screen and (min-width: 768px) {
        #html-body div.pb--content-block .pagebuilder-column.pb--text-column h2 {
          padding-top: 0;
          font-size: 50px;
          margin: 0; } }
    #html-body div.pb--content-block .pagebuilder-column.pb--text-column > div {
      margin-bottom: 31.25px; }
    #html-body div.pb--content-block .pagebuilder-column.pb--text-column div:last-child {
      padding-bottom: 50px;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        #html-body div.pb--content-block .pagebuilder-column.pb--text-column div:last-child {
          padding-bottom: 0; } }
    #html-body div.pb--content-block .pagebuilder-column.pb--text-column a {
      background-image: none;
      background: #fbe400;
      border: none;
      color: #000000;
      cursor: pointer;
      display: inline-block;
      font-family: "Futura Bold";
      font-weight: 300;
      margin: 0;
      padding: 14px 21px;
      font-size: 1.8rem;
      line-height: 2.4rem;
      box-sizing: border-box;
      vertical-align: middle;
      display: inline-block;
      text-decoration: none;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      margin-top: 31.25px; }
      #html-body div.pb--content-block .pagebuilder-column.pb--text-column a:focus, #html-body div.pb--content-block .pagebuilder-column.pb--text-column a:active {
        background: #e2e2e2;
        border: none;
        color: #000000; }
      #html-body div.pb--content-block .pagebuilder-column.pb--text-column a:hover {
        background: #fbe400;
        border: none;
        color: #000000; }
      #html-body div.pb--content-block .pagebuilder-column.pb--text-column a.disabled, #html-body div.pb--content-block .pagebuilder-column.pb--text-column a[disabled],
      fieldset[disabled] #html-body div.pb--content-block .pagebuilder-column.pb--text-column a {
        opacity: 0.5;
        cursor: default;
        pointer-events: none; }
      #html-body div.pb--content-block .pagebuilder-column.pb--text-column a:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.4rem;
        line-height: inherit;
        color: inherit;
        content: "";
        font-family: "dwd-icons";
        margin: 0 0 0 16px;
        vertical-align: text-top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      @media only screen and (max-width: 767px) {
        #html-body div.pb--content-block .pagebuilder-column.pb--text-column a {
          font-size: 1.6rem; }
          #html-body div.pb--content-block .pagebuilder-column.pb--text-column a:after {
            font-size: 1.6rem;
            line-height: inherit; } }

#html-body {
  /* Override pagebuilder defaults */ }
  #html-body .tile-grid .pagebuilder-column-group[data-content-type="column-group"] {
    gap: 0; }
  #html-body .pb--tile-grid {
    position: relative; }
    #html-body .pb--tile-grid .pagebuilder-column-group .pagebuilder-column > div {
      height: 100%; }
      #html-body .pb--tile-grid .pagebuilder-column-group .pagebuilder-column > div > p:empty {
        display: none; }
    #html-body .pb--tile-grid .pagebuilder-column-group .pagebuilder-column [data-content-type='image'] {
      margin-bottom: 31.25px; }
      #html-body .pb--tile-grid .pagebuilder-column-group .pagebuilder-column [data-content-type='image']:last-of-type {
        margin-bottom: 0; }
      #html-body .pb--tile-grid .pagebuilder-column-group .pagebuilder-column [data-content-type='image'] a {
        background-color: none;
        padding: 0; }
  #html-body .pagebuilder-column.pb--tile [data-content-type='text'] a,
  #html-body .pagebuilder-column.pb--tile [data-content-type='html'] a {
    background: none;
    padding: 0; }

#html-body div.pb--image-caption .pagebuilder-column-group {
  margin: auto auto 31.25px 31.25px; }
  @media only screen and (min-width: 768px) {
    #html-body div.pb--image-caption .pagebuilder-column-group {
      padding: 100px 50px 50px;
      margin: 0; } }

#html-body div.pb--image-caption .pagebuilder-column {
  width: 300px;
  border-radius: 10px; }
  #html-body div.pb--image-caption .pagebuilder-column h2, #html-body div.pb--image-caption .pagebuilder-column h3, #html-body div.pb--image-caption .pagebuilder-column h4 {
    margin: 0 0 31.25px 0; }
  #html-body div.pb--image-caption .pagebuilder-column div {
    margin-bottom: 31.25px; }
  #html-body div.pb--image-caption .pagebuilder-column.text-right {
    margin: auto 31.25px 31.25px auto; }
    @media only screen and (min-width: 768px) {
      #html-body div.pb--image-caption .pagebuilder-column.text-right {
        margin: 0 0 0 auto; } }
  #html-body div.pb--image-caption .pagebuilder-column > :not(figure) {
    padding: 0 25px; }
    @media only screen and (min-width: 768px) {
      #html-body div.pb--image-caption .pagebuilder-column > :not(figure) {
        padding: 0 50px; } }
  #html-body div.pb--image-caption .pagebuilder-column > :first-child {
    padding-top: 31.25px; }
    @media only screen and (min-width: 768px) {
      #html-body div.pb--image-caption .pagebuilder-column > :first-child {
        padding-top: 0; } }
  @media only screen and (min-width: 768px) {
    #html-body div.pb--image-caption .pagebuilder-column {
      padding: 37.5px;
      width: 100%;
      max-width: 300px; }
      #html-body div.pb--image-caption .pagebuilder-column > :not(figure) {
        padding: 0; } }
  @media only screen and (min-width: 1024px) {
    #html-body div.pb--image-caption .pagebuilder-column {
      padding: 25px; } }

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none; }

@media only screen and (max-width: 767px) {
  .amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left {
    margin-top: 10px;
    padding: 0;
    background: none;
    color: #a4a4a4;
    box-shadow: none; }
  .forza-pagebuilder-block--duo-banner .forza-duo-banner-left h2 {
    font-size: 4rem; }
    .forza-pagebuilder-block--duo-banner .forza-duo-banner-left h2:before, .forza-pagebuilder-block--duo-banner .forza-duo-banner-left h2:after {
      display: none; } }

@media all and (min-width: 640px) {
  .amcart-minipage-wrap .amcart-message-box {
    position: relative;
    margin: 0 auto;
    padding: 40px 0 13px;
    width: 400px;
    max-width: initial; }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px; }
  .amcart-product-notice {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    border-radius: 0 0 7px 7px; } }

@media all and (min-width: 768px), print {
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px; }
  .am-related-box,
  .am-related-box .related {
    /*width: 600px;*/ }
  #confirmBox {
    max-height: 90vh; }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0; }
  #confirmOverlay.am-center {
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 1000; }
  #confirmOverlay.am-right {
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    padding-right: 230px; }
  #confirmOverlay.am-left {
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    justify-content: flex-start;
    padding-left: 230px; }
  #confirmOverlay.am-top-right {
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 130px 230px 0 0; }
  #confirmOverlay.am-top-left {
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px; }
  #confirmOverlay.am-top {
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px; }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%; }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0; }
  .am-related-box .related .products .product-item {
    margin: 0;
    width: 100%; }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none; }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block; }
  .amcart-confirm-buttons .button {
    /*width: 42%;*/ }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px; }
  .amcart-confirm-buttons .timer {
    display: inline; }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px; }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px; }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px; }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 60px;
    min-height: 450px; }
  .amcart-minipage-wrap .am-photo-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box; }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    width: 100%;
    border: 0; }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2; }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    clear: both;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 25px 40px; }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    margin: 0;
    max-width: 305px;
    height: 70px; }
  .amcart-product-notice {
    padding: 20px 35px;
    width: initial;
    font-size: 14px; }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%; }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%; }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 20px 0 0;
    box-sizing: border-box; }
  .ampage-bottom-info .am-description {
    margin: 0; }
  .ampage-bottom-info .product-info-main {
    width: 100% !important; }
  .ampage-bottom-info .product-add-form {
    padding: 0;
    margin: 0; }
  .ampage-top-info .am-title {
    margin-bottom: 10px;
    font-size: 24px; }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px; }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px; }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px; }
  .ampage-bottom-info .product-add-form {
    padding: 0; }
  .amcart-qty-wrap {
    margin: 0 0 0 25px; }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    transform: none; }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px; } }

@media all and (min-width: 1024px), print {
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px; }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px; }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px; }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px; }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left; }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0; } }

.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
#bundleSummary .title,
#bundleSummary .bundle-summary,
#bundleSummary .product-addto-links,
#bundleSummary .price-box {
  display: none; }

.amcart-message-box,
.am-related-box {
  min-width: 320px; }

.amcart-message-box.required,
.am-related-box.required {
  color: #e02b27; }

.amcart-message-box.price-box,
.am-related-box.price-box {
  margin: 5px 0 0 10px; }

.amcart-message-box.price-box p,
.am-related-box.price-box p {
  margin: 0;
  padding: 0; }

.amcart-message-box .text,
.am-related-box .text {
  font-size: 14px;
  font-weight: normal; }

.amcart-message-box .product-info-main,
.am-related-box .product-info-main {
  float: none;
  width: auto !important; }

.amcart-message-box .related,
.am-related-box .related {
  margin: 0 auto;
  width: 290px; }

.amcart-message-box .product-add-form,
.am-related-box .product-add-form {
  margin: 0 25px;
  text-align: left; }

.amcart-message-box .product-item-actions,
.am-related-box .product-item-actions {
  display: block; }

.amcart-message-box .amcart-subtotal,
.am-related-box .amcart-subtotal {
  font-size: 14px; }

.amcart-message-box #amcart-count,
.am-related-box #amcart-count {
  margin-bottom: 0;
  font-size: 14px; }

.amcart-message-box .stock.unavailable,
.am-related-box .stock.unavailable {
  margin-top: 10px; }

.amcart-message-box {
  margin: 24px auto 13px; }

.amcart-message-box .product-options-bottom .actions,
.amcart-message-box .box-tocart .actions {
  display: none; }

.am-related-box {
  margin: 20px auto 13px; }

.am-related-box .am-title {
  text-transform: uppercase;
  color: #333; }

.am-related-box .am-product-image.product {
  position: relative;
  margin: 0 0 5px 0; }

.am-related-box .products-crosssell .product-item {
  padding: 0; }

#confirmOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15); }

#confirmOverlay img {
  display: inline; }

#confirmBox {
  position: relative;
  height: auto;
  max-height: 95vh;
  max-width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  overflow-y: auto;
  /* rewrite magento styles*/ }

#confirmBox > p {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  line-height: normal;
  font-weight: normal;
  background: none;
  font-size: 16px; }

#confirmBox > .cross {
  position: absolute;
  top: 0;
  right: 10px;
  color: #000;
  font-size: 21px;
  z-index: 9; }

#confirmBox > .cross:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45); }

#confirmBox .am-slider {
  margin: 15px 0 24px 0; }

#confirmBox .am-slider .product-image-container {
  padding: 0; }

#confirmBox .am-slider .product-item-attribute-wrapper {
  display: none; }

#confirmBox .product-options-bottom .grouped .price-box .price-container .price,
#confirmBox .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px; }

#confirmBox .product-options-bottom .box-tocart {
  margin-top: 20px; }

.amcart-confirm-buttons {
  margin: 20px auto 30px; }

.amcart-confirm-buttons .button:hover {
  opacity: 0.8; }

.amcart-confirm-buttons .checkout {
  display: block;
  padding: 25px 0 8px 0;
  font-size: 16px; }

.amcart-confirm-buttons .button:last-child {
  margin-right: 0; }

.amcart-confirm-buttons .am-btn-left {
  margin-right: 10px; }

.amcart-confirm-buttons button.am-btn-right, .amcart-confirm-buttons .cart.table-wrapper .actions-toolbar > .am-btn-right.action, .cart.table-wrapper .amcart-confirm-buttons .actions-toolbar > .am-btn-right.action, .amcart-confirm-buttons .am-btn-right.action-gift,
.amcart-confirm-buttons button.am-btn-left,
.amcart-confirm-buttons .cart.table-wrapper .actions-toolbar > .am-btn-left.action,
.cart.table-wrapper .amcart-confirm-buttons .actions-toolbar > .am-btn-left.action,
.amcart-confirm-buttons .am-btn-left.action-gift {
  border: 0; }

.amcart-confirm-buttons .timer {
  display: none; }

.product-details {
  position: relative;
  bottom: 3px; }

.cart-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold; }

.cart-info .qty {
  text-align: center; }

.added-item {
  display: block;
  margin: 24px 15px 5px;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  word-break: break-word; }

.am_price {
  font-weight: bold; }

.mask {
  opacity: 0.4; }

#am-a-count {
  font-weight: bold; }

#am-a-count:visited {
  color: #000; }

.products.list .swatch-attribute .amcart-error {
  display: none; }

.am-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; }

.am-slider.owl-carousel .owl-prev {
  float: left;
  margin-left: 5px;
  pointer-events: auto; }

.am-slider.owl-carousel .owl-next {
  float: right;
  margin-right: 5px;
  pointer-events: auto; }

.am-slider.owl-carousel .owl-nav .disabled {
  opacity: 0.3; }

.am-slider.owl-carousel .product-item {
  margin: 0 auto; }

.am-slider.owl-carousel .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0; }

.am-slider.arrow {
  width: 18px;
  height: 35px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+bmV4dDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA2MDIgLTgwOSkiPjxnIGlkPSJuZXh0Ij48ZyBpZD0iR3JvdXAiPjxnIGlkPSJWZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNjAyIDgwOSkiIGZpbGw9IiNCQkJCQkIiLz48L2c+PC9nPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTguMjAzMiAxNi44MDIzTCAxLjY5MjUxIDAuMjkxNTZDIDEuMzAzNzcgLTAuMDk3MTg2NiAwLjY4MDMwNiAtMC4wOTcxODY2IDAuMjkxNTYgMC4yOTE1NkMgLTAuMDk3MTg2NyAwLjY4MDMwNiAtMC4wOTcxODY3IDEuMzAzNzcgMC4yOTE1NiAxLjY5MjUxTCAxNi4wOTgxIDE3LjQ5OTFMIDAuMjkxNTYgMzMuMzA1N0MgLTAuMDk3MTg2NyAzMy42OTQ0IC0wLjA5NzE4NjcgMzQuMzE3OSAwLjI5MTU2IDM0LjcwNjZDIDAuNDgyMjY1IDM0Ljg5NzMgMC43Mzg5ODUgMzUgMC45ODgzNjkgMzVDIDEuMjM3NzUgMzUgMS40OTQ0NyAzNC45MDQ2IDEuNjg1MTggMzQuNzA2NkwgMTguMTk1OSAxOC4xOTU5QyAxOC41ODQ2IDE3LjgxNDUgMTguNTg0NiAxNy4xODM3IDE4LjIwMzIgMTYuODAyM1oiLz48L2RlZnM+PC9zdmc+);
  cursor: pointer; }

.am-slider.arrow.-left {
  transform: rotate(180deg); }

.am-photo-container {
  display: flex;
  justify-content: center;
  width: 100%; }

.amcart-message-box .owl-stage {
  display: flex; }

.amcart-message-box .owl-stage .product-item,
.amcart-message-box .owl-stage .product-item-info {
  height: 100%; }

.amcart-message-box .owl-stage .product-item-info {
  display: flex;
  flex-flow: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.am-related-box .owl-stage {
  display: flex;
  margin: auto; }

.am-related-box .owl-stage .product-item,
.am-related-box .owl-stage .product-item-info {
  height: 100%;
  width: 100%;
  text-align: left; }

.am-related-title {
  margin: 30px 40px 20px;
  font-size: 15px;
  height: 1px;
  background: #cecccc;
  line-height: 0; }

.am-related-title > .am-title {
  padding: 0 20px; }

#amimg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999; }

#amprogress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.1) 0%, rgba(11, 11, 11, 0.6) 100%) repeat-x rgba(11, 11, 11, 0.2); }

div.swatch-option-tooltip {
  z-index: 99999; }

#confirmBox .error {
  margin: 33px 15px 5px; }

[data-post-ajax] {
  cursor: pointer; }

.amcart-message-box .bundle-options-wrapper {
  margin-top: 25px; }

.amcart-message-box .bundle-options-wrapper input[type="radio"] {
  width: 15px; }

.amcart-message-box .bundle-options-wrapper p.required {
  color: #e02b27; }

.amcart-message-box .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600; }

.amcart-message-box .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px; }

.amcart-message-box .block-bundle-summary {
  display: none; }

.page-product-downloadable .amcart-message-box .product-add-form {
  margin-bottom: 0; }

.page-product-downloadable .amcart-message-box .product-options-bottom,
.page-product-downloadable .amcart-message-box .product-options-wrapper {
  float: none;
  width: auto; }

.page-product-downloadable .amcart-message-box .box-tocart .field.qty {
  display: block;
  margin-bottom: 6px; }

.page-products .amcart-minipage-wrap .product-item-info {
  width: 100%; }

.amcart-minipage-wrap {
  /* don't hide grouped price*/ }

.amcart-minipage-wrap .product-item-info {
  width: 100%; }

.amcart-minipage-wrap .amcart-confirm-buttons {
  display: flex;
  flex-direction: column-reverse; }

.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left,
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-right {
  margin: auto;
  max-width: 260px;
  width: 100%;
  font-size: 18px; }

.amcart-minipage-wrap .amcart-message-box {
  max-width: 320px; }

.amcart-minipage-wrap .am-photo-container {
  margin: 0 25px 10px;
  width: initial;
  box-sizing: border-box;
  border: 1px solid #b2b2b2; }

.amcart-minipage-wrap .am-photo-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%; }

.amcart-minipage-wrap .am-photo-container .product-image-container {
  vertical-align: middle; }

.amcart-minipage-wrap .product-options-bottom .price-box {
  display: none; }

.amcart-minipage-wrap .product-options-bottom .grouped .price-box {
  display: block; }

.ampage-top-info,
.ampage-bottom-info {
  text-align: left; }

.ampage-top-info {
  margin: 5px 25px 15px; }

.ampage-top-info > .am-title {
  margin-bottom: 5px;
  font-size: 20px; }

.ampage-top-info > .am-rating .rating-summary {
  vertical-align: text-bottom; }

.ampage-top-info > .am-price,
.ampage-top-info > .am-price .price {
  font-size: 24px;
  font-weight: bold; }

#confirmBox .reviews-actions .action {
  margin-left: 15px;
  font-size: 14px;
  color: #000; }

.ampage-bottom-info > .am-description {
  margin: 0 25px;
  font-size: 12px; }

.ampage-bottom-info .swatch-attribute {
  margin-bottom: 20px; }

.amcart-product-notice {
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  background: #fffae5; }

.amcart-qty-wrap {
  display: flex;
  align-self: center;
  position: relative;
  margin: 0 5px 0 7px; }

.amcart-qty-wrap > .amcart-label {
  position: absolute;
  top: 0;
  margin-right: 8px;
  line-height: 30px;
  font-weight: bold;
  transform: translateY(-100%); }

.amcart-qty-wrap > .amcart-control {
  position: relative;
  width: 25px;
  height: 30px;
  background: #b2b2b2;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }

.amcart-qty-wrap > .amcart-control:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff; }

.amcart-qty-wrap > .amcart-control:hover {
  background: #999999; }

.amcart-qty-wrap > .amcart-control.-minus {
  order: 1; }

.amcart-qty-wrap > .amcart-control.-minus:before {
  content: '-'; }

.amcart-qty-wrap > .amcart-control.-plus {
  order: 3; }

.amcart-qty-wrap > .amcart-control.-plus:before {
  content: '+'; }

.amcart-qty-wrap > .amcart-input,
.amcart-qty-wrap > .amcart-input.input-text.qty {
  margin: 0 5px;
  padding: 3px;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  order: 2; }

.amcart-qty-wrap > .amcart-refresh {
  margin-left: 10px;
  width: 20px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  order: 4;
  cursor: pointer;
  opacity: 0.7;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }

.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1; }

.amcart-message-box > .amcart-qty-wrap {
  justify-content: center;
  margin: 5px; }

@media all and (min-width: 768px) {
  .amcart-message-box,
  .amcart-message-box .related {
    width: 580px; }
  .am-related-box,
  .am-related-box .related {
    /*width: 540px;*/
    width: 450px; }
  .am-slider.owl-carousel .owl-prev {
    margin-left: -35px; }
  .am-slider.owl-carousel .owl-next {
    margin-right: -25px; } }

@media only screen and (max-width: 767px) {
  .amcart-confirm-buttons .am-btn-left {
    display: block;
    margin: 0 auto 16px; } }

.forza-pagebuilder-block--product-slider {
  padding-top: inherit;
  padding-bottom: inherit;
  overflow: inherit;
  margin-left: inherit;
  margin-right: inherit; }

.forza-pagebuilder-block--product-slider .swiper-container.products-grid {
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px; }

.forza-pagebuilder-block--product-slider .swiper-container.products-grid .swiper-slide {
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .forza-pagebuilder-block--product-slider {
    margin-bottom: inherit; } }

.forza-pagebuilder-block--duo-banner .forza-duo-banner-row {
  --wdt-row-gap: 20px;
  --wdt-column-gap: 20px; }

.forza-pagebuilder-block--usps {
  padding-top: 20px;
  padding-bottom: 20px; }

.slider_product_view .product-promo-label {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  left: 10px;
  top: 12%; }

.category-blocks {
  gap: 20px;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .forza-pagebuilder-block--cta-banner {
    margin: 0 0 40px 0; } }

.review-list {
  margin-bottom: 40px; }

@media only screen and (min-width: 768px) {
  .forza-pagebuilder-block--sustainable-banner {
    height: auto;
    margin-bottom: 60px; } }

.leave-block {
  padding: 40px 0; }

.leave-block-container {
  overflow: hidden; }

@media only screen and (min-width: 1408px) {
  .leave-block-image {
    right: 56px;
    top: 0;
    bottom: 0;
    -o-object-fit: contain;
       object-fit: contain; } }

@media only screen and (min-width: 1408px) {
  .leave-block-image img {
    max-width: 100%;
    max-height: 100%; } }

@media only screen and (min-width: 640px) {
  .forza-pagebuilder-block--testimonial {
    padding: 40px 0; } }

@media only screen and (min-width: 768px) {
  .blog-slider-v2 {
    margin: 60px 0 0 0; } }

@media only screen and (min-width: 768px) {
  .page-layout-1column .block.widget .products-grid .product-item {
    width: calc((100% / 5) - 10px);
    margin-right: 10px; } }

.forza-pagebuilder-block--product-slider .product-item .price-box .price {
  font-family: "Futura Bold";
  font-size: 2.5rem; }

.forza-pagebuilder-block--product-slider .product-item-inner {
  width: 100%; }

.forza-pagebuilder-block--product-slider .product-item-inner .product-item-actions {
  margin-left: 0; }

.forza-pagebuilder-block--product-slider .product-item-link-wrapper {
  padding: 16px; }

.action.primary, .action.outline-primary, .forza-pagebuilder-block--product-slider .product-item-inner,
body .forza-pagebuilder-block--small-banner .action.primary, footer button, footer .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper footer .actions-toolbar > .action, footer .action-gift {
  padding: 8px 12px;
  border-radius: 10px; }

@media only screen and (min-width: 640px) {
  .forza-pagebuilder-block--usps .forza-usps-list {
    font-size: 2.0rem;
    padding: 20px 40px; } }

.forza-pagebuilder-block--usps .forza-usps-list-item-image img {
  height: 32px; }

.forza-pagebuilder-block--cta-banner {
  min-height: 0; }

@media only screen and (min-width: 768px) {
  .forza-pagebuilder-block--cta-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 0; } }

.forza-pagebuilder-block--cta-banner .forza-cta-banner-content h2 {
  margin-top: 0; }

.block.widget .block-content .dwd-swipe {
  top: calc(50% + 44px); }

#forza_newsletter_banner .input-left input {
  height: 40.4px;
  border-radius: 10px; }

@media only screen and (max-width: 767px) {
  #trengo-web-widget {
    display: none !important; }
  body.cms-home #trengo-web-widget,
  body.cms-contact- #trengo-web-widget {
    display: block !important; } }

.checkout-agreement button, .checkout-agreement .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .checkout-agreement .actions-toolbar > .action, .checkout-agreement .action-gift {
  font-family: "Helvetica Neue", sans-serif; }
  .checkout-agreement button.action-show:hover, .checkout-agreement .cart.table-wrapper .actions-toolbar > .action-show.action:hover, .cart.table-wrapper .checkout-agreement .actions-toolbar > .action-show.action:hover, .checkout-agreement .action-show.action-gift:hover {
    text-decoration: underline; }

#klarna-cat-block {
  margin-top: 32px; }

#first-line {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -0.94px;
  line-height: 44px; }

#second-line {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 20px;
  margin-top: 10px; }

#klarna-cat-logo {
  margin-top: 20px;
  min-width: 89px;
  display: flex;
  height: 45px;
  width: 100%;
  justify-content: flex-end; }

.catalog-product-view .add-to-cart-box > div[data-content-type] + div {
  margin-top: 0; }

.catalog-product-view #klarna-add-to-box {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  border-style: solid;
  border-color: #eae7e4;
  border-radius: 0px;
  border-width: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
  position: relative; }

.catalog-product-view #klarna-add-to-box > a {
  color: #ffffff !important; }

.catalog-product-view #klarna-add-to-box > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.catalog-product-view #klarna-add-to-box svg {
  margin-top: 2px; }

.catalog-product-view #klarna-add-to-box:before {
  content: '';
  display: block;
  background-color: #ffffff;
  opacity: 0.2;
  height: 1px;
  margin-left: -16px;
  margin-right: -16px;
  top: -5px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .catalog-product-view #klarna-add-to-box:before {
    margin-left: -24px;
    margin-right: -24px; } }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/* The issue with a blurred text was fixed */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate(0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Dutchwebdesign/Forza/nl_NL/Amasty_Cart/css/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Dutchwebdesign/Forza/nl_NL/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Dutchwebdesign/Forza/nl_NL/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/Dutchwebdesign/Forza/nl_NL/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Dutchwebdesign/Forza/nl_NL/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/Dutchwebdesign/Forza/nl_NL/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/Dutchwebdesign/Forza/nl_NL/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}#forza_newsletter_popup {
    display: none;
    z-index: 999;
}

#forza_newsletter_popup .title {
    font-size: 28px;
    font-family: "Futura Bold";
    font-weight: 300;
    line-height: 28px;
    margin-bottom:15px;
}

#forza_newsletter_popup .left {
    width:100%;
}
#forza_newsletter_popup .right {
    display: none;
    padding-left: 30px;
}

@media only screen and (min-width: 768px) {
    #forza_newsletter_popup .left {
        width:40%;
        float:left;
    }

    #forza_newsletter_popup .right {
        width:60%;
        float:right;
        display: block;
    }
}

#forza_newsletter_popup .content {
    color: #fbe400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom:20px;
}

#forza_newsletter_popup input {
    margin-bottom:5px;
}

#forza_newsletter_popup #newsletter-error {
    color: red;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom:5px;
}

#forza_newsletter_popup button {
    margin-bottom:15px;
    padding: 7px 14px;
}

#forza_newsletter_popup button:hover {
    background-color: #414141;
}

#forza_newsletter_popup .footer {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom:30px;
}

#forza_newsletter_popup .footer a {
    font-weight: bold;
    color: white;
    text-decoration: underline;
}

.modal-popup.forza-newsletter-modal {
    transition: opacity 0.6s ease-in;
}

.modal-popup.forza-newsletter-modal .modal-inner-wrap {
    max-width: 600px;
    background-color: black;
    color: white;
    transition: transform 0.4s ease
}

.modal-popup.forza-newsletter-modal .action-close {
    right: -18px;
    top: -18px;
    background-color: #fbe400;
    border-radius: 19px;
    padding: 3px;
}

.modal-popup.forza-newsletter-modal .action-close:before {
    font-weight: bold;
}

.forza-newsletter-modals-overlay {
    display: none;
}

#forza_newsletter_banner {
    width: 100%;
    background-color: #fbe400;
    padding-left: 20px;
    padding-right: 20px;
}

#forza_newsletter_banner .main-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1408px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#forza_newsletter_banner .left {
    width: 100%;
    flex: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

#forza_newsletter_banner .title {
    font-size: 24px;
    font-family: "Futura Bold";
    font-weight: 300;
    line-height: 1;
    margin-bottom: 8px;
}

#forza_newsletter_banner .content {
    font-size: 16px;
    line-height: 1.5;
}

#forza_newsletter_banner .form.subscribe {
    margin-top: 20px;
}

#forza_newsletter_banner .input-left {
    float: left;
    width: 60%;
    @include max-screen($screen__m) {
        width: 50%;
    }
}

#forza_newsletter_banner .input-left input {
    height: 52px;
    border-color: #fff;
    padding: 0 16px;
}

#forza_newsletter_banner .mage-error {
    color: red;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom:5px;
}

#forza_newsletter_banner .button-right {
    width: 38%;
    float: right;
}

#forza_newsletter_banner button {
    background-color: black;
    padding: 14px 21px;
    span {
        color: white;

        &:after {
             -webkit-font-smoothing: antialiased;
             -moz-osx-font-smoothing: grayscale;
             font-size: 2.4rem;
             line-height: inherit;
             color: inherit;
             content: "";
             font-family: "dwd-icons";
             margin: 0 0 0 16px;
             vertical-align: text-top;
             display: inline-block;
             font-weight: normal;
             overflow: hidden;
             speak: none;
             text-align: center;
        }
    }
}

#forza_newsletter_banner button:hover {
    background-color: #414141;
}

#forza_newsletter_banner .right {
    width: 100%;
    display: none;
    align-items: center;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    #forza_newsletter_banner .left {
        width: 65%;
    }

    #forza_newsletter_banner .right {
        width: 35%;
        display: flex;
    }

    #forza_newsletter_banner .title {
        font-size: 32px;
    }

    #forza_newsletter_banner .content {
        font-size: 24px;
    }
}
#forza_newsletter_banner button span::after {
    display:none;
}
@media only screen and (min-width: 992px) {
    #forza_newsletter_banner button span::after {
        display:inline-block;
    }
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}@media only screen and (max-width: 767px) {
    div[data-role="am-banners-lite"] {
        order: -2;
    }
}#forza_buyback_popup {
    display: none;
}

@media only screen and (max-width: 767px) {
   .forza-buybox-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #ffffff;
    }
}

#forza_buyback_popup button.close-button {
    margin-top:20px;
    float: right;
}

.forza-buybox-modal.modal-slide {
    left: 0;
}

.buyback-info-popup {
    display: none;
}
.mollie-buttons{margin-top:10%;text-align:center;opacity:0;animation:fadeIn 1s;animation-delay:1s;animation-fill-mode:forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.mollie-buttons .button{display:inline-block;margin:20px;max-width:100%;padding:0 16px;border:0;box-shadow:0 1px 2px 0 rgba(0,0,0,0.19);border-radius:6px;background-color:#0095FF;color:#FFF;font-size:1.8rem;font-weight:700;line-height:4.4rem;text-align:center;text-decoration:none;outline:none;overflow:hidden;text-overflow:ellipsis;-webkit-transition:background .15s;transition:background .15s;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mollie-buttons{opacity:0;-webkit-transition:opacity 2s ease-in;-moz-transition:opacity 2s ease-in;-ms-transition:opacity 2s ease-in;-o-transition:opacity 2s ease-in;transition:opacity 2s ease-in}.mollie-buttons .button:hover{background-color:#0077CB}.mollie-loading .redirect-block{padding:10%;text-align:center}.checkout-payment-method #mollie_methods_ideal-form .label{height:35px;display:inline-block}.checkout-payment-method #mollie_methods_ideal-form .payment-icon{width:35px;max-height:30px}.checkout-payment-method #mollie_methods_kbc-form .label{height:35px;display:inline-block}.checkout-payment-method #mollie_methods_kbc-form .payment-icon{width:35px;max-height:30px}.checkout-payment-method #mollie_methods_giftcard-form .label{height:40px;display:inline-block}.checkout-payment-method #mollie_methods_giftcard-form .payment-icon{width:35px;max-height:30px}.mollie-payment-icon{width:25px;margin-right:5px;vertical-align:middle}.mollie-loading .loader{border:16px solid #e3f0fa;border-top:16px solid #31a8f0;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite;margin-left:auto;margin-right:auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.mollie-component{width:90%;height:20px;background-color:#FFF;padding:10px 15px;border-radius:6px;color:#222;transition:all .05s ease;box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1),0px 1px 3px 0px rgba(0,0,0,0.1),0px 0px 0px 1px rgba(0,0,0,0.05);margin-bottom:10px;margin-top:5px}.mollie-component.is-invalid{background-color:#FFF0F0;box-shadow:0px 1px 1px 0px rgba(255,51,68,0.1),0px 1px 3px 0px rgba(255,51,68,0.1)}.payment-method-content .card-container{max-width:400px;overflow:auto;background-color:#FFF;border-radius:10px;border:1px solid rgba(0,0,0,0.1);display:block;padding:20px;margin-bottom:10px}.component-error{color:#FF0000;display:none;margin-bottom:10px}.wk-oosn-emailBox{
    margin-right:10px;
    display:inline-block;
    position: relative;
}
#wk-oosn-button{
    float:right;
}
.wk-oosn-notificationcontainer{
    margin-top:10px;
    display:inline-block;
    position:relative;
    z-index:0;
}
#loader{
    display:none;
    float:right;
    margin:20px 0 0 50px;
    width:30px;
    height:10px;
    position:absolute;
}
.wk-loading-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: absolute!important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wk-loading-mask-outer {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wk-loader {
    background: url("../../frontend/Dutchwebdesign/Forza/nl_NL/Webkul_OutOfStockNotification/images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}
.wk-display-none {
    display: none;
}
#wk-oosn-warning{
    display:none;
    margin-top: 10px;
}
#wk-oosn-email-warning{
    color:red;
}
.wk-oosn-error{
    color: red;
}
.wk-container {
    margin: 10px 0;
}
@media only screen and (max-width: 767px) {
    .wk-oosn-container {
        text-align: center;
    }
}
@media only screen and (max-width: 767px)  {
    #associate-select {
      width: 100% !important;
    }
  }
input[type="text"]::placeholder {
    float: right;
    padding: 5px;
}
tr.product-list-table-row {
    border-bottom: 1px solid #cccccc;
}
tr.product-list-table-head {
    border-bottom: 1px solid #cccc;
}
td.product-list-table-image {
    width: 50px;
    height: 50px;
}
th.product-list-table-product-name{
    text-align: center;
}
th.product-list-table-status {
    text-align: center;
}
td.product-list-table-product-name{
    text-align: center;
}
td.product-list-table-status {
    text-align: center;
}
.toolbar {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

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

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Dutchwebdesign/Forza/nl_NL/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Dutchwebdesign/Forza/nl_NL/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Dutchwebdesign/Forza/nl_NL/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Dutchwebdesign/Forza/nl_NL/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Dutchwebdesign/Forza/nl_NL/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Dutchwebdesign/Forza/nl_NL/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Dutchwebdesign/Forza/nl_NL/Magefan_Blog/images/views-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(29, 161, 242);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top *//* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

.fav-color-green {color: #28a745;}
.fav-color-yellow {color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #6c757d;}
.fav-color-red {color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


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

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;/*background: #222222;*/text-decoration: none;}
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*/
@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(29, 161, 242);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Dutchwebdesign/Forza/nl_NL/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */