.alert {
  padding: 8px 24px 8px 16px;
  margin-bottom: 8px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clear: both;
}
@media screen and (min-width: 1009px) {
  .alert {
    padding: 16px 32px 16px 24px;
    margin-bottom: 16px;
  }
}
.alert-checkout {
  max-width: 575px;
}
.spinner-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 8px solid #eee;
  border-radius: 50%;
  background-color: #fff;
}
.spinner-animation--small {
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  border-width: 5px;
}
.spinner-animation--small .spinner-animation__inner {
  top: -5px;
  position: relative;
}
.spinner-animation--small .spinner-animation__inner::before {
  top: -5px;
  left: 5px;
  width: 5px;
  height: 5px;
}
.spinner-animation--transparent {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.spinner-animation--transparent .spinner-animation__inner::before {
  background-color: #fff;
  animation: squash 1.4s linear 0s infinite;
}
.spinner-animation__inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  animation: spin 0.7s linear 0s infinite;
}
.spinner-animation__inner::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #284277;
  animation: squash 1.4s linear 0s infinite, change-color 1.4s linear 0s infinite;
}
@keyframes fade-in-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.65;
  }
}
@keyframes fade-out-overlay {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale-popup {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  42% {
    transform: rotateZ(180deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes squash {
  0%,
  50%,
  100% {
    transform: scaleX(1);
  }
  21%,
  71% {
    transform: scaleX(1.5);
  }
  45%,
  95% {
    transition-timing-function: ease-in-out;
  }
}
@keyframes change-color {
  0%,
  45%,
  100% {
    background: #284277;
  }
  50%,
  95% {
    background: #00A2E0;
  }
}
html,
body {
  height: 100%;
}
html.modal_open,
body.modal_open,
html.modal-is-open,
body.modal-is-open {
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  html.modal_open,
  body.modal_open,
  html.modal-is-open,
  body.modal-is-open {
    height: 100%;
  }
}
html.modal_open #desktop-footer,
body.modal_open #desktop-footer,
html.modal-is-open #desktop-footer,
body.modal-is-open #desktop-footer {
  position: relative;
}
html.modal_open .mobile-sticky,
body.modal_open .mobile-sticky,
html.modal-is-open .mobile-sticky,
body.modal-is-open .mobile-sticky {
  display: none;
}
body {
  padding: 0;
  margin: 0;
  color: #333;
  background-size: 100% 1000px;
  background-position: left 900px;
  font-family: 'Twemoji Country Flags', Tahoma, Geneva, sans-serif;
  position: relative;
  height: auto !important;
  min-height: 100%;
  line-height: normal;
}
body ::selection,
body ::-moz-selection {
  background: #4bbeed;
  color: #FDFDFD;
}
.horizontal {
  display: flex;
}
.horizontal > * {
  width: 100%;
}
.horizontal.gutter-default > * {
  margin: 0;
}
@media screen and (min-width: 1009px) {
  .horizontal.gutter-default > * {
    margin: 0 4px;
  }
  .horizontal.gutter-default > *:first-child {
    margin-left: 0;
  }
  .horizontal.gutter-default > *:last-child {
    margin-right: 0;
  }
}
.body-content {
  background-color: #FDFDFD;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 25px;
}
.body-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-box {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-box {
    margin: 0 4px 10px 4px;
  }
}
.page-box .box-header {
  display: inline-block;
  width: 100%;
  margin-bottom: -1px;
  height: 40px;
  border: 1px solid #cacaca;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E4E4E4), color-stop(1, #FCFCFC));
  background: -ms-linear-gradient(bottom, #E4E4E4, #FCFCFC);
  background: -moz-linear-gradient(center bottom, #E4E4E4 0%, #FCFCFC 100%);
  background: -o-linear-gradient(#FCFCFC, #E4E4E4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e4e4e4', GradientType=0);
  box-sizing: border-box;
}
.page-box .box-header h3,
.page-box .box-header h4 {
  padding: 10px;
  font-size: 20px;
  margin: 0;
  line-height: 20px;
}
.page-box .box-body {
  display: inline-block;
  width: 100%;
  padding: 10px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #cacaca;
  background-color: #FDFDFD;
  box-sizing: border-box;
}
/* user */
.user-options {
  font-size: 12px;
}
.user-options ul {
  list-style-type: none;
  margin: 0;
  width: 100%;
}
.user-options ul li {
  text-align: center;
  margin-bottom: 4px;
}
.user-options a {
  color: #444;
  border-bottom: 1px solid #cacaca;
}
/* Align labels after radio button */
.radio-options .control-label {
  float: none;
  display: inline;
  padding: 0 1em 0 0.5em;
  position: relative;
  top: 3px;
}
.user-options {
  margin: 20px 10px 0;
}
/* header */
.header-box {
  background-color: #FDFDFD;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  bottom: 3px;
  width: auto;
  height: 90px;
  padding: 0 20px;
  box-sizing: initial;
}
.header-box:first-child {
  margin-right: 10px;
}
.header-box a:hover {
  color: #2d8dca;
  text-decoration: none;
  cursor: pointer;
}
.header-box .header-box-icon {
  width: 28px;
  display: inline-block;
  text-align: center;
}
.header-box a:hover .header-box-icon {
  color: #333;
}
select,
input,
button,
a {
  outline: 0 !important;
}
.product img {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Neuron', Helvetica, sans-serif;
  font-weight: normal;
  line-height: normal;
}
a {
  color: #444;
}
a:hover {
  color: #2d8dca;
  text-decoration: none;
}
#product-page-body a,
#general-page-body a {
  color: #00A2E0;
}
#product-page-body h3,
#general-page-body h3 {
  margin-bottom: 5px;
}
#product-page-body ul:not(.nav),
#general-page-body ul:not(.nav) {
  line-height: 1.5em;
  margin-bottom: 1.2em;
  font-size: 14px;
}
#product-page-body ul:not(.nav) li,
#general-page-body ul:not(.nav) li {
  margin-bottom: 5px;
}
.product-label.label {
  position: absolute;
  left: 8px;
  bottom: 20px;
  z-index: 5;
  line-height: 1.25;
  background-color: #42c91d;
  padding: 0.2rem 0.4rem 0.4rem 0.4rem;
}
@media screen and (max-width: 768px) {
  .product-label.label {
    bottom: initial;
    top: 150px;
  }
}
.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.block {
  height: 100px;
  margin: 10px 0;
  width: 100%;
  background: #777;
}
.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  margin-bottom: 10px;
}
.youtube .embed-responsive-item {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.spinner,
.alt-spinner {
  display: none;
}
.is-visually-hidden {
  border: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px !important;
}
.is-hidden {
  display: none !important;
}
.is-visible {
  display: block !important;
}
@media screen and (min-width: 576px) {
  .is-hidden-from-size-s {
    display: none !important;
  }
  .is-visible-from-size-s {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .is-hidden-from-size-m {
    display: none !important;
  }
  .is-visible-from-size-m {
    display: block !important;
  }
}
@media screen and (min-width: 1009px) {
  .is-hidden-from-size-l {
    display: none !important;
  }
  .is-visible-from-size-l {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-hidden-from-size-xl {
    display: none !important;
  }
  .is-visible-from-size-xl {
    display: block !important;
  }
}
@media screen and (min-width: 1450px) {
  .is-hidden-from-size-xxl {
    display: none !important;
  }
  .is-visible-from-size-xxl {
    display: block !important;
  }
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: right;
}
.flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-grid-1 {
  width: 8.3333%;
}
.flex-grid-2 {
  width: 16.6667%;
}
.flex-grid-3 {
  width: 25%;
}
.flex-grid-4 {
  width: 33.3333%;
}
.flex-grid-5 {
  width: 41.6667%;
}
.flex-grid-6 {
  width: 50%;
}
.flex-grid-7 {
  width: 58.3333%;
}
.flex-grid-8 {
  width: 66.6667%;
}
.flex-grid-9 {
  width: 75%;
}
.flex-grid-10 {
  width: 83.3333%;
}
.flex-grid-11 {
  width: 91.6667%;
}
.flex-grid-12 {
  width: 100%;
}
.btn.add-to-cart,
.btn.more-information {
  background: #5fc719;
  color: white;
  border-radius: 4px;
  padding: 0.7em 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  width: 96%;
  position: absolute;
  left: 4px;
  bottom: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Neuron', Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: 0 auto;
}
.btn.add-to-cart span,
.btn.more-information span {
  width: 1px;
  height: 14px;
  margin: 0 8px;
  font-size: 14px;
  border-left: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 20px;
}
.btn.add-to-cart i,
.btn.more-information i {
  font-size: 0.85em;
}
.btn.add-to-cart:hover,
.btn.more-information:hover {
  background: #009600;
}
.btn-checkout {
  padding: 6px 22px 6px 18px;
}
.btn-checkout span {
  position: relative;
  left: 8px;
  font-size: 16px;
}
.btn-green {
  background: #5fc719;
  color: white;
  border-radius: 4px;
  padding: 0.7em 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Neuron', Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn-green span {
  width: 1px;
  height: 14px;
  margin: 0 8px;
  font-size: 14px;
  border-left: 0px;
  padding-right: 20px;
}
.btn-green i {
  font-size: 0.85em;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background: #009600;
  color: #fff;
}
.btn-green[disabled],
.btn-green.disabled {
  background-color: #e6e6e6;
  color: #333;
}
.btn-blue {
  background: #00A2E0;
  color: #fff;
  border-radius: 4px;
  padding: 0.7em 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  width: 96%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Neuron', Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: 0 auto 10px auto;
}
.btn-blue i {
  font-size: 0.85em;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  color: #fff;
  background: #4bbeed;
}
.btn-blue span {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 10px;
}
.btn-blue svg {
  margin-right: 10px;
}
.button {
  display: inline-block;
  padding: 8px 15px;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  background-image: none;
  transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
}
.button.button--green {
  color: #fff;
  background-color: #5bb75b;
  border-color: #5bb75b;
}
.button.button--green:hover {
  background-color: #009600;
  border-color: #009600;
}
.button.button--blue {
  color: #fff;
  background-color: #00A2E0;
  border-color: #00A2E0;
}
.button.button--blue:hover {
  background-color: #007eba;
  border-color: #007eba;
}
.btn *:first-child {
  margin-right: 3px;
}
.form-header {
  font-size: 20px;
  color: #00A2E0;
  margin: 5px 0 10px 0;
  display: inline-block;
}
.form-horizontal .control-group {
  margin-bottom: 0;
}
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select {
  margin-bottom: 20px;
}
.form-horizontal .radio-options {
  margin-bottom: 20px;
}
.form-horizontal .radio-options input {
  margin-bottom: 0;
}
@media screen and (max-width: 1008px) {
  .horizontal {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .form-horizontal .control-label {
    float: none;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal input,
  .form-horizontal textarea,
  .form-horizontal select {
    width: 90%;
  }
  .form-horizontal .input-mini {
    width: 45%;
  }
  .form-horizontal .radio-options input {
    width: auto;
  }
}
.control-group.error {
  margin-bottom: 15px;
}
.control-group.error:nth-last-child(1) {
  margin-bottom: 0;
}
.control-group.error select {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 450px) {
  .form-horizontal input[type="checkbox"] {
    width: 30px;
  }
}
div.control-group {
  min-height: 45px;
}
.btn.button-questionmark-tooltip {
  padding: 8px 4px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  line-height: 0;
  cursor: help;
}
.control-group .controls .questionmark-tooltip {
  position: relative;
  top: -3px;
  left: 15px;
}
@font-face {
  font-family: 'Neuron';
  font-style: italic;
  font-weight: 300;
  src: local('NeuronLightItalic'), local('Neuron Light Italic'), url("/build/fonts/Neuron%20Light%20Italic.fd6b6739.woff") format('woff'), url("/build/fonts/Neuron%20Light%20Italic.cb9d4fcf.ttf") format('truetype');
}
@font-face {
  font-family: 'Neuron';
  font-style: normal;
  font-weight: 300;
  src: local('NeuronLight'), local('Neuron Light'), url("/build/fonts/Neuron%20Light.23428453.woff") format('woff'), url("/build/fonts/Neuron%20Light.06c2336f.ttf") format('truetype');
}
@font-face {
  font-family: 'Neuron';
  font-style: italic;
  font-weight: 400;
  src: local('NeuronItalic'), local('Neuron Italic'), local('NeuronRegularItalic'), local('Neuron Regular Italic'), url("/build/fonts/Neuron%20Italic.7c415d34.woff") format('woff'), url("/build/fonts/Neuron%20Italic.25d48868.ttf") format('truetype');
}
@font-face {
  font-family: 'Neuron';
  font-style: normal;
  font-weight: 400;
  src: local('Neuron'), local('NeuronRegular'), local('Neuron Regular'), url(/build/fonts/Neuron.0abbb5d5.woff) format('woff'), url(/build/fonts/Neuron.c0d8f254.ttf) format('truetype');
}
@font-face {
  font-family: 'Neuron';
  font-style: italic;
  font-weight: 500;
  src: local('NeuronDemiBoldItalic'), local('Neuron DemiBold Italic'), url("/build/fonts/Neuron%20DemiBold%20Italic.255c203b.woff") format('woff'), url("/build/fonts/Neuron%20DemiBold%20Italic.8ffb9418.ttf") format('truetype');
}
@font-face {
  font-family: 'Neuron';
  font-style: normal;
  font-weight: 500;
  src: local('NeuronDemiBold'), local('Neuron DemiBold'), url("/build/fonts/Neuron%20DemiBold.ea847c90.woff") format('woff'), url("/build/fonts/Neuron%20DemiBold.b2b2ecf5.ttf") format('truetype');
}
@font-face {
  font-family: 'Neuron';
  font-style: italic;
  font-weight: 600 700;
  src: local('NeuronBoldItalic'), local('Neuron Bold Italic'), url("/build/fonts/Neuron%20Bold%20Italic.101584cd.woff") format('woff'), url("/build/fonts/Neuron%20Bold%20Italic.a8c1c9f4.ttf") format('truetype');
}
@font-face {
  font-family: 'Neuron';
  font-style: normal;
  font-weight: 600 700;
  src: local('NeuronBold'), local('Neuron Bold'), url("/build/fonts/Neuron%20Bold.e014d7b6.woff") format('woff'), url("/build/fonts/Neuron%20Bold.09f2ff03.ttf") format('truetype');
}
#desktop-footer {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
}
#desktop-footer #footer-content {
  padding-top: 18px;
  padding-left: 27px;
  background-color: #FDFDFD;
  border-top: 1px solid #cacaca;
}
@media screen and (min-width: 768px) {
  #desktop-footer #footer-content {
    margin-top: 50px;
  }
}
#desktop-footer #footer-content h4 {
  color: #444;
  font-family: 'Neuron', Helvetica, sans-serif;
  font-weight: 100;
  font-size: 18px;
}
#desktop-footer #footer-content ul {
  list-style: none;
  margin-left: 0;
  padding-top: 0;
}
#desktop-footer #footer-content ul li {
  font-size: 12px;
}
#desktop-footer h4 {
  margin-bottom: 5px;
}
#desktop-footer h5 {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 5px 0;
  font-family: 'Neuron', Helvetica, sans-serif;
}
#desktop-footer .contact_info {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}
#desktop-footer .contact_info .company_name {
  font-weight: bold;
}
#desktop-footer .contact_info .street {
  width: 100%;
  display: block;
}
#desktop-footer .contact_info .email {
  margin-top: 10px;
  display: block;
}
#desktop-footer .contact_info .btw {
  margin-top: 10px;
}
#mobile-footer {
  margin-top: 8px;
  border-top: 1px solid #cacaca;
  background: #FDFDFD;
}
#mobile-footer #mobile-footer-outer {
  padding-bottom: 24px;
}
#mobile-footer #mobile-footer-outer #mobile-footer-inner {
  padding: 0 30px;
}
#mobile-footer #mobile-footer-outer #mobile-footer-inner h4 {
  margin: 24px 0 0;
  color: #444;
  font-family: 'Neuron', Helvetica, sans-serif;
  font-weight: 100;
  font-size: 18px;
}
#mobile-footer #mobile-footer-outer #mobile-footer-inner ul {
  margin: 0;
  list-style-type: none;
}
#mobile-footer #mobile-footer-outer #mobile-footer-inner ul li.mobile-footer-block {
  width: 220px;
}
#mobile-footer #mobile-footer-outer #mobile-footer-inner ul li {
  line-height: 25px;
  font-size: 12px;
}
#desktop-footer .la-switcher {
  padding-bottom: 20px;
}
#desktop-footer .la-switcher .active {
  display: none;
}
#desktop-footer .la-switcher a {
  padding: 5px 0;
  font-size: 14px;
}
#desktop-footer .la-switcher a img {
  margin: 4px 6px 0 0;
  height: 12px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
#desktop-footer #footer-content {
  padding: 0;
}
#desktop-footer #footer-content h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
#desktop-footer #footer-content .solid1 {
  width: 25%;
  margin: 0;
  padding: 0;
}
#desktop-footer #footer-content .solid1 ul li {
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 1199px) {
  #desktop-footer #footer-content .solid1 {
    width: 33.33%;
  }
  #desktop-footer #footer-content .solid1.flahide {
    display: none;
  }
}
@media screen and (max-width: 1008px) {
  #desktop-footer #footer-content .solid1 {
    width: 50%;
  }
}
#desktop-footer #footer-content .footer_bottom {
  width: 100%;
  color: #fff;
  padding: 15px 0;
  margin-top: 20px;
  background: #00A7E5;
}
#desktop-footer #footer-content .footer_bottom .copy {
  font-size: 14px;
}
#desktop-footer #footer-content #usp-bottombalk {
  width: 100%;
  border-bottom: 1px solid #cacaca;
}
#desktop-footer #footer-content #usp-bottombalk .grid {
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #desktop-footer #footer-content #usp-bottombalk .grid {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #desktop-footer #footer-content #usp-bottombalk .grid {
    padding: 0 4px;
  }
}
#desktop-footer #footer-content #usp-bottombalk .inner {
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 14px;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 768px) {
  #desktop-footer #footer-content #usp-bottombalk .inner {
    padding: 8px 10px;
  }
}
#desktop-footer #footer-content #usp-bottombalk .inner .usp {
  float: left;
  margin-right: 15px;
  line-height: 26px;
}
#desktop-footer #footer-content #usp-bottombalk .inner .usp .icon-whatsapp {
  margin-right: 3px;
  overflow: hidden;
  padding: 0;
  color: #fff;
  cursor: default;
  height: 19px;
  pointer-events: none;
  width: 19px;
  background-image: url(/build/images/whatsapp.886c1bfd.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: unset;
}
#desktop-footer #footer-content #usp-bottombalk .inner .usp.mobile {
  display: none;
}
#desktop-footer #footer-content #usp-bottombalk .inner .usp .menu-icon {
  font-size: 19px;
  margin: 3px 3px 0 0;
  color: #5FC719;
}
#desktop-footer #footer-content #usp-bottombalk .inner .usp span.small {
  font-size: 11px;
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  #desktop-footer #footer-content #usp-bottombalk .inner .usp.no-tablet {
    display: none;
  }
}
@media screen and (max-width: 1008px) {
  #desktop-footer #footer-content #usp-bottombalk .inner .usp.no-tablet-small {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #desktop-footer #footer-content #usp-bottombalk .inner .usp {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  #desktop-footer #footer-content #usp-bottombalk .inner .usp.no-mobile {
    display: none;
  }
  #desktop-footer #footer-content #usp-bottombalk .inner .usp.mobile {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  #desktop-footer #footer-content #usp-bottombalk .inner .usp {
    width: 100%;
  }
}
#desktop-footer #footer-content #usp-bottombalk .inner #webshop-seal {
  width: 89px;
  float: right;
  margin-top: 0;
  margin-right: 4px;
}
#desktop-footer #footer-content #usp-bottombalk .inner #webshop-seal img {
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  #desktop-footer #footer-content #usp-bottombalk .inner #webshop-seal {
    display: none;
  }
}
#desktop-footer #footer-content #usp-bottombalk.bottom-cart {
  clear: both;
  border: 0;
  padding: 0;
}
#desktop-footer #footer-content #usp-bottombalk.bottom-cart .inner {
  border: 0;
  padding: 0;
  margin: 0;
}
#desktop-footer #footer-content #usp-bottombalk.bottom-cart #webshop-seal {
  margin-top: -5px;
  width: 283px;
}
@media screen and (max-width: 767px) {
  #desktop-footer #footer-content #usp-bottombalk.bottom-cart {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #desktop-footer {
    position: relative;
    margin-top: 15px;
  }
  #desktop-footer #footer-content {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  #desktop-footer #footer-content .footer_bottom .copy {
    width: 100%;
    text-align: center;
  }
  #desktop-footer #footer-content .footer_bottom #payment_logos {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  #desktop-footer #footer-content .footer_bottom #payment_logos img {
    display: inline-block;
    float: none;
    width: 60% !important;
  }
  #desktop-footer #footer-content .solid1 {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #desktop-footer #footer-content .footer_bottom #payment_logos img {
    width: 95% !important;
  }
}
#header {
  height: 97px;
  margin-bottom: 11px;
  background: #FDFDFD;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
#header #logo {
  margin-top: 16px;
  margin-left: 19px;
  position: absolute;
  z-index: 200;
}
#header #logo .logo-trademark {
  float: left;
  width: 46px;
  height: 56px;
}
#header #logo .logo-signature-a,
#header #logo .logo-signature-b {
  float: left;
  font-family: 'Neuron', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  color: #565656;
  line-height: 15px;
  margin-left: 5px;
  margin-top: 22px;
}
#header #logo .logo-signature-b {
  font-size: 14px;
  display: none;
}
#header #logo .logo-blok {
  width: 15px;
  height: 15px;
  background: #0785c8;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header #logo .logo-middenblauw {
  background: #00A2E0;
}
#header #logo .logo-lichtblauw {
  background: #84d0f5;
}
#header #logo .logo-b1 {
  margin: 3px 0 0 3px;
}
#header #logo .logo-b2,
#header #logo .logo-b4 {
  margin: -15px 0 0 24px;
}
#header #logo .logo-b3,
#header #logo .logo-b5 {
  margin: 6px 0 0 3px;
}
#header #logo h1 {
  text-indent: -999999px;
  position: absolute;
  font-size: 0;
}
@media screen and (max-width: 1008px) {
  #header #logo {
    margin-left: 0;
  }
  #header #logo .logo-signature-a {
    display: none;
  }
  #header #logo .logo-signature-b {
    display: block;
    margin-top: 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 450px) {
  #header #logo .logo-signature-b {
    font-size: 14px;
    margin-top: 20px;
  }
}
#header #cart {
  color: #888;
  margin-top: 12px;
  width: 160px;
}
#header #cart .polycon-cart {
  color: #5FC719;
  font-size: 22px;
  position: relative;
  top: 4px;
}
#header #cart #cart-in-checkout {
  display: none;
}
#header #cart #cart-in-checkout .cart-in-checkout-title {
  margin: 25px 0 8px 0;
}
#header #cart #cart-js-update-wrap #empty-cart-message {
  display: none;
}
#header #cart #cart-js-update-wrap #non-empty-cart {
  position: absolute;
  top: 23px;
  right: 5px;
}
#header #cart #cart-js-update-wrap.cart-empty #empty-cart-message {
  display: block;
}
#header #cart #cart-js-update-wrap.cart-empty #non-empty-cart {
  display: none;
}
#header #cart #empty-cart-message {
  font-family: 'Neuron', Helvetica, sans-serif;
  color: #444;
  margin-top: 13px;
  font-size: 14px;
}
#header #cart a {
  text-decoration: none;
}
#header #cart a h4 {
  font-weight: lighter;
  margin: 20px 0 6px 0;
  font-size: 17px;
  color: #444;
  font-family: 'Neuron', Helvetica, sans-serif;
}
#header #cart a h4:hover {
  color: #2d8dca;
  text-decoration: none;
}
#header #cart a#view-cart,
#header #cart a#order {
  color: #444;
  display: inline-block;
  font-size: 12px;
  border-bottom: 1px solid #cacaca;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header #cart a#view-cart:hover,
