<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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;
}
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 {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 22px;
  margin-top: 22px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #0062a2;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #145fa3;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #0062a2;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.75rem;
}
ul &gt; li,
ol &gt; li {
  margin-top: 0rem;
  margin-bottom: 1.1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 22px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 11px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 11px;
  padding: 11px;
  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 #cccccc;
  margin: 0 0 22px 44px;
  padding: 0;
  color: #333333;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  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: #333333;
  line-height: 1.42857143;
  font-size: 1.2rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
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 &gt; tbody &gt; tr &gt; th,
table &gt; tfoot &gt; tr &gt; th,
table &gt; tbody &gt; tr &gt; td,
table &gt; tfoot &gt; tr &gt; td {
  vertical-align: top;
}
table &gt; thead &gt; tr &gt; th,
table &gt; thead &gt; tr &gt; td {
  vertical-align: bottom;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-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*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  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*="date"]: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*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
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*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
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*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5.5px 11px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 11px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5.5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  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 #00699d;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/sourcesanspro/light/source-sans-pro-v13-latin-ext_latin-300.woff2') format('woff2'), url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/sourcesanspro/light/source-sans-pro-v13-latin-ext_latin-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/sourcesanspro/regular/source-sans-pro-v13-latin-ext_latin-regular.woff2') format('woff2'), url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/sourcesanspro/regular/source-sans-pro-v13-latin-ext_latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/sourcesanspro/bold/source-sans-pro-v13-latin-ext_latin-700.woff2') format('woff2'), url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/sourcesanspro/bold/source-sans-pro-v13-latin-ext_latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
a,
.alink {
  color: #0062a2;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
p.title {
  color: #145fa3;
  font-size: 2.2em;
  line-height: 2em;
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 0;
}
.page-layout-2columns-left .sidebar-main {
  overflow: hidden;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  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: 44px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 22px;
}
table &gt; caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot &gt; tr:first-child th,
.table tfoot &gt; tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 22px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #145fa3;
}
.message.info a:active {
  color: #145fa3;
}
.message.info &gt; *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #145fa3;
}
.message.error a:active {
  color: #145fa3;
}
.message.error &gt; *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #145fa3;
}
.message.warning a:active {
  color: #145fa3;
}
.message.warning &gt; *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #145fa3;
}
.message.notice a:active {
  color: #145fa3;
}
.message.notice &gt; *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #145fa3;
}
.message.success a:active {
  color: #145fa3;
}
.message.success &gt; *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.nav-sections {
  background: #f0f0f0;
}
.tooltip.wrapper {
  position: relative;
}
.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: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 11px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Webart/fixnvis2020/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 &gt; 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 &gt; img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader &gt; p {
  display: none;
}
body &gt; .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.fieldset {
  border: 0;
  margin: 0 0 44px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset &gt; * {
  letter-spacing: normal;
}
.fieldset &gt; .legend {
  margin: 0 0 22px;
  padding: 0 0 11px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset &gt; .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset &gt; .field,
.fieldset &gt; .fields &gt; .field {
  margin: 0 0 22px;
}
.fieldset &gt; .field &gt; .label,
.fieldset &gt; .fields &gt; .field &gt; .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset &gt; .field:last-child,
.fieldset &gt; .fields &gt; .field:last-child {
  margin-bottom: 0;
}
.fieldset &gt; .field &gt; .label,
.fieldset &gt; .fields &gt; .field &gt; .label {
  font-weight: 600;
}
.fieldset &gt; .field &gt; .label + br,
.fieldset &gt; .fields &gt; .field &gt; .label + br {
  display: none;
}
.fieldset &gt; .field .choice input,
.fieldset &gt; .fields &gt; .field .choice input {
  vertical-align: top;
}
.fieldset &gt; .field .fields.group:before,
.fieldset &gt; .fields &gt; .field .fields.group:before,
.fieldset &gt; .field .fields.group:after,
.fieldset &gt; .fields &gt; .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset &gt; .field .fields.group:after,
.fieldset &gt; .fields &gt; .field .fields.group:after {
  clear: both;
}
.fieldset &gt; .field .fields.group .field,
.fieldset &gt; .fields &gt; .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset &gt; .field .fields.group.group-2 .field,
.fieldset &gt; .fields &gt; .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset &gt; .field .fields.group.group-3 .field,
.fieldset &gt; .fields &gt; .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset &gt; .field .fields.group.group-4 .field,
.fieldset &gt; .fields &gt; .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset &gt; .field .fields.group.group-5 .field,
.fieldset &gt; .fields &gt; .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset &gt; .field .addon,
.fieldset &gt; .fields &gt; .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset &gt; .field .addon textarea,
.fieldset &gt; .fields &gt; .field .addon textarea,
.fieldset &gt; .field .addon select,
.fieldset &gt; .fields &gt; .field .addon select,
.fieldset &gt; .field .addon input,
.fieldset &gt; .fields &gt; .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset &gt; .field .addon .addbefore,
.fieldset &gt; .fields &gt; .field .addon .addbefore,
.fieldset &gt; .field .addon .addafter,
.fieldset &gt; .fields &gt; .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset &gt; .field .addon .addbefore:disabled,
.fieldset &gt; .fields &gt; .field .addon .addbefore:disabled,
.fieldset &gt; .field .addon .addafter:disabled,
.fieldset &gt; .fields &gt; .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset &gt; .field .addon .addbefore::-moz-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addbefore::-moz-placeholder,
.fieldset &gt; .field .addon .addafter::-moz-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset &gt; .field .addon .addbefore::-webkit-input-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addbefore::-webkit-input-placeholder,
.fieldset &gt; .field .addon .addafter::-webkit-input-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset &gt; .field .addon .addbefore:-ms-input-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addbefore:-ms-input-placeholder,
.fieldset &gt; .field .addon .addafter:-ms-input-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset &gt; .field .addon .addbefore,
.fieldset &gt; .fields &gt; .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset &gt; .field .additional,
.fieldset &gt; .fields &gt; .field .additional {
  margin-top: 11px;
}
.fieldset &gt; .field.required &gt; .label:after,
.fieldset &gt; .fields &gt; .field.required &gt; .label:after,
.fieldset &gt; .field._required &gt; .label:after,
.fieldset &gt; .fields &gt; .field._required &gt; .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
  margin: 0 0 0 5.5px;
}
.fieldset &gt; .field .note,
.fieldset &gt; .fields &gt; .field .note {
  font-size: 1.4rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset &gt; .field .note:before,
.fieldset &gt; .fields &gt; .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 14px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset &gt; .field.no-label &gt; .label,
.fieldset &gt; .fields &gt; .field.no-label &gt; .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset &gt; .field.choice .label,
.fieldset &gt; .fields &gt; .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset &gt; .field .label,
.column:not(.main) .fieldset &gt; .fields &gt; .field .label {
  font-weight: normal;
}
.fieldset &gt; .field .field.choice,
.fieldset &gt; .fields &gt; .field .field.choice {
  margin-bottom: 11px;
}
.fieldset &gt; .field .field.choice:last-child,
.fieldset &gt; .fields &gt; .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend &gt; span {
  margin-right: 5.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 11px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 11px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url('../../frontend/Webart/fixnvis2020/nl_NL/images/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 1px solid #cccccc;
  height: 32px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
.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: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #bbbbbb;
  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-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  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 {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset &gt; .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields &gt; .field:not(:last-child) {
  margin: 0 0 22px;
}
.sidebar .fieldset &gt; .field:not(.choice) .label,
.sidebar .fieldset .fields &gt; .field .label {
  margin: 0 0 4px;
  padding: 0 0 5.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset &gt; .field:not(.choice) .control,
.sidebar .fieldset .fields &gt; .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action,
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action:hover,
a.action.primary:hover,
a.action:active,
a.action.primary:active,
a.action:focus,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #0062a2;
  border: 1px solid #0062a2;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #145fa3;
  border: 1px solid #145fa3;
  color: #ffffff;
}
.action.primary:hover {
  background: #0062a2;
  border: 1px solid #0062a2;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary:hover {
  color: #7ED957;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 22px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items &gt; .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items &gt; .item.title &gt; .switch {
  display: block;
}
.product.data.items &gt; .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items &gt; .item.content:before,
.product.data.items &gt; .item.content:after {
  content: '';
  display: table;
}
.product.data.items &gt; .item.content:after {
  clear: both;
}
.product.data.items &gt; .item.content.active {
  display: block;
}
.product.data.items &gt; .item.title {
  margin: 0;
}
.product.data.items &gt; .item.title &gt; .switch {
  border-top: 1px solid #cccccc;
  height: 44px;
  padding: 1px 11px 1px 11px;
  font-weight: 600;
  line-height: 44px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items &gt; .item.title &gt; .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items &gt; .item.title &gt; .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items &gt; .item.title &gt; .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items &gt; .item.title:not(.disabled) &gt; .switch:active,
.product.data.items &gt; .item.title.active &gt; .switch,
.product.data.items &gt; .item.title.active &gt; .switch:focus,
.product.data.items &gt; .item.title.active &gt; .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items &gt; .item.content {
  background: #ffffff;
  margin: 0;
  padding: 11px 11px 33px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 11px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages &gt; .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: 400;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3.3rem;
  letter-spacing: normal;
  margin: 0 8px 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 {
  color: #006bb4;
  display: inline-block;
  padding: 0 5.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #0062a2;
}
.pages a.page:hover {
  color: #145fa3;
  text-decoration: none;
}
.pages a.page:active {
  color: #0062a2;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.4rem;
  line-height: 3.3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5.5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next &gt; 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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-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: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous &gt; 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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-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: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar &gt; .primary,
.actions-toolbar &gt; .secondary {
  margin-bottom: 11px;
  text-align: center;
}
.actions-toolbar &gt; .primary .action,
.actions-toolbar &gt; .secondary .action {
  margin-bottom: 11px;
}
.actions-toolbar &gt; .primary .action:last-child,
.actions-toolbar &gt; .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar &gt; .primary:last-child,
.actions-toolbar &gt; .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items &gt; li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  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: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 11px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  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 &gt; 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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.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 {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.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;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  height: 780px;
  max-height: 90vh;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close,
.mfp-close:hover,
.mfp-close:focus,
.mfp-close:active {
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 90%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-iframe-scaler iframe {
  background: url('../../frontend/Webart/fixnvis2020/nl_NL/images/loading.gif') no-repeat scroll center center transparent !important;
}
body {
  background-color: #ffffff;
}
ul &gt; li,
ol &gt; li {
  list-style: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
picture {
  font-size: 0;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.ajax .in-ajax,
.not-in-ajax {
  display: inline-block !important;
}
.ajax .not-in-ajax,
.in-ajax {
  display: none !important;
}
.fieldset:last-child {
  margin-bottom: 0;
}
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary &gt; .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing &gt; .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname &gt; .label,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button &gt; .action.split span,
.product-items .wishlist.split.button &gt; .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset &gt; .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .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;
}
.left {
  float: left;
}
.clear {
  clear: both;
}
form {
  -webkit-tap-highlight-color: transparent;
}
table &gt; caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  position: relative;
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
.grid12-4 {
  width: 32%;
}
.grid12-6 {
  width: 49%;
}
.grid12-8 {
  width: 66%;
}
.no-right-gutter {
  margin-right: 0 !important;
}
.no-left-gutter {
  margin-left: 0 !important;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.field.qty {
  margin: 10px 0 0;
  overflow: hidden;
  float: left;
}
.field.qty .control {
  display: block;
  float: left;
  margin-right: 20px;
}
.field.qty .control input {
  text-align: center;
}
#main-nav.loading {
  display: none !important;
}
.ie10 .page-wrapper,
.ie11 .page-wrapper {
  display: block;
}
.ie10 .page-header,
.ie11 .page-header {
  height: 113px;
}
.ie10 .navigation a &gt; picture,
.ie11 .navigation a &gt; picture,
.ie10 .navigation a &gt; img,
.ie11 .navigation a &gt; img {
  display: none;
}
.page-footer {
  clear: both;
}
.desktop-only,
.mobile-only,
.mobile-tablet-only,
.desktop-tablet-only {
  display: none !important;
}
.atc {
  cursor: pointer;
}
.atc:hover {
  text-decoration: underline;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  background: #0062a2;
  padding-bottom: 10px;
}
.header.content {
  padding-top: 11px;
  position: relative;
  min-height: 70px;
}
.notprocustomers {
  position: absolute;
  width: 168px;
  top: -46px;
  right: -18px;
}
.notprocustomers .action.primary {
  background: #ffffff;
  color: #0062a2;
}
.notprocustomers .action.primary:hover {
  color: #7ed957;
}
.logo {
  margin: 6px 0 0;
  position: relative;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
ul.header.links {
  margin: 0;
  padding: 0;
  height: 24px;
}
ul.header.links &gt; li {
  display: inline-block;
}
.panel.wrapper {
  background-color: #262626;
  color: #fff;
}
.panel.wrapper .panel.header {
  box-sizing: border-box;
  max-width: 1720px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.panel.wrapper li.welcome h1,
.panel.wrapper li.welcome {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
/** Store switcher */
.form-language {
  margin: 1px 0 0;
  float: right;
  position: relative;
  z-index: 1;
}
.form-language .switchflag-wrapper {
  width: 44px;
  display: inline-block;
  color: #fff;
  line-height: 11px;
  margin: 0;
  text-decoration: none;
  font-family: monospace;
  font-size: 15px;
}
.form-language ul#stores-list {
  width: 148px;
  margin: 0;
  display: none;
  line-height: 11px;
  position: absolute;
  top: 26px;
  right: 0;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #333333;
  z-index: 3;
}
.form-language ul#stores-list li {
  width: 42px;
  display: block;
  float: left;
  margin: 5px 2px 5px 5px;
}
.form-language.active ul#stores-list {
  display: block;
}
.form-language .switchflag {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url('../../frontend/Webart/fixnvis2020/nl_NL/images/Sprites.png');
  vertical-align: middle;
  text-decoration: none;
  margin-right: 5px;
}
.form-language .switchflag.switchflag.cz {
  background-position: -323px 0;
}
.form-language .switchflag.switchflag.be {
  background-position: -499px 0;
}
.form-language .switchflag.switchflag.de {
  background-position: -339px 0;
}
.form-language .switchflag.switchflag.es {
  background-position: -355px 0;
}
.form-language .switchflag.switchflag.fr {
  margin-top: -3px;
  background-position: -371px 0;
}
.form-language .switchflag.switchflag.it {
  background-position: -387px 0;
}
.form-language .switchflag.switchflag.nl {
  background-position: -403px 0;
}
.form-language .switchflag.switchflag.nu {
  background-position: -419px 0;
}
.form-language .switchflag.switchflag.pl {
  background-position: -435px 0;
}
.form-language .switchflag.switchflag.sk {
  background-position: -451px 0;
}
.form-language .switchflag.switchflag.se {
  background-position: -467px 0;
}
.form-language .switchflag.switchflag.en {
  background-position: -483px 0;
}
/** Search bar */
#search_mini_form {
  width: calc(100% - 40px);
  position: absolute;
  bottom: -47px;
  margin-top: 6px;
}
#search_mini_form input {
  width: calc(100% - 32px);
  float: left;
}
#search_mini_form button {
  border-radius: 0 4px 4px 0;
  position: relative;
  width: 23px;
  height: 32px;
  float: left;
  background: #7ed957;
  border: 1px solid #6ba800;
  border-left: unset;
  box-shadow: 0 0 0 0;
}
#search_mini_form button:before {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 6px;
  transform: rotateY(180deg);
}
.fixnvis #search_mini_form,
.cergyvis #search_mini_form {
  margin-top: 52px;
}
.cms-index-index.cergyvis #search_mini_form,
.cms-index-index.fixnvis #search_mini_form {
  margin-top: 0;
}
.header-account {
  position: absolute;
  right: 20px;
  top: 62px;
}
.minicart-wrapper a.action.showcart:before {
  content: ' ';
  display: block;
  float: left;
  margin: 3px 5px 0 0;
  padding: 0;
  width: 29px;
  height: 24px;
  background: url('../../frontend/Webart/fixnvis2020/nl_NL/images/Sprites.png') no-repeat -23px -2px;
}
.minicart-wrapper a.action.showcart.active:before {
  content: ' ';
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 3px 5px 0 0;
  vertical-align: middle;
  display: block;
}
.minicart-wrapper &gt; a span.text {
  float: left;
  display: block;
  margin-top: 0;
  color: #ffffff;
}
.info-message-marquee {
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 11px 0 0;
  text-align: center;
  background: #7ed957;
  color: #0062a2;
  border-bottom: 2px solid #0062a2;
}
.no-left-gutter.grid12-3 {
  margin-left: 0;
  width: 24%;
}
.grid12-5 {
  width: 39.67%;
}
.no-right-gutter.grid12-9 {
  margin-right: 0;
  width: 74%;
}
.bouton-technique {
  clear: both;
  margin-bottom: 20px;
}
.bouton-technique a.action.primary {
  width: 100%;
  text-align: center;
  position: relative;
  background: #0062a2;
  border: 1px solid #0062a2;
  margin-bottom: 10px;
}
.bouton-technique a.action.primary:hover,
.bouton-technique a.action.primary:active,
.bouton-technique a.action.primary:focus {
  background: #0062a2;
  border: 1px solid #0062a2;
}
.bouton-technique a.action.primary:before {
  font-family: 'luma-icons';
  content: '\e60c';
  border: 1px solid #fff;
  border-radius: 12px;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
#top-description {
  clear: both;
}
.product-shop ul.prices-tier {
  margin-bottom: 0;
  padding: 0;
}
.product-shop ul.prices-tier li {
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
}
.product-shop .fix-product-links {
  color: #888;
  line-height: 23px;
  font-size: 16px;
}
.product-shop .fix-product-links a {
  text-decoration: underline;
  color: #555;
  line-height: 23px;
  font-size: 16px;
}
.product-shop h1,
.product-shop h2 {
  font-size: 2.2em;
  line-height: 1.1em;
  color: #0062a2;
  margin: 0 0 15px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.product-shop .add-item-block {
  max-width: 800px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.product-shop .add-item-block .layer {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 230px;
  text-align: center;
  background: #fff;
  background: #ffffffdd;
  z-index: 1;
}
.product-shop .add-item-block .layer p {
  margin: 50px 0 0;
  font-size: 22px;
  font-weight: 700;
}
.product-shop .add-item-block .layer .fa-angle-down:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  content: '\e614';
  font-family: 'luma-icons';
  display: block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-shop .add-item-block .selection {
  overflow: hidden;
  padding-bottom: 20px;
}
.product-shop .add-item-block .qty label {
  display: block;
  margin-bottom: 12px;
}
.product-shop .add-item-block .qty span,
.product-shop .add-item-block .qty input {
  border: 1px solid #c2c2c2;
  display: block;
  float: left;
  max-width: 33%;
  width: 38px;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
}
.product-shop .add-item-block .qty span {
  cursor: pointer;
  font-size: 38px;
  font-weight: 300;
  line-height: 40px;
}
.product-shop .add-item-block .qty span.decrease {
  border-right: 0 none;
  line-height: 34px;
  padding-bottom: 6px;
  border-radius: 8px 0 0 8px;
}
.product-shop .add-item-block .qty span.decrease.disabled {
  border-color: #e1e1e1;
  color: #aaaaaa;
  cursor: default;
}
.product-shop .add-item-block .qty span.increase {
  border-left: 0 none;
  border-radius: 0 8px 8px 0;
}
.product-shop .add-item-block .qty span.increase.disabled {
  border-color: #e1e1e1;
  color: #aaaaaa;
  cursor: default;
}
.product-shop .add-item-block .qty input {
  border-left: 0 none;
  border-right: 0 none;
  font-size: 19px;
  height: 42px;
  width: 48px;
  padding: 0;
}
.product-shop .add-item-block .unit span.prx {
  line-height: 30px !important;
  font-size: 24px;
}
.product-shop .add-item-block .total span.prx {
  line-height: 34px !important;
  font-size: 32px;
}
.product-shop .add-item-block .price span {
  display: block;
}
.product-shop .add-item-block .price span.price-title {
  margin-bottom: 6px;
}
.product-shop .add-item-block .price span.prx {
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.product-shop .add-item-block .price .price-including-tax {
  display: none !important;
}
.product-shop .add-item-block .add-to {
  clear: left;
  margin-bottom: 5px;
}
.product-shop .add-item-block .add-to button {
  width: 100%;
}
.product-shop .add-item-block .notice {
  text-align: center;
}
.product-shop .add-item-block .notice p {
  margin-bottom: 0;
}
.product-shop .add-item-block .notice a {
  color: #333;
  text-decoration: underline;
}
.box-tocart.update button {
  width: 100%;
}
#topimage-mini {
  cursor: zoom-in;
  background: #0062a2;
  border: 1px solid #0062a2;
}
.icart-picto {
  display: block;
  width: 20px;
  height: 20px;
  margin: 3px auto;
  padding: 0;
  border-radius: 10px;
}
.icart-picto.picto-accept {
  background-color: #7ed957;
}
.icart-picto.picto-indisponible:before {
  content: 'Ã˜';
  display: block;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 26px;
  font-weight: 300;
}
.icart-picto.picto-stop {
  background-color: #db1516;
}
.tableau {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow-y: scroll;
}
.tableau caption {
  display: none;
}
.tableau-grille {
  width: 100%;
  text-align: center;
  border-spacing: 1px;
}
.tableau-grille tbody tr {
  background-color: #f7f7f7;
}
.tableau-grille tbody tr.pair {
  background-color: #ffffff;
}
.tableau-grille td {
  border: 1px solid #d7d7d7;
  white-space: nowrap;
  padding: 0;
}
.tableau-grille td a {
  display: block;
  margin: 1px 20px;
  text-align: center;
  min-width: 14px;
  position: relative;
  border: 1px solid transparent;
}
.tableau-grille td a:hover {
  background-color: #96d3fb;
  box-shadow: 0 0 2px #333333;
  border: 1px solid #145fa3;
}
.tableau-grille th {
  padding: 0;
  font-weight: 400;
  text-align: center;
}
.tableau-grille th.entete,
.tableau-grille td.entete {
  text-align: center;
  font-weight: 700;
  padding-left: 4px;
  padding-right: 4px;
  padding: 0;
  line-height: 30px;
}
.tableau-grille td.entete {
  min-width: 110px;
}
.axex,
.tableau-grille th.axey {
  font-size: 1.1em;
  font-weight: bold;
  background-color: #0062a2;
  color: #ffffff;
  text-align: center;
}
.tableau-grille th.axey {
  padding: 0 15px;
  padding: 0;
}
.axex {
  margin: 10px 0 0;
}
#cat-description {
  margin-top: 3em;
}
.ajaxcart .survol {
  color: #ffffff;
  display: none;
  background: #0062a2;
  padding: 5px;
  position: absolute;
  top: 5vh;
  right: 5vw;
  z-index: 10;
}
.grille_araymond .ajaxcart .survol {
  left: 5vw;
  right: auto;
}
.ajaxcart:hover .survol {
  display: block;
}
.pdt-stock {
  font-weight: bold;
  background-color: #ffffff;
  color: #0062a2;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.legende.left {
  width: 75%;
}
.legende.left p {
  float: left;
  width: 26%;
  margin: 0 0 0 4%;
  position: relative;
  padding: 0 0 0 3%;
}
.legende .icart-picto {
  margin-right: 8px;
  margin-top: 1px;
  position: absolute;
  top: 0;
  left: -5px;
}
button.link-grille {
  margin-bottom: 20px;
  color: #0062a2;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product-info-price {
  display: table;
  width: 97%;
  border-bottom: none;
  margin-bottom: 5px;
  color: #333333;
}
.product-info-main .product-info-price .price-wrapper {
  display: block;
  float: left;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 60%;
}
.product-info-main .product-info-price .price-box .price-label {
  font-size: 14px;
  display: block;
  float: left;
  min-width: 40px;
  clear: both;
}
.product-info-main .product-info-price .price-box .price-container &gt; span {
  display: block;
  margin-bottom: 5px;
}
.cstockdispo {
  clear: both;
}
.cstockdispo p {
  color: #888;
  text-transform: lowercase;
  margin-bottom: 0;
  padding-left: 18px;
  min-width: 200px;
}
#cat-description h2 {
  margin-top: 0;
}
.message.error {
  clear: both;
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
#errorstock {
  width: 85%;
  margin: 0 auto 0;
}
.msg-command {
  font-size: 14px;
  color: #222;
  text-align: center;
  display: block;
  float: none;
  position: absolute;
  bottom: 0;
  left: 2%;
  background-color: #7ed957;
  padding: 5px 4%;
  line-height: 16px;
  font-weight: 700;
  box-shadow: 0 0 5px;
  width: 88%;
}
.product-social-links {
  text-align: center;
  margin: 0 0 10px;
}
.product-addto-links {
  display: inline;
}
.product-item-actions .actions-secondary &gt; .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button &gt; .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-actions-addto:before,
.product-item-actions .actions-secondary &gt; .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button &gt; .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: luma-icons;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.info.detailed {
  clear: both;
}
.product.info.detailed .additional-attributes &gt; thead &gt; tr &gt; th,
.product.info.detailed .additional-attributes &gt; tbody &gt; tr &gt; th,
.product.info.detailed .additional-attributes &gt; tfoot &gt; tr &gt; th {
  vertical-align: top;
  padding: 5.5px 30px 10px 0;
}
footer.page-footer h6 {
  font-size: 1.6rem;
  color: #0062a2;
}
footer.page-footer ul.custom-links {
  padding: 0;
}
footer.page-footer ul.custom-links li {
  line-height: 24px;
}
footer.page-footer ul.custom-links span.atc,
footer.page-footer ul.custom-links a {
  color: #333333;
}
footer.page-footer ul.custom-links span.atc:hover,
footer.page-footer ul.custom-links a:hover,
footer.page-footer ul.custom-links span.atc:active,
footer.page-footer ul.custom-links a:active {
  color: #000;
}
.footer-rea {
  background-color: #0062a2;
  padding: 20px 0;
}
.footer-rea .rea-wrapper {
  max-width: 1720px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-rea .rea-wrapper .col {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  width: 16%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
}
.footer-rea .rea-wrapper .col p {
  color: #fff;
  text-transform: uppercase;
}
.footer-rea .rea-wrapper .col p.strong {
  font-weight: bold;
}
.icon-rea {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 5px;
  background: url('../../frontend/Webart/fixnvis2020/nl_NL/images/Sprites.png') no-repeat;
}
.icon-rea.reduc {
  background-position: -175px -49px;
  width: 48px;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.icon-rea.references {
  background-position: -2px -32px;
  width: 48px;
  height: 56px;
  margin-bottom: 12px;
}
.icon-rea.livraison {
  background-position: -237px -52px;
  width: 96px;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.icon-rea.cadeau {
  background-position: -114px -31px;
  width: 55px;
  height: 57px;
  margin-bottom: 8px;
  margin-top: 2px;
}
.icon-rea.clients {
  background-position: -55px -30px;
  width: 55px;
  height: 60px;
}
.grid4 {
  display: block;
  float: left;
  margin-right: 2%;
  margin-left: 2%;
  width: 22%;
}
.grid4.no-left-margin {
  margin-left: 0;
}
.grid4.no-right-margin {
  margin-right: 0;
}
#addIadvize {
  line-height: 2px;
  background: #ffffff;
}
.contact-bloc {
  background: #0062a2;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  position: relative;
}
.contact-bloc .contact-btn {
  display: block;
  background: #fff;
  color: #0062a2;
  width: 128px;
  margin: 15px auto 15px;
  padding: 5px 15px;
  font-weight: bold;
}
.contact-bloc .contact-btn:hover {
  color: #7ed957;
  text-decoration: none;
}
.contact-bloc .block-content:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #0062a2;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}
footer.page-footer .contact-bloc h6 {
  color: #fff;
  font-size: 22px;
}
footer.page-footer .contact-bloc p {
  font-size: 17px;
}
footer.page-footer .contact-bloc p i {
  font-size: 15px;
}
footer.page-footer .contact-bloc hr {
  margin-top: -22px;
}
.contact-box {
  padding: 0 20px;
}
.contact-box .separated {
  display: block;
  float: none;
  width: 50px;
  margin-left: auto;
  background-color: #0062a2;
  margin-right: auto;
  position: relative;
  font-weight: bold;
}
.phonenb {
  font-size: 22px !important;
  font-weight: bold;
  width: 180px;
  margin: 0 auto 18px;
  display: block;
  overflow: hidden;
}
.phonenb.no-desktop a {
  color: #fff;
}
.phonenb b {
  display: inline-block;
  line-height: 23px;
  float: left;
}
.dnv-label {
  display: block;
  float: left;
  margin-right: 10px;
  width: 72px;
  height: 72px;
  background: url('../../frontend/Webart/fixnvis2020/nl_NL/images/Sprites.png') no-repeat;
  background-position: -519px -466px;
}
.certif p {
  float: left;
  text-align: left;
  margin: 10px 0 0;
  font-size: 1.6rem;
  color: #0062a2;
}
.facebook-label {
  margin-top: 38px;
  display: block;
  width: 205px;
  height: 66px;
  background: url('../../frontend/Webart/fixnvis2020/nl_NL/images/Sprites.png') no-repeat;
  background-position: -428px -552px;
  zoom: 0.85;
  -moz-transform: scale(0.85);
  -moz-transform-origin: 0 0;
}
.fix-icone {
  display: inline-block;
  float: left;
  background: url('../../frontend/Webart/fixnvis2020/nl_NL/images/Sprites.png') no-repeat;
}
.fix-icone.catalogue {
  width: 26px;
  height: 21px;
  background-position: -171px -3px;
  margin-right: 6px;
}
.fix-icone.techniplus {
  width: 24px;
  height: 22px;
  background-position: -198px -3px;
  margin-right: 6px;
  margin-left: 2px;
}
.fix-icone.contact {
  width: 24px;
  height: 25px;
  background-position: -225px -2px;
  margin-right: 8px;
}
.fix-icone.phone {
  width: 23px;
  height: 23px;
  background-position: -254px -2px;
  margin-right: 8px;
}
#homepage-slider {
  display: none;
  margin-bottom: 20px;
}
#homepage-slider.slick-initialized {
  display: block;
}
.cms-page-view .photo-about {
  width: 31%;
  display: inline-block;
}
.cms-page-view .photo-about img {
  float: right;
}
.cms-page-view .boite {
  font-size: 16px;
  color: #0062a2;
}
.cms-page-view .boite p.subtitle {
  font-weight: bold;
  font-size: 24px;
}
.cms-page-view .boite.about-us {
  width: 66.5%;
  margin-right: 2%;
  display: inline-block;
}
.cms-page-view .boite.pay-infos h2 {
  margin-bottom: 5rem;
}
.cms-page-view .boite.pay-infos hr {
  margin-bottom: 40px;
  margin-top: 40px;
}
.cms-page-view .boite.pay-infos ul {
  margin-bottom: 1rem;
  padding-inline-start: 22px;
  font-size: 2.2rem;
}
.cms-page-view .boite.pay-infos ul li {
  list-style: disc;
  line-height: 46px;
  margin-bottom: 20px;
}
.cms-page-view .boite.pay-infos ul li img {
  margin-bottom: -9px;
  margin-left: 10px;
}
.cms-page-view .boite.pay-infos ul li img.ingenico {
  margin-bottom: -16px;
}
.cms-page-view .boite h2 {
  margin: 0 0 25px;
}
.cms-page-view .boite hr {
  border-top: 1px solid #0062a2;
}
.cms-page-view .boite .title-bloc {
  font-size: 16px;
}
.cms-page-view .boite .title-bloc p {
  margin: 12px 0;
}
.cms-page-view .boite .ship-bloc {
  overflow: hidden;
}
.cms-page-view .boite .ship-bloc &gt; div {
  width: 15%;
  float: left;
  height: 280px;
}
.cms-page-view .boite .ship-bloc &gt; div img {
  margin: 0 auto;
  display: block;
}
.cms-page-view .boite .ship-bloc:last-child &gt; div {
  height: 390px;
}
.cms-page-view .boite .ship-bloc address,
.cms-page-view .boite .ship-bloc p {
  margin-left: 1%;
  width: 84%;
  float: left;
}
.cms-page-view .boite .ship-bloc p.subtitle {
  text-transform: uppercase;
}
.cms-page-view .boite .ship-bloc p.subinfo {
  font-size: 16px;
  font-weight: bold;
}
.cms-page-view.cergyvis.cms-qui-sommes-nous .boite h2 {
  font-weight: 700;
}
.cms-page-view.cergyvis.cms-qui-sommes-nous .boite p.subtitle {
  font-weight: 300;
  font-size: 26px;
}
.category-catalogues .category_wrapper,
.category-techniplus .category_wrapper {
  overflow: visible;
}
.div-fabricants {
  float: left;
  margin: 10px 35px;
  width: 150px;
  position: relative;
}
.div-fabricants.tabul {
  margin: 10px 35px 10px 148px;
}
.div-catalogs {
  display: none;
  position: absolute;
  top: 0;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.9);
  width: 140%;
  min-height: 90%;
  padding: 5%;
  box-shadow: 0 0 3px #333;
  z-index: 10;
}
#div-catalog-4 {
  width: 160%;
}
.div-catalogs li {
  border-bottom: 1px solid;
  margin: 0;
  padding: 0;
}
.div-catalogs a {
  text-decoration: none;
}
.div-catalogs h3 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  cursor: default;
  margin: 0 0 10px 0;
}
.bloc-commande-rapide {
  margin-bottom: 10px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.sku-list,
form.txt-uploader {
  padding: 20px;
  margin: 0 0 20px;
  display: block;
  background-color: #ffffff;
  position: relative;
}
.sku-list .more-about-lists,
form.txt-uploader .more-about-lists {
  width: 300px;
  top: 54px;
  left: 40px;
  position: absolute;
  background-color: #f5f5f5;
  border: 1px solid #d0d0d0;
  box-shadow: 1px 1px 2px;
  padding: 10px;
  display: none;
  z-index: 99;
}
.sku-list span.more,
form.txt-uploader span.more {
  display: block;
  margin: 0 0 15px 22px;
  width: 100px;
}
.sku-list span.more span,
form.txt-uploader span.more span {
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
}
.sku-list h2,
form.txt-uploader label {
  display: block;
  padding: 0 0 0 21px;
  font-weight: 700;
  color: #0062a2;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
}
.sku-list table {
  width: 100%;
}
.sku-list table thead th {
  text-align: center;
  font-weight: 700;
  cursor: default;
  padding: 0;
}
.sku-list input {
  padding: 0 5px;
  margin: 10px;
}
.sku-list ul {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.sku-list ul li {
  padding: 0 8px;
  margin: 0;
}
.sku-list ul li:hover {
  cursor: pointer;
  background-color: #edf7fd;
}
.sku-list .chargement {
  background-color: #fff;
}
.sku-list .chargement img {
  display: block;
  margin: 0 40px 0 auto;
}
.sku-list .sku-list-results .chargement img {
  padding: 18px 0;
  margin: 0 auto;
}
.sku-list span.delete-line:hover {
  background: url("../../frontend/Webart/fixnvis2020/nl_NL/images/itemslist-sprite-hover.png") -24px 0;
}
form.txt-uploader button,
.sku-list button,
.sku-list table thead {
  background-color: #0062a2;
  color: #ffffff;
}
.sku-list-results {
  border: 1px solid #aaa;
  overflow: hidden;
  display: none;
  min-width: 260px;
  width: 0;
  position: absolute;
  top: 28px;
  left: 10px;
  z-index: 10;
}
tr#add-list-item td {
  display: block;
  width: 24px;
  height: 24px;
  margin: 10px 0;
  background: url("../../frontend/Webart/fixnvis2020/nl_NL/images/itemslist-sprite.png") 0 0;
  cursor: pointer;
  transition: all 400ms;
  padding: 0;
}
tr#add-list-item td:hover {
  background: url("../../frontend/Webart/fixnvis2020/nl_NL/images/itemslist-sprite-hover.png") 0 0;
}
.sku-list span.delete-line {
  display: block;
  width: 24px;
  height: 24px;
  margin: 10px auto 0;
  background: url("../../frontend/Webart/fixnvis2020/nl_NL/images/itemslist-sprite.png") -24px 0;
  cursor: pointer;
  transition: all 400ms;
}
#list-body tr {
  padding: 0;
}
#list-body tr td {
  position: relative;
  padding: 0;
}
#list-body tr td p {
  margin: 10px;
}
#list-body tr#line {
  display: none;
}
#list-body tr.rowOdd {
  background-color: #F3F3F3;
}
#add-list-item {
  background-color: #fff !important;
}
.sku-list .error-line {
  color: red;
  padding: 0 10px 5px;
  display: none;
  font-weight: bold;
}
.sku-list input[type='checkbox'] {
  padding: 0;
  margin: 0 10px 3px 0;
  width: auto;
}
.sku-list input[type='text'] {
  padding: 0;
  margin: 10px 0;
  margin-left: 5%;
  width: 90%;
  margin-right: 5%;
}
.lang_pro_fr.cms-qui-sommes-nous .text-block {
  color: #fff;
  padding-bottom: 20px;
}
.lang_pro_fr.cms-qui-sommes-nous .text-block h3 {
  padding: 0 20px 20px;
}
.lang_pro_fr.cms-qui-sommes-nous .text-block p {
  line-height: 28px;
}
.lang_pro_fr.cms-qui-sommes-nous .text-block p img {
  float: left;
  margin: 0 10px 0 40px;
}
.lang_pro_fr.cms-qui-sommes-nous .text-block.story {
  background-color: #262626;
}
.lang_pro_fr.cms-qui-sommes-nous .text-block.story p {
  padding: 0 20px 20px;
}
.lang_pro_fr.cms-qui-sommes-nous .text-block.chiffres {
  background-color: #FF6600;
}
.lang_pro_fr.cms-qui-sommes-nous .icons-block {
  max-width: 1110px;
  margin: 0 auto;
}
.lang_pro_fr.cms-qui-sommes-nous .icons-block .raison {
  float: left;
  margin: 10px 20px;
}
.lang_pro_fr.cms-qui-sommes-nous h2.sec-title {
  text-align: center;
  margin: 30px 0 10px;
  font-weight: bold;
}
.lang_pro_fr.cms-qui-sommes-nous .rea-wrapper.cms {
  display: block;
}
.lang_pro_fr.cms-qui-sommes-nous .rea-wrapper.allpages {
  display: none;
}
.rea-wrapper.cms {
  display: none;
}
.rea-wrapper.cms h3 {
  font-size: 36px;
  text-align: center;
  color: #fff;
}
.lang_pro_fr.cms-comptoir .content-area {
  position: relative;
  line-height: 0;
}
.lang_pro_fr.cms-comptoir .overlay {
  position: absolute;
  line-height: 1.4;
}
.lang_pro_fr.cms-comptoir .overlay.overlay1 {
  top: 15%;
  right: 0;
  width: 41%;
  background: #fff;
  background: #ffffffdd;
  padding: 30px 40px;
}
.lang_pro_fr.cms-comptoir .overlay.overlay1 h2 {
  font-size: 6rem;
  font-weight: 400;
  color: #FF6600;
}
.lang_pro_fr.cms-comptoir .overlay.overlay1 p {
  font-size: 3rem;
}
.lang_pro_fr.cms-comptoir .overlay.overlay2 {
  top: 0;
  left: 0;
  width: 60.5%;
  background: #333;
  background: #333333dd;
  height: 100%;
  color: #fff;
  line-height: 28px;
}
.lang_pro_fr.cms-comptoir .overlay.overlay2 p {
  font-size: 21px;
  margin-left: 40px;
}
.lang_pro_fr.cms-comptoir .overlay.overlay2 p:first-child {
  margin-top: 20%;
}
.lang_pro_fr.cms-comptoir .overlay.overlay2 p img {
  float: left;
  margin-right: 20px;
}
.lang_pro_fr.cms-comptoir .overlay.overlay3 {
  top: 24%;
  right: 0;
  background: #FF6600;
  padding: 30px 40px;
  color: #fff;
  line-height: 28px;
  width: 65%;
}
.lang_pro_fr.cms-comptoir .overlay.overlay3 p {
  font-size: 21px;
}
.lang_pro_fr.cms-comptoir .overlay.overlay3 p:last-child {
  margin-bottom: 0;
}
.lang_pro_fr.cms-comptoir .overlay.overlay3 p img {
  float: left;
  margin-right: 20px;
}
.itemCatContent {
  text-align: center;
  margin-left: calc(( 2 * -1%) / ( 2 - 1));
}
.itemCatContent .itemCat {
  position: relative;
  float: left;
  width: calc(((100% - ( 2 * 1%)) - 16px) /  2);
  height: auto;
  margin-left: calc(( 2 * 0.4%) / ( 2  - 1));
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
.itemCatContent .itemCat:hover .itemVisibleTitle {
  color: #111;
}
.itemCatContent .itemCatImage a {
  display: block;
  line-height: 0;
  padding: 20px;
}
.itemCatContent .itemCatImage a img {
  background: #fff;
  transition: transform .2s linear;
}
.itemVisibleTitle {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666;
  line-height: 17px;
  padding: 5px 0;
  margin: 0 10px;
  text-transform: uppercase;
  background-color: #ffffff;
  border-top: 1px solid #d8d8d8;
}
.itemVisibleTitle span {
  display: block;
}
.category_wrapper {
  position: relative;
}
.category-image {
  width: 168px;
  height: 168px;
  position: absolute;
  right: 0;
  top: -15px;
}
.page-title-wrapper {
  border-top: 3px solid #0062a2;
  width: 100%;
}
.category-description {
  text-align: justify;
  width: 100%;
  min-height: 120px;
  border-bottom: 3px solid #0062a2;
  margin-bottom: 20px;
}
.search.results .toolbar-products {
  margin: 10px 20px;
}
.search.results .products.wrapper.grid.products-grid {
  clear: both;
}
.search.results .product-item-name {
  display: block;
  min-height: 46px;
}
.bundle-options-wrapper .field.option {
  overflow: hidden;
}
.bundle-options-wrapper .product-info-price.cergyvis {
  display: none;
}
.price-wrapper {
  font-weight: bold;
}
.barre {
  font-weight: normal;
  text-decoration: line-through;
  margin-right: 10px;
  color: #d90000;
}
.promo-mark {
  position: absolute;
  top: 0;
  right: 40px;
  background: #0062a2;
  color: #FFF;
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  border-radius: 21px;
  font-weight: bold;
}
.cergyvis .bundle-options-wrapper .product-info-price.fixnvis {
  display: none;
}
.cergyvis .bundle-options-wrapper .product-info-price.cergyvis {
  display: block;
}
body.customer-pro .billing-address-same-as-shipping-block {
  height: 0;
  overflow: hidden;
}
body.customer-pro #billaddr .action-edit-address.tstX {
  height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
}
.item-info.error {
  background: #fae5e5;
}
.cart.item.message.error {
  margin: 0;
  padding: 6px 0 0 25px;
  padding-left: 35px;
}
.cart.item.message.error &gt; *:first-child:before {
  margin: 3px 0 0;
  top: 0;
  width: 30px;
}
body .opc-wrapper .shipping-address-item {
  line-height: 20px;
  padding: 10px 15px 10px 10px;
}
body .opc-wrapper .shipping-address-item.selected-item {
  border-color: #0062a2;
}
body .opc-wrapper .shipping-address-item.selected-item:after {
  background: #0062a2;
}
body .opc-wrapper .step-title {
  border: 0;
}
body .opc-block-summary .minicart-items-wrapper {
  padding: 0;
}
body .opc-block-summary .minicart-items-wrapper .product-item {
  float: left;
  width: 33.33%;
  background: #FFF;
  padding: 0;
}
body .opc-block-summary .minicart-items-wrapper .product-item .product {
  padding: 10px;
}
body .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-name {
  height: 62px;
  display: block;
}
body .opc-block-summary .minicart-items-wrapper .product-item .product .product-item-name-block {
  padding: 0;
  text-align: center;
}
body.shipping-step .opc-sidebar {
  display: none;
}
body.shipping-step .opc-wrapper {
  padding: 0;
  width: 100%;
}
body .fieldset &gt; .field.required.cergyonly &gt; .label:after {
  content: '';
  display: none;
}
.checkout-agreements-block {
  text-align: right;
  margin: 10px 0 10px;
  font-size: 13px;
}
.hipay-hosted .checkout-agreements-block {
  text-align: center;
}
.cergyonly {
  text-align: left;
  margin: 10px 0 0;
}
.cergyonly label {
  font-weight: 300 !important;
}
.cergyonly input {
  max-width: 300px;
}
.cergyonly textarea {
  max-width: 600px;
}
.payment-method-content.hidden {
  display: none !important;
}
.cergyvis .payment-method-content .payment-method-note {
  margin: 5px 0 20px;
}
.cergyvis .payment-method-content .actions-toolbar {
  max-width: 600px;
}
.cergyvis .payment-method-content .checkout-agreements-block {
  max-width: 600px;
}
.cergyvis .payment-method-content .checkout-agreements-block.hipay-agreement {
  max-width: initial;
}
.lang-fr .checkout-agreements-block {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
}
.checkout-index-index .opc-estimated-wrapper {
  overflow: hidden;
}
.checkout-index-index .minicart-wrapper {
  display: block;
  float: right;
}
.checkout-index-index .footer.content .hide-checkout,
.checkout-index-index .footer.content .collapsible.mobile-collapsible {
  display: none;
}
.checkout-index-index .footer.content .contact-bloc {
  float: right;
}
.checkout-index-index .discount-code {
  max-width: 45%;
}
.checkout-index-index .header.content {
  padding-top: 15px;
}
.checkout-index-index .opc-progress-bar {
  text-align: center;
  margin: 20px 0 0;
}
.checkout-index-index .checkout-shipping-address,
.checkout-index-index .checkout-billing-address,
.checkout-index-index .opc-payment,
.checkout-index-index .opc-block-shipping-information,
.checkout-index-index .opc-payment {
  background-color: #f5f5f5;
  padding: 22px 30px;
}
.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index .opc-block-summary .title,
.checkout-index-index .shipping-information .shipping-information-title,
.checkout-index-index .grand.totals .title,
.checkout-index-index .ship-via .shipping-information-title,
.checkout-index-index .items-in-cart .title {
  color: #0062a2;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary &gt; .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.checkout-shipping-method {
  background: #f5f5f5;
}
.checkout-shipping-method .step-title {
  padding: 10px 20px 0;
}
.checkout-shipping-method .actions-toolbar {
  text-align: left;
  background: #ffffff;
  padding-top: 20px;
}
.checkout-shipping-method .actions-toolbar .action.primary {
  padding: 20px 50px;
  font-size: 20px;
}
.lang_pro_fr .hipay-rea-top img,
.lang_fr .hipay-rea-top img {
  display: block !important;
}
.lang_pro_fr #shipping-bonlivraison {
  display: none !important;
}
.hipay-rea-top {
  text-align: left;
  margin-bottom: 20px;
  line-height: 40px;
}
.hipay-rea-top img {
  float: left;
  margin-right: 20px;
}
#checkout-error-message {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #333;
  background: #333333a1;
}
#checkout-error-message .wrapper {
  position: relative;
  max-width: 600px;
  margin: 60px auto 0;
  background: #FFF;
  padding: 10px 50px 50px;
}
#checkout-error-message .wrapper::before {
  content: "x";
  font-size: 40px;
  font-family: monospace;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px 10px;
  cursor: pointer;
}
.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;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.cms-noroute-index .not-found {
  margin-top: 50px;
}
.cms-noroute-index h1 {
  text-align: center;
}
.cms-noroute-index .btn404 {
  display: block;
  background: #0062a2;
  color: #fff;
  width: 128px;
  margin: 15px auto 15px;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.cms-noroute-index .btn404:hover {
  color: #a8ff12;
  text-decoration: none;
}
/**
     * Changement de mot de passe forcÃ©
     */
.cms-conditions-generales-de-vente ul li {
  list-style: disc;
}
.messagepop {
  background-color: transparent;
  background-color: #51515161;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
}
.messagepop .content {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  margin: 25px auto 0;
  text-align: left;
  width: 60vw;
  max-height: 80vh;
  padding: 25px 25px 20px;
  position: relative;
  overflow-x: auto;
}
.messagepop p.actions {
  text-align: center;
}
.closebtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}
.closebtn:hover {
  opacity: 1;
}
.closebtn:before,
.closebtn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.closebtn:before {
  transform: rotate(45deg);
}
.closebtn:after {
  transform: rotate(-45deg);
}
.messagepop ul &gt; li {
  list-style: disc;
}
.changepassword-needed .form-edit-account .fieldset:nth-child(2) {
  float: left;
}
.changepassword-needed .actions-toolbar .secondary,
.changepassword-needed .footer.content,
.changepassword-needed #header-account,
.changepassword-needed .fieldset.info,
.changepassword-needed #top-links-left,
.changepassword-needed #search_mini_form {
  display: none !important;
}
.page-wrapper .breadcrumbs {
  min-height: 20px;
}
.widget02avBackground {
  position: relative;
}
.widget02avBackground .webart_av_note {
  position: absolute;
  font-size: 22px;
  color: #333;
  left: 149px;
  bottom: 9px;
}
.category-description-bottom {
  clear: both;
  padding-top: 40px;
}
.category-description ul li {
  list-style-type: disc;
}
.wrn {
  position: absolute;
  bottom: 10px;
  background: #fff;
  padding: 10px 20px;
  font-weight: 700;
  border: 3px solid #0062a2;
  border-radius: 4px;
}
.wrn a {
  font-size: 17px;
  text-transform: uppercase;
}
/**
     * FlexBox @see https://codepen.io/camdenfoucht/pen/BVxawq
     */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox &gt; div {
  width: 300px;
  height: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
/* NO BORDER SPINNER */
.nb-spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #009688;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}
body.lang_en .english-msg,
body.lang_pro_fr .pro-msg {
  display: block !important;
}
body.lang_pro_fr .fieldset.bonlivraison {
  display: none !important;
}
.dataTable thead :empty {
  visibility: hidden;
}
.fixedHeader-floating &gt; thead &gt; tr &gt; th {
  display: inline-block !important;
}
.form-create-account .fieldset-fullname .fields {
  display: table;
  width: 100%;
}
.form-create-account .fieldset-fullname .fields .field {
  display: table-cell;
  float: none;
}
.form-create-account .fieldset-fullname .fields .field + .field {
  padding-left: 10px;
}
.form-create-account .fieldset .control .fieldset {
  padding: 0;
}
.message.notice {
  clear: both;
}
.accountpro-account-open #use_another_address-error,
.accountpro-account-open #delai_de_paiement-error,
.accountpro-account-open #mode_de_paiement-error {
  position: absolute;
  bottom: 15px;
  left: 32px;
}
.accountpro-account-open .field {
  position: relative;
}
.accountpro-account-open .field.input-radio {
  margin-top: 20px;
  padding-bottom: 38px;
}
.accountpro-account-open form .fields {
  display: table;
  width: 100%;
  padding: 6px 0;
}
.accountpro-account-open form .fields .field {
  display: table-cell;
  padding: 0 10px;
  width: 50%;
}
.accountpro-account-open form .fields .field.field-name-firstname {
  padding-left: 0;
}
.accountpro-account-open form .fields .field.field-name-lastname {
  padding-right: 0;
}
.accountpro-account-open form .field {
  padding: 0 10px;
}
.accountpro-account-open form .field.customer-name {
  padding: 0;
}
.accountpro-account-open form .contacts .fields.titre .field {
  width: 50%;
}
select#prefix {
  min-width: 70px;
}
.ajax.contact-index-index .page-title-wrapper,
.ajax.contact-index-index .page-footer {
  display: none;
}
.ajax.contact-index-index .white-popup {
  width: 80%;
  margin: 10% auto 0;
  background: #fff;
  padding: 20px;
}
.ajax.contact-index-index .white-popup a.action.create {
  width: 250px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
}
.ajax.contact-index-index .white-popup a.action.create.last {
  float: right;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^=sales-guest-] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^=sales-guest-] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.block-account {
  background: #0062a2;
  position: absolute;
  visibility: visible;
  display: block;
  height: 0;
  top: 31px;
  left: -5px;
  width: 200px;
  z-index: 999;
  padding: 0 10px;
  border: 0;
  overflow: hidden;
  transition: height 0s;
}
.block-account.open {
  height: 198px;
  transition: height 0.3s ease-out;
}
.block-account.open.acop {
  height: auto;
}
.block-account .block-title {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 7px;
  color: #fff;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
  font-size: 1.9rem;
  background: url('../../frontend/Webart/fixnvis2020/nl_NL/images/Sprites.png') no-repeat -592px -342px;
  padding-left: 42px;
  margin-bottom: 10px;
}
.block-account .block-title a {
  color: #fff;
}
.block-account ul.header.links {
  color: #fff;
  list-style: outside disc none;
  padding-left: 12px;
}
.block-account ul.header.links &gt; li {
  margin: 0 0 0 10px;
  display: list-item;
  list-style: outside disc none;
  clear: both;
}
.block-account ul.header.links a {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none !important;
  padding: 4px 0;
  display: block;
}
.block-account ul.header.links a:visited {
  color: #fff;
}
.counter-number {
  display: none;
}
.counter-label {
  background: #fff;
  color: #0062a2;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-weight: 700;
  margin-left: 5px;
}
.page-title-wrapper h1 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0062a2;
  margin: 5px 0;
  text-align: left;
  float: none;
}
.itemCatContent.home-group {
  border: 2px solid #0062a2;
  padding-right: 1%;
  margin-left: 0;
  margin-top: 25px;
  margin-bottom: 40px;
  border-radius: 15px;
}
.itemCatContent.home-group h2 {
  color: #0062a2;
  margin: -17px 0 10px 50px;
  padding: 0 15px 0 10px;
  text-align: left;
  background: #ffffff;
  float: left;
}
input.readonly {
  background-color: #d4d4d4;
  cursor: default;
  opacity: .6;
}
.cities {
  width: 59.6%;
  background: #f5f5f5;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}
.cities ul {
  margin: 0;
  padding: 0;
}
.cities ul li {
  margin: 0;
  padding: 2px 10px;
  cursor: pointer;
}
.cities ul li:hover {
  background-color: gainsboro;
}
.cities ul li:last-child {
  border-bottom: 1px solid #c2c2c2;
}
.box-tocart .action.tocart,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content &gt; .actions-toolbar &gt; .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.actions-toolbar {
  clear: both;
}
.checkout-index-index .form-shipping-address .field[name='shippingAddress.street.0'] label {
  display: none;
}
.checkout-index-index .form-shipping-address .field-tooltip {
  display: none;
}
.lang_pro_fr #shipping-zip-form .field[name='shippingAddress.region_id'],
.lang_fr #shipping-zip-form .field[name='shippingAddress.region_id'],
.lang_pro_fr .form-shipping-address .field[name='shippingAddress.region_id'],
.lang_fr .form-shipping-address .field[name='shippingAddress.region_id'] {
  display: none;
}
.cms_comptoir img {
  margin: 30px auto;
}
.cms_comptoir img:last-child {
  margin-bottom: 0;
}
.stock-info {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../frontend/Webart/fixnvis2020/nl_NL/images/Sprites.png) -602px -800px;
  padding: 0;
  margin: -2px 0 0 0;
}
.stock-info:hover:after {
  content: "Nos stocks sont mis Ã&nbsp; jour automatiquement toutes les minutes";
  position: absolute;
  top: -8px;
  left: 27px;
  width: 200px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #7ed957;
  border-radius: 5px;
  background: #fff;
  text-transform: initial;
}
.cstockdispo {
  width: 140px;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #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 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 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.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .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 {
  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 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 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;
}
.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-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.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-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close &gt; span,
.modal-popup .action-close &gt; span,
.modal-slide .action-close &gt; 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: 16px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  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: #1a1a1a;
}
.modal-custom .action-close {
  margin: 27.5px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 11px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 22px;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -14.4rem;
  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: 899;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Webart/fixnvis2020/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Webart/fixnvis2020/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Webart/fixnvis2020/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Webart/fixnvis2020/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  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: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .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 &gt; tbody &gt; tr &gt; th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes &gt; tbody &gt; tr &gt; td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  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 {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  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: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 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 {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] &gt; [data-element='link'],
[data-content-type='banner'] &gt; [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] &gt; [data-element='link']:hover,
[data-content-type='banner'] &gt; [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  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.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.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,
div.pagebuilder-button-link {
  line-height: 2.4rem;
  font-size: 2rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  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,
div.pagebuilder-button-link:visited {
  color: #0062a2;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #145fa3;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #0062a2;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #0062a2;
  border: 1px solid #0062a2;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #145fa3;
  border: 1px solid #145fa3;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #0062a2;
  border: 1px solid #0062a2;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[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'] &gt; [data-element='link'],
figure[data-content-type='image'] &gt; [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;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.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: .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: 1720px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] &gt; .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1720px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] &gt; [data-element='link'],
[data-content-type='slide'] &gt; [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] &gt; [data-element='link']:hover,
[data-content-type='slide'] &gt; [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: 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 .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] &gt; div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] &gt; img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] &gt; video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] &gt; iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  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;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.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 &gt; div,
div[data-content-type='slider'] .slick-track &gt; div,
div[data-content-type='slider'] .slick-slide &gt; div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-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 #cccccc;
  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 .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 #cccccc;
}
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 .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  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;
}
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,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax &gt; .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  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 &gt; .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion &gt; .item.title &gt; .switch {
  display: block;
}
.pagebuilder-accordion &gt; .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion &gt; .item.content:before,
.pagebuilder-accordion &gt; .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion &gt; .item.content:after {
  clear: both;
}
.pagebuilder-accordion &gt; .item.content.active {
  display: block;
}
.pagebuilder-accordion &gt; .item.title {
  margin: 0;
}
.pagebuilder-accordion &gt; .item.title &gt; .switch {
  border-top: 1px solid #cccccc;
  height: 44px;
  padding: 1px 11px 1px 11px;
  font-weight: 600;
  line-height: 44px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion &gt; .item.title &gt; .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion &gt; .item.title &gt; .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion &gt; .item.title &gt; .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion &gt; .item.title:not(.disabled) &gt; .switch:active,
.pagebuilder-accordion &gt; .item.title.active &gt; .switch,
.pagebuilder-accordion &gt; .item.title.active &gt; .switch:focus,
.pagebuilder-accordion &gt; .item.title.active &gt; .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion &gt; .item.content {
  background: #ffffff;
  margin: 0;
  padding: 11px 11px 33px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index &gt; .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 11px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 11px;
}
.magento-payments-review .magento-payments-review-title &gt; strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 33px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 44px;
  padding: 11px 0 0;
}
.block-minicart .block-content &gt; .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons &gt; div &gt; div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 33px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5.5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5.5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: 'â€¢';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider &gt; .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
#cart-quote-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#cart-quote-popup-wrapper {
  max-width: 80%;
  width: 620px;
  margin: 10vh auto;
  padding: 60px 30px;
  border: 4px solid #FF6600;
  background: #fff;
  border-radius: 38px;
  font-size: 22px;
}
#cart-quote-popup-wrapper h3 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
}
#cart-quote-popup-wrapper p {
  text-align: left;
}
#cart-quote-popup-wrapper a {
  text-transform: uppercase;
  margin: 0 20px;
  font-size: 18px;
  padding: 10px;
}
button#webart_quotation_popup {
  display: none;
  margin: 0 20px;
}
body.is_quote button#webart_quotation_popup {
  display: block;
}
.sp-methods-chronorelais {
  padding: 5px 20px;
}
.sp-methods-chronorelais dd li {
  clear: both;
}
.chronorelaismap {
  margin: 0 0 10px 0;
}
.chronorelaismap .mappostalcode {
  margin-bottom: 10px;
  text-align: right;
}
.sp-methods .method-description {
  clear: both;
}
.sp-methods .method-image {
  padding: 0 10px;
}
/*****************************
  sw-Gmap
  *******************************/