#header #cart a#order:hover {
  color: #2d8dca;
  text-decoration: none;
}
#header #cart .btn-group {
  position: static;
  white-space: normal;
  font-size: 14px;
  vertical-align: initial;
}
#header #cart .btn-group > .dropdown-toggle {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#header #cart .btn-group a.btn {
  border: 2px solid #cacaca;
  padding: 0 5px;
  margin-left: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#header #cart .btn-group .dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 282px;
  top: 22px;
  left: -296px;
  background: #f8f8f8;
  text-align: left;
  color: #333;
  font-size: 14px;
}
#header #cart .btn-group .dropdown-menu #cart-dropdown-header {
  font-size: 20px;
  margin: 0 0 10px 0;
}
#header #cart .btn-group .dropdown-menu .dropdown-product {
  border: 1px solid #cacaca;
  border-bottom: none;
  background: #FDFDFD;
  padding: 10px;
}
#header #cart .btn-group .dropdown-menu .dropdown-product span {
  display: inline-block;
}
#header #cart .btn-group .dropdown-menu .dropdown-product .dropdown-product-title {
  font-family: 'Neuron', Helvetica, sans-serif;
  font-size: 22px;
  color: #00A2E0;
  padding: 0;
}
#header #cart .btn-group .dropdown-menu .dropdown-product .dropdown-product-title:hover {
  background: none;
}
#header #cart .btn-group .dropdown-menu .dropdown-product .dropdown-product-amount {
  color: #888;
}
#header #cart .btn-group .dropdown-menu .dropdown-product .dropdown-product-price {
  float: right;
  color: #888;
}
#header #cart .btn-group .dropdown-menu .dropdown-discount {
  padding: 10px;
  border: 1px solid #cacaca;
  border-bottom: none;
}
#header #cart .btn-group .dropdown-menu .dropdown-discount .dropdown-discount-amount {
  float: right;
}
#header #cart .btn-group .dropdown-menu .dropdown-shipping {
  padding: 10px;
  border: 1px solid #cacaca;
  border-bottom: none;
}
#header #cart .btn-group .dropdown-menu .dropdown-shipping .dropdown-shipping-amount {
  float: right;
}
#header #cart .btn-group .dropdown-menu .dropdown-total {
  padding: 10px;
  border: 1px solid #cacaca;
}
#header #cart .btn-group .dropdown-menu .dropdown-total .dropdown-total-amount {
  float: right;
  font-weight: bold;
}
#header #cart .btn-group .dropdown-menu .dropdown-footer {
  padding: 15px 0 5px 0;
}
#header #cart .btn-group .dropdown-menu .dropdown-footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header #cart .btn-group .dropdown-menu .dropdown-footer a.dropdown-edit-cart {
  display: block;
  float: left;
  color: #00A2E0;
  text-decoration: underline;
  margin-top: 8px;
}
#header #cart .btn-group .dropdown-menu .dropdown-footer a.dropdown-edit-cart:hover {
  color: #4bbeed;
}
#header #cart .btn-group .dropdown-menu .dropdown-footer a.dropdown-checkout-button button {
  float: right;
  font-size: 17px;
}
#user {
  font-size: 17px;
  margin: 12px 0;
}
#user-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 128px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  #header #cart a h4 {
    font-size: 14px;
  }
  #header #user {
    font-size: 14px;
    margin: 7px 0;
  }
}
.menu-bar {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
}
.menu-bar .la-switcher {
  float: right;
  border-left: 1px solid #bbbbbb;
  padding-left: 5px;
  margin-left: 10px;
}
.menu-bar .la-switcher .active {
  display: none;
}
.menu-bar .la-switcher a {
  padding: 0 5px;
  font-size: 13px;
  float: left;
}
.menu-bar .la-switcher .flag {
  float: left;
}
.menu-bar .la-switcher img {
  height: 10px;
  float: left;
  margin: 3px 3px 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.menu-bar .grid {
  position: relative;
}
.menu-bar.scroll {
  position: fixed;
  margin-top: -122px;
}
.menu-bar.scroll .mid-bar #cart {
  position: absolute;
  bottom: -65px;
  right: 0;
  z-index: 1000;
  height: 32px;
}
.menu-bar.scroll .mid-bar #cart .vat,
.menu-bar.scroll .mid-bar #cart .vat-span {
  display: none;
}
.menu-bar.scroll .mid-bar #cart a {
  padding: 2px 15px;
}
.menu-bar.scroll .mid-bar #cart span.count {
  width: 15px;
  height: 15px;
  right: 25px;
  top: -10px;
  line-height: 15px;
  font-size: 11px;
  background: #00A2E0;
}
.menu-bar.scroll .mid-bar #cart span.text {
  display: none;
}
.menu-bar.scroll .mid-bar #cart .polycon-user,
.menu-bar.scroll .mid-bar #cart .polycon-cart {
  font-size: 19px;
}
.menu-bar.scroll .bottom-bar ul#desktop-nav li.last {
  display: none;
}
.menu-bar .top-bar {
  background: #fff;
  width: 100%;
  float: left;
  padding: 3px 0 5px 0;
}
.menu-bar .top-bar .contact-info {
  float: right;
  padding: 5px 5px 0 0;
  font-size: 14px;
}
.menu-bar .top-bar .contact-info .icon-whatsapp {
  float: left;
  margin-top: 0;
  margin-right: 3px;
  overflow: hidden;
  padding: 0;
  color: #fff;
  cursor: default;
  height: 19px;
  pointer-events: none;
  width: 19px;
  background-image: url(/build/images/whatsapp.886c1bfd.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: unset;
}
.menu-bar .top-bar .contact-info .rule {
  float: left;
  margin-left: 10px;
  color: #4c4c4c;
  cursor: pointer;
}
.menu-bar .top-bar .contact-info .rule.contact-link {
  border-left: 1px solid #bbbbbb;
  padding-left: 10px;
}
.menu-bar .top-bar .contact-info .rule .advice-icon {
  color: #00A2E0;
}
.menu-bar .mid-bar {
  background: #00A2E0;
  width: 100%;
  float: left;
  padding: 15px 0 20px 0;
  position: relative;
}
.menu-bar .mid-bar #cart {
  float: right;
  margin-top: 20px;
}
.menu-bar .mid-bar #cart ul {
  float: right;
  list-style: none;
}
.menu-bar .mid-bar #cart ul li {
  float: left;
  position: relative;
}
.menu-bar .mid-bar #cart ul li.vat-span {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}
.menu-bar .mid-bar #cart ul li.vat {
  margin-top: -5px;
  border: 1px solid #fff;
  margin-left: 5px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.menu-bar .mid-bar #cart ul li.vat span {
  text-align: center;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 3px 5px;
  font-weight: 400;
  font-size: 12px;
  color: #00A2E0;
  cursor: pointer;
}
.menu-bar .mid-bar #cart ul li.vat span:hover {
  opacity: 0.5;
}
.menu-bar .mid-bar #cart ul li.vat span.active {
  color: #fff;
  font-weight: bold;
  background: #00A2E0;
}
.menu-bar .mid-bar #cart ul li.vat span.active:hover {
  opacity: 1;
}
.menu-bar .mid-bar #cart ul li span.count {
  position: absolute;
  top: -18px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  right: 20px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #fff;
  background: #1885c8;
  z-index: 100;
}
.menu-bar .mid-bar #cart ul li a {
  padding: 2px 10px;
  color: #fff;
}
.menu-bar .mid-bar #cart ul li a:hover {
  color: #fff;
}
.menu-bar .mid-bar #cart ul li.cart.no-items span.count {
  right: 0;
}
.menu-bar .mid-bar #cart ul li.cart.no-items .open-cart_btn {
  display: none;
}
.menu-bar .mid-bar #cart ul li.cart a {
  border-left: 1px solid white;
}
.menu-bar .mid-bar #cart ul li.cart.open .cart-items {
  display: block;
}
.menu-bar .mid-bar #cart ul li.cart.open .open-cart .open-cart_btn {
  background: #fff;
}
.menu-bar .mid-bar #cart ul li.cart.open .open-cart .caret {
  border-top: 6px solid #00A2E0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items {
  position: absolute;
  top: 25px;
  display: none;
  right: 0;
  width: 350px;
  background: #fff;
  z-index: 1000;
  padding: 10px 20px 20px 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .shipping,
.menu-bar .mid-bar #cart ul li.cart .cart-items .btw,
.menu-bar .mid-bar #cart ul li.cart .cart-items .discount,
.menu-bar .mid-bar #cart ul li.cart .cart-items .subtotal,
.menu-bar .mid-bar #cart ul li.cart .cart-items .total {
  margin-top: 5px;
  width: 100%;
  float: left;
  font-size: 14px;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .shipping .name,
.menu-bar .mid-bar #cart ul li.cart .cart-items .btw .name,
.menu-bar .mid-bar #cart ul li.cart .cart-items .discount .name,
.menu-bar .mid-bar #cart ul li.cart .cart-items .subtotal .name,
.menu-bar .mid-bar #cart ul li.cart .cart-items .total .name {
  float: left;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .shipping .val,
.menu-bar .mid-bar #cart ul li.cart .cart-items .btw .val,
.menu-bar .mid-bar #cart ul li.cart .cart-items .discount .val,
.menu-bar .mid-bar #cart ul li.cart .cart-items .subtotal .val,
.menu-bar .mid-bar #cart ul li.cart .cart-items .total .val {
  float: right;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .shipping .val.strong,
.menu-bar .mid-bar #cart ul li.cart .cart-items .btw .val.strong,
.menu-bar .mid-bar #cart ul li.cart .cart-items .discount .val.strong,
.menu-bar .mid-bar #cart ul li.cart .cart-items .subtotal .val.strong,
.menu-bar .mid-bar #cart ul li.cart .cart-items .total .val.strong {
  font-weight: bold;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .total {
  padding: 3px 0;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .edit-cart,
.menu-bar .mid-bar #cart ul li.cart .cart-items .go-cart {
  width: 50%;
  box-sizing: border-box;
  line-height: 36px;
  margin-top: 10px;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .edit-cart {
  color: #00A2E0;
  float: left;
  text-decoration: underline;
  text-align: center;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .go-cart {
  float: right;
  background: #5fc719;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .go-cart:hover {
  background: #499a13;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products {
  width: 100%;
  float: left;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products .product-item {
  width: 100%;
  float: left;
  padding: 10px 0 10px 0;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #eee;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products .product-item:hover {
  opacity: 0.8;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products .product-item .figure {
  width: 45px;
  float: left;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products .product-item .text {
  width: 290px;
  float: left;
  margin-left: 15px;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products .product-item .text .name {
  font-weight: 400;
  margin-bottom: 3px;
  color: #00A2E0;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products .product-item .text .count,
.menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products .product-item .text .price {
  font-size: 14px;
  float: left;
  width: 50%;
}
.menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products .product-item .text .price {
  text-align: right;
}
.menu-bar .mid-bar #cart ul li.cart .open-cart {
  float: right;
}
.menu-bar .mid-bar #cart ul li.cart .open-cart .open-cart_btn {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
}
.menu-bar .mid-bar #cart ul li.cart .open-cart .open-cart_btn:hover {
  background: #fff;
}
.menu-bar .mid-bar #cart ul li.cart .open-cart .open-cart_btn:hover .caret {
  border-top: 6px solid #00A2E0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.menu-bar .mid-bar #cart ul li.cart .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 7px;
  position: relative;
  vertical-align: top;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}
.menu-bar .mid-bar #logo {
  margin: 0;
  float: left;
  width: 225px;
}
.menu-bar .mid-bar #logo .logo-trademark {
  float: left;
  width: 46px;
  height: 56px;
}
.menu-bar .mid-bar #logo .logo-signature-a,
.menu-bar .mid-bar #logo .logo-signature-b {
  float: left;
  font-family: 'Neuron', Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  color: #fff;
  line-height: 15px;
  margin-left: 5px;
  margin-top: 13px;
}
.menu-bar .mid-bar #logo .logo-signature-b {
  font-size: 14px;
  display: none;
}
.menu-bar .mid-bar #logo .logo-slogem {
  float: left;
  font-size: 14px;
  font-style: italic;
  color: white;
  margin: 5px;
}
.menu-bar .mid-bar #logo .logo-blok {
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-bar .mid-bar #logo .logo-middenblauw {
  background: #fff;
}
.menu-bar .mid-bar #logo .logo-lichtblauw {
  background: #fff;
}
.menu-bar .mid-bar #logo .logo-b1 {
  margin: 3px 0 0 3px;
}
.menu-bar .mid-bar #logo .logo-b2,
.menu-bar .mid-bar #logo .logo-b4 {
  margin: -15px 0 0 24px;
}
.menu-bar .mid-bar #logo .logo-b3,
.menu-bar .mid-bar #logo .logo-b5 {
  margin: 6px 0 0 3px;
}
.menu-bar .mid-bar #logo .logo-b2 {
  background: rgba(255, 255, 255, 0.95);
}
.menu-bar .mid-bar #logo .logo-b3 {
  background: rgba(255, 255, 255, 0.9);
}
.menu-bar .mid-bar #logo .logo-b4 {
  background: rgba(255, 255, 255, 0.7);
}
.menu-bar .mid-bar #logo .logo-b5 {
  background: rgba(255, 255, 255, 0.65);
}
.menu-bar .mid-bar #logo h1 {
  text-indent: -999999px;
  position: absolute;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .menu-bar .mid-bar #logo .logo-signature-a {
    margin-top: 7px;
  }
}
@media screen and (max-width: 575px) {
  .menu-bar .mid-bar #logo {
    width: 175px;
  }
  .menu-bar .mid-bar #logo .logo-signature-a {
    margin-left: 0;
    font-size: 16px;
  }
  .menu-bar .mid-bar #logo .logo-slogem {
    margin: 0;
    font-size: 12px;
  }
}
.menu-bar .mid-bar .main-search {
  width: 480px;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
}
.menu-bar .mid-bar .main-search input {
  box-sizing: border-box;
  box-shadow: none;
  margin: 2px;
  padding: 0 20px;
  border-radius: 0;
  background: #fff;
  border: none;
  width: 98%;
  height: 45px;
  line-height: 45px;
  float: left;
}
.menu-bar .mid-bar .main-search input:focus {
  box-shadow: none;
}
.menu-bar .mid-bar .main-search button {
  margin-top: 5px;
}
.menu-bar .mobile-bar {
  width: 100%;
  float: left;
  background: #1688ce;
  display: none;
  padding: 10px 0;
}
.menu-bar .mobile-bar .grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-bar .mobile-bar .mobile-cart {
  float: right;
  position: relative;
  font-size: 21px;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  padding: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.menu-bar .mobile-bar .mobile-cart:hover {
  color: #fff;
}
.menu-bar .mobile-bar .mobile-cart span.count {
  position: absolute;
  top: -5px;
  line-height: 15px;
  text-align: center;
  font-size: 11px;
  right: 0px;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  color: #fff;
  background: #00A2E0;
  z-index: 100;
}
.menu-bar .mobile-bar .main-search {
  float: left;
  width: 100%;
  position: relative;
}
.menu-bar .mobile-bar .main-search form {
  margin: 0;
}
.menu-bar .mobile-bar .main-search input {
  border: 0;
  padding: 0 28px 0 10px;
  background: #fff;
  float: left;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0;
  font-size: 12px;
}
.menu-bar .mobile-bar .open-menu {
  float: left;
  color: #fff;
  margin: 5px 5px 0 0;
  cursor: pointer;
  display: flex;
}
.menu-bar .mobile-bar .open-menu:hover {
  opacity: 0.8;
}
.menu-bar .mobile-bar .open-menu .menu-icon {
  font-size: 32px;
  float: left;
  margin-right: 5px;
  margin-top: -7px;
}
.menu-bar .bottom-bar {
  width: 100%;
  float: left;
  background: #1688ce;
  border-bottom: 5px solid #106da6;
}
.menu-bar .bottom-bar .mobile-items,
.menu-bar .bottom-bar .close-menu {
  display: none;
}
.menu-bar .bottom-bar .grid {
  position: relative;
}
.menu-bar .bottom-bar ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-bar .bottom-bar ul li {
  float: left;
  text-shadow: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-bar .bottom-bar ul li.home a {
  padding: 0 15px 0 0;
  height: 50px;
}
.menu-bar .bottom-bar ul li.home .menu-icon {
  float: left;
  margin-top: 9px;
  font-size: 28px;
}
.menu-bar .bottom-bar ul li:hover {
  opacity: 0.5;
}
.menu-bar .bottom-bar ul li.active a {
  background: #106da6;
}
.menu-bar .bottom-bar ul li.blackfriday {
  background: #000000;
}
.menu-bar .bottom-bar ul li a {
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  text-transform: none;
  display: block;
  text-decoration: none !important;
}
@media screen and (max-width: 1307px) {
  .menu-bar .mid-bar .main-search {
    width: 400px;
    margin-left: -200px;
  }
  .menu-bar .bottom-bar ul li a {
    padding: 15px 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1009px) and (max-width: 1199px) {
  .menu-bar .mid-bar #cart ul li a .user-name {
    display: none;
  }
}
@media screen and (max-width: 1008px) {
  .menu-bar {
    float: left;
  }
  .menu-bar.scroll {
    margin-top: -112px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  .menu-bar.scroll #cart {
    display: none;
  }
  .menu-bar.scroll .mobile-bar .mobile-cart {
    width: auto;
    opacity: 1;
    padding: 2px 13px;
    margin-right: 5px;
  }
  .menu-bar .mid-bar .main-search {
    display: none;
  }
  .menu-bar .mid-bar {
    padding: 10px 0 15px 0;
  }
  .menu-bar .mobile-bar {
    display: block;
  }
  .menu-bar .bottom-bar {
    position: fixed;
    right: -350px;
    opacity: 0.5;
    top: 0;
    width: 75%;
    height: 100%;
    max-width: 350px;
    padding: 25px;
    z-index: 9999;
    box-sizing: border-box;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .menu-bar .bottom-bar .mobile-items {
    width: 100%;
    float: left;
    height: 100%;
  }
  .menu-bar .bottom-bar .mobile-items .la-switcher {
    width: 100%;
    padding: 10px 0 0 0;
    border-left: 0;
    margin-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu-bar .bottom-bar .mobile-items .la-switcher a {
    width: 100%;
    font-size: 16px;
    color: white;
  }
  .menu-bar .bottom-bar .mobile-items .la-switcher a img {
    margin: 4px 6px 0 0;
    height: 12px;
  }
  .menu-bar .bottom-bar .mobile-items .la-switcher a:hover {
    color: #fff;
  }
  .menu-bar .bottom-bar .fluidhide {
    display: none;
  }
  .menu-bar .bottom-bar.open {
    opacity: 1;
    right: 0;
  }
  .menu-bar .bottom-bar .grid {
    width: 100%;
    float: left;
  }
  .menu-bar .bottom-bar .mobile-items {
    float: left;
    width: 100%;
    display: block;
  }
  .menu-bar .bottom-bar .mobile-items .top-menu li a {
    padding: 5px 0 8px 0;
    text-transform: none;
  }
  .menu-bar .bottom-bar .mobile-items .bottom-menu {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu-bar .bottom-bar .mobile-items .bottom-menu a {
    color: white;
  }
  .menu-bar .bottom-bar .mobile-items .bottom-menu a:hover {
    color: white;
  }
  .menu-bar .bottom-bar .mobile-items a {
    font-size: 16px;
    padding: 10px 15px;
  }
  .menu-bar .bottom-bar .close-menu {
    color: #fff;
    position: absolute;
    top: -20px;
    right: -10px;
    cursor: pointer;
    font-size: 40px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-bar .bottom-bar .close-menu:hover {
    opacity: 0.5;
  }
  .menu-bar .bottom-bar .mobile-items a {
    padding: 10px 0;
  }
  .menu-bar .bottom-bar ul {
    width: 100%;
    padding: 0;
  }
  .menu-bar .bottom-bar ul li {
    width: 100%;
    float: left;
    padding: 0;
    border-right: 0;
  }
  .menu-bar .bottom-bar ul li a {
    padding: 15px 0;
  }
  .menu-bar .bottom-bar ul li.home {
    display: none;
  }
}
.checkout-page .menu-bar {
  float: left;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
}
.checkout-page .menu-bar.scroll {
  position: relative;
  margin-top: 0;
}
.checkout-page #usp-topbalk.on-top.scroll {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .menu-bar.scroll {
    margin-top: -62px;
  }
  .menu-bar .top-bar {
    display: none;
  }
  .menu-bar .mid-bar {
    padding: 7px 0;
  }
  .menu-bar .mid-bar .vat-span,
  .menu-bar .mid-bar .vat {
    display: none;
  }
  .menu-bar .mid-bar #logo .logo-trademark {
    width: 40px;
    height: 46px;
    overflow: hidden;
    padding-top: 3px;
  }
  .menu-bar .mid-bar #logo .logo-blok {
    width: 10px;
    height: 10px;
  }
  .menu-bar .mid-bar #logo .logo-b1 {
    margin-top: 0;
  }
  .menu-bar .mid-bar #logo .logo-b2,
  .menu-bar .mid-bar #logo .logo-b4 {
    margin: -10px 0 0 17px;
  }
  .menu-bar .mid-bar #logo .logo-signature-b {
    margin-top: 9px;
  }
}
@media screen and (max-width: 575px) {
  .menu-bar .mid-bar #cart ul li span.text {
    display: none;
  }
  .menu-bar .mid-bar #cart ul li .polycon-cart {
    margin-right: 10px;
  }
  .menu-bar .mid-bar #cart ul li.cart .cart-items {
    padding: 0 10px 10px 10px;
    width: 290px;
  }
  .menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products .product-item .figure {
    display: none;
  }
  .menu-bar .mid-bar #cart ul li.cart .cart-items .cart-products .product-item .text {
    margin-left: 0;
  }
  .menu-bar .mid-bar #cart ul li.cart .cart-items .edit-cart {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .menu-bar .mid-bar #logo {
    width: 165px;
  }
  .menu-bar .mid-bar #logo .logo-trademark {
    width: 35px;
  }
  .menu-bar .mid-bar #cart ul {
    margin-left: 0;
  }
}
#mobile-side-menu {
  z-index: 9999;
  position: fixed;
  -webkit-transition: left 0.4s;
  -moz-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
  width: 268px;
  left: -270px;
  top: -1px;
  height: 100%;
  background: #FDFDFD;
  font-family: 'Neuron', Helvetica, sans-serif;
  font-size: 21px;
  color: #333;
  background-color: #FDFDFD;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 7px 8px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 8px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 8px -3px rgba(0, 0, 0, 0.2);
}
#mobile-side-menu ul {
  list-style: none;
  margin: 0;
}
#mobile-side-menu ul li a {
  display: block;
  padding: 12px 19px 12px 55px;
  color: #333;
  border-bottom: 1px solid #cacaca;
  position: relative;
}
#mobile-side-menu ul li a:hover,
#mobile-side-menu ul li a:active {
  background: #4bbeed;
  color: #FDFDFD;
}
#mobile-side-menu ul li a.last {
  border: none;
}
#mobile-side-menu ul li a span {
  margin-right: 8px;
  font-size: 18px;
  position: absolute;
  left: 17px;
  top: 12px;
}
#mobile-side-menu ul li a span.polycon-home {
  font-size: 22px;
  top: 10px;
}
.menu-mobile_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
#navigation {
  margin-bottom: 0;
}
#navigation .alwaysfull {
  position: relative;
}
#nav-main {
  position: relative;
}
#nav-main #nav-outer {
  box-sizing: border-box;
  position: relative;
  height: 51px;
  border-bottom: 2px solid #159bd1;
  border-top: 1px solid #159ed6;
  border-left: 1px solid #1dade8;
  border-right: 1px solid #1dade8;
  background: #4bbeed;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a3e0), color-stop(1, #a2d9f7));
  background: -ms-linear-gradient(bottom, #00a3e0, #a2d9f7);
  background: -moz-linear-gradient(center bottom, #00a3e0 0%, #a2d9f7 100%);
  background: -o-linear-gradient(#a2d9f7, #00a3e0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2d9f7', endColorstr='#00a3e0', GradientType=0);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.15);
}
#nav-main #nav-outer #nav-inner {
  height: 49px;
  border-top: 1px solid #bfe8f9;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#nav-main #nav-outer #nav-inner ul#desktop-nav {
  position: relative;
  padding-top: 0;
  padding-left: 0;
  margin: 0;
}
#nav-main #nav-outer #nav-inner ul#desktop-nav li {
  list-style: none;
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-size: 0;
}
#nav-main #nav-outer #nav-inner ul#desktop-nav li.home a {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#nav-main #nav-outer #nav-inner ul#desktop-nav li a {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  text-decoration: none;
  padding: 14px 8px 14px 8px;
  text-shadow: 1px 1px 2px rgba(79, 119, 138, 0.47);
  font-family: 'Neuron', Helvetica, sans-serif;
}
#nav-main #nav-outer #nav-inner ul#desktop-nav li a:hover {
  background-image: #4bbeed;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a7e5), color-stop(1, #b5e1f8));
  background-image: -ms-linear-gradient(bottom, #00a7e5, #b5e1f8);
  background-image: -moz-linear-gradient(center bottom, #00a7e5 0%, #b5e1f8 100%);
  background-image: -o-linear-gradient(#b5e1f8, #00a7e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5e1f8', endColorstr='#00a7e5', GradientType=0);
}
#nav-main #nav-outer #nav-inner ul#desktop-nav li a:active {
  background-image: #4bbeed;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4eb7ef), color-stop(1, #6fc5f2));
  background-image: -ms-linear-gradient(bottom, #4eb7ef, #6fc5f2);
  background-image: -moz-linear-gradient(center bottom, #4eb7ef 0%, #6fc5f2 100%);
  background-image: -o-linear-gradient(#6fc5f2, #4eb7ef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc5f2', endColorstr='#4eb7ef', GradientType=0);
}
#nav-main #nav-outer #nav-inner ul#desktop-nav li .menu-icon {
  padding: 0 6px 0 0;
  font-size: 16px;
  position: relative;
  top: 1px;
}
#nav-main #nav-outer #nav-inner ul#desktop-nav li .polycon-home {
  font-size: 26px;
  left: 5px;
  line-height: 0;
  position: relative;
  top: 5px;
  color: #007dad;
  text-shadow: -1px 0 0 #003347;
}
#nav-main #nav-outer #search {
  margin-top: 6px;
  position: absolute;
  right: 10px;
  top: 0;
}
#nav-main #nav-outer #search button.btn {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 99;
  box-shadow: none;
}
#nav-main #nav-outer #search input {
  border-radius: 3px;
  width: 171px;
  font-size: 14px;
  padding-right: 30px;
}
#nav-main #nav-outer #search input:focus {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  #nav-main #nav-outer {
    height: 49px !important;
  }
}
#mobile-nav {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
#mobile-nav #mobile-nav-button {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 33px 10px 10px;
  font-size: 24px;
  border-radius: 6px;
  font-family: 'Neuron', Helvetica, sans-serif;
}
#mobile-nav #mobile-nav-button:hover {
  text-shadow: 0px 2px 7px rgba(255, 255, 255, 0.5);
  background-image: #4bbeed;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a7e5), color-stop(1, #b5e1f8));
  background-image: -ms-linear-gradient(bottom, #00a7e5, #b5e1f8);
  background-image: -moz-linear-gradient(center bottom, #00a7e5 0%, #b5e1f8 100%);
  background-image: -o-linear-gradient(#b5e1f8, #00a7e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5e1f8', endColorstr='#00a7e5', GradientType=0);
}
#mobile-nav #mobile-nav-button:active {
  background-image: #4bbeed;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4eb7ef), color-stop(1, #6fc5f2));
  background-image: -ms-linear-gradient(bottom, #4eb7ef, #6fc5f2);
  background-image: -moz-linear-gradient(center bottom, #4eb7ef 0%, #6fc5f2 100%);
  background-image: -o-linear-gradient(#6fc5f2, #4eb7ef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc5f2', endColorstr='#4eb7ef', GradientType=0);
}
#mobile-nav.navOpen #mobile-nav-button {
  background-image: #4bbeed;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4eb7ef), color-stop(1, #6fc5f2));
  background-image: -ms-linear-gradient(bottom, #4eb7ef, #6fc5f2);
  background-image: -moz-linear-gradient(center bottom, #4eb7ef 0%, #6fc5f2 100%);
  background-image: -o-linear-gradient(#6fc5f2, #4eb7ef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc5f2', endColorstr='#4eb7ef', GradientType=0);
}
#mobile-nav #menu-icon {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 40px;
  color: #fff;
}
.sidebar__account-manager {
  margin-top: 15px;
}
#sidebar-left .hide-mobile {
  width: 100%;
  float: left;
}
#sidebar-left .product-filter {
  min-height: 670px;
  padding: 0;
}
#sidebar-left .product-filter h4.sidebar-title {
  font-family: 'Neuron', Helvetica, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  font-weight: normal;
}
#sidebar-left .product-filter .sidebar-section {
  border-bottom: 1px solid #cacaca;
}
#sidebar-left .product-filter .sidebar-section h5 {
  text-transform: uppercase;
  font-family: 'Twemoji Country Flags', Tahoma, Arial, sans-serif;
  font-size: 12px;
  margin: 5px 0;
}
#sidebar-left .product-filter .sidebar-section p,
#sidebar-left .product-filter .sidebar-section label {
  font-size: 13px;
  line-height: 22px;
  color: #888;
}
#sidebar-left .product-filter .sidebar-section p:hover,
#sidebar-left .product-filter .sidebar-section label:hover {
  color: #2d8dca;
}
#sidebar-left .product-filter .sidebar-product-categories a {
  display: block;
  text-decoration: none;
}
#sidebar-left .product-filter .sidebar-brands label {
  margin: 0;
}
#sidebar-left .product-filter .sidebar-quantities label {
  margin: 0;
}
#sidebar-left .product-filter .sidebar-payment-gateways {
  padding-top: 8px;
  border-bottom: 1px solid #cacaca;
}
#sidebar-left .product-filter #kiyoh {
  padding-top: 18px;
}
#sidebar-left .product-filter ul.top-menu {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#sidebar-left .product-filter ul.top-menu li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
#sidebar-left .product-filter ul.top-menu li.first {
  margin-top: 3px;
}
#sidebar-left .product-filter ul.top-menu li a {
  padding: 2px 0;
  width: 100%;
  display: block;
}
#category-nav {
  margin: 0;
}
#category-nav li {
  list-style: none;
}
#category-nav > li {
  margin: 0.4em 0;
}
#category-nav > li > a {
  font-family: 'Neuron', Helvetica, sans-serif;
  color: #444;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
}
#category-nav > li > a:hover {
  color: #2d8dca;
}
#category-nav li ul {
  margin-left: 25px;
}
#category-nav li ul a {
  font-size: 13px;
}
@media screen and (max-width: 575px) {
  #category #sidebar-left .product-filter {
    margin: 0;
    margin: 140px 4px 10px 4px;
  }
}
@media screen and (max-width: 767px) {
  #category #sidebar-left .product-filter {
    margin: 90px 4px 10px 4px;
    height: auto;
  }
}
.submenu {
  background-color: #00A2E0;
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 50px;
  z-index: 999;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-50px);
  transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
}
#usp-topbalk.scroll + .submenu {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .submenu {
    display: none;
  }
}
.submenu .submenu__list {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
}
.submenu .submenu__item {
  flex: 1;
  text-align: center;
}
.submenu .submenu__item:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.submenu .submenu__link {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.submenu .submenu__icon {
  max-height: 18px;
  margin-bottom: 3px;
}
.submenu .submenu__text {
  color: #fff;
  font-size: 11px;
  line-height: initial;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.mb-4 {
  margin-bottom: 30px !important;
}
.mb-5 {
  margin-bottom: 50px !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 20px !important;
}
.mt-4 {
  margin-top: 30px !important;
}
.mt-5 {
  margin-top: 50px !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-3 {
  margin-left: 20px !important;
}
.ml-4 {
  margin-left: 30px !important;
}
.ml-5 {
  margin-left: 50px !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 20px !important;
}
.mr-4 {
  margin-right: 30px !important;
}
.mr-5 {
  margin-right: 50px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pb-3 {
  padding-bottom: 20px !important;
}
.pb-4 {
  padding-bottom: 30px !important;
}
.pb-5 {
  padding-bottom: 50px !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pt-3 {
  padding-top: 20px !important;
}
.pt-4 {
  padding-top: 30px !important;
}
.pt-5 {
  padding-top: 50px !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.pl-3 {
  padding-left: 20px !important;
}
.pl-4 {
  padding-left: 30px !important;
}
.pl-5 {
  padding-left: 50px !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pr-3 {
  padding-right: 20px !important;
}
.pr-4 {
  padding-right: 30px !important;
}
.pr-5 {
  padding-right: 50px !important;
}
.p-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-1 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.p-2 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p-3 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-4 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.p-6 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
body .aa-DetachedFormContainer form.aa-Form {
  padding: 0;
}
body .aa-DetachedFormContainer label {
  margin-bottom: 0px;
  line-height: unset;
}
body .aa-DetachedFormContainer input[type="search"] {
  width: 90%;
  height: 32px;
  margin: 0;
  box-shadow: none;
  border: none;
}
body .aa-DetachedFormContainer input[type="search"]:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
body .aa-SourceHeaderTitle {
  color: #00A2E0;
  font-family: 'Neuron', Helvetica, sans-serif;
  font-size: 23px;
}
body .aa-Input {
  border: 0px;
  box-shadow: none;
}
body .aa-Input:focus {
  border: 0px;
  box-shadow: none;
}
body .autocomplete-showmore {
  background: #04A2DF;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-family: 'Neuron', Helvetica, sans-serif;
  display: block;
}
body .aa-Panel {
  z-index: 9999;
}
#advice_side {
  width: 100%;
  box-sizing: border-box;
  float: right;
  padding: 5px 5px 0 5px;
  border: 1px solid #CACACA;
  margin-bottom: 5px;
  min-height: 90px;
}
#advice_side .polycon-advice {
  width: 50px;
  float: left;
  height: 50px;
  margin-top: 22px;
  color: #00A2E0;
  position: relative;
  font-size: 44px;
  left: -20px;
}
#advice_side .advice-person {
  width: 30%;
  height: auto;
  float: left;
}
@media screen and (max-width: 767px) {
  #advice_side .advice-person {
    width: 12%;
  }
}
@media screen and (max-width: 575px) {
  #advice_side .advice-person {
    width: 20%;
  }
}
@media screen and (max-width: 450px) {
  #advice_side .advice-person {
    width: 30%;
  }
}
#advice_side .advice-person img {
  width: 100%;
  height: auto;
  float: left;
}
#advice_side .text {
  padding-left: 10px;
  width: 70%;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 450px) {
  #advice_side .text {
    width: 70%;
  }
}
#advice_side .text h4 {
  font-size: 16px;
  font-weight: 500;
  color: #00A2E0;
  width: 100%;
  margin: 10px 0 4px 0;
  float: left;
}
#advice_side .text .rule {
  font-size: 12px;
  float: left;
  margin: 0 5px 4px 0;
}
#advice_side .text .rule.mobile {
  display: none;
}
#advice_side .text .rule .advice-icon {
  color: #00A2E0;
}
body #advice_side .text {
  padding-left: 13px;
  width: 70%;
  float: left;
  box-sizing: border-box;
}
body #advice_side .inner {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  body #advice_side .inner {
    display: block;
  }
}
.categorie-offerte-block {
  float: left;
  width: 100%;
  position: relative;
  min-height: 60px;
  margin: 25px 0;
}
@media screen and (min-width: 1308px) {
  .categorie-offerte-block {
    margin: 40px 0;
  }
}
.categorie-offerte-block .wrapper {
  float: left;
  width: 100%;
  padding: 0 4px;
}
.categorie-offerte-block .col-md-6 {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1308px) {
  .categorie-offerte-block .col-md-6 {
    width: calc(50% - 12.5px);
  }
  .categorie-offerte-block .col-md-6:nth-of-type(1) {
    margin-right: 12.5px;
  }
  .categorie-offerte-block .col-md-6:nth-last-of-type(1) {
    margin-left: 12.5px;
  }
}
.categorie-offerte-block .col-md-6.first {
  margin-bottom: 25px;
}
@media screen and (min-width: 1308px) {
  .categorie-offerte-block .col-md-6.first {
    margin-bottom: 0;
  }
}
.categorie-offerte-block .col-md-6.first > a {
  display: inline-block;
  width: 100%;
}
.categorie-offerte-block .col-md-6.first > a:nth-of-type(1) {
  margin-bottom: 12.5px;
}
.categorie-offerte-block .col-md-6.first > a:nth-last-of-type(1) {
  margin-top: 12.5px;
}
.categorie-offerte-block .col-md-6.first .col-md-12 {
  height: 140px;
}
@media screen and (min-width: 1308px) {
  .categorie-offerte-block .col-md-6.first .col-md-12 {
    height: 173px;
  }
}
.categorie-offerte-block .col-md-12 {
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.categorie-offerte-block .col-md-12 .col-60 {
  float: right;
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 451px) {
  .categorie-offerte-block .col-md-12 .col-60 {
    width: 60%;
  }
}
.categorie-offerte-block .col-md-12 .col-60 .title {
  font-size: 20px;
  font-weight: bold;
  max-width: 340px;
  padding-right: 8px;
  padding-left: 25px;
  margin-bottom: 35px;
  text-align: right;
}
@media screen and (min-width: 451px) {
  .categorie-offerte-block .col-md-12 .col-60 .title {
    text-align: left;
    font-size: 21px;
    padding: 0;
  }
}
@media screen and (min-width: 576px) {
  .categorie-offerte-block .col-md-12 .col-60 .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1308px) {
  .categorie-offerte-block .col-md-12 .col-60 .title {
    max-width: none;
  }
}
.categorie-offerte-block .underline {
  position: absolute;
  background: #00A2E0;
  width: 100%;
  bottom: 0;
}
.categorie-offerte-block .underline p {
  color: #fff;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  margin: 3px 0;
}
@media screen and (max-width: 380px) {
  .categorie-offerte-block .underline p {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .categorie-offerte-block .col-md-12 {
    background-position: -40% !important;
  }
  .categorie-offerte-block .categorie-last {
    background-position: -60% !important;
  }
}
@media screen and (max-width: 450px) {
  .categorie-offerte-block .col-md-12 {
    background-position: -30% !important;
  }
  .categorie-offerte-block .categorie-last {
    background-position: -45% !important;
  }
}
@media screen and (max-width: 575px) {
  .categorie-offerte-block .col-md-12 {
    background-position: -20% !important;
  }
  .categorie-offerte-block .categorie-last {
    background-position: -25% !important;
  }
}
.chat_banner {
  margin-top: 5px;
  float: left;
  width: 100%;
}
.color-picker .color-picker__colors {
  display: inline-block;
  padding: 5px;
  overflow: scroll;
  width: calc(100% - 10px);
}
.color-picker .color-picker__most-selected {
  width: 100%;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 162, 224, 0.2);
  border-radius: 4px;
  border-bottom: 3px solid #00A2E0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  padding: 5px;
  margin-bottom: 15px;
}
.color-picker .color-picker__title {
  display: inline-block;
  font-size: 18px;
  color: #00A2E0;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.color-picker .color-picker__subtitle {
  margin: 5px 0 10px;
  display: inline-block;
  width: calc(100% - 10px);
  font-size: 16px;
  padding: 0 5px;
}
.color-picker .color-picker__search {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}
.color-picker .color-picker__search-field {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.color-picker .color-picker__search-input {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 6px 10px;
  margin-bottom: 0;
  box-sizing: border-box;
  border-color: #cacaca;
  border-radius: 5px 5px 0 0;
}
.color-picker .color-picker__search-filter {
  display: inline-block;
  width: 100%;
}
.color-picker .color-picker__search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 13px;
  line-height: initial;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0 0 5px 5px;
  padding: 9px 12px 8px 7px;
  background-color: #f5f5f5;
  transition: all 0.15s ease-in-out;
  border-color: #d8d8d8 #d1d1d1 #bababa;
  border-top: 0;
  width: 100%;
}
.color-picker .color-picker__search-btn:hover,
.color-picker .color-picker__search-btn:focus {
  color: #333;
  background-color: #e6e6e6;
}
.color-picker .color-picker__search-btn--success {
  color: #fff;
  background-color: #5bb75b;
}
.color-picker .color-picker__search-btn--success:hover,
.color-picker .color-picker__search-btn--success:focus {
  color: #fff;
  background-color: #009600;
}
.color-picker .color-picker__search-btn span {
  margin-right: 5px;
}
.color-picker .color-picker__search-text {
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  font-family: 'Neuron', Helvetica, sans-serif;
  text-align: center;
}
.color-picker .color-picker__swatch {
  float: left;
  padding: 4px 4px;
  box-sizing: border-box;
  cursor: pointer;
  width: 50%;
  transition: width 0.15s ease-in-out;
}
.color-picker .color-picker__swatch:hover .color-picker__swatch-inner,
.color-picker .color-picker__swatch:focus .color-picker__swatch-inner {
  opacity: 0.8;
}
.color-picker .color-picker__swatch.light .color-picker__swatch-inner {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.8);
}
.color-picker .color-picker__swatch.light .color-picker__swatch-name {
  color: rgba(0, 0, 0, 0.95);
}
.color-picker .color-picker__swatch--no-color .color-picker__swatch-inner {
  background: url(/build/images/no-color.fbb2e97f.jpg) no-repeat;
  background-size: cover;
}
.color-picker .color-picker__swatch--active .color-picker__swatch-selected {
  opacity: 0.7;
  font-weight: 300;
  font-size: 12px;
  display: block;
}
.color-picker .color-picker__swatch--active .color-picker__swatch-inner {
  border-color: #00A2E0;
}
.color-picker .color-picker__swatch-inner {
  width: 100%;
  height: 95px;
  float: left;
  border: 4px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #fff;
  padding: 12px 10px 10px 10px;
  box-sizing: border-box;
  position: relative;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out;
}
.color-picker .color-picker__swatch-name {
  float: left;
  width: 100%;
  font-size: 10px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}