.chronomap {
  height: 250px;
  width: 100%;
  overflow: hidden !important;
  font: 82.5%/1.3 Arial, Helvetica, sans-serif;
  background-color: #E5E3DF;
  border: 1px solid #aaa;
}
.chronomap * {
  float: none;
  overflow: visible;
  font-family: Arial,sans-serif;
}
.chronomap a {
  color: #0000cc;
  outline: none;
}
.chronomap h4 {
  font-size: 1em;
  margin-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.chronomap h2 {
  font-size: 1em;
  margin: 2px 10px 6px 0;
  font-weight: bold;
}
/*****************************
  Infowindow
  *******************************/
.chronomap .sw-infowindow a {
  cursor: pointer;
}
#sw-infowindow-info {
  max-height: 400px;
}
#sw-infowindow-hor {
  height: 150px;
}
.sw-map-adresse-wrp {
  min-height: 90px;
}
.sw-map-adresse {
  font-size: 1em;
  margin: 5px 0 8px 0;
  line-height: 1.45em;
}
.sw-map-tools a {
  font-size: .9em;
}
.chronomap .sw-desc {
  display: block;
  font-weight: bold;
  line-height: 16px;
  float: none !important;
  width: auto;
}
.chronomap .sw-help {
  display: block;
  float: none !important;
  width: auto;
  clear: both;
}
.sw-map-itin-tools {
  font-size: .8em;
  padding: 8px 0;
  display: block;
}
.sw-back-link {
  font-size: .8em;
  display: block;
  text-align: right;
  margin: 0px;
}
#sw-sendbymail-wrap {
  height: 220px;
  overflow: hidden;
}
.chronomap .sw-textarea {
  height: 30px;
}
.sw-tool-itineraire {
  height: 220px;
}
/*****************************
  Tables
  *******************************/
.sw-table {
  border-collapse: collapse;
  width: 100%;
}
.sw-table td {
  font-size: 1em;
  border-bottom: 1px solid #ccc;
  padding: 1px 0px;
}
.sw-table th {
  background: #eee;
  font-size: 1em;
  border-top: 1px solid #555555;
}
#sw-table-horaire-client td,
#sw-table-horaire-depot td {
  width: 50%;
}
#sw-table-horaire-depot {
  margin-top: 8px;
}
#popup-map {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
#map-content {
  width: 80%;
  max-width: 980px;
  height: 80%;
  margin: 5% auto 0;
  background: #ffffff;
  border: 1px solid #555555;
  padding: 20px;
  position: relative;
}
#map-content .mfp-close {
  color: #2a2a2a;
}
#map {
  width: 49%;
  float: left;
  height: 84%;
}
#map-result {
  width: 49%;
  margin-right: 2%;
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 84%;
  cursor: pointer;
}
#map-result .p-item {
  padding: 5px 0 0;
  margin: 10px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 4px 8px;
}
#map-result .p-item h1 {
  padding: 0 0 0 50px;
  margin-bottom: 0 !important;
  border: none !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.map-type-mondialrelay_puntopackpointrelais #map-result .p-item h1,
.map-type-mondialrelay_pointrelais #map-result .p-item h1 {
  color: #ad004a;
}
.map-type-chronorelais_13h #map-result .p-item h1 {
  color: #009adf;
}
.map-type-shoptoshop_relay #map-result .p-item h1 {
  color: #009adf;
}
.map-type-tnt_relais #map-result .p-item h1 {
  color: #ff6600;
}
.map-type-colissimo_relais #map-result .p-item h1 {
  color: #f4b700;
}
.map-type-colissimo_seurrelais #map-result .p-item h1 {
  color: #5296d0;
}
#map-result .p-item .p-address {
  font-weight: bold;
  font-size: 12px;
  padding: 0 0 0 50px;
  margin: 0;
}
#map-result .p-item .info-link {
  background: url(../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/btn_details.png) no-repeat;
  text-indent: -999em;
  width: 20px;
  height: 20px;
  curor: pointer;
  position: absolute;
  top: 10px;
  right: 5px;
}
#map-result .p-item.is-active {
  background-color: #eeeeee;
}
#map-result .p-item .select-link {
  display: none;
}
#map-result .p-item.is-active .select-link {
  display: block;
  padding: 2px 10px;
  margin-top: 5px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}