.color-picker .color-picker__swatch-status {
  position: absolute;
  bottom: 7px;
  font-size: 11px;
}
.color-picker .color-picker__swatch-status--in-stock .color-picker__swatch-circle {
  background-color: #5bb75b;
}
.color-picker .color-picker__swatch-status--out-of-stock .color-picker__swatch-circle {
  background-color: #f98a23;
}
.color-picker .color-picker__swatch-costs {
  position: absolute;
  right: -6px;
  top: -10px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 4px;
}
.color-picker .color-picker__swatch-circle {
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-radius: 20px;
  float: left;
  margin-right: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.color-picker .color-picker__swatch-selected {
  display: none;
}
@media screen and (min-width: 451px) {
  .color-picker .color-picker__search-field {
    flex-wrap: nowrap;
  }
  .color-picker .color-picker__search-input {
    border-radius: 5px 0 0 5px;
  }
  .color-picker .color-picker__search-filter {
    width: auto;
  }
  .color-picker .color-picker__search-btn {
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #d8d8d8;
    border-left: 0;
    width: auto;
  }
  .color-picker .color-picker__swatch-name {
    font-size: 12px;
  }
}
@media screen and (min-width: 576px) {
  .color-picker .color-picker__title {
    font-size: 20px;
    margin-top: 5px;
  }
  .color-picker .color-picker__subtitle {
    font-size: 18px;
  }
  .color-picker .color-picker__swatch {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .color-picker .color-picker__colors {
    max-height: 400px;
  }
  .color-picker .color-picker__swatch {
    width: 25%;
  }
}
@media screen and (min-width: 1009px) {
  .color-picker .color-picker__search-btn {
    font-size: 14px;
    padding-top: 8px;
  }
}
.select2-container {
  font-size: 14px;
  color: #555;
  max-width: 270px;
  margin-top: 10px;
  width: 100%;
}
.select2-container .select2-choice {
  border: 1px solid #ccc;
  background: #fff;
}
.select2-container .select2-chosen {
  background: #fff;
}
.select2-container .select2-choice .select2-arrow {
  background: #fff;
  border: none;
}
.select2-container.select2-container-active .select2-choice,
.select2-container.select2-container-active .select2-choices {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-drop-active {
  border: 1px solid #ccc;
}
.select2-search {
  margin-top: 4px;
}
.select2-search input {
  border-radius: 1px;
  border: 1px solid #CCC;
  background: #fff url(/build/images/select2.c0745773.png) no-repeat 100% -22px;
  background: url(/build/images/select2.c0745773.png) no-repeat 100% -22px;
  padding-left: 6px;
}
.select2-search input:focus {
  border: 1px solid #4bbeed;
  -webkit-box-shadow: inset0 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset0 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset0 1px 7px rgba(0, 0, 0, 0.2);
}
.select2-results .select2-highlighted {
  background-color: #00A2E0;
}
.select2-results .select2-result {
  font-size: 14px;
}
.select2-results .select2-result .select2-result-color-preview {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
.select2-results .select2-result span.select2-result-color-label {
  position: relative;
  bottom: -1px;
}
.color_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 1000;
  top: 0;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  display: none;
}
.color_modal .modal_top {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.color_modal .modal_top .left {
  width: 40%;
  float: left;
}
.color_modal .modal_top .right {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-top: 30px;
  padding-top: 15px;
  padding-right: 40px;
}
.color_modal .modal_top .right .search {
  float: right;
}
.color_modal .modal_top .right .filter_stock {
  font-size: 12px;
  float: right;
  margin-right: 10px;
  margin-top: 6px;
  cursor: pointer;
  text-decoration: underline;
}
.color_modal .modal_top .right .filter_stock.active .polycon-checkmark {
  color: #5FC719;
}
.color_modal .modal_top .right .filter_stock .polycon-checkmark {
  color: #878787;
}
.color_modal .modal_top .right .filter_stock .btn {
  position: relative;
  left: 0;
  top: -6px;
}
.color_modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 32px;
  transform: rotate(45deg);
}
.color_modal .modal_inner {
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  width: 840px;
  left: 50%;
  float: left;
  margin: 50px 0 50px -420px;
  position: relative;
  padding: 10px 20px 0 20px;
}
.color_modal .modal_inner h3 {
  margin: 10px 000;
  font-size: 26px;
  color: #00A2E0;
  width: 100%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}
.color_modal .modal_inner h3 span {
  color: #000;
  font-size: 18px;
  float: left;
  width: 100%;
}
.color_modal .modal_inner .colors {
  width: 100%;
  float: left;
  max-height: 425px;
  margin-bottom: 10px;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  position: relative;
  box-sizing: border-box;
  z-index: 5;
}
.color_modal .modal_inner .colors h4 {
  font-weight: bold;
}
.color_modal .modal_inner .colors .most_selected {
  width: 100%;
  padding: 10px;
  float: left;
  box-sizing: border-box;
  background: #eef7fb;
  border-radius: 4px;
  border-bottom: 3px solid #00A2E0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.color_modal .modal_inner .colors .most_selected h4 {
  font-size: 18px;
  margin-top: 0;
}
.color_modal .modal_inner .colors .special-color {
  clear: both;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #84d8f9;
  background: linear-gradient(180deg, #84d8f9 0%, #e7f8ff 100%);
  margin-top: 5px;
}
.color_modal .modal_inner .colors .special-color h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.color_modal .modal_inner .colors .special-color .request-elements {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.color_modal .modal_inner .colors .special-color .request-elements input.request-color-input {
  flex: 1;
  width: 70%;
}
.color_modal .modal_inner .colors .special-color .request-elements input.request-color-button {
  white-space: nowrap;
}
.color_modal .modal_inner .colors .special-color {
  clear: both;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #84d8f9;
  background: linear-gradient(180deg, #84d8f9 0%, #e7f8ff 100%);
  margin-top: 5px;
}
.color_modal .modal_inner .colors .special-color h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.color_modal .modal_inner .colors .special-color .request-elements {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.color_modal .modal_inner .colors .special-color .request-elements input {
  flex: 1;
}
.color_modal .modal_inner .colors .special-color .request-elements button {
  white-space: nowrap;
  width: 200px;
}
.color_modal .modal_inner .overlay {
  height: 40px;
  width: 100%;
  margin-top: -40px;
  position: relative;
  z-index: 1000;
  float: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0+32,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@c-white', endColorstr='@c-white', GradientType=0);
  /* IE6-9 */
}
.color_modal .modal_inner .status.in-stock .round {
  background: #42c91d;
}
.color_modal .modal_inner .status.out-stock .round {
  background: #ef6b13;
}
.color_modal .modal_inner .status .round {
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-radius: 20px;
  float: left;
  margin-right: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.color_modal .modal_inner h4 {
  width: 100%;
  float: left;
  margin: 10px 0 5px 0;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.color_modal .modal_inner .swatch {
  width: 25%;
  float: left;
  padding: 4px 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.color_modal .modal_inner .swatch .costs {
  position: absolute;
  right: -6px;
  top: -10px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 4px;
}
.color_modal .modal_inner .swatch:hover .inner {
  opacity: 0.8;
}
.color_modal .modal_inner .swatch .cur_choise {
  display: none;
}
.color_modal .modal_inner .swatch.active .inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.color_modal .modal_inner .swatch.active .cur_choise {
  opacity: 0.7;
  font-weight: 300;
  font-size: 12px;
  display: block;
}
.color_modal .modal_inner .swatch.no-color .inner {
  background: url(/build/images/no-color.fbb2e97f.jpg) no-repeat;
  background-size: cover;
}
.color_modal .modal_inner .swatch .inner {
  width: 100%;
  height: 95px;
  float: left;
  border: 4px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #fff;
  padding: 12px 10px 10px 10px;
  box-sizing: border-box;
  position: relative;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.color_modal .modal_inner .swatch .inner .num,
.color_modal .modal_inner .swatch .inner .name {
  font-weight: bold;
  width: 100%;
  float: left;
}
.color_modal .modal_inner .swatch .inner .name {
  font-size: 12px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
}
.color_modal .modal_inner .swatch .inner .status {
  position: absolute;
  bottom: 7px;
  font-size: 12px;
}
.color_modal .modal_inner .swatch.light .inner {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.8);
}
.color_modal .modal_inner .swatch.light .inner .name {
  color: rgba(0, 0, 0, 0.95);
}
.color_modal .modal_inner .bottom-note {
  font-size: 14px;
  width: 100%;
  float: left;
}
.color_modal .modal_inner .bottom-note #advice_side {
  float: left;
  border: 0;
  width: 40%;
  margin-bottom: 0;
}
.color_modal .modal_inner .bottom-note .bottom_note-text {
  float: left;
  width: 60%;
  padding-top: 14px;
}
.color_modal .modal_inner .bottom-note .bottom_note-text a {
  color: #00A2E0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .color_modal .modal_inner {
    width: 95%;
    left: 0;
    margin: 20px 2.5%;
  }
  .color_modal .modal_inner .swatch {
    width: 33.33%;
  }
  .color_modal .modal_inner #advice_side {
    display: none;
  }
  .color_modal .modal_inner .bottom-note .bottom_note-text {
    width: 100%;
  }
  .color_modal .modal_inner .modal_top .left {
    width: 100%;
  }
  .color_modal .modal_inner .modal_top .right {
    width: 100%;
    padding-top: 5px;
  }
  .color_modal .modal_inner .modal_top .right .filter_stock {
    float: left;
    margin-left: 10px;
  }
  .color_modal .modal_inner .modal_top .right .search {
    float: left;
  }
}
@media screen and (max-width: 575px) {
  .color_modal .modal_inner {
    padding: 5px 10px 10px 10px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .color_modal .modal_inner .bottom_note-text br {
    display: none;
  }
  .color_modal .modal_inner .colors {
    max-height: calc(100vh - 230px);
  }
  .color_modal .modal_inner .modal_top {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .color_modal .modal_inner .modal_top .right {
    padding-right: 0;
  }
  .color_modal .modal_inner .modal_top .right .filter_stock {
    display: none;
  }
  .color_modal .modal_inner .modal_top .right .search {
    width: 100%;
    padding: 5px 10px;
    height: 35px;
    box-sizing: border-box;
  }
  .color_modal .modal_inner .colors .most_selected {
    padding: 5px 3px 5px 3px;
  }
  .color_modal .modal_inner h3 {
    font-size: 21px;
    margin-top: 2px;
    margin-bottom: 0;
  }
  .color_modal .modal_inner .close {
    top: 10px;
    right: 10px;
    font-size: 26px;
  }
  .color_modal .modal_inner .swatch {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .color_modal .modal_inner .swatch {
    width: 100%;
  }
}
#info .info__contact-usp {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  flex: 1 1 100%;
  padding: 1rem;
  border: 1px solid #eee;
  position: relative;
}
@media screen and (min-width: 768px) {
  #info .info__contact-usp {
    border: none;
  }
}
@media screen and (min-width: 1200px) {
  #info .info__contact-usp {
    flex: 0 0 40%;
  }
}
#info .info__contact-usp .contact-usp .contact-usp__title {
  margin: 0 0 10px;
  color: #00A2E0;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  #info .info__contact-usp .contact-usp .contact-usp__title {
    font-size: 18px;
  }
}
#info .info__contact-usp .contact-usp .contact-usp__holder {
  display: flex;
  flex-direction: row;
}
#info .info__contact-usp .contact-usp .contact-usp__content {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #info .info__contact-usp .contact-usp .contact-usp__content {
    max-width: calc(100% - 125px);
  }
}
@media screen and (min-width: 1308px) {
  #info .info__contact-usp .contact-usp .contact-usp__content {
    max-width: calc(100% - 150px);
  }
}
#info .info__contact-usp .contact-usp .contact-usp__content p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  #info .info__contact-usp .contact-usp .contact-usp__content p {
    line-height: 24px;
  }
}
#info .info__contact-usp .contact-usp .contact-usp__content ul {
  padding: 0;
  margin: 0;
}
#info .info__contact-usp .contact-usp .contact-usp__item {
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #info .info__contact-usp .contact-usp .contact-usp__item {
    margin-top: 10px;
  }
}
#info .info__contact-usp .contact-usp .contact-usp__item:nth-last-of-type(1) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #info .info__contact-usp .contact-usp .contact-usp__item:nth-last-of-type(1) {
    margin-top: 5px;
  }
}
#info .info__contact-usp .contact-usp .contact-usp__item--phone {
  color: #00A2E0;
}
#info .info__contact-usp .contact-usp .contact-usp__item--whatsapp {
  color: #25d366;
}
#info .info__contact-usp .contact-usp .contact-usp__link {
  color: #333;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
  font-size: 13px;
  line-height: 1em;
  margin-left: 5px;
}
#info .info__contact-usp .contact-usp .contact-usp__link:hover {
  text-decoration: underline;
}
#info .info__contact-usp .contact-usp .contact-usp__image {
  width: 100px;
  max-width: 100px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #info .info__contact-usp .contact-usp .contact-usp__image {
    width: 125px;
    max-width: 125px;
  }
}
.cc-banner.cc-bottom {
  z-index: 99999 !important;
}
@media screen and (max-width: 1008px) {
  .cc-banner.cc-bottom {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .cc-window.cc-banner {
    -ms-flex-align: initial !important;
    align-items: initial !important;
  }
}
.information-wrapper {
  float: left;
  width: 100%;
}
.information-block {
  background-color: #fff;
  position: relative;
  min-height: 100px;
  float: left;
  margin: 0 0 20px;
  box-shadow: 2px 2px 6px #cecece;
  width: 100%;
}
.information-block .blue {
  background-color: #00A2E0;
  float: left;
  width: 20%;
  position: relative;
  min-height: 140px;
}
.information-block .blue p {
  font-size: 25px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  top: 50%;
  letter-spacing: 1px;
  position: absolute;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.information-block .information-mid {
  width: 60%;
  float: left;
}
.information-block .information-mid .support {
  width: 33.333%;
  float: left;
  color: #00A2E0;
  min-height: 140px;
  font-size: 25px;
}
.information-block .information-mid .support .support-text {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: 35px;
}
.information-block .information-mid .support .support-text img {
  max-width: 23px;
  height: auto;
  margin-right: 10px;
}
.information-block .information-mid .support .support-text a {
  color: #00A2E0;
}
.information-block .information-mid .support .support-text p.chat {
  cursor: pointer;
}
.information-block .information-mid .midden {
  width: 33.333%;
  float: left;
  text-align: center;
}
.information-block .information-mid .midden .midden-tekst {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.information-block .information-mid .midden p:before {
  content: '';
  width: 2px;
  height: 40px;
  background: #979797;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -1px;
}
.information-block .information-mid .midden p:after {
  content: '';
  width: 2px;
  height: 40px;
  background: #979797;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -1px;
}
.information-block .information-mid .info-button {
  width: 33.333%;
  float: left;
  min-height: 140px;
  position: relative;
}
.information-block .information-mid .info-button .info-button-cta {
  background: #00A2E0;
  color: #fff !important;
  border-radius: 4px;
  padding: 10px 10px;
  border-bottom: 3px solid #005884;
  text-align: center;
  width: 100%;
  display: block;
  max-width: 165px;
  margin: 0 auto;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.information-block .information-mid .info-button .info-button-cta:hover {
  background: #007eba;
}
@media screen and (max-width: 767px) {
  .information-block .blue {
    width: 100%;
    float: left;
    min-height: 40px;
  }
  .information-block .blue p {
    margin-left: 7px;
  }
  .information-block .support-image {
    display: block;
  }
  .information-block .support-image img {
    right: 3px;
  }
  .information-block .information-mid {
    width: 66%;
  }
  .information-block .information-mid .support .support-text {
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
  }
}
@media screen and (max-width: 767px) {
  .information-block .information-mid .midden {
    display: none;
  }
  .information-block .information-mid .info-button .info-button-cta {
    left: 107%;
    max-width: 150px;
  }
  .information-block .information-mid .info-button {
    width: 59%;
  }
}
@media screen and (max-width: 575px) {
  .information-block .support-image {
    display: none;
  }
  .information-block .information-mid .support {
    width: 50%;
  }
  .information-block .information-mid .info-button {
    width: 50%;
  }
  .information-block .information-mid {
    width: 100%;
  }
  .information-block .information-mid .info-button .info-button-cta {
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media screen and (max-width: 575px) {
  .information-block .information-mid .info-button .info-button-cta {
    left: unset;
    right: 35px;
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .information-block .information-mid .support .support-text {
    margin-left: 17px;
  }
  .information-block .information-mid .info-button .info-button-cta {
    right: 17px;
  }
}
@media screen and (max-width: 380px) {
  body .information-block {
    background: url(/build/images/herman.cd8d3acd.webp) 100% 100% no-repeat;
    background-size: 43%;
    position: relative;
    min-height: 100px;
    float: left;
    margin: 0 0 20px;
    box-shadow: 2px 2px 6px #cecece;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .information-block .information-mid .support {
    width: 100%;
  }
  body .information-block {
    background: url(/build/images/herman.cd8d3acd.webp) 100% 100% no-repeat;
    background-size: 50%;
    position: relative;
    min-height: 100px;
    float: left;
    margin: 0 0 20px;
    box-shadow: 2px 2px 6px #cecece;
    width: 100%;
  }
  .information-block .information-mid .info-button {
    width: 100%;
  }
  .information-block .blue {
    margin-bottom: 40px;
  }
  .information-block .information-mid .support .support-text {
    transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
  }
  .information-block .information-mid .support {
    min-height: 100px;
  }
  .information-block .information-mid .info-button {
    min-height: 85px;
  }
  .information-block .information-mid .support .support-text {
    position: relative;
    text-align: left;
    margin: 0 0 0 15px;
  }
  .information-block .information-mid .info-button .info-button-cta {
    position: relative;
    transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    left: auto;
    right: auto;
    margin: 0 0 0 15px;
  }
  .information-block .information-mid .midden {
    display: block;
    visibility: visible;
    width: 50%;
  }
  .information-block .information-mid .midden .midden-tekst {
    position: relative;
    left: auto;
    right: auto;
    transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
  }
  .information-block .information-mid .midden p:before {
    transform: rotate(90deg);
    content: '';
    width: 2px;
    height: 40px;
    background: #979797;
    position: absolute;
    bottom: -13px;
    margin-left: -20px;
    left: 40%;
  }
  .information-block .information-mid .midden p:after {
    transform: rotate(90deg);
    content: '';
    width: 2px;
    height: 40px;
    background: #979797;
    position: absolute;
    bottom: -14px;
    margin-left: 20px;
    left: 60%;
  }
}
@media screen and (max-width: 1199px) {
  .information-wrapper {
    width: 670px;
  }
}
@media (max-width: 1008px) {
  .information-wrapper {
    width: 676px;
  }
}
@media screen and (max-width: 767px) {
  .information-wrapper {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .information-block .support-image img {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .information-wrapper {
    padding: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .information-wrapper {
    padding: 0;
  }
}
.information-wrapper .information-block {
  background-size: 45%;
  background-color: #fff;
  margin-bottom: 10px;
}
.information-wrapper .information-block .blue {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  width: 65%;
  min-height: 35px;
}
.information-wrapper .information-block .blue p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
.information-wrapper .information-block .information-mid .support {
  font-size: 14px;
  min-height: 65px;
  position: relative;
}
.information-wrapper .information-block .information-mid .support-text {
  transform: none;
}
.information-wrapper .information-block .information-mid .support-text p {
  display: flex;
  align-items: center;
}
.information-wrapper .information-block .information-mid .support-text img {
  max-width: 16px;
}
.information-wrapper .information-block .information-mid .midden {
  display: none;
}
.information-wrapper .information-block .information-mid .info-button .info-button-cta {
  left: 0;
  font-size: 14px;
}
@media screen and (min-width: 465px) {
  .information-wrapper .information-block .blue {
    min-height: 40px;
    margin-bottom: 0;
    width: 100%;
  }
  .information-wrapper .information-block .blue p {
    font-size: 16px;
  }
  .information-wrapper .information-block .information-mid .support {
    font-size: 18px;
    min-height: 140px;
  }
  .information-wrapper .information-block .information-mid .support-text {
    transform: translateY(-50%);
  }
  .information-wrapper .information-block .information-mid .support-text img {
    max-width: 18px;
  }
  .information-wrapper .information-block .information-mid .info-button .info-button-cta {
    left: 50%;
    top: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    font-size: 15px;
  }
}
@media screen and (min-width: 601px) {
  .information-wrapper .information-block .information-mid {
    width: 100%;
  }
  .information-wrapper .information-block .information-mid .support {
    width: 41%;
  }
}
@media screen and (min-width: 651px) {
  .information-wrapper .information-block .blue p {
    font-size: 18px;
  }
  .information-wrapper .information-block .information-mid {
    display: flex;
    width: 100%;
  }
  .information-wrapper .information-block .information-mid > div {
    flex: 1 1 auto;
  }
  .information-wrapper .information-block .information-mid .support {
    width: 30%;
    padding-left: 25px;
  }
  .information-wrapper .information-block .information-mid .support-text {
    margin-left: 0;
  }
  .information-wrapper .information-block .information-mid .midden {
    display: block;
    visibility: visible;
    width: 25%;
    position: relative;
  }
  .information-wrapper .information-block .information-mid .midden-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .information-wrapper .information-block .information-mid .midden-text::before {
    top: 30px;
    transform: translateX(-50%);
  }
  .information-wrapper .information-block .information-mid .midden-text::after {
    bottom: 30px;
    transform: translateX(-50%);
  }
  .information-wrapper .information-block .information-mid .info-button {
    width: 30%;
    float: left;
    min-height: 140px;
    position: relative;
    padding-right: 20px;
  }
  .information-wrapper .information-block .information-mid .info-button-cta {
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 661px) {
  .information-wrapper .information-block .blue p {
    font-size: 20px;
  }
  .information-wrapper .information-block .information-mid .support {
    font-size: 22px;
  }
  .information-wrapper .information-block .information-mid .support-text img {
    max-width: 22px;
  }
}
@media screen and (min-width: 1310px) {
  .information-wrapper .information-block .blue {
    min-height: 140px;
    width: 20%;
  }
  .information-wrapper .information-block .blue p {
    padding: 5px;
  }
  .information-wrapper .information-block .information-mid {
    width: 60%;
  }
}
.modal-box {
  height: 100%;
  min-width: 32rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999994;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-box::before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: none;
}
.modal-box + .modal-box {
  z-index: 99999995;
}
.modal-box.modal-box--full-screen-sticky-bar .modal-box__title {
  padding: 0;
}
.modal-box.modal-box--full-screen-sticky-bar .modal-box__content {
  padding: 0;
}
.modal-box.modal-box--full-screen {
  box-shadow: none;
  right: 0;
  outline: none;
}
.modal-box.modal-box--full-screen .modal-box__container {
  border-radius: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  -ms-transform: translateX(calc(50% + 50vw));
  -webkit-transform: translateX(calc(50% + 50vw));
  transform: translateX(calc(50% + 50vw));
}
.modal-box.modal-box--full-screen .modal-box__wrapper {
  margin-top: 44px;
  height: calc(100% - 44px);
}
.modal-box.modal-box--full-screen .modal-box__header {
  background-color: #00A2E0;
  left: 0;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.modal-box.modal-box--full-screen .modal-box__title {
  color: #fff;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-box.modal-box--full-screen .modal-box__content {
  height: 100%;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-box.modal-box--full-screen.modal-box--loading .modal-box__wrapper {
  margin-top: 0;
  height: 100%;
}
.modal-box.modal-box--has-gap {
  text-align: right;
  min-width: 0;
}
.modal-box.modal-box--has-gap .modal-box__container {
  width: calc(100% - 44px);
}
.modal-box.modal-box--is-open {
  right: 0;
}
.modal-box.modal-box--is-open .modal-box__container {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-box.modal-box--is-open .modal-box__overlay {
  opacity: 0.65;
  visibility: visible;
}
.modal-box.modal-box--desktop-is-open .modal-box__body,
.modal-box.modal-box--added-to-cart .modal-box__body {
  padding: 0;
}
.modal-box.modal-box--desktop-is-open .modal-box__body .form__row,
.modal-box.modal-box--added-to-cart .modal-box__body .form__row {
  padding: 0 16px;
}
@media screen and (min-width: 1009px) {
  .modal-box.modal-box--desktop-is-open .modal-box__body .form__row,
  .modal-box.modal-box--added-to-cart .modal-box__body .form__row {
    padding: 0 25px;
  }
}
.modal-box.modal-box--desktop-is-open .modal-box__roadmap,
.modal-box.modal-box--added-to-cart .modal-box__roadmap {
  padding: 10px;
}
.modal-box.modal-box--desktop-is-open .modal-box__top,
.modal-box.modal-box--added-to-cart .modal-box__top {
  width: calc(100% - 32px);
  padding: 10px 16px 0;
}
@media screen and (min-width: 1009px) {
  .modal-box.modal-box--desktop-is-open .modal-box__top,
  .modal-box.modal-box--added-to-cart .modal-box__top {
    width: calc(100% - 50px);
    padding: 25px 25px 0;
  }
}
.modal-box.modal-box--hide-footer .modal-box__body {
  padding: 16px;
}
@media screen and (min-width: 1009px) {
  .modal-box.modal-box--hide-footer .modal-box__body {
    padding: 25px;
  }
}
.modal-box.modal-box--hide-footer .modal-box__footer-container {
  opacity: 0;
  height: 0;
  padding: 0;
}
.modal-box.modal-box--loading .modal-box__wrapper {
  margin-top: 0;
  height: 0;
}
.modal-box.modal-box--workshop-modal .modal-box__top {
  display: flex;
}
.modal-box .modal-box__loading {
  position: relative;
  height: 220px;
  text-align: center;
}
.modal-box .modal-box__container {
  background-clip: padding-box;
  display: inline-block;
  margin: 8px 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 16px);
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}
.modal-box .modal-box__wrapper {
  background-color: #fff;
}
.modal-box .modal-box__overlay {
  animation: fade-in-overlay 0.2s ease-in-out;
  background-color: #333;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.modal-box .modal-box__header {
  position: relative;
  padding: 16px 16px 0;
}
@media screen and (min-width: 1009px) {
  .modal-box .modal-box__header {
    padding: 25px 25px 0;
  }
}
.modal-box .modal-box__title {
  word-break: keep-all;
  margin: 0;
  padding-right: 24px;
  line-height: 20px;
  font-size: 16px;
}
@media screen and (min-width: 1009px) {
  .modal-box .modal-box__title {
    font-size: 18px;
  }
}
.modal-box .modal-box__close {
  position: absolute;
  top: 6px;
  right: 6px;
}
.modal-box .modal-box__close-button {
  color: #00A2E0;
  line-height: 0;
  padding: 8px;
  border: none;
  background: transparent;
}
.modal-box .modal-box__label {
  color: #fff;
  display: none;
}
.modal-box .modal-box__icon {
  fill: #fff;
}
.modal-box .modal-box__flex-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.modal-box .modal-box__body {
  flex: 1 1 auto;
  padding: 16px 16px 0;
  overflow: scroll;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
@media screen and (min-width: 1009px) {
  .modal-box .modal-box__body {
    padding: 25px 25px 0;
  }
}
.modal-box .modal-box__warning {
  background: #fee5ce;
  border: 1px solid #e0bd9c;
  border-radius: 2px;
  padding: 5px;
  margin: 10px;
  font-weight: 700;
  font-size: 0.8em;
}
.modal-box .modal-box__top {
  display: none;
}
@media screen and (min-width: 451px) {
  .modal-box .modal-box__top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
@media screen and (orientation: landscape) and (max-width: 1008px) {
  .modal-box .modal-box__top {
    display: none;
  }
}
.modal-box .modal-box__intro {
  font-size: 13px;
  flex: 1 1 75%;
  padding-right: 10px;
}
@media screen and (min-width: 451px) {
  .modal-box .modal-box__intro {
    flex: 1 1 85%;
  }
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__intro {
    flex: 1 1 90%;
  }
}
.modal-box .modal-box__intro p {
  margin: 0;
}
.modal-box .modal-box__image {
  flex: 1 1 25%;
}
@media screen and (min-width: 451px) {
  .modal-box .modal-box__image {
    flex: 1 1 15%;
  }
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__image {
    flex: 1 1 10%;
  }
}
.modal-box .modal-box__image-background {
  float: left;
  width: 100%;
  padding-bottom: 67.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.modal-box .modal-box__form {
  margin: 0;
}
.modal-box .modal-box__form .option-price {
  color: #191919b3;
}
.modal-box .modal-box__form .option-price sup {
  top: -0.25em;
}
.modal-box .modal-box__form > .form__group:nth-of-type(1):not(.form__group--radio-buttons) {
  margin-bottom: 0;
  margin-top: 10px;
}
.modal-box .modal-box__form > .form__group .form__group-inner {
  padding: 0 16px;
}
@media screen and (min-width: 1009px) {
  .modal-box .modal-box__form > .form__group .form__group-inner {
    padding: 0 25px;
  }
}
.modal-box .modal-box__form .form__group {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.modal-box .modal-box__form .form__group--color .color-choice {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 451px) {
  .modal-box .modal-box__form .form__group--color .color-choice {
    justify-content: unset;
  }
}
.modal-box .modal-box__form .form__group--color .color-choice__inner {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px solid #cacaca;
}
.modal-box .modal-box__form .form__group--color .color-choice__circle {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  float: left;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.modal-box .modal-box__form .form__group--color .color-choice__name {
  display: inline-block;
  font-size: 13px;
}
.modal-box .modal-box__form .form__group--color .color-choice__change-color {
  border: 0;
  transition: all 0.3s ease-in;
  font-size: 15px;
  background: #00A2E0;
  padding: 7px 10px;
  margin-left: 15px;
  line-height: inherit;
  white-space: nowrap;
}
.modal-box .modal-box__form .form__group--radio-buttons .form__group-inner {
  padding: 0;
}
.modal-box .modal-box__form .form__group--radio-buttons + .form__group .form__group-inner {
  padding: 0 16px;
}
@media screen and (min-width: 1009px) {
  .modal-box .modal-box__form .form__group--radio-buttons + .form__group .form__group-inner {
    padding: 0 25px;
  }
}
.modal-box .modal-box__form .form__group--amount {
  width: auto;
  margin-bottom: 0;
}
.modal-box .modal-box__form .form__group--amount .form__group-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .modal-box .modal-box__form .form__group--amount .form__group-inner {
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .modal-box .modal-box__form .form__group--amount .form__label-holder {
    margin-bottom: 0;
    margin-right: 15px;
    width: auto;
  }
}
.modal-box .modal-box__form .form__group--amount .form__controls {
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .modal-box .modal-box__form .form__group--amount .form__controls {
    margin: 0 0 10px;
  }
}
.modal-box .modal-box__form .form__group--amount .form__controls-inner {
  position: relative;
  width: 100%;
}
.modal-box .modal-box__form .form__label-holder {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.modal-box .modal-box__form .form__label-holder--has-tooltip {
  display: flex;
}
.modal-box .modal-box__form .form__label-holder--has-tooltip .questionmark-tooltip {
  margin-left: 5px;
}
.modal-box .modal-box__form .form__label-holder--has-tooltip .questionmark-tooltip .btn.button-questionmark-tooltip {
  position: relative;
  top: -2px;
  background: #00A2E0;
  color: #fff;
  font-weight: 400;
}
.modal-box .modal-box__form .form__label {
  margin-bottom: 0;
}
.modal-box .modal-box__form .form__controls-inner select {
  margin: 0;
  height: 30px;
  min-width: 200px;
  width: 100%;
}
.modal-box .modal-box__form .form__input {
  margin: 0;
}
.modal-box .modal-box__form .form__input--select {
  height: 40px;
  min-width: 250px;
  width: 100%;
}
.modal-box .modal-box__form .form__input--number {
  height: 24px;
  display: block;
  text-align: left;
  text-align: center;
  width: calc(100% - 82px);
  padding-left: 40px;
  padding-right: 40px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 576px) {
  .modal-box .modal-box__form .form__input--number {
    height: 30px;
  }
}
.modal-box .modal-box__form .form__input--number::-webkit-outer-spin-button,
.modal-box .modal-box__form .form__input--number::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.modal-box .modal-box__form .form__counter {
  color: #00A2E0;
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  font-size: 22px;
  width: 40px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 576px) {
  .modal-box .modal-box__form .form__counter {
    height: 40px;
    line-height: 40px;
  }
}
.modal-box .modal-box__form .form__counter--plus {
  right: 0;
}
.modal-box .modal-box__form .form__unit {
  border: 1px solid #00A2E0;
  border-radius: 0 4px 4px 0;
  background: #f5f5f5;
  position: relative;
  left: -1px;
  color: #00A2E0;
  cursor: default;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  padding: 0 10px;
}
@media screen and (min-width: 576px) {
  .modal-box .modal-box__form .form__unit {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 15px;
  }
}
.modal-box .modal-box__form .form__table {
  margin-bottom: 0;
}
.modal-box .modal-box__form .form__table tbody {
  font-family: 'Neuron', Helvetica, sans-serif;
}
.modal-box .modal-box__form .form__table-row {
  cursor: pointer;
}
.modal-box .modal-box__form .form__table-row--header {
  font-size: 13px;
}
.modal-box .modal-box__form .form__table-row--header th {
  padding: 0 8px 3px;
}
.modal-box .modal-box__form .form__table-row--selected {
  background: #e6e6e6;
}
.modal-box .modal-box__form .form__table-column {
  font-size: 13px;
  vertical-align: middle;
  padding: 5px 8px;
  transition: background-color 0.2s ease-in-out;
}
.modal-box .modal-box__form .form__table-column:first-child {
  text-align: center;
  padding: 8px 3px 8px 7px;
}
.modal-box .modal-box__form .form__table-column:last-child {
  white-space: nowrap;
}
.modal-box .modal-box__footer {
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
}
.modal-box .modal-box__footer .btn {
  float: right;
  width: 100%;
  padding: 10px;
  border: 0;
  transition: all 0.3s ease-in;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .modal-box .modal-box__footer .btn {
    min-width: 250px;
  }
}
.modal-box .modal-box__footer .btn span {
  margin-left: 10px;
  left: 0;
  top: 0;
}
.modal-box .modal-box__footer .btn-green {
  background: #00b900;
}
.modal-box .modal-box__footer .btn-green:hover,
.modal-box .modal-box__footer .btn-green:focus {
  background: #5bb75b;
}
.modal-box .modal-box__footer .btn-blue {
  background: #00A2E0;
}
.modal-box .modal-box__footer .btn-blue:hover,
.modal-box .modal-box__footer .btn-blue:focus {
  background: #4bbeed;
}
.modal-box .modal-box__footer-container {
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 7;
  position: relative;
  top: auto;
  bottom: 0;
  transform-origin: bottom;
  display: block;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  height: 40px;
  padding: 13px 0;
}
.modal-box .modal-box__footer-wrapper {
  margin: 0 auto;
  max-width: 128rem;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.modal-box .modal-box__footer-wrapper .btn:last-child {
  align-self: flex-end;
  margin-left: auto;
}
.modal-box .modal-box__footer-price {
  width: 100%;
  white-space: nowrap;
  margin-right: 15px;
  display: none;
}
.modal-box .modal-box__footer-price .form__group--price,
.modal-box .modal-box__footer-price .form__group--delivery-time {
  margin: 0;
}
.modal-box .modal-box__footer-price .form__price {
  font-size: 26px;
  line-height: 20px;
  text-align: left;
}
.modal-box .modal-box__footer-usps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 10px 0;
  float: right;
  min-width: 275px;
}
.modal-box .modal-box__footer-usps > * {
  font-size: 13px;
  line-height: 2;
  white-space: nowrap;
}
.modal-box .modal-box__footer-usps .polycon-checkmark {
  font-size: 19px;
  float: left;
  margin: 3px 5px 0 0;
  color: #5fc719;
}
@media screen and (max-width: 400px) {
  .modal-box .modal-box__footer-usps {
    display: none;
  }
}
@media screen and (min-width: 401px) {
  .modal-box .modal-box__footer-container {
    height: auto;
  }
}
@media screen and (min-width: 1008.02px) and (max-width: 1199px) {
  .modal-box .modal-box__footer-usps > * {
    font-size: 12px;
  }
  .modal-box .modal-box__footer-usps .polycon-checkmark {
    font-size: 15px;
    margin: 5px 5px 0 0;
  }
}
@media screen and (min-width: 1199.02px) and (max-width: 1308px) {
  .modal-box .modal-box__footer-usps > * {
    font-size: 10px;
  }
  .modal-box .modal-box__footer-usps .polycon-checkmark {
    font-size: 13px;
    margin: 3px 3px 0 0;
  }
}
@media screen and (min-height: 700px) {
  .modal-box .modal-box .modal-box .product-options.product-options--1 .product-options__list {
    max-height: 37vh !important;
  }
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box .modal-box:not(.modal-box--loading):not(.modal-box--added-to-cart) .modal-box__flex-container {
    max-height: calc(100vh - 94px);
  }
  .modal-box .modal-box__footer-usps {
    padding: 10px 20px 0 0;
    min-width: none;
  }
  .modal-box .modal-box__footer-usps > * {
    font-size: 14px;
  }
  .modal-box .modal-box__footer-usps .polycon-checkmark {
    font-size: 15px;
    margin: 5px 5px 0 0;
  }
}
@media screen and (max-width: 350px) {
  .modal-box .modal-box__footer-usps {
    min-width: auto;
  }
  .modal-box .modal-box__footer-usps > * {
    font-size: 11px;
  }
}
.modal-box .form__group--price {
  margin: 10px 0;
  font-family: 'Neuron', Helvetica, sans-serif;
}
.modal-box .form__group--price .discount-time-remaining {
  margin-top: 5px;
}
.modal-box .form__group--price .form__group-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .modal-box .form__group--price .form__group-inner {
    display: block;
  }
  .modal-box .form__group--price .form__group-inner .price-volume-discount {
    margin-bottom: 5px;
  }
}
.modal-box .form__group--price .form__group-inner .form__price-wrap {
  display: flex;
}
.modal-box .form__group--price .form__group-inner .form__price-wrap sup {
  top: -0.4em;
  font-size: 60%;
}
.modal-box .form__group--price .form__label {
  font-size: 17px;
  line-height: 30px;
  float: left;
  margin-bottom: 0;
  -ms-transform: translateY(4px) !important;
  -webkit-transform: translateY(4px) !important;
  transform: translateY(4px) !important;
}
.modal-box .form__group--price--discounted .form__discounted-price {
  color: #D6312A;
}
.modal-box .form__group--price--discounted .form__original-price {
  text-decoration: line-through;
  margin-left: 11px;
}
.modal-box .form__group--delivery-time .control-group,
.modal-box .form__group--delivery-time .controls {
  margin-bottom: 0;
}
.modal-box .form__group--delivery-time .control-label,
.modal-box .form__group--delivery-time .stock {
  display: none;
}
.modal-box .form__group--delivery-time .stock-description {
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .modal-box .form__group--delivery-time .stock-description {
    font-size: 13px;
  }
}
.modal-box .form__price {
  display: inline-block;
  font-size: 28px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .modal-box .form__price {
    font-size: 30px;
    flex: 0 0 auto;
    width: auto;
    text-align: right;
  }
}
.modal-box .form__price-discount {
  color: #fff;
  font-weight: 100;
  font-size: 13px;
  margin-right: 10px;
  display: none;
  position: relative;
  white-space: nowrap;
  font-family: 'Twemoji Country Flags', Tahoma, Arial, sans-serif;
}
@media screen and (min-width: 576px) {
  .modal-box.modal-box--has-gap .modal-box__container {
    width: calc(100% - 100px);
  }
  .modal-box .modal-box__form .form__controls-inner select {
    height: 30px;
    width: auto;
  }
  .modal-box .modal-box__form .form__input--select {
    width: auto;
  }
  .modal-box .modal-box__footer .btn {
    width: 40%;
    min-width: 250px;
    padding: 10px 22px 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .modal-box::before {
    display: inline-block;
  }
  .modal-box + script + .modal-box--desktop-from-center .modal-box__container,
  .modal-box + .modal-box--desktop-from-center .modal-box__container {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    animation: scale-popup 0.15s ease-in-out;
  }
  .modal-box + script + .modal-box--desktop-from-center .modal-box__overlay,
  .modal-box + .modal-box--desktop-from-center .modal-box__overlay {
    opacity: 0.65;
    visibility: visible;
  }
  .modal-box.modal-box--next-step {
    opacity: 0;
    visibility: hidden;
  }
  .modal-box.modal-box--leave-to-right .modal-box__container {
    -ms-transform: translateX(calc(50% + 50vw)) !important;
    -webkit-transform: translateX(calc(50% + 50vw)) !important;
    transform: translateX(calc(50% + 50vw)) !important;
  }
  .modal-box.modal-box--hidden-from-size-md {
    display: none !important;
  }
  .modal-box.modal-box--full-screen {
    background-color: transparent;
    box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.8);
  }
  .modal-box.modal-box--full-screen .modal-box {
    color: #333;
    padding-left: 0;
    padding-right: 32px;
    text-align: left;
    text-overflow: initial;
    white-space: normal;
  }
  .modal-box.modal-box--full-screen .modal-box__container {
    border-radius: 3px;
    box-sizing: content-box;
    height: auto;
    margin: 1.6rem;
    width: 80%;
    overflow: hidden;
    max-width: 800px;
  }
  .modal-box.modal-box--full-screen-has-sticky-bar .modal-box__title {
    padding-left: 0;
    padding-top: 0;
  }
  .modal-box.modal-box--has-gap {
    width: 100%;
    text-align: center;
  }
  .modal-box .modal-box__container {
    border-radius: 3px;
    box-sizing: content-box;
    height: auto;
    margin: 25px;
    width: 80%;
    display: inline-block;
  }
  .modal-box .modal-box__wrapper {
    margin-top: 0;
    height: auto;
  }
  .modal-box .modal-box__header {
    background-color: transparent;
    padding: 25px 25px 0;
    position: relative;
    height: auto;
  }
  .modal-box .modal-box__label {
    display: inline-block;
  }
  .modal-box .modal-box__form .form__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .modal-box .modal-box__form .form__column:first-child {
    flex: 0 0 40%;
  }
  .modal-box .modal-box__form .form__column:last-child {
    flex: 0 0 50%;
    text-align: right;
  }
  .modal-box .modal-box__form .form__group--price,
  .modal-box .modal-box__form .form__group--delivery-time {
    margin: 0;
  }
  .modal-box .modal-box__form .form__group--delivery-time .stock-description {
    float: left;
  }
  .modal-box .modal-box__content {
    padding: 0 25px 25px;
    overflow-y: visible;
  }
  .modal-box .modal-box__footer .btn {
    padding: 14px 22px 14px 15px;
  }
}
@media screen and (orientation: landscape) and (max-width: 1008px) {
  .modal-box .modal-box__form .form__label {
    font-size: 13px;
  }
  .modal-box .modal-box__form .form__group:not(.form__group--radio-buttons) .form__group-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .modal-box .modal-box__form .form__group--amount {
    width: 100%;
  }
  .modal-box .modal-box__form .form__group--amount .form__controls {
    margin: 0;
  }
  .modal-box .modal-box__form .form__group--amount .form__controls-inner {
    width: auto;
  }
  .modal-box .modal-box__form .form__label-holder {
    width: auto;
    margin-bottom: 0;
    flex: 0 0 25%;
  }
  .modal-box .modal-box__form .form__controls {
    margin: 0;
    flex: 0 0 75%;
  }
  .modal-box .modal-box__form .form__controls-inner select {
    height: 25px;
    width: auto;
    padding: 0 6px;
  }
  .modal-box .modal-box__form .form__counter {
    height: 27px;
    line-height: 27px;
    font-size: 20px;
  }
  .modal-box .modal-box__form .form__unit {
    height: 25px;
    line-height: 25px;
  }
  .modal-box .modal-box__form .form__input--number {
    height: 25px;
    padding: 0 40px;
  }
  .modal-box .modal-box__form .form__row .form__column:nth-of-type(1) {
    flex: unset;
    width: 100%;
  }
  .modal-box .modal-box__form .form__row .form__column:nth-of-type(2) {
    display: none;
  }
  .modal-box .modal-box__footer .btn {
    padding: 10px 22px 10px 15px;
    white-space: nowrap;
    font-size: 14px;
  }
  .modal-box .modal-box__footer-container {
    padding: 8px 0;
    height: 40px;
  }
  .modal-box .modal-box__footer-wrapper {
    align-items: center;
  }
  .modal-box .modal-box__footer-price {
    display: block;
  }
}
.modal-box .product-amount-holder {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  margin-top: 10px;
}
.modal-box .table td {
  font-size: 13px;
  vertical-align: middle;
  transition: background-color 0.2s ease-in-out;
  padding: 8px 3px 8px 7px;
}
.modal-box .table td input[type="radio"] {
  display: inline-block;
  margin-top: -2px;
  width: 14px;
  height: 14px;
  margin-bottom: 0;
}
.modal-box .product-option-radio__label {
  margin: 0;
  font-family: 'Neuron', Helvetica, sans-serif;
  display: inline-block;
  line-height: 18px;
  width: auto;
  font-size: 16px;
}
.modal-box .product-option-radio__stock {
  width: 100%;
  display: flex;
  align-items: baseline;
  font-size: 11px;
  line-height: initial;
}
.modal-box .product-option-radio__stock-text {
  font-size: 14px;
}
.modal-box .controls {
  margin-bottom: 5px;
}
.modal-scrollable .modal-box {
  right: -100% !important;
}
.modal-scrollable + .modal-backdrop {
  opacity: 0 !important;
}
.modal-box__body {
  overflow: unset !important;
}
.modal-box .product-options.product-options--1 .product-options__list {
  max-height: 33vh;
  overflow: unset;
}
.modal-box .product-options.product-options--2 .product-options__list {
  max-height: 35vh;
}
.modal-box .product-options .product-options__header {
  position: sticky;
  top: 0;
  background-color: #fff;
  display: flex;
  border-bottom: 1px solid #cacaca;
}
.modal-box .product-options .product-options__header .product-options__column {
  padding: 9px 8px;
  font-weight: bold;
}
.modal-box .product-options .product-options__header .product-options__column:nth-of-type(1) {
  padding: 8px 5px 8px 13px;
}
.modal-box .product-options .product-options__list {
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  border-bottom: 1px solid #cacaca;
  font-family: 'Neuron', Helvetica, sans-serif;
}
.modal-box .product-options .product-options__item {
  display: flex;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
  align-items: center;
  cursor: pointer;
}
.modal-box .product-options .product-options__item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.modal-box .product-options .product-options__item:hover,
.modal-box .product-options .product-options__item:focus {
  background-color: #f5f5f5;
}
.modal-box .product-options .product-options__item--selected {
  background-color: #e6e6e6;
}
.modal-box .product-options .product-options__column {
  flex: 0 0 auto;
  font-size: 13px;
  padding: 5px 8px;
}
.modal-box .product-options .product-options__column:nth-of-type(1) {
  width: 13px;
  padding: 8px 5px 8px 13px;
  text-align: center;
}
.modal-box .product-options .product-options__column:nth-of-type(1) input[type="radio"] {
  margin-top: 0;
}
.modal-box .product-options .product-options__column:nth-of-type(2) {
  flex: 1 1 auto;
}
.modal-box .product-options .product-options__label {
  display: inline-block;
  line-height: 18px;
  width: auto;
  margin-bottom: 0;
  font-size: 14px;
}
.modal-box .product-options .product-options__label--discounted .product-options__discounted-price {
  color: #D6312A;
  font-size: 1.3em;
  margin-right: 8px;
  vertical-align: text-bottom;
  padding-right: 2px;
  border-right: 1px solid #cecece;
}
.modal-box .product-options .product-options__label--discounted .product-options__original-price {
  text-decoration: line-through;
}
.modal-box .product-options .product-option-radio__stock {
  width: 100%;
  display: flex;
  align-items: baseline;
  font-size: 12px;
  line-height: initial;
}
.modal-box .product-options .product-option-radio__stock--green {
  color: #5bb75b;
}
.modal-box .product-options .product-option-radio__stock--green .product-option-radio__stock-circle {
  background-color: #5bb75b;
  border-color: #009600;
}
.modal-box .product-options .product-option-radio__stock--orange {
  color: #f98a23;
}
.modal-box .product-options .product-option-radio__stock--orange .product-option-radio__stock-circle {
  background-color: #f98a23;
  border-color: #f87d0a;
}
.modal-box .product-options .product-option-radio__stock--red {
  color: #D6312A;
}
.modal-box .product-options .product-option-radio__stock--red .product-option-radio__stock-circle {
  background-color: #D6312A;
  border-color: #c12c25;
}
.modal-box .product-options .product-option-radio__stock--gray {
  color: #635f5f;
}
.modal-box .product-options .product-option-radio__stock--gray .product-option-radio__stock-circle {
  background-color: #635f5f;
  border-color: #565353;
  display: none;
}
.modal-box .product-options .product-option-radio__stock-circle {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .modal-box .product-options .product-option-radio__stock-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1009px) {
  .modal-box .product-options .product-option-radio__stock-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .modal-box .product-options .product-options__label {
    font-size: 16px;
  }
  .modal-box .product-options .product-options__stock {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .modal-box .product-options .product-options__header {
    padding: 0 25px;
  }
  .modal-box .product-options .product-options__item {
    padding: 0 25px 0 17px;
  }
  .modal-box .product-options .product-options__column:nth-of-type(1) {
    padding: 8px 18px 8px 8px;
  }
}
@media screen and (orientation: landscape) and (max-width: 1008px) {
  .modal-box .product-options .product-options__column {
    padding: 4px 8px;
    font-size: 12px;
  }
  .modal-box .product-options .product-options__label {
    display: block;
    font-size: 14px;
  }
  .modal-box .product-options .product-options__stock {
    font-size: 13px;
  }
}
@media screen and (min-height: 600px) {
  .modal-box .product-options.product-options--1 .product-options__list {
    max-height: 35vh;
  }
  .modal-box .product-options.product-options--2 .product-options__list {
    max-height: 24vh;
  }
}
@media screen and (min-height: 700px) {
  .modal-box .product-options.product-options--1 .product-options__list {
    max-height: 46vh;
  }
  .modal-box .product-options.product-options--2 .product-options__list {
    max-height: 36vh;
  }
}
@media screen and (min-height: 800px) and (max-width: 767px) {
  .modal-box .product-options.product-options--1 .product-options__list {
    max-height: 54vh;
  }
  .modal-box .product-options.product-options--2 .product-options__list {
    max-height: 50vh;
  }
}
@media screen and (min-height: 768px) and (min-width: 768px) {
  .modal-box .product-options.product-options--1 .product-options__list {
    max-height: 50vh;
  }
  .modal-box .product-options.product-options--2 .product-options__list {
    max-height: 40vh;
  }
}
@media screen and (orientation: landscape) and (max-width: 1008px) {
  .modal-box .product-options.product-options--1 .product-options__list {
    max-height: 35vh;
  }
  .modal-box .product-options.product-options--2 .product-options__list {
    max-height: 30vh;
  }
}
.modal-box.modal-box--added-to-cart .modal-box__title {
  font-size: 15px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .modal-box.modal-box--added-to-cart .modal-box__title {
    font-size: 18px;
  }
}
.modal-box .modal-box__add-to-cart {
  display: flex;
  justify-content: center;
  padding: 16px 16px 0 16px;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__add-to-cart {
    padding: 20px 20px 0 20px;
  }
}
.modal-box .modal-box__product {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__product {
    padding: 10px 20px 0 0;
    border-right: 1px solid #eee;
  }
}
.modal-box .modal-box__product-image {
  display: inline-block;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__product-image {
    min-width: 100px;
  }
}
.modal-box .modal-box__product-image img {
  width: 100%;
  height: auto;
}
.modal-box .modal-box__product-info {
  display: inline-block;
  width: 75%;
  padding-left: 15px;
}
.modal-box .modal-box__product-name {
  margin: 0;
  color: #00A2E0;
  font-size: 16px;
}
.modal-box .modal-box__product-price {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.modal-box .modal-box__product-discount {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #5bb75b;
}
.modal-box .modal-box__cart {
  display: none;
  flex: 1 1 auto;
  width: 100%;
  padding: 10px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__cart {
    display: block;
  }
}
.modal-box .modal-box__cart-title {
  margin: 0;
  color: #00A2E0;
  font-size: 16px;
}
.modal-box .modal-box__cart-products {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.modal-box .modal-box__cart-products li {
  width: 100%;
  display: block;
  margin-top: 3px;
}
.modal-box .modal-box__cart-products li .price {
  float: right;
}
.modal-box .modal-box__cart-products li .price.free {
  font-weight: bold;
  color: #00A2E0;
}
.modal-box .modal-box__tip {
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
  background: #e8f2f6;
  border: 1px solid #c1dce8;
  color: #7da9bc;
  font-size: 13px;
  line-height: 21px;
  box-sizing: border-box;
  display: block;
}
.modal-box .modal-box__buttons {
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #cacaca;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff;
  padding: 10px 16px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__buttons {
    padding: 10px 25px;
    flex-direction: row;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1450px) {
  .modal-box .modal-box__buttons {
    margin-top: 20px;
  }
}
.modal-box .modal-box__buttons .btn {
  width: 100%;
  border: 1px solid #cacaca;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  font-family: 'Neuron', Helvetica, sans-serif;
  font-size: 16px;
  transition: none;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__buttons .btn {
    width: 30%;
    min-width: 250px;
    padding: 8px 15px;
  }
}
.modal-box .modal-box__buttons .btn:hover,
.modal-box .modal-box__buttons .btn:focus {
  border: 1px solid #cacaca;
  border-bottom-color: #b3b3b3;
  transition: background-position 0.1s linear;
}
.modal-box .modal-box__buttons .btn:not(:first-child) {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__buttons .btn:not(:first-child) {
    margin-bottom: 0;
  }
}
.modal-box .modal-box__buttons .btn span {
  margin-left: 0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .modal-box .modal-box__buttons.desktop {
    display: none;
  }
  .modal-box .modal-box__buttons.mobile {
    background-color: #fff;
    margin-top: 10px;
  }
  .modal-box .modal-box__buttons.mobile .btn {
    font-size: 18px;
    padding: 8px 15px;
  }
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__buttons.mobile {
    display: none;
  }
}
.modal-box .modal-box__related-products {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.modal-box .modal-box__related-products.related-products .related-products__title {
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 15px 0 10px;
  color: #00A2E0;
}
@media screen and (min-width: 1009px) {
  .modal-box .modal-box__related-products.related-products .related-products__title {
    margin: 10px 0 20px;
    padding: 12px 0;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__arrows {
  width: 150px;
  height: 75px;
  background: url(/build/images/arrows.316ddd10.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 53px;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__related-products.related-products .related-products__arrows {
    display: block;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__products {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.modal-box .modal-box__related-products.related-products .related-products__product {
  padding: 15px;
  padding-bottom: 55px;
  float: left;
  min-height: 325px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-top: 1px;
  background-color: #fdfdfd;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background: #fff;
  width: 88%;
  margin-bottom: 20px;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__related-products.related-products .related-products__product {
    width: 42%;
    margin: 0 4%;
    padding-bottom: 70px;
    margin-bottom: 8px;
    height: auto;
  }
}
@media screen and (min-width: 1450px) {
  .modal-box .modal-box__related-products.related-products .related-products__product {
    min-height: 400px;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__product:not(:first-child) {
  display: none;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__related-products.related-products .related-products__product:not(:first-child) {
    display: block;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__product a {
  width: 100%;
  float: left;
}
.modal-box .modal-box__related-products.related-products .related-products__product p {
  float: left;
  width: 100%;
  line-height: 18px;
}
@media screen and (min-width: 1009px) {
  .modal-box .modal-box__related-products.related-products .related-products__product p {
    line-height: 21px;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__product .btn.add-to-cart {
  position: absolute;
  bottom: 10px;
  width: 90%;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 1009px) {
  .modal-box .modal-box__related-products.related-products .related-products__product .btn.add-to-cart {
    height: 45px;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__image {
  width: 100%;
  float: left;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
}
.modal-box .modal-box__related-products.related-products .related-products__image img {
  max-width: 100%;
  height: auto;
  max-height: 125px;
}
@media screen and (min-width: 1450px) {
  .modal-box .modal-box__related-products.related-products .related-products__image img {
    max-height: 200px;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__price {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  background: #00A2E0;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1009px) {
  .modal-box .modal-box__related-products.related-products .related-products__price {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__name {
  font-size: 14px;
  width: 100%;
  float: left;
  margin: 10px 0 5px 0;
  color: #00A2E0;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__related-products.related-products .related-products__name {
    font-size: 16px;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__availability {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .modal-box .modal-box__related-products.related-products .related-products__availability {
    font-size: 16px;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__availability-text {
  display: inline-block;
  color: #888;
  font-size: 0.8em;
  position: relative;
  bottom: 0;
  margin-bottom: 0;
}
.modal-box .modal-box__related-products.related-products .related-products__availability-circle {
  width: 11px;
  height: 11px;
  margin: 2px 3px 0 0;
  border-radius: 10px;
  background: #00b900;
  margin-top: 5px;
  display: inline-block;
  float: none;
}
.modal-box .modal-box__related-products.related-products .related-products__description {
  display: inline-block;
  font-size: 13px;
}
@media screen and (min-width: 1450px) {
  .modal-box .modal-box__related-products.related-products .related-products__description {
    font-size: 14px;
  }
}
.modal-box .modal-box__related-products.related-products .related-products__description p {
  margin: 0;
}
#roadmap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1009px) {
  #roadmap {
    flex-direction: row;
  }
}
#roadmap .roadmap__form-holder {
  flex: 1 1 100%;
  padding: 40px 25px;
  position: relative;
  background-image: url(/build/images/vloer-rol-dark.23bfe104.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1450px) {
  #roadmap .roadmap__form-holder {
    padding: 40px;
  }
}
#roadmap .roadmap__form-holder::after {
  content: '';
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 1;
}
#roadmap .roadmap__title {
  font-size: 24px;
  color: #fff;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  #roadmap .roadmap__title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1450px) {
  #roadmap .roadmap__title {
    font-size: 28px;
  }
}
#roadmap .roadmap__intro {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
#roadmap .roadmap__intro p {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 1308px) {
  #roadmap .roadmap__intro p {
    font-size: 14px;
    line-height: 22px;
  }
}
#roadmap .roadmap__form {
  position: relative;
  z-index: 2;
  margin: 0;
}
#roadmap .roadmap__form .form__fields {
  width: 100%;
}
#roadmap .roadmap__form .form__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1009px) {
  #roadmap .roadmap__form .form__column {
    flex-direction: row;
  }
}
@media screen and (min-width: 1009px) {
  #roadmap .roadmap__form .form__column .form__field {
    width: calc(100% - 7.5px);
  }
  #roadmap .roadmap__form .form__column .form__field:not(:nth-last-of-type(1)) {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1450px) {
  #roadmap .roadmap__form .form__column .form__field {
    width: calc(100% - 12.5px);
  }
  #roadmap .roadmap__form .form__column .form__field:not(:nth-last-of-type(1)) {
    margin-right: 25px;
  }
}
#roadmap .roadmap__form .form__field,
#roadmap .roadmap__form .form__button-holder {
  width: 100%;
  transition: all 0.15s ease-in;
}
#roadmap .roadmap__form .form__field--small {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #roadmap .roadmap__form .form__field--small {
    width: calc(50% - 7.5px);
  }
}
#roadmap .roadmap__form .form__label {
  font-size: 14px;
  color: #fff;
  font-family: 'Neuron', Helvetica, sans-serif;
}
@media screen and (min-width: 1009px) {
  #roadmap .roadmap__form .form__label {
    font-size: 15px;
  }
}
#roadmap .roadmap__form .form__input,
#roadmap .roadmap__form .form__select {
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#roadmap .roadmap__form .form__buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media screen and (min-width: 1308px) {
  #roadmap .roadmap__form .form__buttons {
    flex-direction: row;
  }
}
#roadmap .roadmap__form .form__button {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 3px solid #284277;
  font-size: 17px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  line-height: inherit;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
  font-family: 'Neuron', Helvetica, sans-serif;
}
#roadmap .roadmap__form .form__button--primary {
  color: #fff;
  background-color: #00A2E0;
}
#roadmap .roadmap__form .form__button--primary:hover,
#roadmap .roadmap__form .form__button--primary:focus {
  background-color: #007eba;
}
#roadmap .roadmap__form .form__button--secondary {
  color: #fff;
  background-color: #929ca0;
}
#roadmap .roadmap__form .form__button--secondary:hover,
#roadmap .roadmap__form .form__button--secondary:focus {
  background-color: #6c777b;
}
#roadmap .roadmap__usps {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 100%;
  background-color: #00A2E0;
  box-sizing: border-box;
}
@media screen and (min-width: 1009px) {
  #roadmap .roadmap__usps {
    flex: 0 0 300px;
  }
}
@media screen and (min-width: 1308px) {
  #roadmap .roadmap__usps {
    flex: 0 0 350px;
  }
}
#roadmap .roadmap__inner {
  padding: 40px 25px;
}
@media screen and (min-width: 1450px) {
  #roadmap .roadmap__inner {
    padding: 40px;
  }
}
#roadmap .roadmap__subtitle {
  font-size: 22px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  margin: 0 0 15px 0;
}
#roadmap .roadmap__list {
  margin: 0;
  list-style: none;
}
#roadmap .roadmap__item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
#roadmap .roadmap__item:not(:last-of-type) {
  margin-bottom: 15px;
}
#roadmap .roadmap__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
  color: #00A2E0;
  text-align: center;
  font-size: 14px;
}
#roadmap .roadmap__text {
  color: #fff;
  font-size: 14px;
}
#roadmap .roadmap__reviews {
  background-color: #E8E8EA;
}
#roadmap .roadmap__reviews--fr {
  background-color: #fff;
  padding: 10px 0;
}
#roadmap .roadmap__reviews * {
  box-sizing: border-box;
}
#roadmap .roadmap__reviews .review-widget {
  margin: 0;
  color: #333;
  line-height: 1em;
}
#roadmap .roadmap__reviews .review-widget .inner {
  padding: 10px !important;
}
#roadmap .roadmap__reviews .review-widget .random_review {
  margin-top: 10px;
  line-height: 18px;
}
#roadmap .roadmap__reviews .review-widget .bottom {
  font-size: 20px;
  line-height: 35px;
}
.roadmap-button {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .roadmap-button {
    font-size: 15px;
  }
}
.roadmap-button .roadmap-button__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  border: none;
  border-bottom: 3px solid #284277;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  padding: 10px 25px;
  line-height: inherit;
  color: #fff !important;
  background-color: #00A2E0;
  transition: all 0.15s ease-in;
}
@media screen and (min-width: 451px) {
  .roadmap-button .roadmap-button__button {
    font-size: 15px;
  }
}
.roadmap-button .roadmap-button__button:hover {
  background-color: #007eba;
}
.roadmap-button .roadmap-button__icon-holder {
  margin-right: 10px;
}
.roadmap-button .roadmap-button__icon {
  float: left;
}
.social-footer .social-footer__list {
  display: flex;
}
.social-footer .social-footer__item {
  display: inline-block;
  line-height: 30px !important;
}
.social-footer .social-footer__item:not(:nth-last-of-type(1)) {
  margin-right: 10px;
}
.social-footer .social-footer__link {
  float: left;
}
.social-footer .social-footer__icon {
  float: left;
  font-size: 24px;
  color: #00A2E0;
  transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
}
.social-footer .social-footer__icon:hover {
  color: #007eba;
}
.whatsapp-logo {
  float: left;
  margin-right: 3px;
  overflow: hidden;
  padding: 0;
  color: #fff;
  cursor: default;
  height: 17px;
  pointer-events: none;
  width: 17px;
  background-image: url(/build/images/whatsapp.886c1bfd.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
#usp-topbalk {
  width: 100%;
}
#usp-topbalk .grid {
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #usp-topbalk .grid {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #usp-topbalk .grid {
    padding: 0 4px;
  }
}
#usp-topbalk .inner {
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 14px;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 768px) {
  #usp-topbalk .inner {
    padding: 8px 10px;
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
}
#usp-topbalk .inner .usp {
  float: left;
  font-size: 13px;
  line-height: 26px;
}
#usp-topbalk .inner .usp:not(:nth-last-of-type(1)) {
  margin-right: 15px;
}
#usp-topbalk .inner .usp .icon-whatsapp {
  float: left;
  margin-right: 3px;
  overflow: hidden;
  padding: 0;
  color: #fff;
  cursor: default;
  height: 19px;
  pointer-events: none;
  width: 19px;
  background-image: url(/build/images/whatsapp.886c1bfd.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: unset;
}
#usp-topbalk .inner .usp.mobile {
  display: none;
}
#usp-topbalk .inner .usp .menu-icon {
  font-size: 19px;
  float: left;
  margin: 3px 3px 0 0;
  color: #5FC719;
}
#usp-topbalk .inner .usp span.small {
  font-size: 11px;
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  #usp-topbalk .inner .usp.no-tablet {
    display: none;
  }
}
@media screen and (max-width: 1008px) {
  #usp-topbalk .inner .usp.no-tablet-small {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #usp-topbalk .inner .usp {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  #usp-topbalk .inner .usp.no-mobile {
    display: none;
  }
  #usp-topbalk .inner .usp.mobile {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  #usp-topbalk .inner .usp {
    width: 100%;
  }
}
#usp-topbalk .inner #webshop-seal {
  float: right;
  margin-top: 4.5px;
}
@media screen and (max-width: 767px) {
  #usp-topbalk .inner #webshop-seal {
    display: none;
  }
}
#usp-topbalk .inner #webshop-seal img {
  margin-right: 50px;
  max-height: 25px;
}
#usp-topbalk .inner #webshop-seal.webshop-seal-fr {
  margin-top: 1px;
}
#usp-topbalk .inner #webshop-seal > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#usp-topbalk.bottom-cart {
  clear: both;
  border: 0;
  padding: 0;
}
#usp-topbalk.bottom-cart .inner {
  border: 0;
  padding: 0;
  margin: 0;
}
#usp-topbalk.bottom-cart #webshop-seal {
  margin-top: -5px;
  width: 283px;
}
@media screen and (max-width: 767px) {
  #usp-topbalk.bottom-cart {
    display: none;
  }
}
.usp_bar_side {
  width: 100%;
  float: left;
  padding: 10px;
  background: #fff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  margin-top: 15px;
  font-size: 14px;
}
.usp_bar_side .mobile {
  display: none;
}
.usp_bar_side .usp {
  float: left;
  margin-right: 0;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
.usp_bar_side .usp .menu-icon {
  position: absolute;
  color: #5FC719;
  left: 0;
  top: 3px;
}
#usp-topbalk.on-top {
  margin-top: 0;
  background: #fff;
  margin-bottom: 10px;
}
#usp-topbalk.on-top.scroll {
  margin-top: 177px;
}
.usp-mobile__list {
  margin: 0;
  list-style: none;
}
.usp-mobile__item {
  text-align: center;
}
.usp-mobile__icon {
  color: #00A2E0;
  font-size: 16px;
  margin-right: 3px;
}
@media screen and (min-width: 451px) {
  .usp-mobile__icon {
    font-size: 17px;
  }
}
@media screen and (min-width: 576px) {
  .usp-mobile__icon {
    font-size: 18px;
  }
}
.usp-mobile__icon--whatsapp {
  color: #25d366;
}
.usp-mobile__content {
  font-size: 13px;
}
@media screen and (min-width: 451px) {
  .usp-mobile__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .usp-mobile__content {
    font-size: 15px;
  }
}
.usp-mobile__link {
  color: #00A2E0;
}
.usp-mobile__link:hover {
  color: #00A2E0;
  text-decoration: underline;
}
.product-daily-deal {
  background: #D6312A;
  color: #fff;
  font-family: 'Neuron', Helvetica, sans-serif;
  text-align: center;
  padding: 4px 0;
  width: 172px;
  margin: 0 auto;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.product-daily-deal .product-daily-deal__label {
  border-right: 1px solid #fff;
  padding-right: 6px;
  margin-right: 3px;
}
.product-daily-deal .product-daily-deal__icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(/build/images/alarm-fill.4588f46c.svg) no-repeat;
  background-size: 0.9em;
  vertical-align: middle;
}
.product {
  overflow: hidden;
  min-height: 410px;
  position: relative;
  padding-top: 1px;
  margin-bottom: 8px;
  background: #fff;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .product {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .product {
    min-height: 400px;
    height: auto;
  }
}
.product.product--compact {
  min-height: unset;
  padding-bottom: 54px;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .product.product--compact {
    min-height: 195px;
  }
}
.product.product--compact .product-label {
  top: 8px;
  bottom: unset;
}
.product.product--compact .product-image-link {
  min-height: unset;
}
.product.product--compact .product-image-link img {
  max-height: 95px;
}
.product.product--compact .add-to-cart {
  bottom: 5px;
}
.product img {
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
  display: block;
}
.product .product-description {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.product .product-image-link {
  float: left;
  width: 100%;
  min-height: 185px;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product-image-link img {
  max-width: 99%;
  max-height: 175px;
  width: auto;
}
.product .product-image {
  height: 97px;
  margin-top: 85px;
  text-align: center;
  font-family: 'Neuron', Helvetica, sans-serif;
}
.product .product-text a {
  color: #00A2E0;
}
.product .product-text a:hover {
  color: #2d8dca;
}
.product .product-text a .product-title {
  margin: 0 0 0 0;
  padding: 0 0px 0 0px;
  font-size: 18px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.product .product-text a .product-title span.ais-Highlight {
  font-size: 18px;
}
.product .product-text .product-description {
  color: #333;
  padding: 0 0px;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 90px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .product .product-text .product-description {
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 0;
  }
}
.product .product-text .bullets {
  float: left;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  padding: 0px 0px 0px 20px;
  margin: 0px;
  list-style: disc;
  font-size: 13px;
  line-height: 1.4em;
  box-sizing: border-box;
}
.product .product-text .bullets li {
  float: left;
  width: 100%;
}
.product .product-price-meta {
  float: left;
  width: 100%;
  text-align: left;
  left: 0;
  padding: 0 0px;
  box-sizing: border-box;
  font-size: 16px;
}
.product .product-price-meta .product-price {
  display: inline-block;
  font-weight: 500;
  font-family: 'Neuron', Helvetica, sans-serif;
  color: #333;
  line-height: 16px;
  margin-top: 5px;
  padding: 0 7px 0 0;
  border-right: 1px solid #cacaca;
}
.product .product-price-meta .product-meta {
  padding-left: 2px;
  color: #888;
  font-size: 0.8em;
  position: relative;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
.product .product-price-meta .product-meta span {
  width: 11px;
  height: 11px;
  margin-right: 3px;
  border-radius: 10px;
  float: left;
  background: #5FC719;
}
.product .product-price-meta .product-meta span.soon_available {
  background: #f08513;
}
.product .product-price-meta.product-price-meta__discounted .product-price {
  text-decoration: line-through;
  color: #888;
}
.product .product-price-meta.product-price-meta__discounted .product-price.product-price__discounted {
  text-decoration: unset;
  color: #D6312A;
}
.product .product-reviews {
  padding-left: 2px;
  margin-bottom: 3px;
  min-height: 16px;
}
.product .product-reviews img {
  width: 80px;
  height: 16px;
  margin: 0;
}
.product .product-daily-deal {
  position: relative;
  top: -1px;
}
@media screen and (max-width: 450px) {
  .product {
    min-height: 0;
    height: auto !important;
  }
  .product .product-text .product-description {
    height: auto !important;
    margin-bottom: 20px !important;
  }
}
.mobile-sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #5fc719;
  z-index: 999;
  border: 0;
  font-size: 18px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  transform: translate3d(0px, 0, 0);
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -ms-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.mobile-sticky.disable {
  transform: translate3d(0, 62px, 0);
  -webkit-transform: translate3d(0, 62px, 0);
  -ms-transform: translate3d(0, 62px, 0);
}
.mobile-sticky .menu-icon {
  margin-left: 10px;
}
.mobile-sticky:active,
.mobile-sticky:visited {
  color: #fff;
}
.mobile-sticky:hover {
  color: #fff;
  background: #499a13;
}
@media screen and (max-width: 767px) {
  .mobile-sticky {
    display: block;
  }
}
@media screen and (min-width: 374px) and (max-width: 376px), screen and (min-width: 811px) and (max-width: 813px) {
  .mobile-sticky {
    padding-bottom: 25px;
  }
}
#product-page-body #product-page-side #product-page-side-inner #product-configuration #config-add-to-cart-wrap {
  height: 70px;
}
#product-page-body #product-page-side #product-page-side-inner #product-configuration #config-add-to-cart-wrap .config-step,
#product-page-body #product-page-side #product-page-side-inner #product-configuration #config-add-to-cart-wrap .config-block {
  height: 70px;
}
#product-page-body #product-page-side #product-page-side-inner #product-configuration #config-add-to-cart-wrap .btn.add-to-cart.btn-green {
  margin-top: 8px;
}
#product-page-body #product-page-side #product-page-side-inner #product-configuration .config-wrap .config-block .btn.add-to-cart.btn-green {
  margin-top: 8px;
  width: 100%;
}
#product-page-body #product-configuration .stock-wrap {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #5fc719;
  font-weight: bold;
}
#product-page-body #product-configuration .stock-wrap .stock-circle {
  display: inline-block;
  background-color: #5fc719;
  border-color: #54b016;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-right: 5px;
}
#product-page-body #product-configuration .stock-wrap.orange {
  color: #e5770c;
}
#product-page-body #product-configuration .stock-wrap.orange .stock-circle {
  background-color: #e5770c;
  border-color: #e5770c;
}
.config-block #select_color {
  padding: 7px 10px;
  margin-top: 7px;
  position: relative;
  width: auto;
  min-width: 170px;
  margin-bottom: 15px;
}
.config-block #select_color span {
  float: left;
  font-size: 14px;
  margin-top: -1px;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.config-block #select_color img.spinner {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .config-block #select_color {
    width: 100%;
    left: 0;
    margin-left: 0;
    box-sizing: border-box;
  }
  .config-block #select_color span {
    width: auto;
  }
}
.config-block .color-choice {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  float: left;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.config-block .color-choice.no-color {
  background: #fff;
}
#product-page-content .product-stock {
  padding-left: 2px;
  display: block;
  color: #d00e0e;
  font-size: 0.8em;
  position: relative;
  bottom: 0;
  display: none;
  margin: 5px 0 15px 0;
  font-weight: bold;
}
#product-page-content .product-stock span {
  width: 14px;
  height: 14px;
  margin: 1px 8px 0 0;
  border-radius: 10px;
  float: left;
  background: #d00e0e;
}
#product-page-content .product-stock span.soon_available {
  background: #f08513;
}
#product-page-content .product-stock span.menu-icon {
  margin-top: 2px;
}
#product-page-content .product-stock.product-stock--show {
  display: inline-block;
  width: 100%;
}
#product-page-content .product-stock.product-stock--green {
  color: #5FC719;
}
#product-page-content .product-stock.product-stock--green span {
  background: #5FC719;
}
#product-page-content .product-stock.product-stock--in-stock.product-stock--green {
  color: #5FC719 !important;
}
#product-page-content .product-stock.product-stock--in-stock.product-stock--orange {
  color: #e5770c !important;
}
#product-page-content .product-stock.product-stock--in-stock.product-stock--orange span {
  background: none;
}
#product-page-content .product-stock.product-stock--in-stock.product-stock--blue {
  color: #00A2E0 !important;
}
#product-page-content .product-stock.product-stock--in-stock.product-stock--blue span {
  background: none;
}
#product-page-content .product-stock.product-stock--orange {
  color: #e5770c;
}
#product-page-content .product-stock.product-stock--orange span {
  background: #e5770c;
}
#product-page-content .product-stock.product-stock--blue {
  color: #00A2E0;
}
#product-page-content .product-stock.product-stock--blue span {
  background: #00A2E0;
}
@media screen and (max-width: 767px) {
  #product-page-content .product-stock {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 451px) {
  .product .btn.add-to-cart,
  .product .btn.more-information {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .product .product-text .bullets {
    margin: 0 0 0 6px;
  }
}
@media screen and (max-width: 450px) {
  .product {
    padding-bottom: 70px;
  }
}
#sidebar-left {
  float: left;
  width: 225px;
}
#sidebar-left .sidebar-reviews {
  background: #fff;
  padding: 10px;
  border: 1px solid #cacaca;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 0;
}
#sidebar-left .sidebar-reviews--fr {
  padding-top: 10px;
  padding-bottom: 0;
}
#sidebar-left .vat_toggle {
  background: #fff;
  padding: 15px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #cacaca;
  margin-bottom: 10px;
}
#sidebar-left .category_menu {
  background: #fff;
  padding: 15px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #cacaca;
}
#sidebar-left .category_menu.has-filters .top-menu {
  height: 158px;
  overflow: hidden;
}
#sidebar-left .category_menu.has-filters.open .top-menu {
  height: auto;
}
#sidebar-left .category_menu.has-filters.open .show_more {
  background: url(/build/images/arrow-up.a11b02f2.png) no-repeat;
  background-position: 0 11px;
  background-size: 12px auto;
}
#sidebar-left .category_menu .show_more {
  font-size: 13px;
  color: #00A2E0;
  text-decoration: underline;
  border-top: 1px solid #cacaca;
  text-emphasis: center;
  padding: 5px 0 0 17px;
  margin-top: 3px;
  cursor: pointer;
  background: url(/build/images/arrow-down.99eca123.png) no-repeat;
  background-position: 0 11px;
  background-size: 12px auto;
}
#sidebar-left .product-filter {
  height: 465px;
  background-color: none;
  border: 0;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
  clear: both;
}
@media screen and (max-width: 767px) {
  #sidebar-left .product-filter {
    margin: 0 4px 10px 4px !important;
    height: auto;
    min-height: 0;
    display: block;
  }
}
#sidebar-left .product-filter h4.sidebar-title {
  font-family: 'Neuron', Helvetica, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0 4px 5px 4px;
  font-weight: normal;
  border-bottom: 1px solid #cacaca;
}
#sidebar-left .product-filter .sidebar-section {
  border-bottom: 0;
}
#sidebar-left .product-filter .sidebar-section h5 {
  text-transform: uppercase;
  font-family: 'Twemoji Country Flags', Tahoma, Arial, sans-serif;
  font-size: 12px;
  margin: 5px 0;
}
#sidebar-left .product-filter .sidebar-section p,
#sidebar-left .product-filter .sidebar-section label {
  font-size: 13px;
  line-height: 22px;
  color: #888;
}
#sidebar-left .product-filter .sidebar-section p:hover,
#sidebar-left .product-filter .sidebar-section label:hover {
  color: #2d8dca;
}
#sidebar-left .product-filter ul.top-menu {
  border-bottom: 0;
}
#sidebar-left .product-filter ul.top-menu li {
  border-bottom: 0;
}
#sidebar-left .product-filter ul.top-menu li a {
  box-sizing: border-box;
  padding: 3px 0 3px 4px;
}
#sidebar-left .product-filter ul.top-menu li a.active,
#sidebar-left .product-filter ul.top-menu li a:hover {
  background: #00A2E0;
  color: #fff;
}
#sidebar-left .product-filter #product-questions {
  width: auto;
  height: 52px;
}
#sidebar-left .product-filter #product-questions #product-questions-overlay .product-questions-2 {
  font-size: 15px;
  margin-top: 6px;
}
#sidebar-left .product-filter .sidebar-product-categories a {
  display: block;
  text-decoration: none;
}
#sidebar-left .product-filter .sidebar-brands label {
  margin: 0;
}
#sidebar-left .product-filter .sidebar-quantities label {
  margin: 0;
}
#sidebar-left .product-filter .sidebar-payment-gateways {
  padding-top: 8px;
}
#sidebar-left .filters {
  width: 100%;
  float: left;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #cacaca;
  margin-top: 10px;
}
#home-content {
  float: right;
  width: 967px;
}
@media screen and (max-width: 1307px) {
  #home-content {
    width: 685px;
  }
}
@media screen and (max-width: 1008px) {
  #home-content {
    width: 465px;
  }
}
@media screen and (max-width: 767px) {
  #home-content {
    width: 100%;
  }
}
.active_filters {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .active_filters {
    display: none;
  }
}
.active_filters .name {
  float: left;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px 0 0;
  margin-top: 2px;
}
.active_filters .item {
  float: left;
  background: #deeff6;
  border: 1px solid #00A2E0;
  color: #000;
  padding: 0 5px;
  margin-right: 5px;
  cursor: pointer;
  margin-top: 5px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.2);
}
.active_filters .item:hover {
  opacity: 0.8;
}
.active_filters .item span {
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#category #category-products {
  float: right;
  width: 967px;
  margin-bottom: 25px;
}
#category #category-products:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#category #category-products .short_intro {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
#category #category-products .short_intro .intro_summary {
  display: flex;
  width: 100%;
}
#category #category-products .short_intro .intro_summary .intro_summary__text {
  width: 60%;
  box-sizing: border-box;
  padding: 5px;
}
#category #category-products .short_intro .intro_summary .intro_summary__choice {
  box-sizing: border-box;
  width: 40%;
  border-radius: 4px;
  background: #e9e9e9;
  padding: 5px 15px 15px 15px;
}
@media screen and (max-width: 1008px) {
  #category #category-products .short_intro .intro_summary .intro_summary__choice {
    width: 100%;
    background: none;
    padding: unset;
    border-radius: unset;
  }
}
#category #category-products .short_intro img.product-wizard {
  float: right;
  margin: 5px;
  cursor: pointer;
  display: none;
}
#category #category-products .short_intro img.product-wizard:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#category #category-products .short_intro img.product-wizard.wizard-mobile {
  float: none;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 1008px) {
  #category #category-products .short_intro img.product-wizard.wizard-mobile {
    display: block;
  }
}
#category #category-products .short_intro img.product-wizard.wizard-desktop {
  margin: 10px;
}
@media screen and (min-width: 1009px) {
  #category #category-products .short_intro img.product-wizard.wizard-desktop {
    display: inline;
  }
}
#category #category-products .short_intro .results {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  font-size: 12px;
}
#category #category-products .short_intro .results span {
  font-weight: bold;
}
#category #category-products .short_intro p {
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1008px) {
  #category #category-products .short_intro p {
    display: none;
  }
}
@media screen and (max-width: 1008px) {
  #category #category-products .short_intro {
    display: none;
  }
}
#category #category-products .category-header {
  margin-bottom: 0;
}
#category #category-products .category-header span {
  padding: 0 7px 0 19px;
}
#category #category-products .category-header h1 {
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  font-size: 32px;
  line-height: 28px;
}
#category #category-products .category-header.old {
  background: #73D2FF;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1F94CA), color-stop(1, #73D2FF));
  background: -ms-linear-gradient(bottom, #1F94CA, #73D2FF);
  background: -moz-linear-gradient(center bottom, #1F94CA 0%, #73D2FF 100%);
  background: -o-linear-gradient(#73D2FF, #1F94CA);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73D2FF', endColorstr='#1F94CA', GradientType=0);
  border: 1px solid #1f94ca;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
}
#category #category-products .category-header.old span {
  color: #FDFDFD;
  padding: 0 7px 0 19px;
}
#category #category-products .category-header.old h1 {
  color: #FDFDFD;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
  line-height: 40px;
}
#category #category-products #mobile-subcategories {
  display: none;
}
#category #category-products .sub-category-header {
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #eee, #fff);
  background: -moz-linear-gradient(center bottom, #eee 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee', GradientType=0);
  border: 1px solid #cacaca;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
}
#category #category-products .sub-category-header a {
  display: block;
}
#category #category-products .sub-category-header h2 {
  padding-left: 19px;
  padding-right: 19px;
  color: #333;
  display: inline-block;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}
#category #category-products #hits .ais-Hits {
  width: 100%;
  float: left;
}
#category #category-products #hits .ais-Hits ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#category #category-products #hits .ais-Hits ol li {
  margin: 0;
  box-shadow: none;
  width: auto;
  border: none;
  padding: 0;
}
@media screen and (max-width: 575px) {
  #category #category-products #hits .ais-Hits ol li {
    width: 100%;
  }
  #category #category-products #hits .ais-Hits ol li .always1 {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  #category #category-products #hits .ais-Hits ol li {
    width: 50%;
  }
  #category #category-products #hits .ais-Hits ol li .always1 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #category #category-products #hits .ais-Hits ol li {
    width: auto;
  }
}
#category #category-products #hits .ais-Hits .product .product-text .bullets li {
  float: none;
}
@media screen and (min-width: 768px) {
  #category #category-products #hits .ais-Hits ol li .always1 {
    width: 221px;
  }
}
@media screen and (min-width: 1009px) {
  #category #category-products #hits .ais-Hits ol li .always1 {
    width: 218px;
  }
}
@media screen and (min-width: 1200px) {
  #category #category-products #hits .ais-Hits ol li .always1 {
    width: 233px;
  }
}
#category #category-products #pagination-top,
#category #category-products #pagination-bottom {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0;
}
#category #category-products #pagination-top ul,
#category #category-products #pagination-bottom ul {
  list-style-type: none;
}
#category #category-summary {
  background-color: #FDFDFD;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-left: 19px;
  padding-right: 19px;
  margin-bottom: 8px;
}
#category #category-summary p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 19px 0;
}
#category #category-summary a {
  color: #00A2E0;
  text-decoration: underline;
}
#category #category-summary a:hover {
  color: #4bbeed;
}
@media screen and (max-width: 767px) {
  #category #category-summary .table thead {
    display: none;
  }
  #category #category-summary .table tr {
    width: 100%;
    float: left;
  }
  #category #category-summary .table tr td {
    width: 100%;
    float: left;
  }
}
#category #mobile-only-section {
  margin-top: 8px;
  float: left;
  width: 100%;
}
#category #mobile-only-section #mobile-payment-methods {
  margin: 0 auto;
  width: 197px;
}
#category #mobile-only-section #mobile-payment-methods p {
  text-align: center;
}
#category #mobile-only-section #mobile-product-questions {
  margin-top: 8px;
}
#category #mobile-only-section #kiyoh-mobile {
  margin: 0 auto;
  width: 200px;
  margin-top: 8px;
}
#category #category-products .short_intro .result-bar {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 5px;
  margin-top: 3px;
  margin-bottom: 5px;
}
#category #category-products .short_intro .result-bar .results {
  float: left;
  width: auto;
  margin-bottom: 0;
}
#category #category-products .short_intro .result-bar .filter-button {
  float: right;
  font-weight: bold;
  background: #00A2E0;
  color: #fff;
  background-size: 14px auto;
  background-position: 6px 4px;
  line-height: 13px;
  padding: 5px;
  border-radius: 3px;
  display: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