.map-type-mondialrelay_puntopackpointrelais #map-result .p-item.is-active .select-link,
.map-type-mondialrelay_pointrelais #map-result .p-item.is-active .select-link {
  background-color: #ad004a;
}
.map-type-chronorelais_13h #map-result .p-item.is-active .select-link {
  background-color: #009adf;
}
.map-type-shoptoshop_relay #map-result .p-item.is-active .select-link {
  background-color: #009adf;
}
.map-type-tnt_relais #map-result .p-item.is-active .select-link {
  background-color: #ff6600;
}
.map-type-colissimo_relais #map-result .p-item.is-active .select-link {
  background-color: #f4b700;
}
.map-type-colissimo_seurrelais #map-result .p-item.is-active .select-link {
  background-color: #5296d0;
}
/*#map-result .icon-1 {background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon_1.png");}*/
/*#map-result .icon-2 {background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon_2.png");}*/
/*#map-result .icon-3 {background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon_3.png");}*/
/*#map-result .icon-4 {background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon_4.png");}*/
/*#map-result .icon-5 {background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon_5.png");}*/
/*#map-result .icon-6 {background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon_6.png");}*/
/*#map-result .icon-7 {background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon_7.png");}*/
/*#map-result .icon-8 {background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon_8.png");}*/
/*#map-result .icon-9 {background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon_9.png");}*/
/*#map-result .icon-10 {background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon_10.png");}*/
.map-type-mondialrelay_puntopackpointrelais #map-result .p-item,
.map-type-mondialrelay_pointrelais #map-result .p-item {
  background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/mondialrelay/mapicon.png");
}
.map-type-chronorelais_13h #map-result .p-item {
  background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/chronorelais/mapicon.png");
}
.map-type-shoptoshop_relay #map-result .p-item {
  background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/shoptoshop/mapicon.png");
}
.map-type-tnt_relais #map-result .p-item {
  background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/tnt/mapicon.png");
}
.map-type-colissimo_relais #map-result .p-item {
  background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/colissimo/mapicon.png");
}
.map-type-colissimo_seurrelais #map-result .p-item {
  background-image: url("../../frontend/Webart/fixnvis2020/nl_NL/Webart_Shipping/images/seur/mapicon.png");
}
#map-result .p-item .p-details {
  margin: 10px 10px 10px 20px;
}
#map-result .p-item .p-details td.day {
  font-weight: bold;
  padding: 1px;
  padding-right: 30px;
}
#map-result .p-item .p-details td.hours {
  padding: 1px;
}
#map-content label {
  font-weight: bold;
}
input#postcode_input {
  max-width: 200px;
  margin: 0 6px 10px;
}
input#street_input {
  max-width: 300px;
  margin: 0 6px 20px;
}
label#street_input-error {
  position: absolute;
  left: 113px;
  top: 51px;
  color: red;
}
#select_postcode {
  margin-top: -4px;
}
#map-title {
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.map-type-mondialrelay_puntopackpointrelais #map-title,
.map-type-mondialrelay_pointrelais #map-title {
  color: #ad004a;
}
.map-type-chronorelais_13h #map-title {
  color: #009adf;
}
.map-type-shoptoshop_relay #map-title {
  color: #009adf;
}
.map-type-tnt_relais #map-title {
  color: #ff6600;
}
.map-type-colissimo_relais #map-title {
  color: #f4b700;
}
.map-type-colissimo_seurrelais #map-title {
  color: #5296d0;
}
.pickup-address {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  text-indent: 0;
  line-height: 20px;
  background: #ffffff;
}
.checkout-cart-index #pickup-selected {
  clear: both;
  margin: -15px 0 10px;
}
.relay-global-detail {
  padding: 10px 10px 10px 75px;
  position: relative;
}
.relay-global-detail .shipping-image {
  position: absolute;
  top: 10px;
  left: 10px;
}
.ship-via {
  position: relative;
  min-height: 120px;
}
.ship-via img {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.ship-via .shipping-information-content {
  padding: 0 80px;
  font-size: 15px;
  text-align: center;
}
.pickup-address .name {
  display: block;
}
.pickup-address .message {
  text-decoration: underline;
  margin: 0;
  text-indent: 0;
  display: inline-block;
  white-space: nowrap;
}
#map-type-mondialrelay_puntopackpointrelais .name,
#pickup-address-mondialrelay_pointrelais .name {
  color: #ad004a;
}
#pickup-address-chronorelais_13h .name {
  color: #009adf;
}
#pickup-address-tnt_relais .name {
  color: #ff6600;
}
#pickup-address-colissimo_relais .name {
  color: #f4b700;
}
#pickup-address-colissimo_seurrelais .name {
  color: #5296d0;
}
.change-relay {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  display: block;
}
#ship_oos_info {
  text-align: center;
  font-weight: bold;
}
#ship_oos_info span {
  font-weight: normal;
}
#ship_oos_info a {
  cursor: pointer;
}
#popup-shipping {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
#shipping-additionnal {
  background: #fff;
  width: 500px;
  margin: 20px auto;
  padding: 50px;
  max-width: 80%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 80vh;
}
#shipping-additionnal h4 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
}
#shipping-additionnal h4.liv-sub {
  text-align: left;
  color: #666;
}
#shipping-additionnal .bloc-add-shipping {
  width: 100%;
  margin: 10px 0;
}
#shipping-additionnal .bloc-add-shipping .innr {
  padding: 8px;
  background: #ccc;
  border-radius: 4px;
  position: relative;
  border: 3px solid #ccc;
}
#shipping-additionnal .bloc-add-shipping .innr.selected {
  border: 3px solid #FF6600;
}
#shipping-additionnal .bloc-add-shipping .innr p {
  padding-left: 23px;
  font-weight: bold;
  font-size: 16px;
  color: #555;
}
#shipping-additionnal .bloc-add-shipping label {
  font-size: 21px;
  font-weight: bold;
}
#shipping-additionnal .add-ship-price {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
#shipping-additionnal a.action {
  float: right;
  margin-top: 30px;
}
#shipping-additionnal a.action.cancel {
  float: left;
  background: #888;
  border: 1px solid #888;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label &gt; 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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 11px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.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:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5.5px 44px 5.5px 11px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.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: #999999;
  position: absolute;
  right: 7px;
  top: 5.5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms &gt; li {
  display: inline-block;
  margin-right: 11px;
}
.search.found {
  margin-bottom: 11px;
}
.cart-container .form-cart .item-info .action.action-edit {
  display: none;
}
.cart.table-wrapper .actions-toolbar &gt; .action-delete {
  position: absolute;
  right: 10px;
  top: 12px;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar &gt; .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: luma-icons;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .product-item-sku {
  display: block;
}
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary &gt; .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing &gt; .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname &gt; .label,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button &gt; .action.split span,
.product-items .wishlist.split.button &gt; .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset &gt; .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .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;
}
.form-cart .product-item-name {
  min-height: 44px;
  margin-bottom: 0;
}
.form-cart .head {
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  width: calc(100% - 20px);
  padding: 10px 0;
  border: 1px solid #cccccc;
  float: left;
  background: #f5f5f5;
}
.form-cart .head span {
  display: inline-block;
  text-align: center;
}
.form-cart .head.last {
  display: none;
}
.form-cart .col.name,
.form-cart .head span.name {
  width: 49%;
}
.form-cart .col.uprice,
.form-cart .head span.uprice {
  width: 18%;
  text-align: center;
}
.form-cart .col.qty,
.form-cart .head span.qty {
  width: 12%;
}
.form-cart .col.subtotal,
.form-cart .head span.subtotal {
  width: 15%;
  text-align: center;
}
.form-cart .item-info {
  position: relative;
  overflow: hidden;
  page-break-inside: avoid !important;
}
.form-cart .item-info .message.notice {
  margin: 0 0 20px 20px;
}
.form-cart .col {
  display: block;
  float: left;
  min-height: 80px;
  margin: 5px 0;
}
.form-cart .col.actions {
  width: 3%;
}
.form-cart .col.name {
  cursor: pointer;
}
.form-cart .col.subtotal span.price-excluding-tax,
.form-cart .col.uprice span.price-excluding-tax {
  line-height: 40px;
}
.form-cart a.product-item-photo {
  float: left;
  margin: 0 10px;
  height: 80px;
}
.form-cart .product-item-details {
  float: left;
  width: calc(100% - 100px);
}
.form-cart .field.qty {
  margin: 0;
  float: none;
}
.form-cart .field.qty label {
  display: block !important;
  float: left;
  line-height: 32px;
  margin-right: 10px !important;
}
.form-cart .field.qty .control {
  float: none;
  margin-right: 0;
  margin-top: 5px;
}
.table-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.table-wrapper.fullcart {
  margin-bottom: 10px;
  height: auto;
  max-height: 70vh;
  overflow-y: scroll;
  padding: 0;
  clear: both;
  border-bottom: 1px solid #cccccc;
}
.table-wrapper .items {
  border-left: 1px solid #cccccc;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
}
.paypal-review-discount .actions-toolbar .action.action-cancel,
.cart-discount .actions-toolbar .action.action-cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
  line-height: 16px;
}
.paypal-review-discount .actions-toolbar .action.action-cancel:not(:focus),
.cart-discount .actions-toolbar .action.action-cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.paypal-review-discount .actions-toolbar .action.action-cancel:hover,
.cart-discount .actions-toolbar .action.action-cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.primary:hover {
  background: #e1e1e1;
}
.paypal-review-discount .actions-toolbar .action.action-cancel:active,
.cart-discount .actions-toolbar .action.action-cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.primary:active {
  background: #e2e2e2;
}
body.checkout-cart-index .product-item-details a {
  color: #0062a2;
  text-decoration: none;
}
body.checkout-cart-index #shipping-zip-form {
  background: #f5f5f5;
}
body.checkout-cart-index #shipping-zip-form .fieldset.estimate {
  padding: 10px 20px 0;
}
body.checkout-cart-index .block.shipping .legend {
  color: #0062a2;
  font-weight: 700;
}
body.checkout-cart-index .block.shipping fieldset.estimate .field {
  float: left;
  width: 46%;
  margin-right: 10px;
}
body.checkout-cart-index .block.shipping fieldset.estimate .field.note {
  width: 100%;
  clear: both;
}
body.checkout-cart-index #co-shipping-method-form {
  clear: both;
  width: 100%;
  background: #f5f5f5;
}
body.checkout-cart-index #co-shipping-method-form .field.note {
  padding: 30px 20px;
  text-align: center;
  font-size: 15px;
}
body.checkout-cart-index #co-shipping-method-form .fieldset.rate {
  padding: 10px 20px 0;
}
.shipping-labels p,
.main-shipping-notice {
  color: #0062a2;
  font-size: 2rem;
  margin-bottom: 8px;
  text-align: center;
}
.link-euro {
  display: block;
  background-color: #f5f5f5;
  text-align: center;
}
.info-promo p,
.info-promo-next p {
  color: #0062a2;
  font-weight: 700;
  margin: 10px;
  padding: 20px 20px 0;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 0;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.grand.totals,
.table-wrapper,
.cart-summary &gt; .title {
  padding: 0 20px;
}
.cart-summary &gt; .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
}
.cart-summary .checkout-methods-items.is_quotation .action.primary.checkout {
  bottom: 40px;
}
.cart-summary .checkout-methods-items.is_quotation #quotation-link {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 40px;
  font-size: 22px;
  background: #fff;
}
.cart-summary .checkout-methods-items.is_quotation #quotation-link a {
  text-decoration: underline;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.shipping-labels {
  overflow: hidden;
}
.shipping-labels p {
  width: 48%;
  margin: 0 1%;
  float: left;
  display: block;
}
.block p:last-child {
  margin: 0;
}
.field.choice.item {
  clear: both;
  cursor: pointer;
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
}
.field.choice.item:hover .shipping_description {
  display: block;
}
.cart-col {
  display: block;
  float: left;
  height: 60px;
  padding: 5px 0;
}
.cart-col.col-price,
.cart-col.col-method,
.cart-col.col-image {
  text-align: center;
  min-width: 60px;
  width: 20%;
}
.cart-col.col-method input {
  margin: 25px 0 0;
}
.cart-col.col-price span span {
  line-height: 60px;
}
.cart-col.col-carrier {
  min-width: 100px;
  width: 40%;
  text-align: center;
  max-width: initial;
}
.cart-col.col-carrier label {
  line-height: 30px;
  font-weight: 700;
  color: #0062a2;
}
.cart-col img.shipping-image {
  margin: 0;
  max-width: 100%;
}
img.shipping-image {
  margin-top: 5px;
  width: 60px;
  height: 60px;
}
.shipping_time {
  font-size: 12px;
  font-weight: 700;
  color: #777;
}
.col-image,
.col-method,
.col-price,
.col-method,
.col-carrier {
  vertical-align: middle;
}
.row-description {
  position: relative;
  height: 76px;
  width: 1%;
  display: block;
}
.shipping_description {
  display: none;
}
.shipping_description .boite.shipping-cms {
  color: #0062a2;
  position: absolute;
  width: 320px;
  max-width: 90vw;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #cccccc;
  left: -321px;
  top: 75px;
  z-index: 5;
}
.shipping_description h4 {
  margin: 0 22px 10px;
  font-size: 18px;
  text-align: center;
}
.shipping_description p {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 14px;
}
.shipping_description p.subtitle {
  font-weight: 700;
}
.cergyvis .opc-payment-additional.discount-code {
  display: none;
}
#pickup-selected {
  float: right;
  text-align: center;
  max-width: 300px;
  margin-right: 180px;
}
#shipping-method-buttons-container {
  position: absolute;
  bottom: -100px;
  right: 0;
}
.block-minicart .items-total {
  margin: 0;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 3px;
  text-align: right;
}
.block-minicart .subtotal .label,
.block-minicart .subtotal .price-container {
  float: left;
}
.block-minicart .amount .price-wrapper:first-child .price {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 33px 0 22px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content &gt; .actions {
  margin-top: 15px;
}
.block-minicart .block-content &gt; .actions &gt; .secondary {
  text-align: center;
  float: left;
  margin: 0;
  width: 50%;
}
.block-minicart .block-content &gt; .actions &gt; .secondary .action.viewcart {
  padding: 10px 6px;
  font-size: 12px;
}
.block-minicart .block-content &gt; .actions &gt; .primary {
  float: right;
  margin: 0;
  width: 50%;
}
.block-minicart .block-content &gt; .actions &gt; .primary .action.primary {
  padding: 10px 3px;
  display: block;
  width: 100%;
}
.block-minicart .block-content &gt; .actions &gt; .primary .action.primary,
.block-minicart .block-content &gt; .actions &gt; .secondary .action.viewcart {
  line-height: 10px;
  background: #0062a2;
  border: 1px solid #0062a2;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  vertical-align: middle;
}
.block-minicart .block-content &gt; .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  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 #bbbbbb 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: 10px 20px;
  width: 300px;
  font-size: 14px;
  line-height: 1.5em;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  position: absolute;
  bottom: 4px;
  right: 0;
}
.minicart-wrapper .product .actions &gt; .primary,
.minicart-wrapper .product .actions &gt; .secondary {
  display: inline;
}
.minicart-wrapper .product .actions &gt; .primary:not(:last-child),
.minicart-wrapper .product .actions &gt; .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.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 {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close &gt; 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: 16px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart:hover {
  color: #7ed957;
}
.minicart-wrapper .action.showcart:hover:before {
  background-position: -103px -2px;
}
.minicart-wrapper .action.showcart:hover .text {
  color: #7ed957;
}
.minicart-wrapper .action.showcart:hover .counter-label {
  background: #7ed957;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader &gt; img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 -20px;
  padding: 0 10px;
  min-height: 85px;
  max-height: 50vh;
  overflow-x: auto;
  overflow-y: scroll;
  clear: both;
  border-left: 0;
  border-right: 0;
}
#mini-cart {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 0 5px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  page-break-inside: avoid !important;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5.5px;
}
.minicart-items .product-item-name {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-pricing {
  margin-top: -5px;
  cursor: default;
}
.minicart-items .product-item-details {
  position: relative;
}
.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: 5.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 11px;
}
.minicart-items .product &gt; .product-item-photo,
.minicart-items .product &gt; .product-image-container {
  float: none;
  display: block;
  margin: 0 auto 5px;
  width: 75px;
  height: 85px;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 44px 5.5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5.5px;
  position: static;
}
.minicart-items .product .active &gt; .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip &gt; 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 .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 11px;
  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.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit &gt; span,
.minicart-items .action.delete &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  padding: 0;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  display: block;
  height: auto;
  margin: 10px auto 0;
  max-width: 100%;
  position: static;
}
.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: ': ';
}
.checkout-container {
  margin: 0 0 22px;
}
.opc-wrapper {
  margin: 0 0 22px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.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;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5.5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 11px;
  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;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.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: #333333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action &gt; 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: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
._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: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  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: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 16px;
  margin-top: 11px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 22px;
  padding: 22px 38px 22px 22px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  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 22px;
}
.opc-wrapper .action-show-popup &gt; span:before {
  content: '+';
  padding-right: 5.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 22px 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: 22px 0;
  padding: 0 20px 20px;
  font-weight: 700;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 22px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 11px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 33px;
}
.opc-block-shipping-information {
  padding: 0 33px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 22px;
  position: relative;
}
.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 22px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 22px;
  padding: 22px 33px;
}
.opc-block-summary &gt; .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  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 &gt; .title {
  border-bottom: 1px solid #cccccc;
  padding: 11px 44px 11px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart &gt; .title &gt; 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 &gt; .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart &gt; .title:after {
  position: absolute;
  right: 0;
  top: 11px;
}
.opc-block-summary .items-in-cart &gt; .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active &gt; .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -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 11px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 27.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: -66px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.1rem;
  border-bottom: 0;
  margin-bottom: 27.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5.5px;
}
.block-authentication .actions-toolbar &gt; .secondary {
  padding-top: 27.5px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 11px;
}
.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: 44px;
  padding-top: 44px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 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 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.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 + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 22px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 22px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 22px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 11px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 22px;
}
.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: 22px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 22px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.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 {
  border-top: 1px solid #cccccc;
  padding: 22px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 11px;
  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: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 22px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5.5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields &gt; .year {
  padding-left: 5.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard &gt; .field.cvv &gt; .control {
  display: inline-block;
  padding-right: 22px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset &gt; .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 22px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 33px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 22px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 11px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5.5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 11px 11px 22px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5.5px 11px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 11px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 27.5px;
  padding: 0 11px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 11px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 11px 41px 0 11px;
  position: relative;
  text-transform: uppercase;
  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: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active &gt; .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 11px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 11px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.block.newsletter {
  margin-bottom: 20px;
}
.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: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  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;
}
.table-wrapper.billing-agreements {
  margin-bottom: 44px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 22px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 11px auto 5.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 27.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 11px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 11px;
}
.paypal-review .paypal-review-title &gt; strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 33px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.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 #cccccc;
  margin: 0 0 44px;
  padding: 11px 0 0;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.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: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result &gt; span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result &gt; span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result &gt; span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 22px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 22px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 22px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings &gt; .label {
  font-weight: 600;
  margin-bottom: 11px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 52.8px;
  margin-top: 11px;
}
.review-list {
  margin-bottom: 33px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 22px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 11px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
  margin: 0 0 22px;
}
.review-content {
  margin-bottom: 22px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 22px;
}
.product-reviews-summary {
  margin-bottom: 5.5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 22px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 11px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 22px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 11px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
  font-weight: 600;
  margin-bottom: 22px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 22px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.form-create-return .field .control &gt; 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: 22px;
}
.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;
}
.order-links .item {
  line-height: 44px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #f5f5f5;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 44px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 11px;
}
.order-details-items .order-title &gt; strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-top: 10px;
}
.order-details-items .table-order-items tbody td ul.items-qty {
  margin: 0;
  padding: 0;
}
.order-details-items .table-order-items tbody td ul.items-qty li {
  margin: 0;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody &gt; .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody &gt; .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items .col {
  padding-left: 10px;
  padding-right: 10px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.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 .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content &gt; strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content &gt; strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 22px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item &gt; strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current &gt; strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 11px 1.8rem;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.page-main &gt; .page-title-wrapper .page-title + .action {
  margin-top: 33px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 11px;
  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 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #145fa3;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #0062a2;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 11px;
}
.page-footer {
  margin-top: 27.5px;
}
.footer.content {
  padding-top: 22px;
  overflow: hidden;
}
.footer.content .links &gt; li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 11px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  display: block;
  padding: 11px;
  text-align: center;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 44px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 22px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.search.results .products-grid ol.product-items li.product-item {
  width: 16.5%;
}
.search.results .products-grid ol.product-items li.product-item .product-item-info {
  text-align: center;
  padding: 10px;
  margin: 10px;
}
.search.results .products-grid ol.product-items li.product-item .product-item-info .product-item-name {
  margin: 0;
  min-height: 88px;
}
.search.results .products-grid ol.product-items li.product-item .product-item-inner &gt; .product-item-actions {
  float: none;
  padding: 0;
}
.products-grid ol.product-items {
  padding: 0;
}
.products-grid ol.product-items li.product-item {
  width: 25%;
  float: left;
}
.products-grid ol.product-items li.product-item .product-item-info {
  padding: 20px;
  border: 1px solid #d8d8d8;
  margin: 20px;
}
.products-grid ol.product-items li.product-item .product-item-info .product-item-name {
  margin-bottom: 15px;
}
.products-grid ol.product-items li.product-item .box-tocart {
  float: left;
}
.products-grid ol.product-items li.product-item .product-item-inner {
  overflow: hidden;
  margin-top: 10px;
}
.products-grid ol.product-items li.product-item .product-item-inner .comment-box {
  margin-bottom: 10px;
}
.products-grid ol.product-items li.product-item .product-item-inner &gt; .product-item-actions {
  float: left;
  line-height: 34px;
  padding: 0 0 0 15px;
}
.wishlist-index-index .actions-toolbar {
  padding: 0 20px;
}
.page-products .columns {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 33px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 27.5px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 11px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5.5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.product-category-description ul {
  padding: 0 20px;
  margin: 0;
}
.product-category-description ul li {
  margin: 12px 0;
}
.account tbody tr.odd {
  background: #eee;
}
.account tbody tr.odd:hover,
.account tbody tr:hover {
  background: #fff;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  background: #f5f5f5;
  padding: 22px 30px;
}
.account .table-wrapper.orders-recent {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  border: 0 none;
}
.account.customer-account-index .block {
  margin-bottom: 20px;
  padding-top: 10px;
}
.account.sales-order-view .page-title-wrapper .page-title {
  display: inline-block;
  margin: 8px 5px 0 0;
}
.account.sales-order-view .page-title-wrapper .order-date {
  margin: -5px 0 20px;
}
.account .block {
  background-color: #f5f5f5;
  padding: 20px;
  overflow: hidden;
}
.account .block .block-title {
  line-height: 1.3333em;
  text-transform: uppercase;
  border-bottom: 1px solid #c6c6c6;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 2.2rem;
}
.account .block .block-title strong {
  font-weight: 300;
}
.account .block-order-details-view .block-content:not(.widget) .box {
  margin-bottom: 0;
  padding: 0 10px;
}
.account .page-title-wrapper {
  margin-bottom: 30px;
}
.account .toolbar .pager .pages,
.account .toolbar .pager .limiter,
.account .toolbar .pager .toolbar-amount {
  width: 33%;
  display: inline-block;
}
.account .toolbar .pager .limiter {
  text-align: right;
}
.return-status,
.order-status {
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.sales-order-print .page-wrapper,
.sales-order-print .table tfoot,
.sales-order-print .order-details-items tfoot td,
.order-status,
.order-details-items,
.order-details-items tfoot,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.login-container .block .block-title,
.form-create-account .legend,
.accountpro-account-open .legend,
.form.contact .legend {
  font-size: 16px;
  line-height: 1.3333em;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 0;
  background: #f5f5f5;
}
.login-container .block .block-title strong,
.form-create-account .legend strong,
.accountpro-account-open .legend strong,
.form.contact .legend strong {
  font-weight: 300;
}
.login-container .block .block-content,
.form-create-account .fieldset,
.accountpro-account-open .columns .fieldset,
.form.contact .fieldset {
  padding: 10px;
  background: #f5f5f5;
  margin-bottom: 10px;
}
.login-container {
  overflow: hidden;
  margin-top: 30px;
}
.login-container .block .block-content {
  min-height: 120px;
}
.block.block-new-customer {
  padding-bottom: 80px;
}
.block.block-customer-login .block-content.not-in-ajax,
.block.block-new-customer .block-content.not-in-ajax {
  display: block !important;
}
.block.block-customer-login .actions-toolbar,
.block.block-new-customer .actions-toolbar {
  line-height: 16px;
  margin-left: 10px;
}
.block.block-customer-login .actions-toolbar a,
.block.block-new-customer .actions-toolbar a {
  line-height: 16px;
}
#login-pro_info {
  display: none;
  color: #0062a2;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  padding: 0 10px;
}
.block-customer-login {
  border: 2px solid #fff;
}
.block-customer-login.active {
  border: 2px solid #0062a2;
}
.block-customer-login.active #login-pro_info {
  display: block;
}
.action.primary {
  border-radius: 3px;
}
.action.primary.selector {
  position: relative;
}
.action.primary.selector a {
  display: none !important;
  position: absolute;
  top: 73px;
  left: 0;
  margin: 0;
  width: 235px;
  padding-left: 0;
  padding-right: 0;
}
.action.primary.selector a.first {
  top: 36px;
}
.action.primary.selector.cust-active a {
  display: block !important;
}
.customer-dob {
  position: relative;
}
input._has-datepicker {
  padding-left: 38px;
}
.ui-datepicker-trigger {
  position: absolute;
  left: 6px;
  top: 6px;
}
.password-strength-meter {
  display: none;
}
.form-edit-account &gt; fieldset {
  width: 48%;
  float: left;
}
.form-login .login .field.note {
  width: 100%;
}
.form-login .login .field.email {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
}
.form-login .login .field.password {
  width: 48%;
  margin-left: 2%;
  display: inline-block;
}
#netreviews_reviews_tab {
  background-color: #f9f9f9;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  width: 100%;
  position: relative;
}
/*#netreviews_reviews_tab * {*/
/*font-family: "Nunito", Arial, Helvetica, sans-serif !important;*/
/*}*/
/* Rating */
#netreviews_rating_section {
  display: block;
  padding: 15px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E7E9EE;
  margin: 0px auto;
}
.netreviews_rating_header {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  height: 70px;
  min-height: 70px;
  text-align: center;
}
.netreviews_logo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 200px;
  height: auto;
}
.netreviews_certification,
.netreviews_certification:active,
.netreviews_certification:visited {
  color: #96a0aa;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: color 0.2s;
  font-weight: 600;
}
.netreviews_certification:hover {
  color: #2f2f2f;
  text-decoration: none;
  font-size: 14px;
}
.netreviews_rating_content {
  width: 100%;
  display: block;
  position: relative;
  height: 180px;
  min-height: 180px;
  margin-top: 15px;
}
.netreviews_global_rating {
  display: block;
  width: 50%;
  margin: 0px;
  border-right: solid #DDDDDD 2px;
  position: absolute;
  top: 25px;
  left: 0px;
  padding: 0px;
}
.netreviews_note_generale {
  display: block;
  font-size: 58px;
  font-weight: lighter;
  margin: 0px auto;
  width: 100%;
  padding: 0px;
  text-align: center;
}
.netreviews_note_generale span {
  font-size: 30px !important;
}
.netreviews_subtitle {
  display: block;
  font-size: 16px;
  color: #96a0aa;
  width: 100%;
  text-align: center;
  padding: 9px 0px 0px 0px;
  margin: 0px;
}
.netreviews_global_rating_details {
  display: block;
  width: 50%;
  margin: 0px;
  position: absolute;
  top: 25px;
  right: 0px;
  padding: 0px;
}
.netreviews_rates_list {
  margin: 0px auto;
  border: 0;
  width: 200px;
  display: flex;
  flex-direction: row;
  padding: 0px;
}
.netreviews_rate_list_item {
  display: flex;
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
  width: 23px;
  float: left;
  padding-top: 110px;
  margin-right: 15px;
  color: #FFCD00;
  cursor: pointer;
}
.netreviews_rate_list_item span {
  margin-right: 3px;
}
.netreviews_rate_list_star_image {
  width: 12px;
  height: 12px;
  margin-top: 4px;
}
.netreviews_rate_graph {
  height: 100px;
  width: 25px;
  left: 0;
  /*pour IE 10/11*/
  top: 0;
  position: absolute;
  padding-right: 20px;
}
.netreviews_rate_percent {
  background: #FFCD00;
  min-height: 1px;
  margin-top: 2px;
  width: 25px;
  bottom: 0;
  position: absolute;
  left: 0;
  transition: background 0.2s;
}
.netreviews_rate_percent:hover {
  cursor: pointer;
  background: #fbdb5a;
}
span[class^="netreviews_rate_total"] {
  color: #a6b1b8;
  margin-top: -25px;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
/* Button */
#netreviews_button_more_reviews {
  display: block;
  width: 100%;
  margin: 0px;
  text-align: center;
  padding: 20px 0px 0px 0px;
}
#netreviews_button_more_reviews .netreviews_button {
  display: block;
  margin: 0px auto;
  padding: 5px 0px;
  width: 250px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  background-color: #a7a8a9;
  transition: background-color 0.2s;
  font-family: Nunito;
  cursor: pointer;
}
#netreviews_button_more_reviews .netreviews_button:hover,
#netreviews_button_more_reviews .netreviews_button:active {
  background-color: #656565 !important;
  text-decoration: none !important;
}
#netreviews_button_more_reviews &gt; a.active {
  background-color: #656565 !important;
  text-decoration: none !important;
  background-image: url('../../frontend/Webart/fixnvis2020/nl_NL/images/load.gif');
  background-repeat: no-repeat;
  background-position: 5px center;
}
#avisVerifiesAjaxImage {
  background-image: url('../../frontend/Webart/fixnvis2020/nl_NL/images/loadFull.gif');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 90%;
  height: 100px;
}
.netreviews_button_comment {
  text-decoration: none;
  color: #a7a8a9;
  transition: color 0.2s;
  display: block;
  width: 100%;
  padding: 20px 0px 0px 0px;
  margin: 0px;
}
.netreviews_button_comment:hover {
  text-decoration: none;
  color: #2f2f2f;
}
.netreviews_more_comment {
  width: 15px;
  margin-right: 5px;
}
.reviewInfosAV .netreviews-stars .netreviews_bg_stars {
  margin: 0px 5px;
}
.netreviews-stars a,
.netreviews-stars a:hover,
.netreviews-stars a:active,
.netreviews-stars a:visited {
  line-height: 34px;
  font-size: 14px;
  display: block;
  text-decoration: underline;
  border: none;
  box-shadow: none;
  margin: 0px 0px 0px 8px;
  float: left;
  cursor: pointer;
}
/* Filters */
.netreviews_filtering_section {
  width: 100%;
  margin: 0px auto;
  display: block;
  background: transparent;
  padding: 15px 0px 10px 0px;
  text-align: center;
  font-size: 15px;
  color: #96a0aa;
}
.netreviews_filtering_section select {
  font-size: 14px;
  width: auto;
  line-height: 15px;
  text-align: left;
  display: inline;
  outline: none;
  cursor: pointer;
}
/* Reviews */
.netreviews_reviews_section {
  width: 100%;
  display: block;
  padding: 0px 0px 30px 0px;
  margin: 0px;
}
.netreviews_review_part {
  padding: 25px 15px;
  border-bottom: 3px solid #ffffff;
  width: 85%;
  margin: 0px auto;
  display: block;
}
.netreviews_review_part:first-child {
  border-top: 0px !important;
}
.netreviews_customer_name {
  display: block;
  font-size: 17px;
  font-weight: bolder;
  width: 100%;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.netreviews_customer_name span {
  font-size: 15px !important;
  font-weight: 500 !important;
}
.netreviews_review_rate_and_stars {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: 30px;
  min-height: 30px;
  position: relative;
}
.netreviews_review_rate_and_stars .netreviews_bg_stars {
  position: absolute;
  top: 5px;
  left: 0px;
  float: none;
  margin: 0px;
}
.netreviews_reviews_rate {
  display: block;
  position: absolute;
  left: 90px;
  font-size: 16px;
  top: 2px;
}
.netreviews_customer_review {
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.netreviews_website_answer {
  padding: 0px 5% 15px 5%;
  background-color: #FFFFFF;
  margin: 10px auto 0px auto;
  font-size: 15px;
  border-left: 3px solid #E7E9EE;
  width: 90%;
  font-weight: 500;
}
.netreviews_website_answer p {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  width: 100%;
  display: block;
}
.netreviews_answer_title {
  font-weight: bolder !important;
  font-size: 15px !important;
  line-height: 25px !important;
}
.netreviews_answer_title small {
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 25px !important;
}
.netreviews_helpfulmsg {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 10px auto 0px auto;
  color: #868788;
  font-size: 14px;
  line-height: 16px;
  display: none;
}
.netreviews_helpful_block {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 10px auto 0px auto;
  color: #868788;
  font-size: 14px;
}
.netreviews_helpful_block a {
  display: inline-block;
  background: #dedede;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 5px;
  color: #4e4e4e;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: background-color, color 0.2s;
  line-height: 22px;
  height: 22px;
}
.netreviews_helpful_block a span {
  display: inline-block;
  background: #adadad;
  padding: 0px 8px;
  line-height: 22px;
  height: 22px;
  margin: 0px 0px 0px 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: background-color, color 0.2s;
}
.netreviews_helpful_block a:hover,
.netreviews_helpful_block a:active,
.netreviews_helpful_block a:hover span,
.netreviews_helpful_block a:active span {
  background-color: #656565 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.netreviews_helpful_block .active {
  background-color: #656565 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  cursor: pointer;
}
.netreviews_helpful_block .active span {
  background-color: #656565 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.netreviews_helpful_block .active:hover {
  background-color: #656565 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  cursor: pointer;
}
.netreviews_no_reviews_block {
  width: 80%;
  display: block;
  padding: 20px;
  margin: 10px auto -20px auto;
  color: #868788;
  font-size: 14px;
  text-align: center;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
/* Stars */
/* Small format */
.netreviews_bg_stars {
  display: block;
  float: left;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  padding: 0px;
  border: none;
  text-decoration: none;
  outline: none;
  background-size: 12px auto;
}
.netreviews_bg_stars span {
  display: block;
  min-width: 0px;
  max-width: 60px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  outline: none;
  line-height: 1px;
  font-size: 0.1px;
  background-size: 12px auto;
}
/* Big format */
.netreviews_bg_stars_big {
  display: block;
  width: 99px;
  max-width: 99px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 0px;
  border: none;
  text-decoration: none;
  outline: none;
  margin: 0 auto;
}
/* Product list page */
.listStars {
  float: left;
  width: 77px;
  min-width: 77px;
  max-width: 77px;
  margin: -7px auto auto auto;
  /* to reduce margin applied by price span on prodcut list page */
}
.listStars div {
  text-align: left !important;
  font-size: 15px !important;
}
.netreviews_bg_stars_big span,
.netreviews_review_rate_and_stars span,
.netreviews_bg_stars span {
  overflow: hidden;
  display: inline-block;
}
.netreviews_bg_stars_big div {
  position: absolute;
  font-size: 20px;
}
.netreviews_review_rate_and_stars div {
  position: absolute;
}
.headerStars {
  float: left;
}
.netreviews_rating_header .netreviews_icone_info {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 2px;
}
.netreviews_exit_info {
  width: 15px;
  height: 15px;
  float: right;
  cursor: pointer;
}
.netreviews_rating_header div label {
  top: 40px;
  color: #96a0aa;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  right: 15px;
  transition: color 0.2s;
  cursor: pointer;
  z-index: 10;
}
.netreviews_rating_header div {
  width: 100%;
  float: right;
  text-align: left;
}
.netreviews_rating_header div span {
  height: auto;
  width: 450px;
  background-color: #f4f4f4;
  color: black;
  padding: 10px 10px 20px 10px;
  position: absolute;
  top: 70px;
  right: 15px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  z-index: 11;
  display: none;
  margin: 0px;
  font-size: 13px;
}
.netreviews_rating_header div span a {
  color: black;
  text-decoration: underline;
}
#netreviews_informations_label div,
#netreviews_informations div {
  width: 14px;
  cursor: pointer;
}
#netreviews_informations_label:hover {
  color: #2f2f2f;
}
#netreviews_informations {
  text-align: left !important;
}
#netreviews_informations ul {
  margin: 0px 5% !important;
  padding: 25px 0px 5px 0px !important;
  width: 90%;
}
#netreviews_informations ul li {
  font-size: 13px;
  text-align: left;
  padding: 0px;
  margin: 0px;
  list-style: square !important;
}
/* Responsive */
@media screen and (max-width: 600px) {
  .netreviews_logo {
    position: relative !important;
    display: block !important;
    margin: 5px auto !important;
    top: 0px !important;
    left: auto !important;
    right: auto !important;
  }
  .netreviews_certification {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: 0px !important;
    text-align: center !important;
    margin: 20px auto 0px auto !important;
    display: block !important;
    width: 100% !important;
    padding: 0px !important;
    z-index: 10;
  }
  .netreviews_rating_header {
    height: auto !important;
    min-height: auto !important;
  }
  .netreviews_global_rating {
    width: 100% !important;
    border-right: 0px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
  }
  .netreviews_rating_content {
    height: auto !important;
    min-height: auto !important;
  }
  .netreviews_global_rating_details {
    display: none !important;
  }
  .netreviews_rating_header div {
    width: 100%;
    text-align: center;
  }
  .netreviews_rating_header div label {
    position: relative;
    top: -20px;
    left: 0px;
  }
  .netreviews_rating_header div span {
    width: 90% !important;
    right: 5% !important;
    top: 120px !important;
  }
}
/* Responsive dans une div (code dupliquÃ© sur le responsive classique) */
.nrResponsive .netreviews_logo {
  position: relative !important;
  display: block !important;
  margin: 5px auto !important;
  top: 0px !important;
  left: auto !important;
  right: auto !important;
}
.nrResponsive .netreviews_certification {
  position: relative !important;
  right: auto !important;
  left: auto !important;
  top: 0px !important;
  text-align: center !important;
  margin: 20px auto 0px auto !important;
  display: block !important;
  width: 100% !important;
  padding: 0px !important;
  z-index: 10;
}
.nrResponsive .netreviews_rating_header {
  height: auto !important;
  min-height: auto !important;
}
.nrResponsive .netreviews_global_rating {
  width: 100% !important;
  border-right: 0px !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
}
.nrResponsive .netreviews_rating_content {
  height: auto !important;
  min-height: auto !important;
}
.nrResponsive .netreviews_global_rating_details {
  display: none !important;
}
.nrResponsive .netreviews_rating_header div {
  width: 100%;
  text-align: center;
}
.nrResponsive .netreviews_rating_header div label {
  position: relative;
  top: -20px;
  left: 0px;
}
.nrResponsive .netreviews_rating_header div span {
  width: 90% !important;
  right: 5% !important;
  top: 120px !important;
}
/* FONT ICON PART */
@font-face {
  font-family: 'nr-icons';
  src: url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/nr-icons/nr-icons.eot?srthj');
  src: url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/nr-icons/nr-icons.ttf') format('truetype'), url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/nr-icons/nr-icons.woff?kcfcby') format('font-woff'), url('../../frontend/Webart/fixnvis2020/nl_NL/fonts/nr-icons.svg?kcfcby#nr-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.nr-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nr-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nr-comment {
  display: inline;
  padding-right: 5px;
}
.nr-comment:before {
  content: "\e900";
  color: #2C2C2C;
}
.nr-exit:before {
  content: "\e901";
}
.nr-info:before {
  content: "\e902";
}
.netreviews_rate_list_item &gt; div.nr-icon.nr-star {
  line-height: 20px;
}
.nr-star:before {
  content: "\2605";
}
.netreviewsVote.active:hover:before {
  font-family: "nr-icons";
  content: "\e904";
}
.netreviewsVote.active:before {
  font-family: "nr-icons";
  font-size: 9px;
  padding: 0px 5px 0px 0px;
  content: "\e905";
}
.nr-icon.grey {
  color: #D1D1D1 !important;
}
.nr-icon.gold {
  color: #FFCD00 !important;
}
/* MEDIAS */
.netreviews_media_part {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.netreviews_media_part li {
  list-style: none;
  display: block;
  width: 100px;
  height: 80px;
  float: left;
  padding: 0px;
  margin: 10px 10px 0px 0px;
}
.netreviews_media_part li .netreviews_image_thumb {
  display: block;
  width: 100px;
  height: 80px;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.netreviews_media_part li .netreviews_image_thumb_video {
  background-color: #333333;
  background-size: 40%;
}
.netreviews_media_part li .netreviews_image_thumb:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}
.netreviews_clear {
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0px;
  padding: 0px;
}
#netreviews_media_modal {
  display: none;
  position: fixed;
  z-index: 990;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
#netreviews_media_content {
  display: block;
  position: fixed;
  z-index: 991;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#netreviews_media_content img {
  position: absolute;
  border-radius: 2px;
}
#netreviews_media_content iframe {
  position: absolute;
  border: none;
}
#netreviews_media_close {
  z-index: 992;
  position: absolute;
  top: 90px;
  right: 5%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: opacity 0.2s;
  opacity: 1;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#netreviews_media_close:hover,