#category #category-products .short_intro .result-bar .filter-button.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 51px;
  border-radius: 0;
  text-align: center;
  z-index: 20;
  padding: 10px 0;
}
#category #category-products .short_intro .result-bar .filter-button:hover {
  background: #0090c7;
}
.mobile_filters {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 10px;
  border-top: 1px solid #eee;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05);
}
.mobile_filters .filter-button {
  background: #00A2E0;
  text-align: center;
  color: #fff;
  width: 100%;
  float: left;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 4px;
}
.mobile_filters .filter-button:hover {
  background: #0096d0;
}
.mobile_filters .reset-button {
  float: left;
  width: 100%;
  margin-right: 2%;
}
.mobile_filters .reset-button .ais-ClearRefinements button {
  width: 100%;
  background: #eee;
  color: #565656;
  text-align: center;
  border: none;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 4px;
}
.mobile_filters .reset-button .ais-ClearRefinements button:hover {
  background: #e4e4e4;
}
.mobile-only-section {
  width: 100%;
  float: left;
  background: #fff;
}
.filter-mobile-top,
.filter-mobile-bottom {
  display: none;
}
@media screen and (max-width: 1307px) {
  #sidebar-left {
    width: 220px;
  }
  #category #category-products {
    width: 685px;
  }
}
@media screen and (max-width: 1008px) {
  #category #category-products {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
  .mobile_filters {
    display: flex;
  }
  #sidebar-left .filters {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 30px 5px 100px 5px;
    overflow: auto;
    overscroll-behavior: contain;
    background: #fff;
    z-index: 999999;
    display: none;
  }
  #sidebar-left .filters .filter-inner {
    height: 100%;
    float: left;
    padding: 20px 20px 120px 20px;
    box-sizing: border-box;
    width: 100%;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    margin-top: 44px;
  }
  #sidebar-left .filters .filter-mobile-top {
    height: 44px;
    line-height: 44px;
    background: #00A2E0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
  }
  #sidebar-left .filters .filter-mobile-top .close {
    position: absolute;
    padding: 10px;
    color: #fff;
    opacity: 1;
    font-size: 26px;
    text-shadow: 0 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sidebar-left .filters .filter-mobile-bottom {
    width: 100%;
    position: fixed;
    border-top: 1px solid #eee;
    left: 0;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    display: block;
  }
  #sidebar-left .filters .filter-mobile-bottom .button {
    background: #00A2E0;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    opacity: 1;
    border-bottom: 2px solid #0090c7;
  }
  #sidebar-left .filters .filter-mobile-bottom .button:hover {
    background: #0084b7;
  }
  #sidebar-left .filters .filter-mobile-bottom .button .ais-Stats {
    color: inherit;
    font-size: inherit;
  }
  #sidebar-left .filters .filter-mobile-bottom .button .ais-Stats span {
    font-size: inherit;
  }
  #sidebar-left .filters .intro_summary__choice h3 {
    font-size: 18px;
  }
  #sidebar-left .filters .intro_summary__choice .btn.choice-help {
    width: 80%;
    margin: 0 auto;
  }
  #category #category-products {
    width: 100%;
  }
  #category #category-products .short_intro .result-bar .filter-button {
    display: block;
  }
}
/*
				       h                                                           d
				     h:h                                                           d:d
				    h::h                                                           d::d
				   h:::h                                                           d:::d
				  h::::h                                                           d::::d
				  h::::h hhhhh            ooooooo          ooooooo         ddddddddd::::d
				  h::::hh:::::hhhh    oooo:::::::oooo  oooo:::::::oooo   dd:::::::::::::d
				  h::::::::::::::::: o:::::::::::::::oo:::::::::::::::o ::::::::::::::::d
				  h:::::::hhh:::::: o::::::ooooo::::::::::::ooooo::::::o ::::::ddddd::::d
				  h::::::h   h:::: o::::::o     o::::::::::o     o::::::o ::::d    d::::d
				  h:::::h     h::: o:::::o       o:::::::::o     o::::::o :::d     d::::d
				  h:::::h     h::: o:::::o       o:::::::::o     o::::::o :::d     d::::d
				  h:::::h     h::: o::::::o     o::::::::::o     o::::::o :::d     d::::d
				  h:::::h     h:::: o::::::ooooo::::::::::::ooooo::::::d :::::ddddd:::::d
				  h:::::h     h::::: o:::::::::::::::oo:::::::::::::::o ::::::::::::::::d
				  h:::::h     h:::::h oooo:::::::oooo  oooo:::::::oooo   d::::::::::::::d
				  hhhhhhh     hhhhhhh     ooooooo          ooooooo        ddddddddddddddd

																	© Copyright Hood 2013

/*------------------------------------------------------------------------------------------ Your media queries */
@media (max-width: 767px) {
  #checkout #checkout-content #checkout-main #checkout-sub #coupon-code-wrapper {
    border: 1px solid #CACACA;
    background: #FDFDFD;
    float: none;
    padding: 10px;
    overflow: hidden;
  }
  #checkout #checkout-content #checkout-main #checkout-sub #coupon-code-wrapper input {
    height: 35px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
  }
  #checkout #checkout-content #checkout-main #checkout-sub #coupon-code-wrapper button {
    float: right;
  }
  body.checkout-cart #checkout #checkout-content #checkout-main #checkout-main-inner {
    padding: 0;
  }
  #product-page-body #product-page-side #product-page-side-inner #product-configuration #config-add-to-cart-wrap .config-block {
    text-align: center;
  }
  #product-page-body #product-page-side #product-page-side-inner #product-configuration #config-add-to-cart-wrap .config-block button {
    width: 100%;
  }
  #product-page-body #product-page-side #product-page-side-inner #product-configuration .config-wrap {
    position: relative;
    height: 70px;
  }
  #product-page-body #product-page-side #product-page-side-inner #product-configuration .config-wrap .config-block {
    float: none;
    position: absolute;
    width: auto !important;
    left: 54px;
    right: 0;
    margin: 0;
  }
  #product-page-body #product-page-side #product-page-side-inner #product-configuration .config-wrap .config-step {
    float: none;
    position: absolute;
    left: 0;
  }
  #info {
    width: 100%;
  }
  #info #info-content {
    border: none;
    padding: 0;
    background: none;
  }
  #info #info-content .info-box-body {
    min-height: 5px;
  }
  #info #info-content .info-details-wrapper {
    margin-left: 0;
    float: none;
    width: 100%;
  }
  #checkout .form-horizontal .radio.inline {
    margin-right: 10px;
  }
  #checkout .form-horizontal .radio.inline + .radio.inline {
    margin-left: 0;
    margin-right: 0;
  }
  #checkout .form-horizontal .control-group .control-label {
    text-align: left;
    display: inline;
    float: none;
    width: auto;
  }
  #checkout .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  .modal .modal-body {
    padding: 11px 11px 0 11px;
  }
  .modal .modal-body p {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .modal .modal-body form.modal-form .control-group {
    margin-bottom: 8px;
  }
  .modal .modal-footer .btn {
    margin: 7px auto;
  }
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 3%;
    left: 3%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 2%;
    bottom: auto;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
  #desktop-nav,
  #homepage-slider,
  #slider-nav {
    display: none;
  }
  #nav-main #nav-outer #search {
    position: absolute;
    right: 0;
    top: -58px;
    width: 100%;
  }
  #nav-main #nav-outer #search button.btn {
    top: 6px;
    right: 3px;
    font-size: 20px;
    padding-left: 4px;
  }
  #nav-main #nav-outer #search input {
    height: 40px;
    width: 100%;
    padding: 1px 42px 1px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #fluid-search-spacer {
    height: 48px;
  }
  #header #logo {
    margin-left: 0;
  }
  #product-page-side {
    margin: 0 auto;
  }
  body.checkout-cart #checkout #checkout-content #checkout-main {
    background: none;
    border: none;
    padding: 0;
  }
  #checkout #checkout-content #checkout-main .checkout-item {
    background: #F6F6F6;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-mobile-product-head {
    background: #FDFDFD;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #CACACA;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-mobile-product-head .co-product-image {
    width: 110px;
    float: left;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-mobile-product-head .co-product-description {
    float: left;
    margin-top: 10px;
    min-width: 122px;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-product-amount {
    display: block;
    left: 0;
    right: 0;
    height: 20px;
    text-align: right;
    width: auto;
    margin-left: 10px;
    margin-top: 10px;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-product-amount label {
    display: inline-block;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-product-price {
    display: block;
    height: 32px;
    width: auto;
    font-size: 16px;
    margin: 15px 10px 5px 0;
    text-align: right;
    float: right;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-product-price span {
    font-size: 16px;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-product-subtotal {
    display: inline-block;
    font-size: 16px;
    float: right;
    width: auto;
    margin-right: 10px;
    text-align: right;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-product-subtotal span {
    font-weight: normal;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-product-remove {
    float: left;
    width: 35px;
    margin: 11px 0 11px 10px;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-product-remove button {
    height: 35px;
    width: 35px;
    margin: 0;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-mobile-product-price-label,
  #checkout #checkout-content #checkout-main .checkout-item .co-product-amount-label {
    font-size: 12px;
    line-height: 21px;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-product-subtotal .co-mobile-product-price-label {
    text-align: right !important;
  }
  #checkout #checkout-content #checkout-main .checkout-item .co-desktop-product-subtotal-delete {
    clear: both;
    height: 58px;
    border-top: 1px solid #CACACA;
  }
  #mobile-only-section .checkout-sub-green {
    font-weight: bold;
    color: #5FC719;
  }
  #mobile-only-section .checkout-sub-title {
    text-align: left;
    float: left;
  }
  #mobile-only-section .checkout-sub-amount {
    float: right;
  }
  #mobile-only-section #mobile-checkout-sub {
    border: 1px solid #CACACA;
    font-size: 16px;
    background: #FDFDFD;
  }
  #mobile-only-section #mobile-checkout-sub-head {
    background: #F6F6F6;
    padding: 10px;
    border-bottom: 1px solid #CACACA;
    text-align: right;
    overflow: auto;
  }
  #mobile-only-section #mobile-checkout-sub-head .checkout-sub-amount {
    width: 103px;
  }
  #mobile-only-section .mobile-checkout-sub-bottom {
    padding: 10px;
    text-align: right;
    overflow: auto;
  }
  #mobile-only-section .mobile-checkout-sub-bottom .checkout-sub-amount {
    margin-left: 40px;
    width: 125px;
    font-weight: bold;
    float: right;
  }
  #mobile-only-section .mobile-checkout-button {
    min-height: 40px;
    margin: 20px 0 0 0;
  }
  #mobile-only-section .mobile-checkout-button .btn {
    float: none;
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
  }
  #mobile-only-section #mobile-payment-gateways {
    width: 197px;
    margin: 0 auto 20px auto;
  }
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-address .overview-address-sub.overview-address-invoice {
    border: none;
    padding: 0;
  }
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-address .overview-address-sub {
    padding: 14px 0;
    display: block;
    min-height: 0;
  }
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-cart .checkout-item {
    padding: 0;
    border: none;
    border-bottom: 1px solid #CACACA;
    margin: 0;
  }
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-cart .checkout-item .co-product-amount,
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-cart .checkout-item .co-product-price,
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-cart .checkout-item .co-product-subtotal {
    position: relative;
  }
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-cart .checkout-item .co-product-price-subtotal-wrap {
    display: block;
    margin-right: 10px;
    margin-top: 10px;
  }
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-cart .checkout-item .co-product-price-subtotal-wrap .co-product-subtotal {
    margin: 0 0 10px 10px;
    display: block;
  }
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-cart .checkout-item .co-product-price-subtotal-wrap .co-product-price {
    margin: 0 0 0 10px;
    display: block;
  }
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-cart .overview-cart-sub {
    border-top: none;
  }
}
@media (max-width: 460px) {
  .product {
    height: auto;
    min-height: 0;
  }
  .product .product-text .product-description {
    margin-bottom: 93px;
  }
  #header #winkelwagen {
    width: 165px;
  }
  #header #logo {
    margin-left: 0;
  }
  #header #logo .logo-signature-a {
    display: none;
  }
  #header #logo .logo-signature-b {
    display: block;
  }
  #breadcrumbs {
    display: none;
  }
  #relatedproducts #related-header p {
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  .modal .modal-body form.modal-form.form-horizontal .control-group label.control-label {
    float: none;
    margin-bottom: 0;
  }
  #checkout #checkout-content #checkout-main .checkout-mobile-step-wrapper .checkout-mobile-step-number {
    margin-right: 4px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  #checkout #checkout-content #checkout-main .checkout-mobile-step-wrapper .checkout-mobile-step-name {
    font-size: 15px;
  }
  #product-page-body #product-page-side #product-page-side-inner #product-configuration .config-wrap .config-block {
    left: 0;
  }
  #mob-dropdown #mob-dropdown-inner ul li a {
    font-size: 16px;
  }
  .config-step {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  #mobile-side-menu {
    width: 190px;
  }
  #mobile-side-menu ul li a {
    padding-left: 19px;
  }
  #product-page-body #product-page-side #product-page-side-inner #product-configuration #config-add-to-cart-wrap .config-block button {
    font-size: 16px;
  }
  #header #cart #empty-cart-message {
    font-size: 11px;
  }
  #category #category-products #category-header h1 {
    font-size: 16px;
  }
  #category #category-products .sub-category-header h2 {
    font-size: 16px;
  }
  #checkout .form-horizontal {
    position: relative;
    left: 0;
  }
  #checkout .form-horizontal .control-group .controls {
    width: 92%;
  }
  #checkout .form-horizontal .control-group .input-medium,
  #checkout .form-horizontal .control-group .input-large {
    width: 100%;
  }
  #checkout .checkout-option-bar {
    height: auto;
  }
  #checkout .checkout-option-bar input {
    margin: 7px 14px 0 14px;
  }
  #checkout .checkout-option-bar h3 {
    font-size: 16px;
    text-align: left;
    display: block;
    padding: 5px;
    margin-left: 36px;
  }
  .modal .modal-footer .btn {
    display: block;
    margin: 8px auto;
  }
  .modal .modal-footer a.btn {
    margin-bottom: 0;
  }
  #header #logo .logo-signature-b {
    display: none;
  }
  #product-page-body #product-page-main #product-page-main-inner #product-page-mobile-top-button {
    width: 100%;
  }
  #product-page-body #product-page-main #product-page-main-inner #product-page-mobile-top-button button {
    width: 100%;
    padding: 4px 0 6px 0;
  }
  #product-page-body #product-page-main #product-page-main-inner #product-page-mobile-top-button button span {
    padding: 0;
    left: 2px;
  }
  #product-page-body #product-page-main #mobile-product-configuration #mobile-config-add-to-cart button {
    width: 100%;
  }
  #header #cart {
    width: 110px;
    border: none;
  }
  #header #cart a h4 {
    margin: 15px 0 1px 0;
  }
}
@media (min-width: 461px) and (max-width: 767px) {
  .product .btn.add-to-cart {
    font-size: 18px;
  }
  .product .btn.add-to-cart span {
    padding-left: 4px;
  }
  #header #winkelwagen {
    width: 188px;
  }
  #header #cart {
    width: 190px;
  }
  #header #user-name {
    max-width: 158px;
  }
}
@media (min-width: 768px) {
  .product .product-hover-wrap .product-image-link {
    position: relative;
  }
  .product .product-hover-wrap .product-image-link img {
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .product .product-hover-wrap:hover .product-image-link img {
    opacity: 0.6;
  }
}
@media (min-width: 768px) and (max-width:1008px) {
  #nav-main #nav-outer #nav-inner ul#desktop-nav li a {
    padding: 14px 10px;
    font-size: 16px;
  }
  #nav-main #nav-outer #nav-inner li.last a {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
  }
  #nav-main #nav-outer #search {
    top: 48px;
    right: 0;
  }
  #nav-main #nav-outer #search input {
    width: 185px;
  }
  #home-main #home-content #homepage-slider #slider .slide-container {
    min-height: 230px;
  }
  #home-main #home-content #homepage-slider #slider .slide-container .slide-text {
    float: none;
    width: 225px;
  }
  #home-main #home-content #homepage-slider #slider .slide-container .slide-text a.call-to-action {
    margin-top: 10px;
    right: 50px;
    bottom: 30px;
  }
  #home-main #home-content #homepage-slider #slider .slide-container .slide-image {
    margin-right: 0;
    float: right;
  }
  #home-main #home-content #homepage-slider #slider-nav {
    display: none;
  }
}
@media (min-width: 1009px) and (max-width: 1307px) {
  #product-page-main-inner {
    width: 528px;
  }
  #contact #product-questions #product-questions-overlay .product-questions-1 {
    font-size: 20px;
  }
  #contact #product-questions #product-questions-overlay .product-questions-2 {
    font-size: 14px;
    margin-top: 3px;
  }
  #contact #product-questions .product-questions-3 {
    font-size: 18px;
  }
}
@media (min-width: 1308px) {
  #header #cart .btn-group .dropdown-menu {
    left: -87px;
  }
  body.checkout-step-3 #checkout #checkout-content #checkout-main .checkout-overview-area .overview-block.overview-address .overview-address-sub {
    width: 263px;
  }
  #home-main #home-content #homepage-slider #slider .slide-container {
    height: 240px;
  }
  #home-main #home-content #homepage-slider #slider .slide-container .slide-text {
    width: 639px;
  }
  #home-main #home-content #homepage-slider #slider .slide-container .slide-text h3 {
    font-size: 34px;
    font-weight: normal;
  }
  #home-main #home-content #homepage-slider #slider .slide-container .slide-text p {
    font-size: 16px;
  }
  #home-main #home-content #homepage-slider #slider .slide-container .slide-text a {
    font-size: 27px;
    padding: 14px 23px 14px 30px;
  }
  #home-main #home-content #homepage-slider #slider .slide-container .slide-text a:after {
    border-width: 24px;
    right: -24px;
  }
  #home-main #home-content #homepage-slider #slider-nav .slider-buttons a {
    padding: 11px 22px;
    font-size: 15px;
  }
  #nav-main #nav-outer #nav-inner ul#desktop-nav li a {
    padding: 14px 23px;
    font-size: 21px;
  }
  #nav-main #nav-outer #search input {
    width: 187px;
  }
  #checkout-main #checkout-content #checkout-steps .checkout-steps-body a {
    padding: 0 37px 0 45px;
    font-size: 20px;
  }
  #product-page-main-inner {
    width: 824px;
  }
}
@media (max-height: 700px) {
  #mobile-side-menu ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }
}
@media (max-height: 480px) {
  #mobile-side-menu ul li {
    line-height: 15px;
  }
  #mobile-side-menu ul li a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