#netreviews_media_close:focus {
  text-decoration: none;
  opacity: 0.8;
}
.carousel-prev,
.carousel-next {
  z-index: 999;
  top: 50%;
  position: absolute;
  background: transparent;
  display: block;
  color: white;
  font-size: 75px;
  height: 75px;
  line-height: 75px;
}
.carousel-prev:hover,
.carousel-next:hover {
  cursor: pointer;
  opacity: 0.8;
  color: #f1f1f1 !important;
  text-decoration: none !important;
}
#netreviews_media_modal &gt; a.carousel-prev {
  left: 5%;
}
#netreviews_media_modal &gt; a.carousel-next {
  right: 5%;
}
.loader-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #555;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 22px;
}
.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;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 22px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 22px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media all and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px;
  }
  html,
  body {
    height: 100%;
  }
  .ie9 body {
    background-color: #6e716e;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .no-desktop-tablet {
    display: none !important;
  }
  .desktop-tablet-only {
    display: block !important;
  }
  .col-cms {
    width: 33%;
    float: left;
    text-align: center;
  }
  .lang_pro_fr.cms-qui-sommes-nous .pic-about {
    float: left;
  }
  .lang_pro_fr.cms-qui-sommes-nous .pic-about.michel {
    width: 38%;
    text-align: center;
    line-height: 0;
  }
  .lang_pro_fr.cms-qui-sommes-nous .pic-about.michel img {
    max-height: 295px;
  }
  .lang_pro_fr.cms-qui-sommes-nous .pic-about.entrepot {
    width: 62%;
  }
  .lang_pro_fr.cms-qui-sommes-nous .pic-about.entrepot img {
    width: 1042px;
  }
  .lang_pro_fr.cms-qui-sommes-nous .text-block {
    float: left;
    font-size: 17px;
  }
  .lang_pro_fr.cms-qui-sommes-nous .text-block.story {
    width: 62%;
  }
  .lang_pro_fr.cms-qui-sommes-nous .text-block.chiffres {
    width: 38%;
    height: 360px;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 236px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .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.33333333%;
  }
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items &gt; .item.title {
    float: left;
    width: auto;
  }
  .product.data.items &gt; .item.title &gt; .switch {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items &gt; .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items &gt; .item.content:before,
  .product.data.items &gt; .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items &gt; .item.content:after {
    clear: both;
  }
  .product.data.items &gt; .item.content.active {
    display: block;
  }
  .product.data.items &gt; .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items &gt; .item.title &gt; .switch {
    font-weight: 400;
    line-height: 44px;
    font-size: 1.6rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 44px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items &gt; .item.title &gt; .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title &gt; .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title &gt; .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:focus,
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:hover {
    background: #ffffff;
  }
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:active,
  .product.data.items &gt; .item.title.active &gt; .switch,
  .product.data.items &gt; .item.title.active &gt; .switch:focus,
  .product.data.items &gt; .item.title.active &gt; .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title.active &gt; .switch,
  .product.data.items &gt; .item.title.active &gt; .switch:focus,
  .product.data.items &gt; .item.title.active &gt; .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items &gt; .item.content {
    background: #ffffff;
    margin-top: 47px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar &gt; .primary,
  .actions-toolbar &gt; .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar &gt; .primary .action,
  .actions-toolbar &gt; .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items &gt; .item.content {
    box-sizing: border-box;
    float: right;
    margin: 47px 0 0 -100%;
    width: 100%;
    padding: 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items &gt; .item.title {
    box-sizing: border-box;
    margin: 0 -1px 0 0;
    float: left;
    width: auto;
  }
  .product.data.items .table-wrapper {
    margin: 0;
  }
  .product.data.items &gt; .item.title &gt; .switch {
    font-size: 1.8em;
    line-height: 1.5em;
    padding-bottom: 2px;
    text-decoration: none;
    font-weight: 400;
  }
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:active,
  .product.data.items &gt; .item.title.active &gt; .switch,
  .product.data.items &gt; .item.title.active &gt; .switch:visited &gt; .item.title.active &gt; .switch:focus &gt; .item.title.active &gt; .switch:hover {
    color: #0062a2 !important;
    font-weight: 400;
    padding-bottom: 2px;
    text-decoration: none;
  }
  .product.info.detailed .additional-attributes {
    width: auto;
    border: none;
  }
  .field.qty {
    margin: 10px 0 0;
    overflow: hidden;
    float: left;
  }
  .field.qty label {
    display: block;
    float: left;
    line-height: 32px;
    margin: 0 0 8px;
    margin-right: 10px !important;
  }
  .field.qty .control input {
    text-align: center;
    width: 54px;
  }
  .contact-bloc .phonenb.no-desktop {
    font-size: 20px !important;
    line-height: 19px;
  }
  .itemCatContent {
    margin-left: calc(( 4 * -0.8%) / ( 4 - 1));
  }
  .itemCatContent .itemCat {
    width: calc(((100% - ( 4 * 1%)) - 26px) /  4);
    margin-left: calc(( 4 * 0.8%) / ( 4  - 1));
  }
  .category-description,
  .page-title-wrapper {
    width: 80%;
  }
  body.shipping-step .opc-wrapper .shipping-address-item {
    width: 14%;
    padding-left: 1%;
    padding-right: 1%;
    margin: 0;
    height: 200px;
    position: relative;
  }
  body.shipping-step .opc-wrapper .shipping-address-item:before {
    background: transparent;
  }
  body.shipping-step .opc-wrapper .action-select-shipping-item {
    position: absolute;
    margin: 0;
    bottom: 5px;
    right: 5px;
  }
  body .opc-progress-bar-item._active:before,
  body .opc-progress-bar-item._active &gt; span:before {
    background: #0062a2;
    border-color: #0062a2;
  }
  body .opc-progress-bar-item._active &gt; span:after {
    border-color: #0062a2;
  }
  body .opc-progress-bar-item &gt; span {
    font-size: 1.6rem;
  }
  body .opc-wrapper {
    width: 66%;
    padding-right: 1%;
  }
  body .opc-wrapper .shipping-address-item {
    width: 30%;
  }
  body .opc-sidebar {
    width: 33%;
    margin: 0 0 20px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 16.5px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 11px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar &gt; .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .checkout-shipping-method .actions-toolbar.quotation-popup &gt; .primary#webart_checkout_continue {
    float: none;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    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;
    position: absolute;
    right: 11px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search &gt; 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: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .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 {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 22px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 11px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    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 &gt; span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item &gt; span:before,
  .opc-progress-bar-item &gt; span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item &gt; span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover &gt; span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete &gt; span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete &gt; span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active &gt; span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active &gt; span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active &gt; span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 22px;
  }
  .checkout-shipping-method .actions-toolbar &gt; .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 22px;
  }
  .opc-sidebar {
    margin: 46px 0 22px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 27.5px;
  }
  .block-authentication .actions-toolbar &gt; .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar &gt; .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar &gt; .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 44px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset &gt; .field-select-billing &gt; .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 22px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .filter.block {
    margin-bottom: 44px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 11px 0;
  }
  .filter-actions {
    margin-bottom: 33px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 11px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 27.5px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5.5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 22px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5.5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5.5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 27.5px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 27.5px;
  }
  .block.newsletter {
    width: 34%;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 16.5px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 44px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 11px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar &gt; .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .product-reviews-summary {
    margin-bottom: 16.5px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 16px;
    margin-top: 3px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .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 .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    clear: both;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .page-main &gt; .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main &gt; .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper &gt; .breadcrumbs,
  .page-wrapper &gt; .top-container,
  .page-wrapper &gt; .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 22px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode &gt; 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: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .abs-status-desktop,
  .return-status,
  .order-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .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: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (max-width: 979px) {
  .navigation,
  .breadcrumbs,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper &gt; .widget,
  .page-wrapper &gt; .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  body .navigation li.level1 ul.submenu:not(:first-child).expanded {
    display: none !important;
  }
  body #main-nav.navigation {
    padding: 0;
  }
  body #main-nav.navigation li {
    background: #ffffff;
  }
  body #main-nav.navigation .parent .level-top:after {
    top: 10px;
    font-size: 42px;
  }
  body #main-nav.navigation .level0 &gt; a.level-top {
    font-weight: 700;
    padding: 0 44px 0 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  body #main-nav.navigation .level0 &gt; a.level-top span {
    line-height: 50px;
    display: inline-block;
    margin-left: 15px;
  }
  body #main-nav.navigation .level0 &gt; a.level-top img {
    border-radius: 25px;
    display: inline-block;
    vertical-align: bottom;
  }
  body #main-nav.navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  body #main-nav.navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body #main-nav.navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  body #main-nav.navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    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-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    height: 0;
    position: relative;
    z-index: 1;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    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-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 &gt; .level-top {
    font-weight: 700;
    padding: 8px 44px 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;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 &gt; .level1 {
    font-weight: 600;
  }
  .navigation .level0.active &gt; a:not(.ui-state-active),
  .navigation .level0.has-active &gt; a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active &gt; a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active &gt; 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 &gt; 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) &gt; li &gt; a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) &gt; li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul &gt; li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul &gt; 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 &gt; a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active &gt; a {
    padding-left: 7px;
  }
  .no-mobile-tablet {
    display: none !important;
  }
  .mobile-tablet-only {
    display: block !important;
  }
  .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .header.links body.cergyvis .logo {
    margin: 0;
  }
  .header.links body.cergyvis .logo img {
    max-width: 220px;
  }
  .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .header.links a,
  .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 22px;
  }
  .header.links .header.links {
    border: 0;
  }
  .contact-bloc .contact-btn {
    padding: 5px;
    font-size: 15px;
    width: 118px;
  }
  .footer-rea .rea-wrapper .col {
    width: 21%;
  }
  .lang_pro_fr.cms-comptoir .overlay.overlay2 p:first-child {
    margin-top: 10px;
  }
  .lang_pro_fr.cms-comptoir .overlay {
    position: initial;
    width: 100% !important;
  }
  .lang_pro_fr.cms-comptoir .overlay.overlay1 {
    padding: 30px 0;
  }
  .lang_pro_fr.cms-comptoir .overlay.overlay2 {
    padding: 10px 0 30px;
  }
  .lang_pro_fr.cms-comptoir .overlay.overlay3 {
    padding: 30px 0;
  }
  .lang_pro_fr.cms-comptoir .overlay.overlay3 p {
    padding: 0 40px;
  }
  .lang_pro_fr.cms-comptoir img.last {
    margin: 0 auto;
    display: block;
  }
  .checkout-index-index .discount-code {
    max-width: 100%;
    width: 100%;
    clear: both;
  }
  .catalog-product-view .page-main .columns .column.main {
    -ms-flex-order: unset;
    -webkit-order: unset;
    order: unset;
  }
  .catalog-product-view .product.data.items {
    width: 100vw;
  }
  .catalog-product-view .product.data.items .item.title a:after {
    display: none;
  }
  .panel.wrapper li.welcome,
  #top-links-left {
    display: none;
  }
  .header-account {
    top: 50px;
    left: 0;
    right: unset;
    width: 100%;
  }
  .form-language {
    margin: 10px 0 0;
  }
  ul.header.links {
    height: auto;
    overflow: hidden;
  }
  .nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 0;
  }
  .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: #ffffff;
    content: '\e609';
    font-family: luma-icons;
    vertical-align: middle;
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-toggle &gt; span {
    color: #ffffff;
    font-size: 18px;
  }
  #top-links .header.links #customer_account_li a,
  #top-links .header.links #customer_account_li a:hover {
    font-weight: 400;
    padding: 0 22px;
    line-height: 42px;
  }
  #top-links .header.links a,
  #top-links .header.links a:hover {
    color: #ffffff;
  }
  .top-links .links a span.toplinks-button.customer_account_toplinks {
    display: block;
    width: 23px;
    height: 28px;
    background: url('../../frontend/Webart/fixnvis2020/nl_NL/images/Sprites.png') -54px 0px no-repeat;
    padding: 0;
    float: left;
    margin: 8px 5px 0 0;
  }
  .block-account {
    top: 38px;
  }
  .block-account.open {
    height: auto;
  }
  ul.header.links &gt; li {
    display: block;
    float: left;
  }
  ul.header.links &gt; li:first-child {
    margin-left: 15px;
  }
  .form-cart .item-info .message.notice {
    margin: 0 0 20px;
  }
  .cart-container {
    position: relative;
    padding-bottom: 140px;
  }
  #shipping-zip-form {
    height: auto !important;
  }
  .checkout-cart-index .columns .column.main {
    padding-bottom: 0;
  }
  .checkout-cart-index #pickup-selected {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .form-cart .col.name,
  .form-cart .head span.name {
    width: 25%;
  }
  .form-cart .col.uprice,
  .form-cart .head span.uprice {
    width: 30%;
  }
  .form-cart .field.qty .control input {
    padding: 0 2px;
  }
  .form-cart .col.subtotal,
  .form-cart .head span.subtotal {
    width: 25%;
  }
  .form-cart .col.actions {
    width: 8%;
  }
  .form-cart .table-wrapper.fullcart {
    max-height: none;
    overflow-y: auto;
    border-right: 1px solid #cccccc;
    border-top: 0 none;
  }
  .form-cart .head {
    width: calc(100% - 1px);
  }
  .form-cart .product-item-name {
    display: none;
  }
  .form-cart a.product-item-photo {
    width: 40px;
    height: 40px;
  }
  .form-cart .table-wrapper.fullcart {
    margin-bottom: 10px;
  }
  .cart.main.actions .action.continue {
    display: none;
  }
  .cart.main.actions .action.clear {
    display: none;
  }
  .cart.main.actions .action.update {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .cart-discount {
    margin: 10px 0 20px;
  }
  .cart-summary {
    position: relative;
    padding: 0 0 40px;
    top: 0 !important;
    height: auto !important;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart-summary &gt; .title {
    display: block;
    padding-top: 10px;
  }
  .info-promo p,
  .info-promo-next p {
    padding-top: 25px;
    margin-bottom: 0;
  }
  .link-euro {
    height: auto !important;
  }
  .link-euro .bgimage {
    width: 90px;
  }
  #minicart-wrapper.minicart-wrapper {
    display: block;
    position: absolute;
    margin-top: 0;
    top: 10px;
    right: 20px;
  }
  #minicart-wrapper.minicart-wrapper .block-minicart {
    right: 0;
  }
  #minicart-wrapper.minicart-wrapper a.action.showcart:before {
    margin: 0 5px 0 0;
    color: #ffffff !important;
  }
  #minicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
    margin: 0;
  }
  #minicart-wrapper.minicart-wrapper span.panier {
    color: #ffffff;
  }
}
@media all and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .no-mobile {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .ajaxcart .survol {
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    width: 100vw;
    padding: 0;
  }
  .ajaxcart .survol .pdt-ref {
    display: none;
  }
  .ajaxcart .survol .pdt-stock {
    border: 3px solid #0062a2;
    border-bottom: 0 none;
  }
  .ajaxcart .survol .pdt-attrs {
    width: 50%;
    display: inline-block;
  }
  .ajaxcart .survol .pdt-prix {
    width: 50%;
    display: inline-block;
  }
  .grid4.no-right-margin.contact-bloc {
    width: 100%;
    margin: 0;
  }
  .grid4.mobile-grid-2 {
    width: 50%;
    margin: 0;
  }
  .facebook-label {
    width: 64px;
    margin: 15px 0 0;
  }
  .footer-rea .rea-wrapper .col {
    width: 29%;
  }
  .promo-mark {
    display: none;
  }
  .itemCatContent {
    margin-left: calc(( 2 * -0.4%) / ( 2 - 1));
  }
  .itemCatContent .itemCat {
    width: calc(((100% - ( 2 * 1%)) - 26px) /  2);
    margin-left: calc(( 2 * 0.4%) / ( 2  - 1));
  }
  #shipping-method-buttons-container {
    position: initial;
  }
  .checkout-shipping-method .actions-toolbar {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    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 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .cart-totals .table-wrapper {
    padding: 0 3%;
    width: 94%;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    position: fixed;
    z-index: 50;
  }
  .checkout-cart-index .cart-summary {
    padding: 0;
  }
  .checkout-cart-index .page-wrapper {
    padding-bottom: 40px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 22px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 22px;
  }
  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.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 44px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -11px 27.5px;
  }
  .filter-options-content {
    padding: 5.5px 11px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5.5px -11px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 22px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title &gt; .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .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;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
}
@media all and (max-width: 639px) {
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; thead &gt; tr &gt; th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 11px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr td:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr th:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr &gt; th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 22px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 11px;
  }
  .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;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .bouton-technique.grid12-3.no-left-gutter,
  .product-shop.grid12-9.no-right-gutter,
  .product.media.product-shop.grid12-3.no-left-gutter,
  .product-img-box.grid12-3.no-left-gutter {
    width: 100%;
    margin: 0;
  }
  .product.info.detailed {
    display: none;
  }
  .product-shop h1,
  .product-shop h2 {
    font-size: 1.6em;
  }
  .legende.left {
    width: 100%;
  }
  .legende.left p {
    margin: 0 0 0 2%;
    padding: 0 0 0 5%;
  }
  .lang_pro_fr.cms-qui-sommes-nous .text-block {
    padding: 10px 0;
  }
  .lang_pro_fr.cms-qui-sommes-nous h2.sec-title {
    margin-top: 20px;
  }
  ol.opc {
    padding-inline-start: 0;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 10px 0 0 10px;
  }
  body .opc-wrapper .shipping-address-item {
    padding: 10px 15px 10px 0;
  }
  body .opc-wrapper .methods-shipping {
    margin: 0;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .block-search {
    margin-top: 11px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 22px -15px 15px;
    padding: 22px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 40px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 11px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 33px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link &gt; 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: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 22px;
    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;
  }
  .opc-block-summary &gt; .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 22px;
    padding-bottom: 0;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .customer-review .product-name {
    margin-bottom: 5.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5.5px;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 11px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .action.primary.selector {
    display: block;
    margin: 10px auto;
  }
  .action.primary.selector.cust-active {
    margin-bottom: 85px;
  }
}
@media all and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .logo img {
    max-width: 70%;
  }
  body.cergyvis .logo img {
    max-width: 44%;
  }
  #mobile_nav span {
    display: none;
  }
  .minicart-wrapper .action.showcart:before {
    margin: 0;
  }
  .minicart-wrapper .action.showcart span.text {
    display: none;
  }
  .product-shop .add-item-block .layer {
    height: 339px;
  }
  .footer-rea .rea-wrapper .col {
    width: 46%;
  }
  .footer-rea .rea-wrapper .col:first-child {
    display: none;
  }
  .grid4.mobile-grid-2 {
    width: 100%;
  }
  .footer.content .facebook-label {
    margin: 0 auto 20px;
  }
  .add-item-block .selection .grid12-4,
  .add-item-block .selection .grid12-8 {
    width: 100%;
    margin: 0;
  }
  .add-item-block .selection .cstockdispo {
    position: absolute;
    right: 0;
    top: 0;
  }
  .table-checkout-shipping-method {
    background: #0a0a0a;
  }
  .table-checkout-shipping-method tr.row {
    cursor: pointer;
  }
  .cart-col.col-carrier label {
    font-size: 13px;
  }
  #label_carrier_freeshipping_freeshipping label {
    line-height: 60px;
  }
  #label_carrier_freeshipping_freeshipping .shipping_time {
    display: none;
  }
  .cart-col.col-price,
  .cart-col.col-method,
  .cart-col.col-image {
    min-width: 0;
    min-width: initial;
  }
  .product-item-sku {
    position: absolute;
    bottom: 20px;
    left: 12px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.cms-index-index .nav-sections {
  margin-bottom: 0;
}
.sparsh_banner_slider .slick-slide img {
  width: 100%;
}
.sparsh_banner_slider .slick-slide video {
  width: 100%;
  height: 650px;
}
.sparsh_banner_slider .slick-slide iframe {
  width: 100%;
  height: 650px;
}
.sparsh_banner_slider .caption {
  position: absolute;
  margin: 0 auto;
  max-width: 1280px;
  right: 0;
  z-index: 3;
  top: 49%;
  left: 0;
  transform: translate(0%, -50%);
  margin-top: -5px;
}
.sparsh_banner_slider .caption h2 {
  font-size: 46px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
}
.sparsh_banner_slider .caption p {
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
  margin-bottom: 3rem;
}
.sparsh_banner_slider .caption .btn-banner {
  border: 2px solid #000;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  width: 40%;
  height: 43px;
  line-height: 44px;
  text-align: center;
  color: #000;
  display: block;
  text-decoration: none;
}
.sparsh_banner_slider .caption .btn-banner:hover {
  background: #000;
  color: #fff;
}
.sparsh_banner {
  overflow: hidden;
  margin-bottom: 11px;
}
.sparsh_banner_slider.slick-initialized .slick-slide {
  position: relative;
}
.sparsh_banner_slider.slick-initialized .slick-slide &gt; div &gt; div {
  max-height: 650px;
}
.sparsh_banner_slider .slick-arrow {
  background: none;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  border: 0;
  z-index: 3;
  color: #000;
  box-shadow: none !important;
  border-radius: 0;
  margin-top: -3px;
  font-size: 0;
  height: 60px;
  line-height: 32px;
  padding: 0;
  width: 36px;
  text-align: center;
}
.sparsh_banner_slider .slick-arrow:after {
  content: '\e617';
  font-family: 'luma-icons';
  color: transparent;
}
.sparsh_banner_slider .slick-arrow:focus {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-arrow:active {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-list {
  max-height: 650px;
}
.sparsh_banner_slider .slick-arrow.slick-next {
  left: inherit;
  right: 10px;
  transition: all .3s ease;
}
.sparsh_banner_slider .slick-arrow.slick-next:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../../frontend/Webart/fixnvis2020/nl_NL/images/right-arrow.png');
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-next:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-arrow.slick-prev {
  left: 15px;
  transition: all .3s ease;
}
.sparsh_banner_slider .slick-arrow.slick-prev:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../../frontend/Webart/fixnvis2020/nl_NL/images/left-arrow.png');
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-prev:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-slider:hover .sparsh_banner_slider .slick-arrow.slick-next {
  right: 0;
}
.sparsh_banner_slider .slick-slider:hover .sparsh_banner_slider .slick-arrow.slick-prev {
  left: 15px;
}
.sparsh_banner_slider .slick-prev:before {
  content: '';
}
.sparsh_banner_slider .slick-next:before {
  content: '';
}
@media screen and (max-width: 1400px) {
  .sparsh_banner_slider .caption {
    padding: 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .sparsh_banner_slider .caption {
    padding: 0 40px;
  }
  .sparsh_banner_slider .caption h2 {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  .sparsh_banner_slider .caption .btn-banner {
    font-size: 15px;
    width: 100%;
    height: 38px;
    line-height: 39px;
  }
  .sparsh_banner_slider .caption p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2rem;
  }
  .sparsh_banner_slider .slick-arrow {
    height: 40px;
    line-height: 32px;
    padding: 0;
    width: 30px;
  }
  .sparsh_banner_slider .slick-arrow.slick-next {
    right: 3px;
  }
  .sparsh_banner_slider .slick-arrow.slick-next:after {
    font-size: 32px;
    left: 0px;
    position: relative;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev:after {
    font-size: 32px;
    left: -2px;
    position: relative;
  }
  .sparsh_banner_slider .slick-list {
    max-height: 280px;
  }
  .sparsh_banner_slider.slick-initialized .slick-slide &gt; div &gt; div {
    max-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .page-header {
    margin-bottom: 0;
  }
  .sparsh_banner_slider .caption {
    padding: 0 15px;
  }
  .sparsh_banner_slider .caption h2 {
    font-size: 25px;
    margin-bottom: 2rem;
  }
  .sparsh_banner_slider .caption .btn-banner {
    font-size: 13px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-width: 1px;
  }
  .sparsh_banner_slider .caption p {
    font-size: 14px;
    display: none;
  }
  .sparsh_banner_slider .slick-arrow {
    display: none !important;
  }
  .sparsh_banner_slider .slick-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .sparsh_banner_slider .slick-slide video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .sparsh_banner_slider .slick-slide iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.payment-method dd.content table.data.table tbody tr:first-child {
  display: grid;
}

.payment-method dd.content table.data.table tbody tr:first-child th {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 0;
  border: none;
}

.payment-method dd.content table.data.table tbody tr:first-child td {
  padding: 0;
  border: none;
}

#payment-method-paypal .hipay-field-container {
  height: fit-content;
  padding-bottom: 10px;
}

#paypal-field {
  width: 40%;
}</pre></body></html>