/*-------------------------------------------------------------------------------- Container class and clearfix
*/
.grid {
  margin: 0 auto;
}
.grid:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .grid {
  zoom: 1;
}
*:first-child + html .grid {
  zoom: 1;
}
/*------------------------------------------- Always(n) classes that allow overrides with more specific classes
*/
/*Fluid Grid A*/
@media (max-width: 460px) {
  .always1 {
    width: 99.2%;
    padding: 0 0.4%;
    float: left;
  }
}
/*Fluid Grid B*/
@media (min-width: 461px) and (max-width: 767px) {
  .always2 {
    width: 99.2%;
    padding: 0 0.4%;
    float: left;
  }
  .always1 {
    width: 49.2%;
    padding: 0 0.4%;
    float: left;
  }
}
/*Grid A*/
@media (min-width: 768px) and (max-width:1008px) {
  .always5 {
    width: 1138.66666667px;
  }
  .always4 {
    width: 909.33333333px;
  }
  .always3 {
    width: 680px;
  }
  .always2 {
    width: 450.66666667px;
  }
  .always1 {
    width: 221.33333333px;
  }
  .alwaysfull {
    width: 680px;
  }
  .ahide {
    display: none;
  }
}
/*Grid B*/
@media (min-width: 1009px) and (max-width: 1307px) {
  .always5 {
    width: 1127px;
  }
  .always4 {
    width: 900px;
  }
  .always3 {
    width: 673px;
  }
  .always2 {
    width: 446px;
  }
  .always1 {
    width: 219px;
  }
  .alwaysfull {
    width: 900px;
  }
  .bhide {
    display: none;
  }
}
/*Grid C*/
@media (min-width: 1308px) {
  .always5 {
    width: 1200px;
  }
  .always4 {
    width: 958.4px;
  }
  .always3 {
    width: 716.8px;
  }
  .always2 {
    width: 475.2px;
  }
  .always1 {
    width: 233.6px;
  }
  .alwaysfull {
    width: 1200px;
  }
  .chide {
    display: none;
  }
}
/*----------------------------------------------------------------------------- General Solid grid declarations
*/
@media (min-width: 768px) {
  .a5,
  .b5,
  .c5,
  .d5,
  .always5,
  .solid5 {
    float: left;
    padding: 0 4px;
  }
  .a4,
  .b4,
  .c4,
  .d4,
  .always4,
  .solid4 {
    float: left;
    padding: 0 4px;
  }
  .a3,
  .b3,
  .c3,
  .d3,
  .always3,
  .solid3 {
    float: left;
    padding: 0 4px;
  }
  .a2,
  .b2,
  .c2,
  .d2,
  .always2,
  .solid2 {
    float: left;
    padding: 0 4px;
  }
  .a1,
  .b1,
  .c1,
  .d1,
  .always1,
  .solid1 {
    float: left;
    padding: 0 4px;
  }
  .alwaysfull {
    float: left;
    padding: 0 4px;
  }
  .solidhide {
    display: none !important;
  }
}
/*----------------------------------------------------------------------------- General Fluid grid declarations
*/
@media (max-width: 767px) {
  .grid {
    width: 92%;
    margin: 0 auto;
  }
  .fluidfull,
  .alwaysfull {
    width: 99.2%;
    padding: 0 0.4%;
    float: left;
  }
  .fluidhide {
    display: none;
  }
}
/*------------------------------------------------------------------------------------------------ Fluid grid A
*/
@media (max-width: 460px) {
  .fla1,
  .fluid1 {
    width: 99.2%;
    float: left;
  }
  .flahide {
    display: none;
  }
}
/*------------------------------------------------------------------------------------------------ Fluid grid B
*/
@media (min-width: 461px) and (max-width: 767px) {
  .flb2,
  .fluid2 {
    width: 99.2%;
    float: left;
  }
  .flb1,
  .fluid1 {
    width: 49.2%;
    float: left;
  }
  .flbhide {
    display: none;
  }
}
/*------------------------------------------------------------------------------------------------------ Grid A
*/
@media (min-width: 768px) and (max-width:1008px) {
  .grid {
    width: 688px;
  }
  .a5,
  .solid5 {
    width: 1138.66666667px;
  }
  .subgrida5 {
    width: 1146.66666667px;
    float: left;
  }
  .a4,
  .solid4 {
    width: 909.33333333px;
  }
  .subgrida4 {
    width: 917.33333333px;
    float: left;
  }
  .a3,
  .solid3 {
    width: 680px;
  }
  .subgrida3 {
    width: 688px;
    float: left;
  }
  .a2,
  .solid2 {
    width: 450.66666667px;
  }
  .subgrida2 {
    width: 458.66666667px;
    float: left;
  }
  .a1,
  .solid1 {
    width: 221.33333333px;
  }
  .subgrida1 {
    width: 229.33333333px;
    float: left;
  }
  .ahide {
    display: none;
  }
}
/*------------------------------------------------------------------------------------------------------ Grid B
*/
@media (min-width: 1009px) and (max-width: 1307px) {
  .grid {
    width: 908px;
  }
  .b5,
  .solid5 {
    width: 1127px;
  }
  .subgridb5 {
    width: 1135px;
    float: left;
  }
  .b4,
  .solid4 {
    width: 900px;
  }
  .subgridb4 {
    width: 908px;
    float: left;
  }
  .b3,
  .solid3 {
    width: 673px;
  }
  .subgridb3 {
    width: 681px;
    float: left;
  }
  .b2,
  .solid2 {
    width: 446px;
  }
  .subgridb2 {
    width: 454px;
    float: left;
  }
  .b1,
  .solid1 {
    width: 219px;
  }
  .subgridb1 {
    width: 227px;
    float: left;
  }
  .bhide {
    display: none;
  }
}
/*------------------------------------------------------------------------------------------------------ Grid C
*/
@media (min-width: 1308px) {
  .grid {
    width: 1208px;
  }
  .c5,
  .solid5 {
    width: 1200px;
  }
  .subgridc5 {
    width: 1208px;
    float: left;
  }
  .c4,
  .solid4 {
    width: 958.4px;
  }
  .subgridc4 {
    width: 966.4px;
    float: left;
  }
  .c3,
  .solid3 {
    width: 716.8px;
  }
  .subgridc3 {
    width: 724.8px;
    float: left;
  }
  .c2,
  .solid2 {
    width: 475.2px;
  }
  .subgridc2 {
    width: 483.2px;
    float: left;
  }
  .c1,
  .solid1 {
    width: 233.6px;
  }
  .subgridc1 {
    width: 241.6px;
    float: left;
  }
  .chide {
    display: none;
  }
}
/*--------------------------------------------------------------------------------------------- General classes
*/
.fr {
  float: right;
}
.fn {
  float: none;
}
#robin_tab_container {
  z-index: 99999992 !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  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;
  outline: none;
  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;
}
/*slider logo*/
.container-slider-logo-top {
  padding-top: 75px;
  padding-bottom: 60px;
}
.slider-logo > .slick-prev,
.product-slider > .slick-prev {
  width: 18px;
  height: 29px;
  font-size: 0;
  display: block;
  border: 0;
  background: url(/build/images/arrow.de3303aa.png) 0 0 no-repeat;
  position: absolute;
  left: -65px;
  top: 50%;
  cursor: pointer;
  z-index: 100;
  margin-top: -14px;
}
.slider-logo > .slick-prev:hover,
.product-slider > .slick-prev:hover {
  opacity: 0.8;
}
.slider-logo > .slick-next,
.product-slider > .slick-next {
  width: 18px;
  height: 29px;
  font-size: 0;
  display: block;
  border: 0;
  background: url(/build/images/arrow.de3303aa.png) -18px 0 no-repeat;
  position: absolute;
  right: -65px;
  top: 50%;
  cursor: pointer;
  z-index: 100;
  margin-top: -14px;
}
.slider-logo > .slick-next:hover,
.product-slider > .slick-next:hover {
  opacity: 0.8;
}
.slider-logo > .slick-dots,
.product-slider > .slick-dots {
  margin: 0 auto;
  display: table;
}
.slider-logo > .slick-dots li,
.product-slider > .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #dedede;
  display: inline-block;
  overflow: hidden;
}
.slider-logo > .slick-dots li button,
.product-slider > .slick-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  display: block;
  overflow: hidden;
}
.slider-logo > .slick-dots li.slick-active,
.product-slider > .slick-dots li.slick-active {
  border: 1px solid #333;
  background: #333;
}
.slider-logo > .slick-list > .slick-track > .slick-slide,
.product-slider > .slick-list > .slick-track > .slick-slide {
  padding: 0 10px;
  text-align: center;
}
.slider-logo > .slick-list > .slick-track > .slick-slide img,
.product-slider > .slick-list > .slick-track > .slick-slide img {
  display: inline-block;
}
@media screen and (max-width: 1449px) {
  .slider-logo > .slick-prev {
    left: 0;
  }
  .slider-logo > .slick-next {
    right: 0;
  }
  .product-slider > .slick-prev,
  .product-slider > .slick-next {
    display: none !important;
  }
}
html[lang="fr-FR"] .menu-bar .bottom-bar ul li a,
html[lang="fr-BE"] .menu-bar .bottom-bar ul li a {
  padding: 15px 20px;
  font-size: 15px;
}
html[lang="fr-FR"] .menu-bar .bottom-bar ul li.home a,
html[lang="fr-BE"] .menu-bar .bottom-bar ul li.home a {
  padding: 0 15px 0 0;
}
@media screen and (max-width: 1307px) {
  html[lang="fr-FR"] .menu-bar .bottom-bar ul li:nth-last-of-type(2),
  html[lang="fr-BE"] .menu-bar .bottom-bar ul li:nth-last-of-type(2) {
    display: none;
  }
  html[lang="fr-FR"] .menu-bar .bottom-bar ul li a,
  html[lang="fr-BE"] .menu-bar .bottom-bar ul li a {
    padding: 15px 14px;
    font-size: 14px;
  }
  html[lang="fr-FR"] .menu-bar .bottom-bar ul li.home a,
  html[lang="fr-BE"] .menu-bar .bottom-bar ul li.home a {
    padding: 0 5px 0 0;
  }
}
#home-main #home-content {
  float: left;
}
#home-main #home-content .singlesday {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #home-main #home-content .singlesday {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1008px) {
  #home-main #home-content .singlesday {
    width: 676px;
    padding: 0 4px;
  }
}
@media screen and (min-width: 1009px) and (max-width: 1199px) {
  #home-main #home-content .singlesday {
    width: 670px;
    padding: 0 4px;
  }
}
#home-main #home-content #homepage-slider {
  margin-bottom: 8px;
}
#home-main #home-content #homepage-slider .carousel-indicators {
  cursor: pointer;
}
#home-main #home-content #homepage-slider .carousel-indicators li {
  background-color: #cacaca;
}
#home-main #home-content #homepage-slider .carousel-indicators .active {
  background-color: #00A2E0;
}
#home-main #home-content #homepage-slider #slider {
  margin: 0;
  background-color: #FDFDFD;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#home-main #home-content #homepage-slider #slider .slide-container {
  position: relative;
  min-height: 180px;
  padding: 23px 37px 23px 37px;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text {
  float: left;
  width: 352px;
  max-width: 100% !important;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text h3 {
  font-size: 27px;
  margin-bottom: 2px;
  margin-top: 0;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text p {
  font-size: 12px;
  line-height: 1.5em;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text a {
  position: absolute;
  line-height: 20px;
  bottom: 37px;
  background: #00A2E0;
  font-size: 18px;
  padding: 5px 31px;
  color: #fff;
  text-decoration: none;
  font-family: 'Neuron', Helvetica, sans-serif;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text a:hover {
  background: #4bbeed;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text a:hover:after {
  border-left-color: #4bbeed;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text a:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: -14px;
  border-top: 15px solid transparent;
  border-left: 14px solid #00A2E0;
  border-bottom: 15px solid transparent;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text a.cto-green {
  background: #499a13;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text a.cto-green:after {
  border-left-color: #499a13;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text a.cto-green:hover {
  background: #5FC719;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-text a.cto-green:hover:after {
  border-left-color: #5FC719;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-image {
  float: right;
}
#home-main #home-content #homepage-slider #slider .slide-container .slide-image img {
  display: block;
  margin: 0 auto;
}
#home-main #home-content #homepage-slider #slider-nav {
  position: relative;
  bottom: 3px;
  overflow-y: hidden;
  background-color: #FDFDFD;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 39px;
  background: #eee;
}
#home-main #home-content #homepage-slider #slider-nav .slider-buttons {
  -webkit-user-select: none;
}
#home-main #home-content #homepage-slider #slider-nav .slider-buttons a {
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  cursor: pointer;
  position: relative;
  left: -1px;
  padding: 11px 7px;
  color: #333;
  text-decoration: none;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
}
#home-main #home-content #homepage-slider #slider-nav .slider-buttons a.active-slider-button {
  background: #FFF;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
}
@media screen and (max-width: 1008px) {
  .home-items .slick-next {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -30px;
  }
  .home-items .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .home-items .slick-next {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -7px;
  }
  .home-items .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -7px;
  }
}
@media screen and (max-width: 767px) {
  .home-items .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -13px;
  }
  .home-items .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -13px;
  }
}
@media screen and (max-width: 450px) {
  .home-items .slick-next {
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
  }
  .home-items .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
  }
}
/* New homepage */
.home-wrapper {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.home-wrapper .home-background {
  float: left;
  position: relative;
  width: 100%;
}
.home-wrapper .home-h3 {
  font-size: 28px;
  margin: 15px 0 15px 4px;
  float: left;
  width: 100%;
  display: block;
}
.home-wrapper .resion {
  float: right;
  width: 95px;
  margin-right: 2%;
}
@media screen and (max-width: 575px) {
  .resion {
    margin-right: 4%;
  }
}
@media screen and (max-width: 450px) {
  .resion {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .home-wrapper .home-h3 {
    margin-top: 7px;
    font-size: 20px;
  }
}
.home-hero-wrapper {
  float: left;
  width: 100%;
  padding: 0 4px;
}
#home-hero {
  background-color: #fff;
  float: left;
  width: 100%;
  box-shadow: 2px 2px 6px #cecece;
  margin-bottom: 20px;
}
#home-hero .home-hero-wrapper {
  background-color: #fff;
}
#home-hero .col-md-6 {
  width: 50%;
  float: left;
}
#home-hero .col-md-6 .home-hero-h1 {
  margin: 40px 0 20px 0;
}
#home-hero .col-md-6 .home-hero-text {
  margin-bottom: 20px;
  padding-right: 20px;
}
#home-hero .col-md-6 .button-cta {
  background: #00A2E0;
  color: #fff !important;
  border-radius: 4px;
  padding: 10px 10px;
  border-bottom: 3px solid #005884;
  text-align: center;
  width: 100%;
  float: left;
  display: block;
  max-width: 165px;
  margin: 0 auto 35px auto;
  cursor: pointer;
}
#home-hero .col-md-6 .button-cta:hover {
  background: #007eba;
}
#home-hero .home-hero-menu {
  float: left;
  width: 100%;
  box-shadow: 0 -1px 3px #cecece;
}
#home-hero .home-hero-menu .col-md-3 {
  width: 25%;
  float: left;
  padding: 13px 0;
  box-sizing: border-box;
  text-align: center;
  background: #F2F2F2;
  border-right: 1px solid #cecece;
}
#home-hero .home-hero-menu .col-md-3:hover {
  background: #e4e4e4;
}
#home-hero .home-hero-menu .last {
  border: none;
}
#home-hero .home-hero-menu .active {
  background: #00A2E0 !important;
  color: #fff;
}
#home-hero .home-hero-menu .active:hover {
  color: #fff !important;
}
.home-items {
  float: left;
  width: 100%;
}
.home-chosen {
  float: left;
  width: 100%;
}
.home-items > .slick-prev {
  width: 18px;
  height: 29px;
  font-size: 0;
  display: block;
  border: 0;
  background: url(/build/images/arrow.de3303aa.png) 0 0 no-repeat;
  position: absolute;
  left: -9px;
  top: 50%;
  cursor: pointer;
  z-index: 100;
  margin-top: -14px;
  transform: translateY(-50%);
}
@media screen and (min-width: 472px) {
  .home-items > .slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 768px) {
  .home-items > .slick-prev {
    left: -25px;
  }
}
@media screen and (min-width: 1009px) {
  .home-items > .slick-prev {
    left: -65px;
  }
}
.home-items > .slick-next {
  width: 18px;
  height: 29px;
  font-size: 0;
  display: block;
  border: 0;
  background: url(/build/images/arrow.de3303aa.png) -18px 0 no-repeat;
  position: absolute;
  right: -9px;
  top: 50%;
  cursor: pointer;
  z-index: 100;
  margin-top: -14px;
  transform: translateY(-50%);
}
@media screen and (min-width: 472px) {
  .home-items > .slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .home-items > .slick-next {
    right: -25px;
  }
}
@media screen and (min-width: 1009px) {
  .home-items > .slick-next {
    right: -65px;
  }
}
.home-chosen > .slick-prev {
  width: 18px;
  height: 29px;
  font-size: 0;
  display: block;
  border: 0;
  background: url(/build/images/arrow.de3303aa.png) 0 0 no-repeat;
  position: absolute;
  left: -9px;
  top: 50%;
  cursor: pointer;
  z-index: 100;
  margin-top: -14px;
  transform: translateY(-50%);
}
@media screen and (min-width: 472px) {
  .home-chosen > .slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 768px) {
  .home-chosen > .slick-prev {
    left: -25px;
  }
}
@media screen and (min-width: 1009px) {
  .home-chosen > .slick-prev {
    left: -65px;
  }
}
.home-chosen > .slick-next {
  width: 18px;
  height: 29px;
  font-size: 0;
  display: block;
  border: 0;
  background: url(/build/images/arrow.de3303aa.png) -18px 0 no-repeat;
  position: absolute;
  right: -9px;
  top: 50%;
  cursor: pointer;
  z-index: 100;
  margin-top: -14px;
  transform: translateY(-50%);
}
@media screen and (min-width: 472px) {
  .home-chosen > .slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .home-chosen > .slick-next {
    right: -25px;
  }
}
@media screen and (min-width: 1009px) {
  .home-chosen > .slick-next {
    right: -65px;
  }
}
@media screen and (max-width: 1199px) {
  .home #sidebar-left {
    width: 220px;
    padding-right: 0;
  }
  #home-hero {
    background-position: -250% -40px !important;
  }
}
@media screen and (max-width: 1307px) {
  .information-block .support-image {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .information-block .blue {
    width: 30%;
  }
  .information-block .information-mid .midden {
    visibility: hidden;
  }
  .home-wrapper .home-h3 {
    margin-top: 7px;
  }
  .information-block .information-mid .info-button .info-button-cta {
    left: 65%;
  }
}
@media screen and (max-width: 1008px) {
  #home-hero {
    background-position: -250% -4000px !important;
  }
  #home-hero .col-md-first {
    display: none;
  }
  #home-hero .col-md-6 {
    width: 80%;
  }
  .home #sidebar-left {
    display: none;
  }
  .home #home-main #home-content {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #home-hero {
    background-position: -250% -40px !important;
  }
  #home-hero .col-md-first {
    display: block;
  }
  #home-hero .col-md-6 {
    width: 50%;
  }
}
.support-image {
  min-height: 140px;
  width: 20%;
  float: right;
}
.support-image img {
  position: absolute;
  height: 100%;
  display: block;
  margin: 0 auto;
  float: right;
  right: 25px;
  bottom: 0;
}
.home #sidebar-left .product-filter {
  padding-right: 10px;
}
.quotation-request {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
.quotation-request .quotation-request__inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-image: url(/build/images/vloer-rol-dark.23bfe104.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #cecece;
  background-size: cover;
  box-shadow: 3px 5px 12px #cecece;
  box-sizing: border-box;
}
@media screen and (min-width: 451px) {
  .quotation-request .quotation-request__inner {
    padding: 25px;
  }
}
@media screen and (min-width: 1308px) {
  .quotation-request .quotation-request__inner {
    height: 375px;
  }
}
.quotation-request .quotation-request__title {
  display: block;
  margin: 0 0 15px;
  color: #fff;
  font-size: 22px;
  position: relative;
}
@media screen and (min-width: 451px) {
  .quotation-request .quotation-request__title {
    font-size: 25px;
  }
}
.quotation-request .quotation-request__block {
  display: inline-block;
  width: 100%;
}
.quotation-request .quotation-request__form {
  margin: 0;
}
.quotation-request .quotation-request__form .form__fields {
  width: 100%;
}
.quotation-request .quotation-request__form .form__column {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 451px) {
  .quotation-request .quotation-request__form .form__column {
    flex-direction: row;
  }
}
@media screen and (min-width: 451px) {
  .quotation-request .quotation-request__form .form__column .form__field:nth-of-type(1) {
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .quotation-request .quotation-request__form .form__column .form__field:nth-of-type(1) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 451px) {
  .quotation-request .quotation-request__form .form__column .form__field:nth-last-of-type(1) {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .quotation-request .quotation-request__form .form__column .form__field:nth-last-of-type(1) {
    margin-left: 10px;
  }
}
.quotation-request .quotation-request__form .form__field {
  width: 100%;
  transition: all 0.15s ease-in;
}
.quotation-request .quotation-request__form .form__label {
  font-size: 14px;
  color: #fff;
  font-family: 'Neuron', Helvetica, sans-serif;
}
.quotation-request .quotation-request__form .form__input,
.quotation-request .quotation-request__form .form__select {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.quotation-request .quotation-request__form .form__color {
  display: inline-block;
  width: 100%;
}
.quotation-request .quotation-request__form .form__color #select_color {
  margin: 0;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
}
.quotation-request .quotation-request__form .form__color #select_color span {
  width: 120px;
  font-size: 13px;
}
.quotation-request .quotation-request__form .form__buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
@media screen and (min-width: 381px) {
  .quotation-request .quotation-request__form .form__buttons {
    flex-direction: row;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .quotation-request .quotation-request__form .form__buttons {
    margin-top: 15px;
  }
}
.quotation-request .quotation-request__form .form__button-holder {
  flex: 1 1 100%;
  width: 100%;
}
.quotation-request .quotation-request__form .form__button-holder:nth-of-type(1) {
  margin-bottom: 5px;
}
@media screen and (min-width: 381px) {
  .quotation-request .quotation-request__form .form__button-holder:nth-of-type(1) {
    margin-right: 5px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .quotation-request .quotation-request__form .form__button-holder:nth-of-type(1) {
    margin-right: 10px;
  }
}
.quotation-request .quotation-request__form .form__button-holder:nth-last-of-type(1) {
  margin-top: 5px;
}
@media screen and (min-width: 381px) {
  .quotation-request .quotation-request__form .form__button-holder:nth-last-of-type(1) {
    margin-left: 5px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .quotation-request .quotation-request__form .form__button-holder:nth-last-of-type(1) {
    margin-left: 10px;
  }
}
.quotation-request .quotation-request__form .form__button {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 3px solid transparent;
  font-size: 17px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  line-height: inherit;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
  font-family: 'Neuron', Helvetica, sans-serif;
}
.quotation-request .quotation-request__form .form__button--primary {
  border-bottom: 3px solid #284277;
  color: #fff;
  background-color: #00A2E0;
}
.quotation-request .quotation-request__form .form__button--primary:hover {
  background-color: #007eba;
}
.quotation-request .quotation-request__form .form__button--secondary {
  border-bottom: 3px solid #284277;
  color: #fff;
  background-color: #929ca0;
}
.quotation-request .quotation-request__form .form__button--secondary:hover {
  background-color: #6c777b;
}
.statistics {
  float: left;
  width: 100%;
  padding: 15px 0 7px 0;
}
@media screen and (min-width: 1200px) {
  .statistics {
    padding: 15px 0 15px 0;
  }
}
.statistics .statistics__inner {
  display: block;
  padding: 0 10px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .statistics .statistics__inner {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
.statistics .statistics__line {
  float: left;
  width: 8%;
  display: none;
}
@media screen and (min-width: 1009px) {
  .statistics .statistics__line {
    display: block;
  }
}
@media screen and (min-width: 1308px) {
  .statistics .statistics__line {
    width: 15%;
  }
}
.statistics .statistics__line hr {
  border-bottom: 1px solid #00A2E0;
  margin: 0 10px;
}
.statistics .statistics__content {
  float: left;
  width: 100%;
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 451px) {
  .statistics .statistics__content {
    align-items: center;
  }
}
@media screen and (min-width: 1009px) {
  .statistics .statistics__content {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1009px) {
  .statistics .statistics__content {
    width: 84%;
  }
}
@media screen and (min-width: 1308px) {
  .statistics .statistics__content {
    width: 70%;
  }
}
.statistics .statistics__item {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 1009px) {
  .statistics .statistics__item {
    flex-direction: column;
    width: auto;
  }
}
@media screen and (min-width: 1009px) {
  .statistics .statistics__item {
    flex-direction: row;
  }
}
.statistics .statistics__item:first-child {
  margin-left: -12px;
  margin-right: -12px;
}
.statistics .statistics__item:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
@media screen and (min-width: 1009px) {
  .statistics .statistics__item:not(:nth-last-of-type(1)) {
    margin-bottom: 0;
  }
}
.statistics .statistics__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.statistics .statistics__link strong {
  margin-right: 5px;
}
.statistics .statistics__reviews strong {
  margin-right: 0;
}
.statistics .statistics__rating {
  display: block;
  font-size: 14px;
  line-height: 23px;
}
.statistics .statistics__icon {
  font-size: 19px;
  color: #00A2E0;
  margin-right: 10px;
  font-weight: bold;
}
.statistics .statistics__stars {
  display: inline-block;
  width: 100px;
  height: 16px;
  margin-right: 10px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .statistics .statistics__stars {
    display: none;
  }
}
.statistics .statistics__bar {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/build/images/rating.5389a3f5.jpg);
  background-size: 100px auto;
  background-position: 0 -1px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.statistics .statistics__bar--inner {
  background-position: 0 -17px;
  z-index: 0;
  background-size: 100px auto;
}


/*# sourceMappingURL=homepage.0c03b821.css.map*/