@font-face {
  font-family: 'verfwinkel';
  src: url('../fonts/verfwinkel.eot?bt90iv');
  src: url('../fonts/verfwinkel.eot?#iefixbt90iv') format('embedded-opentype'), url('../fonts/verfwinkel.ttf?bt90iv') format('truetype'), url('../fonts/verfwinkel.woff?bt90iv') format('woff'), url('../fonts/verfwinkel.svg?bt90iv#verfwinkel') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cross:before {
  content: "\e61d";
}
.icon-paintbucket:before {
  content: "\e612";
}
.icon-delivery-costs:before {
  content: "\e613";
}
.icon-chevron-left:before {
  content: "\e61e";
}
.icon-chevron-right:before {
  content: "\e61f";
}
.icon-zoom:before {
  content: "\e600";
}
.icon-plus:before {
  content: "\e614";
}
.icon-minus:before {
  content: "\e616";
}
.icon-home:before {
  content: "\e619";
}
.icon-delivery-time:before {
  content: "\e61c";
}
.icon-idea:before {
  content: "\e618";
}
.icon-envelope-outlined:before {
  content: "\e61b";
}
.icon-envelope:before {
  content: "\e61a";
}
.icon-phone:before {
  content: "\e615";
}
.icon-magnifier:before {
  content: "\e617";
}
.icon-cart:before {
  content: "\e620";
}
.icon-sort-asc:before {
  content: "\e601";
}
.icon-sort-desc:before {
  content: "\e602";
}
.icon-sort-icon:before {
  content: "\e603";
}
.icon-check-mark:before {
  content: "\e604";
}
.icon-hamburger:before {
  content: "\e605";
}
.wf-loading {
  visibility: hidden;
}
.wf-active,
.wf-inactive {
  visibility: visible;
}

.checkout-cart-index .btn-remove{
  width: 12px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="text"]#dummy,
input[type="email"]#dummy,
input[type="tel"]#dummy,
input[type="password"]#dummy {
  display: none;
}
textarea.input-text {
  width: 100%;
  height: 145px;
  line-height: 45px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button {
  display: table;
  border: none;
  background-color: #00b700;
  height: 45px;
  margin: 0px;
  padding: 0px 12px;
}
.button span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  font-family: "proxima-nova";
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.outlined {
  height: 55px;
  border: 2px solid #ffffff;
}
.button.outlined span {
  font-family: "proxima-nova";
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.medium span {
  font-family: "proxima-nova";
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.small {
  height: 40px;
}
.button.small span {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.secundary {
  background-color: #ffffff;
  border: 2px solid #d91b5c;
}
.button.secundary span {
  font-family: "proxima-nova";
  font-size: 18px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.center {
  position: relative;
  margin: 0 auto;
}
.button.search-button {
  background-color: transparent;
  padding: 0px;
}
.button:hover {
  text-decoration: none;
}
.button:hover span {
  text-decoration: none;
}
.button:disabled,
.button.btn-disabled {
  background: #FF0000;
}
.input-box.input-country,
.select-box {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  overflow: hidden;
  border: 1px solid #71a7ab;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  position: relative;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-box.input-country select,
.select-box select {
  height: 100%;
  width: 130%;
  background-color: transparent;
  -webkit-appearance: none;
  border: none;
  margin: 0px;
  padding: 0px;
}
.input-box.input-country select option,
.select-box select option {
  background-color: #ffffff;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-box.input-country select:focus,
.select-box select:focus {
  outline: none;
}
.input-box.input-country:after,
.select-box:after {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e603";
  position: absolute;
  right: 7px;
  top: 10px;
  color: #000000;
  font-size: 18px;
  pointer-events: none;
}
h1,
h2,
h3,
h4 {
  margin: 0px;
  padding: 0px;
}
p {
  line-height: 22px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
h1 {
  font-family: "proxima-nova";
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
.block-head {
  margin: 0 0 30px 0;
  padding: 0;
  display: block;
  width: 100%;
}
.block-head h1,
.block-head h2,
.block-head h3,
.block-head h4 {
  font-family: "proxima-nova";
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .block-head h1,
  .block-head h2,
  .block-head h3,
  .block-head h4 {
    font-size: 24px;
  }
}
.sub-block-head {
  margin: 0 0 15px 0;
  padding: 0 0 3px 0;
  display: block;
  width: 100%;
  position: relative;
}
.sub-block-head h4 {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sub-block-head .expand {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 17px;
  margin: 0;
  padding: 0;
  width: 15px;
}
.sub-block-head .expand.open:before {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e616";
}
.sub-block-head .expand.closed:before {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e614";
}
.toggle-content .sub-block-head {
  cursor: pointer;
}
ul.form-list {
  list-style-type: none;
  margin: 20px 0px 0px 0px !important;
  padding: 0px;
}
ul.form-list.buckaroo-method {
  margin-top: 0px !important;
}
ul.form-list#payment_form_msp_ideal {
  margin: 0px 0px 20px 30px !important;
}
ul.form-list#payment_form_msp_ideal label {
  line-height: 30px;
  display: block;
}
ul.form-list#payment_form_msp_ideal label .bank-logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 30px;
}
ul.form-list#payment_form_msp_ideal label .validation-advice {
  background: #d91b5c;
  color: #ffffff;
  padding: 0 10px;
}
ul.form-list#payment_form_msp_ideal label .validation-advice:before {
  content: '↑';
  padding-right: 10px;
}
ul.form-list li {
  margin: 0px;
  padding: 0px;
}
ul.form-list li label {
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
}
#callback-form h2{
  color: #d91b5c;
  font-size: 30px;
}

#callback-form .extra a{
  text-decoration: underline;
}

#callback-form .extra label{
  color: #d91b5c;
}

#callback-form #re_captcha{
  margin-top: 30px;
}

ul.form-list li label.required em {
  display: none;
}
ul.form-list li label.required:after {
  content: "*";
  margin-left: 2px;
  position: relative;
  font-family: "proxima-nova";
  font-size: 18px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.form-list li .input-box {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
ul.form-list li .input-box .input-text {
  border: 1px solid #71a7ab;
}
ul.form-list li a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: underline;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.form-list li a:hover {
  color: #d91b5c;
  text-decoration: none;
}
ul.form-list li:before {
  display: none;
}
ul.form-list li.control {
  display: block;
  height: 40px;
}
ul.form-list li.control .checkbox {
  float: left;
}
ul.form-list li.control label {
  float: left;
  position: relative;
  top: -3px;
  margin-left: 6px;
  font-weight: 400;
}
.back-link {
  display: block;
  margin: 20px 0px 10px 0px !important;
  padding: 0px;
}
.back-link a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.back-link a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.back-link a small {
  display: none;
}
.back-link a:before {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61e";
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: top;
}
.row-same-height {
  width: 100%;
}
.col-xs-height {
  display: table-cell;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-xs-height {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-xs-height {
    float: none !important;
  }
}
.validation-advice {
  margin: 10px 0px 0px 10px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #d91b5c;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.validation-failed.select-box {
  border-color: #e10000;
}
.required {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
label.required {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
label.required em {
  display: none;
}
label.required:after {
  content: "*" !important;
  font-size: 18px;
  color: #d91b5c;
  position: relative;
  top: 2px;
  margin-left: 2px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
}
.panel-title > a:before,
.panel-title > small:before,
.panel-title > .small:before,
.panel-title > small > a:before,
.panel-title > .small > a:before {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  font-size: 16px;
  color: #999;
  content: "\e61f";
  top: 12px;
  transform: rotate(90deg);
  transition: transform 0.25s ease-in;
}
.panel-title > a[aria-expanded="true"]:before,
.panel-title > small[aria-expanded="true"]:before,
.panel-title > .small[aria-expanded="true"]:before,
.panel-title > small > a[aria-expanded="true"]:before,
.panel-title > .small > a[aria-expanded="true"]:before {
  transform: rotate(270deg);
}
.panel-footer {
  padding: 10px 15px;
  background-color: #eaf3f4;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #eaf3f4;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
html,
body {
  background-color: #edf5f5;
  width: 100%;
  height: 100%;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html a,
body a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #d91b5c;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html a:hover,
body a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.wrapper-container {
  background-image: url("../images/paint-stroke.png");
  background-position: right 140px;
  background-repeat: no-repeat;
  background-attachment: none;
  background-size: 45%;
}
.category-painting-the-past .wrapper-container {
  background: none;
}
@media (max-width: 767px) {
  .wrapper-container {
    background-image: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper-container {
    background-image: none;
  }
}
.svg-responsive {
  width: 300px;
  height: auto;
}
.col-left.sidebar {
  margin-bottom: 20px;
}
.catalog-seo-sitemap-product .std,
.catalog-seo-sitemap-category .std {
  background-color: #ffffff;
  padding: 20px;
}
.catalog-seo-sitemap-product .std ul,
.catalog-seo-sitemap-category .std ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.catalog-seo-sitemap-product .std ul ul,
.catalog-seo-sitemap-category .std ul ul {
  margin-left: 30px;
}
body.blog-index-list .toolbar .pager .count-container .limiter {
  margin-left: 100px;
  position: absolute;
  top: 0;
}
body.blog-index-list .toolbar .sorter {
  margin: 0;
}
body.blog-index-list .toolbar .sorter label {
  color: #000000;
}
.postWrapper {
  padding-bottom: 25px;
  clear: both;
}
.postTitle {
  background: white;
  border-bottom: none;
  margin-bottom: 0;
}
.postTitle h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: #000000;
}
.postTitle h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px 0;
  color: #000000;
}
.postTitle h2 a,
.postTitle h2 a:hover {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none !important;
}
.postTitle h3 {
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  color: #000000;
  /*TEMPORARY DISABLE DATE IN BLOGPOSTS*/
  display: none;
}
.postContent {
  background: white;
  /*TEMPORARY DISABLE DATE IN BLOGPOSTS*/
  padding: 0 10px 20px 10px ;
}
.grid-item .postContent {
  padding: 0 0 20px 0;
}
.postContent h3 {
  font-size: 16px;
  line-height: 18px !important;
}
.postContent ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}
.postContent ul li {
  margin-left: 2em;
}
.postContent ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}
.postContent ol li {
  margin-left: 2em;
}
.shareItem {
  background: #ffffff;
  padding: 0 10px;
}
.postBookmarks {
  padding-bottom: 10px;
}
.postBookmarks h4 {
  font-size: 12px;
  font-weight: bold;
}
.postBookmarks a.bm {
  display: inline-block;
}
.postBookmarks img {
  display: inline;
}
.commentWrapper {
  background: #ffffff;
  padding: 10px;
}
.commentWrapper #postComment h4.legend {
  border-bottom: none;
  font-size: 20px;
}
.commentWrapper #postComment .button-set {
  margin-top: 0;
  text-align: right;
  height: 100px;
}
.commentTitle {
  border-bottom: 1px solid #71a7ab;
  margin: 15px 0;
}
.commentTitle div {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.35;
}
.commentContent {
  padding-bottom: 0px;
}
.commentDetails {
  margin-bottom: 5px;
  padding: 0px;
}
.commentDetails h4.username {
  display: inline;
}
.postError {
  font-size: 16px;
}
.tags {
  font-weight: bold;
  padding-bottom: 10px;
}
.tags UL {
  display: inline;
}
.tags UL LI {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}
.tags h4 {
  font-size: 12px;
  font-weight: bold;
}
.menu-tags,
.menu-categories,
.menu-recent {
  margin: 5px 9px;
}
.menu-tags h5,
.menu-categories h5,
.menu-recent h5 {
  font-size: 11px;
}
.block-blog .menu-tags UL LI {
  display: inline;
  padding: 2px;
  margin-left: 10px;
}
.block-blog .menu-categories UL LI {
  margin-left: 10px;
}
.block-blog .menu-recent UL LI {
  margin-left: 10px;
}
.block-blog .menu-recent UL LI a,
.block-blog .menu-categories UL LI a,
.block-blog .menu-tags UL LI a {
  font-size: 11px;
}
.tagcloud {
  /* text-align:center; */
}
.tag-count-1 {
  font-size: 1em !important;
}
.tag-count-2 {
  font-size: 1.2em !important;
}
.tag-count-3 {
  font-size: 1.4em !important;
}
.tag-count-4 {
  font-size: 1.6em !important;
}
.tag-count-5 {
  font-size: 1.8em !important;
}
.tag-count-6 {
  font-size: 2em !important;
}
.tag-count-7 {
  font-size: 2em !important;
}
.tag-count-8 {
  font-size: 2em !important;
}
.tag-count-9 {
  font-size: 2em !important;
}
.tag-count-10 {
  font-size: 2em !important;
}
.block-blog .head h4 {
  padding-left: 20px;
}
.block-blog .block-title strong {
  background-image: url(../images/icon_blog.png);
  background-repeat: no-repeat;
  padding-left: 21px;
  text-align: left;
}
.postWrapper .poster {
  display: inline;
}
.input-box.aw-blog-comment-area {
  width: 100%;
}
.widget-latest .title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 0 5px;
}
.widget-latest li {
  font-size: 12px;
  padding: 5px 10px;
}
.block-blog .menu-categories {
  margin: 0;
  padding: 5px 9px;
}
A.awblog_current_comment {
  text-decoration: none !important;
  font-weight: bold !important;
}
#blog-header-image {
  text-align: center;
  padding: 0 8px;
  overflow: hidden;
}
.grid {
  background-color: #ffffff;
  margin-bottom: 20px;
}
.grid-item {
  width: 33.3333333333%;
  padding: 10px;
}
@media screen and (max-width: 1076px) {
  .grid-item {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .grid-item {
    width: 100%;
    padding: 10px;
  }
}
.postData {
  background-color: #ffffff;
  padding: 0px 10px 10px 10px;
  border: 1px solid #EBEBEB;
  border-top: none;
  position: relative;
}
.button-group {
  margin: 10px 0px;
}
.button-group {
  margin-top: 20px;
  margin-left: 10px;
}
.postDetails .button-group {
  margin: 0px;
}
.postDetails .button-group .link {
  color: #AEAEAE;
}
.postDetails .button-group .link:first-child:before {
  color: #AEAEAE;
}
.button-group button.link {
  font-size: 1em;
  text-align: left;
  color: #161616;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
.button-group button.link:after {
  content: "|";
  margin-left: 6px;
  margin-right: 6px;
}
.button-group button:last-of-type:after {
  content: "";
}
.aw-blog-read-more {
  display: none;
}
.button-group .link:first-child:before {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  content: "\f02b";
  font-size: 12px;
  position: relative;
  right: 2px;
  pointer-events: none;
  margin-right: 6px;
}
.blog-post-view .postImage,
.blog-post-view .postVideo {
  background-color: #ffffff;
  text-align: center;
}
.postImage a {
  display: inherit;
  height: 175px;
  overflow: hidden;
}

.blog-post-view .postImage a{
  overflow: visible;
  height: inherit;
}


.grid .postImage {
  border: 1px solid #EBEBEB;
  border-bottom: none;
}
.postVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.postVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-post-view .postTitle {
  height: 100px;
}
.blog-post-view .post-date {
  float: left;
  background-color: #eaf3f4;
  width: 75px;
  height: 75px;
  margin: 10px;
  padding: 10px;
  text-align: center;
}
.blog-post-view .post-date #post-date-day,
.blog-post-view .post-date #post-date-month {
  display: inline-block;
  font-size: 22px;
  line-height: 20px;
  width: 45px;
}
.blog-post-view .post-date #post-date-year {
  letter-spacing: 2px;
}
.blog-post-view .postTitle h1 {
  font-size: 22px;
  padding-top: 14px;
  overflow: hidden;
  font-weight: bold;
}
.blog-post-view .post-title-cats .filter-button-group a {
  margin-top: 0;
  color: #71a7ab;
}
.blog-post-view .post-title-cats .filter-button-group a:first-child:before {
  color: #71a7ab;
}
.blog-post-view .post-title-cats .filter-button-group a:after {
  content: "|";
  margin-left: 6px;
  margin-right: 6px;
}
.blog-post-view .post-title-cats .filter-button-group a:last-of-type:after {
  content: "";
}
.blog-post-view .share-post #share-text {
  text-align: right;
  vertical-align: middle;
  line-height: 55px;
}
.blog-post-view .share-icons a {
  text-decoration: none;
  margin-right: 10px;
}
.blog-post-view .share-icons {
  margin-bottom: 20px;
}
.blog-post-view .button-group {
  margin-top: 0px;
}
.blog-post-view button.btn-post {
  display: table;
  border: none;
  background-color: #d91b5c;
  height: 45px;
  margin: 0px;
  padding: 0px 12px;
  width: 200px;
  float: right;
  color: white;
  font-weight: bold;
  margin-top: 10px;
}
.commentWrapper #postComment .form-list .input-box {
  margin-top: 20px;
}
.commentWrapper #postComment .form-list li.recaptcha {
  float: left;
}
#messages_product_view {
  margin-bottom: 10px;
}
ol.media-list {
  padding: 0;
}
ol.media-list li.comment {
  list-style-type: none !important;
  margin: 0px !important;
  min-height: 70px;
}
ol.media-list .comment-user {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  background-color: #E6E6E8;
  padding-top: 6px;
  color: #9C9C9E;
  margin-right: 10px;
}
ol.media-list .media-body {
  border: 1px solid #eee;
  border-color: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 10px;
}
ol.media-list .media-body .media-heading {
  font-size: 16px;
  float: left;
  font-weight: bold;
}
ol.media-list .media-body .comment-meta {
  float: right;
}
ol.media-list .media-body p {
  max-width: 740px;
}
ul.form-list-left li {
  margin-left: 0px !important;
}
@media screen and (max-width: 600px) {
  .comment-user {
    display: none;
  }
}
.return-to-blog {
  margin: 20px 0;
}
.return-to-blog a,
.return-to-blog-top a {
  text-decoration: none;
  display: inline-table;
}
.return-to-blog-top {
  float: right;
}
.return-to-blog a:after,
.return-to-blog-top a:after {
  content: "";
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top: -0.15em;
}
@media screen and (max-width: 500px) {
  .return-to-blog {
    margin-top: 40px;
  }
}
img.img-fluid {
  max-width: 100%;
  height: auto;
}
.blog-camera {
  position: absolute;
  right: 21px;
  bottom: 21px;
}
/* SEARCH BOX */
.ais-search-box--powered-by {
  font-size: .8em;
  text-align: right;
  margin-top: 2px;
}
input::-ms-clear {
  display: none;
}
/* PAGINATION */
#instant-search-pagination-container {
  width: 100%;
  text-align: center;
}
.ais-pagination {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: 20px auto;
}
.ais-pagination li {
  display: inline-block;
}
.ais-pagination--item a {
  padding: 5px 10px;
  margin: 0 5px;
  line-height: 25px;
  background-color: white;
  color: #727272;
}
.ais-pagination li.ais-pagination--item__disabled {
  display: none;
}
.ais-pagination--item__active a {
  font-weight: bolder;
  color: #606060;
  text-decoration: underline;
}
.ais-pagination--item.ais-pagination--item__next a,
.ais-pagination--item.ais-pagination--item__previous a {
  font-weight: bold;
  color: #606060;
}
/* REFINEMENT LIST */
.ais-menu--link,
.ais-hierarchical-menu--link,
.ais-price-ranges--link,
.ais-refinement-list--label {
  padding: 4px 10px;
  cursor: pointer;
  color: #636363;
  text-decoration: none;
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.ais-hierarchical-menu--item__active > div > .ais-hierearchical-link-wrapper > .ais-hierarchical-menu--link,
.ais-refinement-list--item__active > div > .ais-hierarchical-list--link,
.ais-refinement-list--item__active > div > .ais-refinement-list--label,
.ais-price-ranges--item__active > .ais-price-ranges--link {
  font-weight: bold;
  box-shadow: inset 3px 0 0 #3399cc;
}
.ais-hierearchical-link-wrapper,
.ais-refinement-list--item {
  padding: 7px 0px;
}
.ais-refinement-list--label,
.ais-hierarchical-menu--link {
  line-height: 1.0em;
  padding: 0px 10px;
}
.ais-refinement-list--label img {
  display: inline;
}
.ais-hierarchical-menu--item__active .ais-hierearchical-link-wrapper .cross-circle,
.ais-refinement-list--item__active .cross-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("cross-circle.svg") no-repeat center center / contain;
  opacity: 0;
}
.ais-hierarchical-menu--item__active .ais-hierearchical-link-wrapper:hover .cross-circle,
.ais-refinement-list--item__active:hover .cross-circle {
  text-decoration: underline;
  vertical-align: bottom;
  margin-left: 6px;
  opacity: 1;
}
.ais-refinement-list--item:hover {
  text-decoration: underline;
}
.ais-price-ranges--input {
  width: 70px !important;
}
.ais-price-ranges--label {
  margin: 5px;
}
.ais-refinement-list--checkbox {
  margin-right: 10px;
}
#algolia_instant_selector .current-refinements {
  position: relative;
}
.ais-current-refined-values--link {
  cursor: pointer;
  color: #636363;
  border-radius: 2px;
  border: solid 1px #DDDDDD;
  background-color: #f4f4f4;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  padding: 0 8px 0 0;
  height: 28px;
  overflow: hidden;
}
.ais-current-refined-values--clear-all {
  position: absolute;
  right: 6px;
  top: 3px;
  color: #666666;
  font-weight: 500;
}
a.ais-current-refined-values--link:hover {
  text-decoration: none;
}
.ais-current-refined-values--item {
  margin-top: 8px;
}
.ais-current-refined-values--item:after {
  clear: both;
  content: "";
  display: block;
}
.ais-current-refined-values--item .current-refinement-label {
  font-weight: bold;
}
.ais-current-refined-values--item .cross-wrapper {
  font-weight: bold;
  background-color: #DDDDDD;
  border-radius: 1px 0 0 1px;
  float: left;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}
.ais-current-refined-values--link:hover .cross-wrapper {
  text-decoration: none;
}
.ais-current-refined-values--link .cross-wrapper img {
  display: inline;
  margin-top: 6px;
}
.ais-current-refined-values--item .current-refinement-wrapper {
  float: left;
  width: calc(74%);
  height: 26px;
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}
.ais-current-refined-values--link:hover .current-refinement-wrapper {
  text-decoration: line-through;
}
.ais-menu--link:hover,
.ais-price-ranges--link:hover,
.ais-hierarchical-menu--link:hover {
  color: #636363;
}
.ais-menu--count,
.ais-hierarchical-menu--count,
.ais-refinement-list--count {
  float: right;
  color: #666;
}
/* RANGE SLIDER */
.ais-range-slider--target {
  position: relative;
  direction: ltr;
  background: #F3F4F7;
  height: 6px;
  margin-top: 3em;
  margin-bottom: 4em;
  width: 88%;
  margin-left: 6%;
}
.ais-range-slider--base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 2px solid #DDD;
  border-right: 2px solid #DDD;
}
.ais-range-slider--origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.ais-range-slider--connect {
  background: #b5b6b9;
}
.ais-range-slider--background {
  background: #F3F4F7;
}
.ais-range-slider--handle {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  cursor: pointer;
}
.ais-range-slider--handle-lower {
  left: -10px;
  bottom: 7px;
}
.ais-range-slider--handle-upper {
  right: 10px;
  bottom: 7px;
}
.ais-range-slider--tooltip {
  position: absolute;
  background: #FFFFFF;
  top: -2em;
  min-width: 20px;
  text-align: center;
  font-size: .8em;
}
.ais-range-slider--pips {
  box-sizing: border-box;
  position: absolute;
  height: 3em;
  top: 100%;
  left: 0;
  width: 100%;
}
.ais-range-slider--value {
  width: 40px;
  position: absolute;
  text-align: center;
  margin-left: -20px;
  padding-top: 15px;
  font-size: .8em;
}
.ais-range-slider--value-sub {
  font-size: .8em;
  padding-top: 15px;
}
.ais-range-slider--marker {
  position: absolute;
  margin-left: -1px;
  width: 1px;
  height: 5px;
}
.ais-range-slider--marker-large {
  background: #DDD;
  width: 2px;
  margin-left: -2px;
  height: 12px;
}
.ais-range-slider--marker-large:first-child {
  margin-left: 0;
}
.ais-root__collapsed .ais-body,
.ais-root__collapsed .ais-footer {
  display: none;
}
/******************
**
** Auto-completion menu
**
******************/
#algolia-autocomplete-container .aa-dropdown-menu .before_special {
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 12px;
}
#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .category-tag {
  color: #3284b6;
}
#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details {
  font-size: 10px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details em {
  color: #222222;
}
#algolia-autocomplete-tt.algolia-autocomplete {
  width: 100%;
  display: inline-block !important;
}
#algolia-autocomplete-container .aa-dropdown-menu {
  position: absolute;
  margin-top: -1px;
  right: 0px;
  width: 100%;
  z-index: 1000 !important;
  border: 1px solid #BBB;
  border-top: 3px solid #8EB4D0;
  border-radius: 1px;
  background: white;
}
@media (min-width: 992px) {
  #algolia-autocomplete-container .aa-dropdown-menu {
    width: 71.1%;
    min-width: 800px;
  }
}
#algolia-autocomplete-container .aa-dropdown-menu .col-2 {
  position: relative;
}
#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-left {
  width: 67%;
}
#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-right {
  width: 33%;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products {
  padding: 40px 40px;
  min-height: 250px;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 16px;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .suggestions {
  margin-bottom: 30px;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .see-all a {
  color: #636363;
  font-weight: bold;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results {
  padding: 10px;
  font-style: italic;
}
#algolia-autocomplete-container .aa-dropdown-menu .category {
  padding: 4px;
  color: #a6a6a6;
  text-align: left;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
}
#algolia-autocomplete-container .aa-dropdown-menu .category-suggestions {
  padding: 4px;
  color: #54A5CD;
  text-align: left;
  font-size: 0.7em;
  text-transform: uppercase;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: #000;
  text-align: left;
  text-decoration: none;
}
#algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-dataset-suggestions .algoliasearch-autocomplete-hit {
  padding-left: 30px;
}
#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products .col9 {
  background-color: #F9F9F9;
}
#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products #autocomplete-products-footer {
  display: none;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  #algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion {
    display: inline-block;
    width: 50%;
  }
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .algoliasearch-autocomplete-hit {
  padding: 15px 10px;
}
.autocomplete-wrapper {
  width: 100%;
}
.autocomplete-wrapper:after {
  clear: both;
  content: '';
}
#algolia-autocomplete-container .col9 {
  float: right;
  width: 100%;
}
#algolia-autocomplete-container .col3 {
  float: right;
  width: 100%;
}
#algolia-autocomplete-container.reverse .col3 {
  float: left;
  width: 100%;
}
#algolia-autocomplete-container.reverse .col9 {
  float: left;
  width: 100%;
}
@media (max-width: 768px){
  .autocomplete-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  #algolia-autocomplete-container .col9 {
    border-left: solid 1px #eeeeee;
    float: right;
    width: 70%;
  }
  #algolia-autocomplete-container .col3 {
    float: right;
    width: 30%;
  }
  #algolia-autocomplete-container.reverse .col3 {
    float: left;
    width: 30%;
  }
  #algolia-autocomplete-container.reverse .col9 {
    border-right: solid 1px #eeeeee;
    float: left;
    width: 70%;
  }
}
#algolia-autocomplete-container .other-sections {
  margin: 20px 10px;
  margin-bottom: 70px;
}
.aa-dataset-products .aa-suggestions {
  margin: 10px auto 10px auto;
}
.aa-dataset-suggestions {
  display: none;
}
@media (min-width: 768px) {
  .aa-dataset-suggestions {
    display: block;
  }
}
@media (min-width: 768px) {
  .aa-dataset-products .aa-suggestions {
    margin: 10px auto 50px auto;
  }
}
.aa-dataset-products .aa-suggestions:after {
  content: '';
  display: block;
  clear: both;
}
#algolia-autocomplete-container .aa-dropdown-menu .other-sections .algoliasearch-autocomplete-hit {
  padding-left: 10px;
}
#algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-suggestions {
  margin-bottom: 20px;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-cursor .algoliasearch-autocomplete-hit {
  background-color: #f2f2f2;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit em {
  font-weight: bold;
  font-style: normal;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price {
  font-size: 1.1em;
  color: #54A5CD;
  height: 22px;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb {
  float: left;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb img {
  width: 50px;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info {
  margin-left: 60px;
}
#autocomplete-products-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  background-color: #F9F9F9;
  padding: 15px;
  text-align: center;
  display: none;
}
#algolia-autocomplete-container.reverse #autocomplete-products-footer {
  right: auto;
  left: 0;
}
@media (min-width: 768px) {
  #autocomplete-products-footer {
    display: block;
  }
}
#autocomplete-products-footer span {
  color: #15769c;
  font-weight: 600;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
  font-size: 0.8em;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category em {
  color: #222;
}
#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
  position: absolute;
  width: 100%;
  padding: 10px;
  text-align: center;
  bottom: 7px;
  left: 4px;
  font-size: 13px;
}
#algolia-autocomplete-container.reverse .aa-dropdown-menu .footer_algolia {
  left: auto;
  right: 4px;
}
@media (min-width: 768px) {
  #algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
    width: 30%;
  }
}
#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia span {
  color: #B8B8B8;
  font-size: 10px;
}
#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia img {
  display: inline;
  height: 1.5em;
  vertical-align: bottom;
  max-width: 130px;
}
/**
 * Search Box
*/
#algolia-searchbox {
  margin: 20px 0;
  position: relative;
}
.clear-cross {
  position: absolute;
  display: none;
  background: url("clear-cross.svg") no-repeat center center / contain;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
#algolia-searchbox .clear-query-autocomplete {
  top: 13px;
  right: 12px;
}
#algolia_instant_selector .clear-query-instant {
  right: 12px;
  top: 10px;
}
.cross-wrapper .clear-refinement {
  display: block;
  position: relative;
  top: 5px;
  left: 5px;
}
#algolia-autocomplete-container .aa-suggestions svg.algolia-glass-suggestion.magnifying-glass {
  position: absolute;
  right: auto;
  left: 5px;
  top: 7px;
  fill: #A6A6A6;
  stroke: #A6A6A6;
}
#algolia-searchbox .magnifying-glass {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  display: block;
  top: 10px;
  background: url("magnifying-glass.svg") no-repeat center right / 20px;
}
#algolia-searchbox .algolia-search-input {
  width: 300px;
  float: right;
}
#algolia-searchbox .algolia-search-input:focus:not([value=""]) {
  background: transparent;
}
#algolia-searchbox .algolia-search-input:focus {
  outline: 0;
  box-shadow: none;
  border: solid 1px #54A5CD;
}
/**
 * Instant Search
 */
#algolia_instant_selector {
  margin: 10px;
}
#algolia_instant_selector a,
#algolia_instant_selector a:hover,
#algolia_instant_selector a:focus {
  outline: 0;
}
#algolia_instant_selector:after {
  content: "";
  clear: both;
  display: block;
}
#algolia_instant_selector .title img {
  width: 200px;
}
#algolia_instant_selector .text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#algolia_instant_selector #instant-search-bar {
  float: left;
  width: calc(-40%);
  height: 40px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  border: solid 2px #54A5CD;
  border-left: none;
  padding-left: 6px;
  padding-top: 2px;
}
#algolia_instant_selector.with-facets #algolia-left-container {
  min-height: 1px;
}
#algolia_instant_selector .hits .infos {
  margin: 0 15px;
  padding: 6px 10px;
  color: #aaa;
  text-align: center;
  background: #F4F4F4;
  font-size: 12px;
  clear: both;
}
#algolia_instant_selector .hits .infos strong {
  color: #555;
}
#algolia_instant_selector .hits .sort-by-label {
  margin-right: 8px;
}
#algolia_instant_selector .hits .no-results {
  margin: 40px 25px;
  color: #636363;
  font-size: 16px;
}
#algolia_instant_selector a:hover {
  color: #666666;
}
#algolia_instant_selector .hits .no-results strong {
  color: #555;
}
#algolia_instant_selector .hits .no-results .clear-button {
  cursor: pointer;
}
#algolia_instant_selector .hits .no-results .popular-searches {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}
/**
 * Facets
 */
#algolia_instant_selector .infos .algolia-logo {
  font-size: 10px;
}
#algolia_instant_selector .facets {
  padding-top: 50px;
}
@media (max-width: 992px) {
  #algolia_instant_selector .facets {
    padding-top: 10px;
  }
}
#algolia_instant_selector .ais-current-refined-values.facet .ais-current-refined-values--body {
  padding-left: 8px;
}
#algolia_instant_selector .facet {
  margin-bottom: 15px;
  padding-bottom: 6px;
  background-color: white;
  border: solid 1px #efefef;
}
#algolia_instant_selector .facet:not(:first-child) {
  margin-top: 10px;
}
#algolia_instant_selector .ais-header {
  margin-bottom: 7px;
}
#algolia_instant_selector .ais-header.ais-current-refined-values--header {
  margin-bottom: 13px;
}
#algolia_instant_selector .facet .name {
  padding: 4px 8px;
  font-weight: 500;
  background-color: #f4f4f4;
  color: #757575;
  text-align: left;
  text-transform: uppercase;
}
.ais-current-refined-values.facet {
  position: relative;
}
#algolia_instant_selector .as-range-slider--base {
  margin-top: 45px;
}
#algolia_instant_selector .hierarchical .ais-hierarchical-menu--list {
  padding-left: 10px;
}
#algolia_instant_selector .hierarchical .ais-hierarchical-menu--list.ais-hierarchical-menu--list__lvl0 {
  padding-left: 0px;
}
#algolia_instant_selector .facet .sub_facet:not(:last-child) {
  border-bottom: 1px dotted #e0e0e0;
}
#algolia_instant_selector .text-center {
  text-align: center;
}
#algolia_instant_selector em {
  background-color: #CFEAFA;
  font-style: normal;
}
#algolia_instant_selector h1 {
  margin: 0;
}
#algolia_instant_selector .result {
  display: block;
  margin: 15px 0;
  padding: 16px 24px;
  border: solid 1px #EDEDED;
  background-color: white;
}
#algolia_instant_selector .price-wrapper {
  height: 25px;
}
#algolia_instant_selector .result:hover {
  border-color: #b9b9b9;
  text-decoration: none;
}
#algolia_instant_selector .result .result-thumbnail {
  text-align: center;
}
#algolia_instant_selector .result .result-thumbnail img {
  display: inline;
  height: 148px;
  width: auto;
}
#algolia_instant_selector .result .result-thumbnail .no-image {
  display: block;
  height: 148px;
  background: #FAFAFA;
}
#algolia_instant_selector .result .ratings .rating-box {
  margin: 0 auto 10px;
  float: inherit;
}
#algolia_instant_selector h3 {
  margin-bottom: 0;
}
#algolia_instant_selector .result .price {
  text-align: center;
  font-size: 1.2em;
  color: #54A5CD;
}
#algolia_instant_selector .result .result-title {
  font-size: 14px;
  text-align: center;
  color: #636363;
}
#algolia_instant_selector .ui-widget-header {
  background-color: #bcbcbc;
}
#algolia_instant_selector .result-thumbnail img {
  width: 100%;
}
/** INSTANT SEARCH BAR **/
#algolia_instant_selector #instant-search-bar-container {
  padding-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
#algolia_instant_selector #instant-search-bar-container:after {
  clear: both;
  content: "";
  display: block;
}
#algolia_instant_selector .as-search-box--input {
  width: 100%;
  height: 40px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#algolia_instant_selector #instant-search-bar:focus {
  outline: 0;
  box-shadow: none;
}
#algolia_instant_selector #instant-search-box label {
  display: none;
}
#algolia_instant_selector .instant-search-bar-label {
  background-color: #54A5CD;
  height: 40px;
  line-height: 24px;
  padding: 8px 12px;
  color: white;
  float: left;
  width: 140px;
  text-align: right;
  position: relative;
}
#algolia_instant_selector #instant-search-box .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("is-icon.svg") no-repeat center center / contain;
}
#algolia_instant_selector #instant-search-box .clear-query-instant {
  top: 50%;
  transform: translateY(-50%);
}
#algolia_instant_selector .before_special {
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 12px;
}
#algolia_instant_selector button:hover {
  background: #2E8AB8 none repeat scroll 0% 0%;
  cursor: pointer;
}
.ais-price-ranges--button {
  background: #39C none repeat scroll 0% 0%;
  padding: 5px 15px;
  margin-left: 10px;
  border: 0px none;
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
#algolia_instant_selector button:not(.ais-price-ranges--button) {
  background: #f4f4f4 none repeat scroll 0% 0%;
  display: block;
  margin: auto;
  margin-top: 0px;
  padding: 7px 15px;
  border: 0px none;
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
#algolia_instant_selector button:not(.ais-price-ranges--button):hover {
  background: #3599cc none repeat scroll 0% 0%;
  color: white;
}
#algolia_instant_selector .pull-left {
  float: left;
}
#algolia_instant_selector .pull-right {
  float: right;
}
#algolia_instant_selector #refine-toggle {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: solid 1px #EDEDED;
  margin: 10px 0 20px 0;
  font-weight: bold;
  cursor: pointer;
}
#algolia-static-content {
  margin-bottom: 20px;
}
/**
** GRID
*/
#algolia_instant_selector,
#algolia_instant_selector *,
#search_mini_form,
#search_mini_form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#algolia_instant_selector:before,
#algolia_instant_selector:after,
#algolia_instant_selector *:before,
#algolia_instant_selector *:after,
#search_mini_form:before,
#search_mini_form:after,
#search_mini_form *:before,
#search_mini_form *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #algolia_instant_selector .col-sm-6 {
    width: 50%;
    float: left;
  }
}
#algolia_instant_selector .col-md-3,
#algolia_instant_selector .col-md-4,
#algolia_instant_selector .col-md-9,
#algolia_instant_selector .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #algolia_instant_selector .col-md-3,
  #algolia_instant_selector .col-md-4,
  #algolia_instant_selector .col-md-9,
  #algolia_instant_selector .col-md-12 {
    float: left;
  }
  #algolia_instant_selector .col-md-12 {
    width: 100%;
  }
  #algolia_instant_selector .col-md-9 {
    width: 75%;
  }
  #algolia_instant_selector .col-md-4 {
    width: 33.33333333%;
  }
  #algolia_instant_selector .col-md-3 {
    width: 25%;
  }
}
#algolia_instant_selector .row {
  margin-left: -15px;
  margin-right: -15px;
}
#algolia_instant_selector .row:before,
#algolia_instant_selector .row:after {
  content: " ";
  display: table;
}
#algolia_instant_selector .row:after {
  clear: both;
}
#algolia_instant_selector .visible-xs,
#algolia_instant_selector .visible-sm {
  display: none !important;
}
#algolia_instant_selector .hidden-xs,
#algolia_instant_selector .hidden-sm {
  display: block !important;
}
@media (max-width: 767px) {
  #algolia_instant_selector .visible-xs {
    display: block !important;
  }
  #algolia_instant_selector .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 992px) {
  #algolia_instant_selector .visible-sm {
    display: block !important;
  }
  #algolia_instant_selector .hidden-sm {
    display: none !important;
  }
}
#algolia-autocomplete-container:after,
.autocomplete-wrapper:after {
  clear: both;
  content: '';
}
#algolia-right-container .infos.hidden {
  display: none;
}
.algolia-clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ais-infinite-hits--showmore > button:disabled {
  display: none !important;
}
.ais-hierarchical-menu--item__active .ais-hierearchical-link-wrapper .cross-circle,
.ais-refinement-list--item__active .cross-circle {
  background: url("../../../base/default/algoliasearch/cross-circle.svg") no-repeat center center / contain;
}
.clear-cross {
  background: url("../images/algolia/clear-cross.svg") no-repeat center / 20px;
}
#algolia-autocomplete-container.reverse .col9,
#algolia-autocomplete-container .col9 {
  float: right;
  width: 100%;
}
#algolia-autocomplete-container.reverse .col3,
#algolia-autocomplete-container .col3 {
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  #algolia-autocomplete-container.reverse .col9,
  #algolia-autocomplete-container .col9 {
    float: right;
    width: 70%;
  }
  #algolia-autocomplete-container.reverse .col3,
  #algolia-autocomplete-container .col3 {
    float: right;
    width: 30%;
  }
}
@media (min-width: 768px) {
  .magnifying-glass.algolia-dropdown {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #search_mini_form {
    display: none;
    position: absolute;
    top: 44px;
    z-index: 50;
    background-color: white;
    left: 0;
  }
  .search-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .search-wrapper .magnifying-glass.algolia-dropdown {
    background-color: inherit;
    display: block;
    border: none;
    cursor: pointer;
  }
  #algolia-searchbox {
    background: white;
    padding: 0 15px 15px 15px;
    box-shadow: 0 10px 15px 0 rgba(40, 40, 40, 0.2);
  }
  .clear-cross.algolia-dropdown {
    position: relative;
    width: 40px;
    height: 40px;
  }
}
.magnifying-glass.algolia-dropdown {
  display: none;
}
.magnifying-glass.algolia-dropdown,
#algolia-searchbox .magnifying-glass {
  background: url("../images/algolia/magnifying-glass.svg") no-repeat center / 20px;
}
.magnifying-glass.algolia-dropdown,
#algolia-searchbox .clear-query-autocomplete,
#algolia-searchbox .magnifying-glass {
  background-color: #eaf3f4;
  border-left: 1px solid #edf1f1;
  height: 48px;
  width: 48px;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .magnifying-glass.algolia-dropdown,
  #algolia-searchbox .clear-query-autocomplete,
  #algolia-searchbox .magnifying-glass {
    height: 40px;
    width: 40px;
    right: 15px;
  }
}
#algolia_instant_selector #instant-search-box .icon {
  background: url("../../../base/default/algoliasearch/is-icon.svg") no-repeat center center / contain;
}
#algolia-searchbox .algolia-search-input {
  width: 100%;
  float: inherit;
  border: 1px solid #edf1f1;
  height: 48px;
  line-height: 48px;
}
#algolia-searchbox {
  margin: 0;
}
#algolia-searchbox .algolia-search-input:focus {
  border-color: #eaf3f4;
}
#algolia-autocomplete-container .aa-dropdown-menu {
  margin-right: auto;
  margin-left: auto;
  min-width: inherit;
  left: 0 !important;
  right: 0 !important;
  z-index: 1002 !important;
  margin-top: 10px;
  border-top: none;
  border: 1px solid #eaf3f4;
  box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.2);
}
@media (max-width: 767px) {
  #algolia-autocomplete-container .aa-dropdown-menu {
    box-shadow: 0 10px 15px 0 rgba(40, 40, 40, 0.2);
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  #algolia-autocomplete-container .aa-dropdown-menu {
    max-width: 720px;
    width: 720px;
  }
  body.catalog-category-view #algolia-autocomplete-container .aa-dropdown-menu {
    left: -53% !important;
  }
}
@media (min-width: 992px) {
  #algolia-autocomplete-container .aa-dropdown-menu {
    max-width: 940px;
    width: 940px;
  }
  body.catalog-category-view #algolia-autocomplete-container .aa-dropdown-menu {
    left: -52% !important;
  }
}
@media (min-width: 1200px) {
  #algolia-autocomplete-container .aa-dropdown-menu {
    max-width: 1140px;
    width: 1110px;
  }
  body.catalog-category-view #algolia-autocomplete-container .aa-dropdown-menu {
    left: -35% !important;
  }
}
#algolia-autocomplete-container .col3 {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #algolia-autocomplete-container .col3 {
    width: 100%;
  }
}
#algolia-autocomplete-container .other-sections {
  margin: 0;
}
#algolia-autocomplete-container .col9 {
  background: #eaf3f4;
  border-left: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  #algolia-autocomplete-container .col9 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #algolia-autocomplete-container .col9 {
    width: 100%;
  }
  #algolia-autocomplete-container .col9:before {
    display: none;
  }
}
#algolia-autocomplete-container .col9:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eaf3f4;
  content: '';
  position: absolute;
  top: -10px;
  left: 370px;
}
.aa-dataset-products .aa-suggestions {
  padding: 20px 20px 0 20px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex !important;
  flex-wrap: wrap;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info {
  font-size: 16px;
  margin: 0 0 0 90px;
  position: relative;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion {
  margin-bottom: 20px;
  width: 50%;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion a {
  background: #ffffff;
  min-height: 130px;
  padding: 20px;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion:nth-child(odd) a {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion:nth-child(odd) a {
    margin-right: 0;
  }
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion:nth-child(even) a {
  margin-left: 10px;
}
@media (max-width: 767px) {
  #algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion:nth-child(even) a {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion {
    width: 100%;
  }
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .algoliasearch-autocomplete-hit {
  padding: 15px 0;
}
#algolia-autocomplete-container .aa-dropdown-menu * .thumb {
  display: none;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .thumb {
  display: block;
  width: 80px;
  height: 80px;
}
#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .thumb img {
  width: 80px;
}
#autocomplete-products-footer {
  display: none;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price span.after_special {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price span.before_special {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #d91b5c;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 15px;
  text-decoration: line-through;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price span.before_special span {
  color: #333333;
}
#algolia-autocomplete-container.reverse .col3,
#algolia-autocomplete-container .col3 {
  float: left;
}
.algolia-out-of-order {
  background-color: #71a7ab;
  border: 20px solid #eaf3f4;
  border-bottom: none;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 5px 30px;
  width: 100%;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
  display: none;
}
.glyphicon-modal-window:before {
  content: "\e237";
}

.page-color-full{
  width: calc(100% - 80px);
  height: calc(100vh - 80px);
  position: fixed;
  top: 40px;
  left: 40px;
  border: 20px solid #fff;
  z-index: 2;
}

.page-color-full .disclaimer{
  font-size: 16px;
}



.page-color-full--content{
  padding: 70px;
  font-size: 30px;
}

.page-color-full--content.dark{
  color: #fff;
}

.page-color-full--content.light{
  color: #000;
}

.page-color-full--content button{
  color: #000;
  background:#fff;
  -webkit-appearance: none;
  margin-bottom: 15px;
  padding: 10px;
}

.page-color-full--content button.close{
  font-size: 16px;
  display: flex;
  align-items: center;
}

.page-color-full--content button.select span:before{
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  content: "\e604";
  font-size: 25px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

button.close > span{
  margin-left: 5px;
}


.button-set{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}



.page-color-full--content > .icon-cross{
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  color: #000;
  background: #fff;
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.pdp-bottom-color-wrapper .modal.fade .modal-dialog {
  width: calc(100% - 80px);
  height: calc(100vh - 80px);
  margin: 40px;
  background: #eaf3f4;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  position: relative;
}

.checkout-cart-index .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.checkout-cart-index .modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px auto;
}
.checkout-cart-index .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.pdp-bottom-color-wrapper .modal-content {
  position: relative;
  /*background-color: #fff;*/
  background-clip: padding-box;
  border: none;
  outline: 0;
  margin-top: 125px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.checkout-cart-index .modal-header {
  min-height: 16.42857143px;
  padding: 15px;
}

.pdp-bottom-color-wrapper .modal-header {
  min-height: 16px;
  padding: 15px;
  background: #fff;
  margin-bottom: 25px;
  position: fixed;
  width: calc(100% - 80px);
  z-index: 1;
}

.checkout-cart-index .modal-header .close {
  cursor: pointer;
  margin-top: -21px;
}

.pdp-bottom-color-wrapper .modal-header .close {
  cursor: pointer;
  margin-left: auto;
  font-size: 30px;
}

.pdp-bottom-color-wrapper  .modal-header > div{
  display: flex;
  align-items: center;
}

.pdp-bottom-color-wrapper .modal-header h2{
  font-weight: 500;
  margin-left: 15px;
}

.pdp-bottom-color-wrapper  .modal-header h2 span{
  font-weight: 700;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0 0 15px 0;
  overflow: hidden;
  width: 100%;
}
.modal-footer {
  padding: 15px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.checkout-cart-index .modal .close {
  float: right;
}
.checkout-cart-index .modal-body .row-color {
  background-color: #eaf3f4;
  padding: 20px;
}
.checkout-cart-index .modal-body .row-color .input-box,
.checkout-cart-index .modal-body .row-color .text-box a:first-of-type {
  margin-top: 10px;
}
.checkout-cart-index .modal-body .row {
  margin: 0px;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.pdp-bottom-color-wrapper .modal-body .row-color {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}

.pdp-bottom-color-wrapper .row.header-pop{
  display: flex;
}

.pdp-bottom-color-wrapper .content.color-field{
  background: #fff;
  padding: 20px;
}

.pdp-bottom-color-wrapper .modal-body .row {
  margin: 0px;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .pdp-bottom-color-wrapper .modal.fade .modal-dialog{
    width: 100%;
    height: 100vh;
    margin: 0;
  }

  .pdp-bottom-color-wrapper .row.header-pop{
    flex-direction: column;
  }

  .pdp-bottom-color-wrapper .row.header-pop > div:nth-child(1){
    margin-bottom: 30px;
  }

  .pdp-bottom-color-wrapper .modal-content.container{
    width: 100%;
  }

  .pdp-bottom-color-wrapper .page-color-full{
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
  }

  .pdp-bottom-color-wrapper .modal-header{
    width: 100%;
  }
}

.modal .kleurenwaaier {
  width: 100%;
  height: 125px;
  cursor: pointer;
  background-size: contain;
  border: 7px solid #ffffff;
  display: block;
  padding: 10px;
}

.kleurenwaaier-container{
  width: 25%;
}

.content-colors {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin-left: -8px;
}

@media (max-width: 767px) {
  .kleurenwaaier-container {
    width: 50%;
  }
}

.pdp-bottom-color-wrapper .modal-dialog h3{
  margin-bottom: 15px;
}

.page-color-selector h3#content---title {
  margin-bottom: 15px;
}
.search--wrapper {
  display: flex;
  justify-content: space-between;
}
.search--wrapper .search {
  background: white;
  border: 1px solid #71a7ab;
  padding: 5px;
  max-width: 150px;
  height: 40px;
}
.search--wrapper .search input {
  border: none;
  width: 100%;
  height: 25px;
}
*:focus {
  outline: inherit;
}
.search--wrapper .button {
  height: 40px;
}
.search--wrapper .button span {
  font-weight: bold;
}
#show_names {
  margin-right: 15px;
}
.modal .red {
  color: #d91b5c;
  text-align: left;
}
.modal .center {
  text-align: center;
  width: 100%;
  display: block;
}
.colorpicker {
  position: relative;
}
.colorselector-color {
  width: 45px;
  height: 45px;
  background-color: white;
  border: 1px solid #71a7ab;
  position: absolute;
  top: 25px;
  right: 0;
}
#kleurenwaaier-link {
  background-image: url('../../default/images/kleurenwaaier/kleurenwaaier.png');
  background-repeat: no-repeat;
  padding: 10px 0px 10px 40px;
  margin-top: 5px;
  text-decoration: underline;
  color: #3c787c;
  font-size: 14px;
  display: block;
  line-height: 15px;
}
.colorselector-container {
  display: block;
  margin-bottom: 5px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.colorselector-container input {
  width: 210px;
  height: 40px;
  background-color: white;
  border: 1px solid #71a7ab;
  margin-bottom: 0px;
  padding: 0px 0px 0px 10px;
  line-height: 40px;
}
.input-box-colorselector.validation-failed #colorselector,
.input-box-colorselector.validation-failed .colorselector-color {
  border-color: #e10000;
}
.colorselector-input {
  float: left;
}
.colorselector-color {
  float: left;
  background-image: url('../../default/images/kleurenwaaier/kleurenwaaier.png');
  background-repeat: no-repeat;
  background-position-x: 3px;
  background-position-y: 3px;
  cursor: pointer;
}
.colorselector-container .clear {
  clear: both;
}
.colorselector-container #search {
  width: 360px;
  height: 43px;
  background-color: white;
  border: 1px solid #71a7ab;
  float: left;
  margin-right: 15px;
}
.kleurenwaaier .color-data.color-data-popup {
  border: none;
  height: 70px;
}
.kleurenwaaier .color-data.color-data-popup.light {
  color: white;
}
.modal .colorselector-container .search {
  float: left;
  margin-right: 35px;
}
.title.go-page-1 {
  font-size: 14px;
  line-height: 20px;
  color: #f1145f;
  font-weight: 700;
  cursor: pointer;
}
.input-box-colorselector {
  height: 40px;
}
.colorselector-container #show_names {
  width: 30px;
  height: auto;
}
.colorselector-container .color-data.light {
  color: white;
}
.colorselector-container .close {
  cursor: pointer;
}
.colorselector-container #header {
  float: left;
}
.colorselector-container #header select {
  display: block;
  margin-top: 10px;
  width: 220px;
}
.colorselector-container button span {
  font-family: "proxima-nova";
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  display: inline;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colorselector-container button {
  border: 1px solid #d91b5c;
}
.modal div.kleurenwaaier.fullwidth:nth-child(6n + 1) .kleurenwaaier {
  border-left: none;
}
.modal div.kleurenwaaier.fullwidth {
  width: 180px;
}
.modal div.kleurenwaaier.fullwidth > span {
  width: 180px;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 10px 15px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .search--wrapper {
    flex-direction: column;
  }
  .search--wrapper .search {
    max-width: 100%;
    margin: 10px 0;
  }
  .search--wrapper .button,
  .search--wrapper .button span {
    display: inline;
    text-align: center;
    width: 100%;
  }
  .colorselector-container .button {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    width: 730px;
  }
  .colorselector-container #search {
    width: 226px;
  }
  .modal div.kleurenwaaier:not(.fullwidth):nth-child(4n + 1) .kleurenwaaier {
    border-left: 4px solid #ffffff;
  }
  .modal div.kleurenwaaier:not(.fullwidth):nth-child(3n + 1) .kleurenwaaier {
    border-left: none;
  }
  #color-selector-uni select {
    width: 80%;
  }
  .color-data {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal-lg {
    width: 900px;
  }
  .modal-dialog {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog {
    width: 1120px;
  }
}
.header-container {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.header-container .header {
  height: 48px;
  display: block;
  margin: 15px 0;
  padding: 0px;
}
.header-container .header--wrapper {
  align-items: center;
  display: flex;
  justify-content: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-container .header {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .header-container .header {
    height: 65px;
    margin: 0;
  }
}
.header-container .header--logo {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .header-container .header--logo {
    width: 300px;
    margin: 12px auto 0px auto;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-container .header--logo {
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
}
.header-container .header--logo a {
  display: inline-block;
}
.header-container .header--logo a img {
  display: block;
}
.header-container .header--logo a:hover {
  text-decoration: none;
}
.header-container .header--search {
  flex-grow: 1;
  margin: 0 0 0 30px;
}
.header-container .header--search .form-search {
  margin: 0;
}
.header-container .header--search .form-search .search-input {
  border: none;
  height: inherit;
}
.header-container .header--search .form-search .search-input input#search {
  border: 1px solid #edf1f1;
  height: 48px;
  line-height: 48px;
}
.header-container .header--thuiswinkel {
  margin: 0 30px;
  height: 48px;
  width: 48px;
}
.header-container .header--thuiswinkel img {
  width: 100%;
}
.header-container .header .links {
  list-style-type: none;
  float: right;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-container .header .links {
    margin: 0;
  }
}
.header-container .header .links li {
  float: left;
  margin: 0px 10px;
  padding: 0px;
}
.header-container .header .links li:last-child {
  margin: 0px 0px 0px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-container .header .links li {
    margin: 0px 10px;
  }
}
.header-container .header .links li img {
  margin-top: 9px;
}
.header-container .header .links li a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: table;
  height: 32px;
  margin-top: 10px;
}
.header-container .header .links li a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.header-container .header .links li a span {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
.topmenu-usps {
  padding: 10px 0;
}
.topmenu-usps .top-usp-block {
  height: 47px;
  vertical-align: middle;
  color: #ffffff;
  display: table;
}
.topmenu-usps .top-usp-block .icon {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  font-size: 30px;
  padding-right: 10px;
}
.topmenu-usps .top-usp-block span.usp {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-left: 20px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}

.topmenu-usps .top-usp-block a{
  color: #000;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}


.topmenu-usps {
  background: #ffffff;
  /*margin: 30px 0 30px 0;*/
  /*padding: 30px 15px 30px 15px;*/
}
/*.cms-index-index .topmenu-usps .container {*/
/*  padding: 0;*/
/*  width: 100%;*/
/*}*/


.topmenu-usps .icon {
  color: #71a7ab;
}
.topmenu-usps span.usp {
  color: #333333;
}
.headertop--wrapper {
  border-bottom: 1px solid #edf5f5;
}
.headertop--wrapper .headertop {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
@media (max-width: 767px) {
  .headertop--wrapper .headertop {
    justify-content: space-evenly;
  }
}
.headertop--wrapper .headertop .trustpilot-widget {
  flex-grow: 1;
  z-index: 1;
  max-width: 320px;
}
.headertop--wrapper ul.headertop--secondary-menu {
  list-style-type: none;
  padding: 0;
}
.headertop--wrapper ul.headertop--secondary-menu li {
  float: left;
}
.headertop--wrapper ul.headertop--secondary-menu li:after {
  content: '|';
  margin: 0 10px;
}
.headertop--wrapper ul.headertop--secondary-menu li:nth-child(5):after {
  content: '';
  display: none;
}
.headertop--wrapper ul.headertop--secondary-menu a {
  color: #333333;
  text-decoration: none;
}
.headertop--wrapper ul.headertop--secondary-menu a:hover {
  color: #d91b5c;
}
.headertop--wrapper #notice-cookie-block {
  background-color: #edf5f5;
  padding: 16px;
}
.main {
  padding-top: 257px;
}

@media (max-width: 1200px) {
  .main {
    padding-top: 295px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main {
    padding-top: 207px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 145px;
  }
}
.onestepcheckout-index-index .main {
  padding-top: 230px;
}
@media (max-width: 767px) {
  .onestepcheckout-index-index .main {
    padding-top: 175px;
  }
}
.headertop--wrapper ul.headertop-tax-switch {
  cursor: pointer;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 105;
}
@media (max-width: 767px) {
  .headertop--wrapper ul.headertop-tax-switch {
    display: none;
  }
}
.headertop--wrapper ul.headertop-tax-switch li {
  color: #71a7ab;
  display: inline-block;
  line-height: 26px;
  padding: 0 10px;
  position: relative;
}
.headertop--wrapper ul.headertop-tax-switch li.selected {
  background-color: #eaf3f4;
}
.close_tax_button {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 10px;
  width: 30px;
}
div[class^=no-tax-switch-popup],
div[id^=tax-switcher-popup] {
  background: #eaf3f4;
  box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.2);
  left: 50%;
  margin-top: 10px;
  margin-left: -150px;
  padding: 10px;
  position: absolute;
  width: 300px;
}
div[class^=no-tax-switch-popup] .header,
div[id^=tax-switcher-popup] .header {
  border-bottom: 1px solid #71a7ab;
  height: inherit;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
div[class^=no-tax-switch-popup] p,
div[id^=tax-switcher-popup] p {
  padding: 0 0 5px 0;
}
div[class^=no-tax-switch-popup]:after,
div[id^=tax-switcher-popup]:after {
  top: -20px;
  left: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 120;
  pointer-events: none;
  border-color: rgba(64, 72, 72, 0);
  border-bottom-color: #eaf3f4;
  border-width: 10px;
  margin-left: 130px;
}
div[id^=tax-switcher-popup] {
  z-index: 10;
}
div[class^=no-tax-switch-popup] {
  z-index: 20;
}
.topmenu {
  background-color: #000000;
}
.topmenu .nav-container {
  margin: 0px;
  padding: 0px;
}
.topmenu .nav-container ul#nav {
  list-style-type: none;
  height: 47px;
  position: relative;
  display: flex;
  margin: 0px;
  padding: 0px;
  z-index: 110;
}
.topmenu .nav-container ul#nav > li {
  margin: 0px;
  padding: 0px;
  line-height: 47px;
  display: block;
  float: left;
  height: 47px;
}
.topmenu .nav-container ul#nav > li > a {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0 10px;
}
.topmenu .nav-container ul#nav > li > a:hover {
  color: #d91b5c;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topmenu .nav-container ul#nav > li > a {
    padding: 0px 6px;
  }
}
.topmenu .nav-container ul#nav > li > a:hover {
  color: #333333;
}
.topmenu .nav-container ul#nav > li.parent > a {
  padding-right: 40px;
  position: relative;
}
.topmenu .nav-container ul#nav > li.parent > a:after {
  color: #ffffff;
  content: "\e61f";
  font-family: 'verfwinkel';
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 0;
}
.topmenu .nav-container ul#nav > li.parent > a:hover:after {
  color: #000000;
}
.topmenu .nav-container ul#nav > li.parent.active > a:hover:after,
.topmenu .nav-container ul#nav > li.parent.active > a:after {
  color: #000000;
}
.topmenu .nav-container ul#nav > li > a:hover,
.topmenu .nav-container ul#nav > li.open > a,
.topmenu .nav-container ul#nav > li.active > a {
  background-color: #edf5f5;
  color: #000000;
}
.topmenu .nav-container ul#nav > li.parent > a:hover,
.topmenu .nav-container ul#nav > li.parent.open > a,
.topmenu .nav-container ul#nav > li.parent.active > a {
  background-color: #ffffff;
  color: #000000;
}
.topmenu .nav-container ul#nav > li > .submenu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

p.menu-banner{
  margin-top: 20px;
  padding-bottom: 0;
  margin-right: 30px;
}

p.menu-banner img{
  max-width: 100%;
  width: 100%;
}

.topmenu .nav-container ul#nav > li > .submenu:hover {
  display: flex !important;
}

.topmenu .nav-container ul#nav > li > .submenu ul {
  background-color: #ffffff;
  margin: 0px;
  padding: 30px 0;
  column-fill: balance;
  height: auto;
  list-style-type: none;
  width: 25%;
  background: #fff;
}
.topmenu .nav-container ul#nav > li > .submenu .submenu-span {
  width: 75%;
  background: #fff;
  padding: 30px 0;
  columns: 4;
  flex-wrap: wrap;
}
.topmenu .nav-container ul#nav > li > .submenu .submenu-span ul {
  padding: 0;
  width: 25%%;
}
.topmenu .nav-container ul#nav > li > .submenu .submenu-span ul li.title {
  font-weight: bold;
}
.topmenu .nav-container ul#nav > li > .submenu .submenu-span ul li a {
  padding: 0;
  font-weight: normal;
}
/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*  .topmenu .nav-container ul#nav > li > .submenu {*/
/*    width: 940px;*/
/*  }*/
/*}*/
@media (min-width: 768px) and (max-width: 991px) {
  .topmenu .nav-container ul#nav > li > .submenu {
    columns: 2;
    width: 720px;
  }
}
.topmenu .nav-container ul#nav > li > .submenu ul.level1 {
  width: auto;
  padding: 0 0 20px 0;
  columns: inherit;
  column-fill: inherit;
}
.topmenu .nav-container ul#nav > li > .submenu ul.level1 li a {
  font-weight: normal;
  padding: 0 0 0 30px;
}
.topmenu .nav-container ul#nav > li > .submenu ul li {
  display: block;
  line-height: 21px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.topmenu .nav-container ul#nav > li > .submenu ul li a {
  width: 100%;
  margin: 0;
  padding: 8px 0 0 30px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  font-weight: bold;
  position:relative;
}

.topmenu .nav-container ul#nav > li > .submenu ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.topmenu .nav-container ul#nav > li > .submenu ul > li.level1 a:hover:after{
  color: #71a7ab;
  content: "\e61f";
  font-family: 'verfwinkel';
  top: 8px;
  position: absolute;
  right: 50px;
}

.topmenu .nav-container ul#nav > li > .submenu ul li.parent > a {
  position: relative;
}
.topmenu .nav-container ul#nav > li.parent.active,
.topmenu .nav-container ul#nav > li.parent.open {
  position: unset;
}
.topmenu .nav-container ul#nav > li.parent.open > .submenu {
  display: block;
  left: 0;
}
.header--cart {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #A3195B;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #A3195B 0%, #D72051 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #A3195B 0%, #D72051 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #A3195B 0%, #D72051 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 48px;
  width: 48px;
  position: relative;
}
.header--cart a {
  text-decoration: none;
}
.header--cart .icon-cart {
  color: #ffffff;
  font-size: 40px;
  left: 4px;
  position: relative;
  top: 4px;
}
.header--cart .cart-amount {
  background-color: #71a7ab;
  height: 24px;
  width: 24px;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: absolute;
  top: -10px;
  right: -9px;
  display: block;
}
.footer-container {
  margin: 0px;
  padding: 0px;
}

.payment_footer{
  background: white;
}

.subfooter-block{
  color: white;
  display: flex;
  align-items: center;
}

.subfooter-block .icon{
  font-size: 30px;
}

.subfooter-block .usp{
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.payment-footer-icons ul{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.payment-footer-icons .paypal{
  display: none;
}

.price-excluding-tax .label{
  display: none;
}

@media (max-width: 768px){
  .payment-footer-icons ul{
    display: block;
    column-count: 3;
  }

  .payment-footer-icons ul li{
    text-align: center;
    margin-bottom: 10px
  }
}



.payment-footer-title{
  text-align: center;
  font-size: 22px;
  margin: 15px 0;
}

.payment-footer-prices p{
  padding: 0;
  text-align: center;
}

.copyright-block{
  text-align: center;
}

.footer-container .subfooter {
  background-color: #d91b5c;
  width: 100%;
  margin: 0px;
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .footer-container .subfooter {
    padding: 10px 0px 40px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-container .subfooter {
    padding: 10px 0px 40px 0px;
  }
}
.footer-container .subfooter .subfooter-block {
  height: 47px;
  vertical-align: middle;
  color: #ffffff;
  display: table;
}
@media (max-width: 767px) {
  .footer-container .subfooter .subfooter-block {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-container .subfooter .subfooter-block {
    margin-top: 30px;
  }
}
.footer-container .subfooter .subfooter-block span.icon {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  font-size: 39px;
}
.footer-container .subfooter .subfooter-block span.usp {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-left: 20px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .footer-container .subfooter .subfooter-block span .break {
    display: block;
  }
}
.footer-container .footer {
  background-color: #000000;
  margin: 0px;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .footer-container .footer {
    padding: 20px 0px 50px 0px;
  }
}
.footer-container .footer .footer-block {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  .footer-container .footer .footer-block {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-container .footer .footer-block {
    height: 335px;
  }
}
.footer-container .footer .footer-block .title {
  margin: 0px;
  padding: 0px;
}
.footer-container .footer .footer-block .title h4 {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-container .footer .footer-block .content {
  margin: 0px;
  padding: 0px;
}
.footer-container .footer .footer-block .content ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer-container .footer .footer-block .content ul li {
  margin: 0px;
  padding: 5px 0px;
}
.footer-container .footer .footer-block .content ul li a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-container .footer .footer-block .content ul li a:hover {
  color: #999999;
  text-decoration: underline;
}

.footer-row{
  display: flex;
  flex-wrap: wrap;
}

.footer-block.usps{
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 25px !important;
}

.footer-block.usps > div{
  margin-bottom: 25px;
}



.footer-container .footer .footer-block .mark {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  display: block;
  float: left;
  margin-top: 15px;
  background-color: #fff;
}
.footer-container .footer .footer-block .mark img {
  height: 32px;
}
.footer-container .footer .footer-block .thuiswinkel,
.footer-container .footer .footer-block .sikkens {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  display: block;
  float: left;
  margin-top: 15px;
  background-color: #fff;
  height: 77px;
}
.footer-container .footer .footer-block .thuiswinkel img,
.footer-container .footer .footer-block .sikkens img {
  width: 52px;
}
.footer-container .footer .footer-block .sikkens {
  margin-left: 10px;
}
.footer-container .footer .footer-block .sikkens img {
  width: 80px;
}
.footer-container .copyright {
  background-color: #ffffff;
  margin: 0px;
  padding: 12px 0px;
}
@media (max-width: 767px) {
  .footer-container .copyright {
    text-align: center;
  }
}
.footer-container .copyright .copyright-block {
  margin: 0px;
  padding: 0px;
}
.footer-container .copyright .copyright-block .content {
  margin: 0px;
  padding: 0px;
}
.footer-container .copyright .copyright-block .content p {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  .footer-container .copyright .copyright-block .content p {
    margin-bottom: 20px;
  }
}
.footer-container .copyright .copyright-block .content p a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-container .copyright .copyright-block .content p a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.footer-container #notice-cookie-block {
  position: fixed;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  padding: 6px;
  border: 0px;
  width: 100%;
}
.footer-container #notice-cookie-block .notice-inner {
  align-items: center;
  display: flex;
}
.footer-container #notice-cookie-block .notice-inner p {
  padding: 10px;
}
.footer-container #notice-cookie-block .notice-inner .notice-text {
  float: left;
}
#notice-cookie-block {
  position: fixed;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  padding: 6px;
  border: 0px;
  width: 100%;
}
#notice-cookie-block .notice-inner {
  align-items: center;
  display: flex;
}
#notice-cookie-block .notice-inner p {
  padding: 10px;
}
#notice-cookie-block .notice-inner .notice-text {
  float: left;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(163, 25, 91, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}
.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #A3195B;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    left: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    left: 30px;
    bottom: 30px;
  }
}
.breadcrumbs {
  display: block;
  float: left;
  width: 100%;
  margin: 18px 0 0 0;
  padding: 0 0 10px 0;
}
.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs ul li a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs ul li a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.breadcrumbs ul li .separator {
  margin: 0;
  padding: 0 10px 0 6px;
}
.block-subscribe {
  margin: 0px;
  padding: 0px;
}
.block-subscribe .block-copy {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-subscribe .block-copy p{
  margin-top: 14px;
  padding-bottom: 0;
}

.block-subscribe .block-copy a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-subscribe .block-copy a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.block-subscribe .block-content {
  margin: 20px 0px 30px 0px;
  padding: 0px;
  position: relative;
}
.block-subscribe .block-content #newsletter {
  padding-right: 50px;
}
.block-subscribe .block-content .actions {
  position: absolute;
  right: 0px;
  top: 0px;
}
.block-subscribe .block-content .actions .icon-envelope-outlined {
  color: #ffffff;
  font-size: 22px;
}
.block-subscribe .block-content .actions button {
  display: flex;
  padding: 0;
  width: 45px;
  justify-content: center;
  align-items: center;
}
.block-subscribe .price-disclaimer {
  font-family: "proxima-nova";
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.category-seo {
  margin: 65px 0 0 0;
  padding: 65px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.category-seo.cms-block h2 {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  width: 100%;
  border-bottom: 2px solid #71a7ab;
  font-family: "proxima-nova";
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.category-seo .category-description-content {
  columns: 2;
  column-gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .category-seo .category-description-content {
    columns: 1;
    column-gap: inherit;
  }
}
h1.category-title,
h2.category-title {
  margin-top: 22px;
  font-family: "proxima-nova";
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  line-height: 40px;
  margin-top: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar-top {
    left: 53.333333%;
    position: relative;
  }
}
.noscroll {
  position: fixed;
  overflow-y: scroll;
}
.toolbar {
  margin: 0;
  padding: 0;
  margin-top: 36px;
  margin-bottom: 20px;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .toolbar {
    margin-top: 20px;
  }
}
.toolbar-top .toolbar {
  background: #ffffff;
}
.toolbar .sorter label {
  font-family: "proxima-nova";
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar .sorter label {
    font-family: "proxima-nova";
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  .toolbar .sorter label {
    font-family: "proxima-nova";
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.toolbar .sorter .sort-selector {
  margin: 0;
  padding: 0 0 0 40px;
  border: none;
  overflow: hidden;
  background-color: transparent;
  display: inline-block;
  width: 100%;
  position: relative;
}
.toolbar .sorter .sort-selector.desc:before {
  transform: rotate(180deg);
}
.toolbar .sorter .sort-selector:before {
  background-image: url("../images/sort-amount-desc.svg");
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar .sorter .sort-selector {
    font-family: "proxima-nova";
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  .toolbar .sorter .sort-selector {
    font-family: "proxima-nova";
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.toolbar .sorter .sort-selector:after {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #71a7ab;
  content: "\e603";
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .toolbar .sorter .sort-selector:after {
    right: 5px;
    top: 10px;
    font-size: 18px;
    pointer-events: none;
  }
}
.toolbar .sorter .sort-selector select {
  height: 40px;
  padding: 0px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 97%;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .sorter .sort-selector select option {
  background-color: #ffffff;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbar .sorter .sort-selector select:focus {
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar .sorter .sort-selector select {
    border: none;
    height: 40px;
    margin: 0px;
    padding: 0px;
    font-family: "proxima-nova";
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  .toolbar .sorter .sort-selector select {
    border: none;
    height: 40px;
    margin: 0px;
    padding: 0px;
    font-family: "proxima-nova";
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.category-products .item.painting-the-past,
.template--productlist .item.painting-the-past,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item.painting-the-past {
  /*background-image: url("../images/product-background--beigescale.png");*/
}
.category-products .item,
.template--productlist .item,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item {
  cursor: pointer;
  margin: 0 0 30px 0;
  padding: 0;
  float: left;
  display: block;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  min-height: 299px;
  /*background-image: url("../images/product-background.png");*/
  background-position: top -90px right 0;
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-products .item,
  .template--productlist .item,
  .products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item {
    background-position: top -95px right 0;
  }
}
.category-products .item:hover,
.template--productlist .item:hover,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item:hover {
  box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.2);
}
.category-products .item .discount-label,
.template--productlist .item .discount-label,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .discount-label {
  display: none;
}
.category-products .item .product-image,
.template--productlist .item .product-image,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-image {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 35px 5px 15px 5px;
}
@media (max-width: 767px) {
  .category-products .item .product-image,
  .template--productlist .item .product-image,
  .products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-image {
    padding: 35px 0 15px 0;
  }
}
.category-products .item .product-info,
.template--productlist .item .product-info,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-info {
  padding: 0 0 20px 0;
}
.category-products .item .product-price,
.template--productlist .item .product-price,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price {
  border-top: 1px solid #edf1f1;
  margin: 0 10px;
  padding: 12px 0px;
  width: auto;
}

body .category-products .item .product-price{
  padding-bottom: 10px;
}

.category-products .item .product-price .price-box,
.template--productlist .item .product-price .price-box,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .price-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.category-products .item .product-price .old-price,
.template--productlist .item .product-price .old-price,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .old-price,
.category-products .item .product-price .special-price,
.template--productlist .item .product-price .special-price,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .special-price,
.category-products .item .product-price .regular-price,
.template--productlist .item .product-price .regular-price,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .regular-price {
  margin: 0px;
  padding: 0px;
}
.category-products .item .product-price .old-price,
.template--productlist .item .product-price .old-price,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .old-price,
.category-products .item .product-price .special-price,
.template--productlist .item .product-price .special-price,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .special-price {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .category-products .item .product-price .old-price,
  .template--productlist .item .product-price .old-price,
  .products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .old-price,
  .category-products .item .product-price .special-price,
  .template--productlist .item .product-price .special-price,
  .products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .special-price {
    font-family: "proxima-nova";
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.category-products .item .product-price .old-price,
.template--productlist .item .product-price .old-price,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .old-price {
  color: #d91b5c;
  text-decoration: line-through;
}
.category-products .item .product-price .old-price span,
.template--productlist .item .product-price .old-price span,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .old-price span {
  color: #333333;
}
.category-products .item .product-price .price-box > span.price-including-tax,
.template--productlist .item .product-price .price-box > span.price-including-tax,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .price-box > span.price-including-tax,
.category-products .item .product-price .price-box > span.price-excluding-tax,
.template--productlist .item .product-price .price-box > span.price-excluding-tax,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .price-box > span.price-excluding-tax,
.category-products .item .product-price .special-price,
.template--productlist .item .product-price .special-price,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .special-price,
.category-products .item .product-price .regular-price,
.template--productlist .item .product-price .regular-price,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .regular-price {
  float: right;
  line-height: 22px;
  font-family: "proxima-nova";
  font-size: 20px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .category-products .item .product-price .price-box > span.price-including-tax,
  .template--productlist .item .product-price .price-box > span.price-including-tax,
  .products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .price-box > span.price-including-tax,
  .category-products .item .product-price .price-box > span.price-excluding-tax,
  .template--productlist .item .product-price .price-box > span.price-excluding-tax,
  .products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .price-box > span.price-excluding-tax,
  .category-products .item .product-price .special-price,
  .template--productlist .item .product-price .special-price,
  .products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .special-price,
  .category-products .item .product-price .regular-price,
  .template--productlist .item .product-price .regular-price,
  .products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .regular-price {
    font-family: "proxima-nova";
    font-size: 16px;
    color: #d91b5c;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.category-products .item .product-price .price-box > span.price-including-tax,
.template--productlist .item .product-price .price-box > span.price-including-tax,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .price-box > span.price-including-tax,
.category-products .item .product-price .price-box > span.price-excluding-tax,
.template--productlist .item .product-price .price-box > span.price-excluding-tax,
.products-grid:not(#upsell-product-table):not(#crosssell-products-list) .item .product-price .price-box > span.price-excluding-tax {
  display: block;
  text-align: right;
  width: 100%;
}
.template--productlist .price-label,
.template--productlist .label {
  display: none;
}
.product-info h2.product-name {
  margin: 0px;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 14px;
  height: 30px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .product-info h2.product-name {
    height: 60px;
  }
}
.product-info h2.product-name a {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-info h2.product-name a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.product-info h2.product-name a:hover {
  color: #d91b5c;
}
.crosssell .item,
#upsell-product-table .item {
  background-color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.crosssell .item .discount-label,
#upsell-product-table .item .discount-label {
  display: none;
}
.crosssell .item .product-info,
#upsell-product-table .item .product-info {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e2e2e2;
}
.crosssell .item .product-info h2 a,
#upsell-product-table .item .product-info h2 a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.crosssell .item .product-info h2 a:hover,
#upsell-product-table .item .product-info h2 a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.swoosh-container {
  position: absolute;
  top: 0;
  right: 0;
}
div.onsale-category-container-list {
  float: inherit;
}
.onsale-category-container {
  left: inherit !important;
  right: 0;
  top: 0 !important;
  z-index: 20;
}
div.custom-onsale-category-label-text {
  font-size: 16px;
  left: 24px !important;
  top: 6px !important;
}
@media (min-width: 1200px) {
  .item-block-head {
    border-top: 2px solid #71a7ab;
    margin-bottom: 20px;
  }
  .promo-item {
    min-height: 350px;
  }
  .promo-item .product-bottom-wrapper {
    padding: 50px 0 0 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-block-head {
    border-top: 2px solid #71a7ab;
    margin-bottom: 20px;
  }
  .promo-item {
    min-height: 350px;
  }
  .promo-item .product-image {
    padding: 40px 0px;
  }
  .promo-item .product-info {
    padding-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-block-head {
    border-top: 2px solid #71a7ab;
    margin-bottom: 20px;
  }
  .promo-item {
    min-height: 400px;
  }
  .promo-item .product-image {
    padding: 50px 0px;
  }
  .promo-item .product-info {
    padding-top: 38px;
  }
}
@media (max-width: 767px) {
  div.custom-onsale-category-label-text {
    font-size: 14px;
  }
}
.box-up-sell {
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.box-up-sell .item .product-info .product-name {
  padding: 0px 10px;
}
.box-up-sell .item .product-price {
  margin: 0px;
  padding: 10px 0px;
  float: left;
  display: block;
  width: 100%;
}
.box-up-sell .item .product-price .price-box {
  padding: 0px 10px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .box-up-sell .item .product-price .price-box {
    padding: 0;
  }
}
.box-up-sell .item .product-price .price-box .old-price,
.box-up-sell .item .product-price .price-box .special-price,
.box-up-sell .item .product-price .price-box .regular-price {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
}
.box-up-sell .item .product-price .price-box .old-price {
  float: left;
  text-decoration: line-through;
}
.box-up-sell .item .product-price .price-box > span.price-including-tax,
.box-up-sell .item .product-price .price-box > span.price-excluding-tax,
.box-up-sell .item .product-price .price-box .special-price,
.box-up-sell .item .product-price .price-box .regular-price {
  float: right;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#upsell-product-table .item {
  margin: 0px 0px 10px 0px;
  padding: 10px 0;
}
#upsell-product-table .item .product-image {
  padding: 0px;
}
#upsell-product-table .item .upsell-product-img {
  width: 25%;
  float: left;
}
#upsell-product-table .item .product-info {
  float: left;
  width: 75%;
  padding: 0px;
}
@media (min-width: 1199px) {
  #upsell-product-table .item .product-info h2.product-name a {
    padding-top: 6px;
  }
}
#upsell-product-table .item .product-info h2.product-name {
  text-align: left;
}
#upsell-product-table .item .product-price {
  float: left;
  padding-top: 10px;
  width: 75%;
  float: right
}
@media (min-width: 992px) and (max-width: 1199px) {
  #upsell-product-table .item .product-price {
    width: 100%;
  }
}
#upsell-product-table .product-price {
  padding: 0px;
}
.block-related .block-subtitle {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: center;
  background-color: #ffffff;
}
.block-related .related-pdp-left .product-info .product-name {
  clear: both;
}
.block-related .related-pdp-left .product-info .product-name .checkbox {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 9px;
}
.block-related .related-pdp-left .product-info .product-name a {
  float: left;
}
.product-img-box,
.product-view {
  display: block;
  background-color: #ffffff;
  margin: 0px;
}
.product-view {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-img-box {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-img-box {
    width: 100%;
    text-align: center;
  }
}
.product-tip-box {
  background-color: #eaf3f4;
  display: table;
  width: 100%;
  padding: 20px 20px 20px 0px;
  height: 100px;
}
.product-tip-box .tip-col {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.product-tip-box .tip-col .icon-idea {
  color: #71a7ab;
  font-size: 38px;
}
.pdp-leftcol-wrapper {
  background-color: #ffffff;
  padding: 20px 20px 0 20px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pdp-leftcol-wrapper {
    padding: 20px;
  }
}
.product-view {
  margin-bottom: 60px;
}
.product-view .input-box-colorselector {
  position: relative;
  width: 100%;
}
.product-view .input-box-colorselector #colorselector {
  border: 1px solid #71a7ab;
  width: 100%;
  color: #333333;
}
.product-view .input-box-colorselector #colorselector.dark {
  color: #ffffff;
}
.product-view .input-box-colorselector #colorselector-color {
  border: 1px solid #71a7ab;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  background-color: transparent;
}
.product-view .product-block {
  margin: 30px 0px 0px 0px;
  padding: 0px;
}
.product-view .product-block .content.usps ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.product-view .product-block .content.usps ul li {
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
.product-view .product-block .content.usps ul li:before {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d91b5c;
  content: "\e604";
  font-size: 18px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.product-view .product-block #product-attribute-specs-table {
  border-collapse: collapse;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  .product-view .product-block #product-attribute-specs-table {
    width: 100%;
  }
}
.product-view .product-block #product-attribute-specs-table th.label {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  width: 220px;
  margin: 0px;
  padding: 5px 0px;
  border-bottom: 1px solid #eaf3f4;
}
@media (max-width: 767px) {
  .product-view .product-block #product-attribute-specs-table th.label {
    width: 40%;
  }
}
.product-view .product-block #product-attribute-specs-table td.data {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  margin: 0px;
  padding: 5px 0px;
  border-bottom: 1px solid #eaf3f4;
}
@media (max-width: 767px) {
  .product-view .product-block #product-attribute-specs-table td.data {
    width: 60%;
  }
}
.product-view .product-block #product-attribute-specs-table tr.last th.label,
.product-view .product-block #product-attribute-specs-table td.data {
  border-bottom: 0px;
}
.product-view .add-to-cart-box {
  background-color: #eaf3f4;
  margin: 0px;
  padding: 20px;
  display: block;
  width: 100%;
}
.product-view .add-to-cart-box.bottom {
  margin-top: 40px;
}
.product-view .add-to-cart-box.bottom .product-options-bottom .price-box {
  float: left;
}
.product-view .add-to-cart-box .add-to-cart-box-header {
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.product-view .add-to-cart-box .add-to-cart-box-header.simple-product {
  margin: 0;
}
.product-view .add-to-cart-box .add-to-cart-box-header.simple-product .wrapper.qty {
  float: right;
  clear: right;
}
.product-view .add-to-cart-box .add-to-cart-box-header .wrapper.contents label {
  margin-top: 20px;
}
.product-view .add-to-cart-box .add-to-cart-box-header .wrapper.contents:first-child label {
  margin-top: 0px;
}
.product-view .add-to-cart-box .add-to-cart-box-header .wrapper label {
  display: block;
  margin-bottom: 5px;
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-view .add-to-cart-box .add-to-cart-box-header .wrapper.qty {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .product-view .add-to-cart-box .add-to-cart-box-header .wrapper.qty {
    margin-top: 15px;
  }
}
.product-view .add-to-cart-box .add-to-cart-box-header .wrapper.qty label {
  margin-top: 2px;
  margin-bottom: 6px;
}
.product-view .add-to-cart-box .add-to-cart-box-header .wrapper.contents .input-text {
  width: 184px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #71a7ab;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-view .add-to-cart-box .add-to-cart-box-footer {
  margin: 0px;
  padding: 0px;
}
.product-view .add-to-cart-box .add-to-cart-box-footer .price-box {
  margin: 0;
  padding: 0px;
}
@media (max-width: 767px) {
  .product-view .add-to-cart-box .add-to-cart-box-footer .price-box {
    float: right;
    margin-bottom: 20px;
  }
}
.product-view .add-to-cart-box .add-to-cart-box-footer .price-box .old-price {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  font-family: "proxima-nova";
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: line-through;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .product-view .add-to-cart-box .add-to-cart-box-footer .price-box .old-price {
    font-size: 14px;
  }
}
.product-view .add-to-cart-box .add-to-cart-box-footer .price-box > span.price-including-tax,
.product-view .add-to-cart-box .add-to-cart-box-footer .price-box > span.price-excluding-tax,
.product-view .add-to-cart-box .add-to-cart-box-footer .price-box .special-price {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  display: inline-block;
  font-family: "proxima-nova";
  font-size: 36px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .product-view .add-to-cart-box .add-to-cart-box-footer .price-box > span.price-including-tax,
  .product-view .add-to-cart-box .add-to-cart-box-footer .price-box > span.price-excluding-tax,
  .product-view .add-to-cart-box .add-to-cart-box-footer .price-box .special-price {
    font-size: 28px;
  }
}
.product-view .add-to-cart-box .add-to-cart-box-footer .add-to-cart-button {
  float: right;
  width: 100%;
}
.button.pop-up,
.product-view .add-to-cart-box .add-to-cart-box-footer .add-to-cart-button button {
  width: 100%;
}
.button.pop-up,
.product-view .add-to-cart-box .add-to-cart-box-footer .add-to-cart-button button .icon-cart {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 11px;
  font-size: 23px;
  content: "\e620";
}

.button.pop-up{
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.pop-up span{
  font-family: 'verfwinkel';
  font-size: 23px;
}

.button.pop-up,
.product-view .add-to-cart-box .add-to-cart-box-footer .add-to-cart-button button span {
  font-family: "proxima-nova";
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 45px;
}
@media (max-width: 767px) {
  .product-view .add-to-cart-box .add-to-cart-box-footer .add-to-cart-button button span {
    font-size: 14px;
  }
}
.product-view .ui-spinner {
  position: relative;
  width: 130px;
  display: block;
  margin: 0px;
  padding: 0px;
}
.product-view .ui-spinner .input-text {
  padding: 0px;
  width: 54px;
  height: 45px;
  margin-left: 37px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #71a7ab;
}
.product-view .ui-spinner .ui-button-text .ui-icon {
  display: none;
}
.product-view .ui-spinner .ui-spinner-up {
  position: absolute;
  right: 2px;
  top: 6px;
  text-decoration: none;
}
.product-view .ui-spinner .ui-spinner-up:before {
  background-color: #71a7ab;
  content: "+";
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-view .ui-spinner .ui-spinner-up:hover {
  text-decoration: none;
}
.product-view .ui-spinner .ui-spinner-down {
  position: absolute;
  left: 0px;
  top: 6px;
  text-decoration: none;
}
.product-view .ui-spinner .ui-spinner-down:before {
  background-color: #71a7ab;
  content: "-";
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-view .ui-spinner .ui-spinner-down:hover {
  text-decoration: none;
}
#youtube-preview {
  position: relative;
  width: 310px;
  height: 200px;
  margin: 0px;
}
#youtube-preview img {
  width: 310px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #youtube-preview {
    width: 172px;
    height: 120px;
  }
  #youtube-preview img {
    width: 172px;
  }
}
#youtube-preview .youtube-preview-play {
  position: absolute;
  display: block;
  background: url("../images/fa-video-camera-60.png");
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.yt-video {
  display: block;
  width: 100%;
  height: 197px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .yt-video {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .yt-video {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .yt-video {
    height: 170px;
  }
}
.yt-video .yt-loop {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 2;
}
.yt-video .yt-loop iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}
.pdp-trustpilot {
  background-color: #ffffff;
  padding: 10px 0;
  margin-bottom: 20px;
}
.pdp-bottom-color-wrapper {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdp-bottom-color-wrapper:after {
  content: '';
  width: 100%;
}
@media (max-width: 767px) {
  .pdp-bottom-color-wrapper .add-to-cart--btn,
  .pdp-bottom-color-wrapper .colorpicker {
    margin: 10px 0;
    width: 100%;
  }
}
.add-to-cart-text {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.add-to-cart-text .colorpicker--text {
  float: left;
  margin-left: 30%;
}
@media (max-width: 767px) {
  .add-to-cart-text .colorpicker--text {
    display: none;
  }
}
.add-to-cart-text .deliverytime {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 10px 0 0 0;
  text-align: right;
}
@media (max-width: 767px) {
  .add-to-cart-text .deliverytime {
    text-align: left;
  }
}
.add-to-cart-box.bottom .add-to-cart-text .colorpicker--text {
  display: none;
}
.product-view .sending {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  z-index: 1000;
  top: 0;
  left: 15px;
  margin: 0;
  padding: 0;
  background-image: url(../images/loading-paint.gif);
  background-repeat: no-repeat;
  background-position: center 30px;
}
.onsale-product-container {
  z-index: 10;
}
.onsale-product-container-inside {
  left: inherit !important;
  top: -20px !important;
  right: -20px !important;
}

@media (min-width: 992px) and (max-width: 1199px){
  .onsale-product-container-inside{
    width: 110px !important;
    height: 100px !important;
    background-size: cover;
  }
}

div.custom-onsale-product-label-text {
  left: 25px !important;
  top: 5px!important;
  font-weight: bold;
  font-size: 16px;
  font-family: "proxima-nova";
}

.colorbox--title,
.colorbox label {
  border-bottom: 1px solid #71a7ab;
  display: flex;
}
.colorbox--title .details,
.colorbox label .details {
  flex-grow: 2;
}
.colorbox--title .price--normal,
.colorbox label .price--normal,
.colorbox--title .price--discount,
.colorbox label .price--discount {
  text-align: right;
  width: 20%;
}
.colorbox--title {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .colorbox--title {
    display: none;
  }
}
.colorbox--title .details:after {
  content: "*";
  font-size: 18px;
  color: #d91b5c;
  position: relative;
  top: 0;
  margin-left: -2px;
}
.colorbox label {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  margin: 0;
}
.colorbox label.textonly input {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .colorbox label {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: auto;
    line-height: inherit;
    padding: 6px 0;
  }
  .colorbox label:first-of-type {
    border-top: 1px solid #71a7ab;
  }
}
.colorbox label .details {
  display: flex;
  align-items: center;
}
.colorbox label .details .validation-advice {
  margin-top: 0;
  line-height: 15px;
}
@media (max-width: 767px) {
  .colorbox label .details {
    flex-basis: 100%;
  }
}
.colorbox label .details .colorblock {
  margin: 0 8px;
  height: 32px;
  width: 32px;
  border: 1px solid #edf1f1;
  display: flex;
  background: #ffffff;
  padding: 2px;
}
.colorbox label .price--normal {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #999999;
  font-weight: 500;
  text-transform: none;
  text-decoration: line-through;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .colorbox label .price--normal {
    padding-left: 60px;
    text-align: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .colorbox label.textonly .price--normal {
    padding-left: 22px;
  }
}
.colorbox label .price--discount {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .colorbox label .price--discount {
    width: 50%;
  }
}
.bundle .colorbox--title .price--normal,
.bundle .colorbox label .price--normal,
.bundle .colorbox--title .price--discount,
.bundle .colorbox label .price--discount {
  width: 30%;
}
.bundle .colorbox--title .details:after {
  content: '';
  display: none;
}
.bundle .add-to-cart-box.bottom {
  margin-top: 0;
  padding: 20px 0 0 0;
}
.product-view .add-to-cart-box.bundle .add-to-cart-box-footer .price-box {
  margin-top: 0;
}
.bundle .colorbox label {
  cursor: default;
}
.bundle .colorbox--options dl.last {
  margin: 0;
}
section.bundle-wrapper {
  background: #ffffff;
  margin: 20px -20px 0 -20px;
  padding: 0px 20px;
}
section.bundle-wrapper .product-block {
  margin: 0;
  padding: 15px 0;
}
.product-view .add-to-cart-box .add-to-cart-box-footer .add-to-cart-button button {
  display: flex;
  justify-content: space-between;
}
.price-wrapper--bundle {
  color: #d91b5c;
  display: flex;
  align-items: center;
  padding-top: 10px;
}
#recently-viewed-container .price-excluding-tax,
#recently-viewed-container .price-including-tax {
  display: block;
  text-align: right;
  width: 100%;
}
#recently-viewed-container .price-excluding-tax .label,
#recently-viewed-container .price-including-tax .label {
  display: none;
}
#recently-viewed-container .category-products .item .product-price .price-box {
  justify-content: flex-end;
}
#recently-viewed-container .price-excluding-tax .label + .price,
#recently-viewed-container .price-including-tax .label + .price {
  font-size: 20px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 767px) {
  #recently-viewed-container .price-excluding-tax .label + .price,
  #recently-viewed-container .price-including-tax .label + .price {
    font-size: 16px;
  }
}
.product-img-box {
  position: relative;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .product-img-box {
    float: inherit;
  }
}
.product-img-box .discount-label {
  display: none;
}
.product-img-box .product-image {
  margin: 0px;
  padding: 0px;
}
.product-img-box .product-image img {
  width: 100%;
  height: auto;
}
.product-img-box .zoom {
  float: right;
}
.product-img-box .zoom .icon-zoom {
  font-family: 'verfwinkel';
  font-size: 30px;
  color: #71a7ab;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-img-box .zoom .icon-zoom:hover {
  color: #d91b5c;
  text-decoration: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.most-ordered-slider.swiper-container {
  position: relative;
}
.swiper-slide .kleurenwaaier {
  border: 4px solid #eaf3f4;
  width: 100%;
}
.color-data {
  cursor: pointer;
  display: flex;
  height: 70px;
  font-size: 11px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5px;
  width: 100%;
  border: 2px solid #ffffff;
}
.color-data--code {
  font-weight: 700;
}
.color-data.light {
  color: #ffffff;
}
.swiper-button-next,
.swiper-button-prev {
  background: #71a7ab;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  top: 80px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ffffff;
  content: "\e61f";
  font-family: 'verfwinkel';
  position: absolute;
}
.swiper-button-prev {
  left: -15px;
}
.swiper-button-prev:after {
  transform: rotate(180deg);
  right: 4px;
}
.swiper-button-next {
  right: -15px;
}

.more-views{
  position: relative;
}

/*.swiper-button-next.gallery,*/
/*.swiper-button-prev.gallery{*/
/*  top: inherit;*/
/*}*/
.swiper-button-next:after {
  right: 2px;
}
.block-layered-nav {
  background-color: transparent;
  margin: 0px;
}
.block-layered-nav #narrow-by-list-left {
  margin-top: 12px;
}
.block-layered-nav #narrow-by-list {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  margin-top: 12px;
}
.block-layered-nav #narrow-by-list dd {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.block-layered-nav #narrow-by-list dd ol {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.block-layered-nav #narrow-by-list dd ol li {
  margin: 0px;
  padding: 0px;
}
.block-layered-nav #narrow-by-list dd ol li a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-layered-nav #narrow-by-list dd ol li a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.category-products {
  padding-bottom: 40px;
}
.promo {
  display: block;
  width: 100%;
  height: 373px;
  text-align: center;
  margin: 0px;
  padding: 20px;
  background-color: #d91b5c;
}
@media (max-width: 767px) {
  .promo {
    height: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .promo {
    height: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .promo {
    height: 322px;
    margin-bottom: 20px;
  }
}
.promo h2 {
  margin: 0px;
  padding: 0px;
  font-family: "ff-tisa-sans-web-pro";
  font-size: 36px;
  color: #5e0624;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .promo h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .promo h2 {
    font-size: 24px;
  }
}
.promo .promo-content {
  margin: 70px 0px 50px 0px;
  padding: 0px;
  line-height: 30px;
  font-family: "proxima-nova";
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .promo .promo-content {
    font-size: 18px;
    margin: 20px 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .promo .promo-content {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .promo .button {
    position: absolute;
    bottom: 40px;
    left: 64px;
  }
}
@media (max-width: 767px) {
  .promo .button span {
    font-size: 14px;
  }
}
.customer-service {
  display: block;
  width: 100%;
  background-color: #ffffff;
}
.customer-service .head {
  margin: 0px;
  padding: 10px 10px 0px 10px;
}
.customer-service .head h2 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "proxima-nova";
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.customer-service .content {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.customer-service .content p {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.customer-service .content p.phone-text {
  margin-top: 0px;
}
.customer-service .content p.phone-text .phone {
  font-family: "proxima-nova";
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.customer-service .content p.phone-text .icon-phone {
  position: relative;
  top: 2px;
}
.customer-service .content ul {
  list-style-type: none;
  margin: 0px 20px;
  padding: 10px 0px 5px 0px;
}
.customer-service .content ul li {
  margin: 0px 0px 5px 0px;
  padding: 10px 0px 10px 10px;
  text-align: left;
  background-color: #eaf3f4;
}
.customer-service .content ul li .vw-icon {
  float: left;
  display: block;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  font-size: 24px;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .customer-service .content ul li .break {
    display: block;
  }
}
.home-menu {
  display: block;
  width: 100%;
  height: 390px;
  background-color: #ffffff;
}
.home-menu .content {
  margin: 0px;
  padding: 10px 0 0 0;
}
.home-menu .content > ul {
  list-style-type: none;
  display: block;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.home-menu .content > ul > li {
  display: block;
  height: 31px;
  line-height: 31px;
  margin: 0;
  padding: 0 0 0 20px;
}
.home-menu .content > ul > li.all-categories > a {
  position: relative;
}
.home-menu .content > ul > li.all-categories > a:after {
  color: #71a7ab;
  content: "\e61f";
  font-family: 'verfwinkel';
  top: 0;
  position: absolute;
  right: 10px;
}
.home-menu .content > ul > li.all-categories:hover {
  background: #ffffff;
}
.home-menu .content > ul > li.all-categories:hover .category--wrapper {
  display: block;
}
.home-menu .content > ul > li.all-categories .category--wrapper {
  background: #edf5f5;
  border: 10px solid #ffffff;
  display: none;
  height: 390px;
  left: 260px;
  margin: 0;
  position: absolute;
  padding: 10px 0;
  top: 0px;
  width: 865px;
  z-index: 9999;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-menu .content > ul > li.all-categories .category--wrapper {
    left: 228px;
    width: 727px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-menu .content > ul > li.all-categories .category--wrapper {
    left: 298px;
    width: 437px;
  }
}
.home-menu .content > ul > li.all-categories .category--wrapper ul {
  list-style-type: none;
  columns: 3;
}
.home-menu .content > ul > li.all-categories .category--wrapper ul a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-menu .content > ul > li.all-categories .category--wrapper ul a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.home-menu .content > ul > li > a {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-menu .content > ul > li > a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.brands {
  margin: 0px;
  padding: 0 0 10px 0;
  background-color: #eaf3f4;
  width: 100%;
}
.brands .brand {
  background-color: #ffffff;
  width: 100%;
  height: 85px;
  display: table;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.brands .brand .brand-img {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.brands .content {
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.brands .content h2 {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.brands .content p {
  margin: 10px 0px;
  padding: 0px;
}
.brands .content p a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #A3195B;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #A3195B 0%, #D72051 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #A3195B 0%, #D72051 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #A3195B 0%, #D72051 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  line-height: 48px;
  height: 48px;
  width: auto;
  position: relative;
  font-family: "proxima-nova";
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 15px;
}
.brands .content p a:hover {
  background: #D72051;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #D72051 0%, #A3195B 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #D72051 0%, #A3195B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #D72051 0%, #A3195B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-decoration: none;
}
.testimonials {
  margin: 50px 0px 0px 0px;
  padding: 0px;
}
.testimonials .testimonee-img {
  margin: 0px;
  padding: 0px;
}
.testimonials .testimonial {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonials .testimonee {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.about {
  margin: 50px 0px 0px 0px;
  padding: 0px;
}
.about.title--margin {
  margin-top: 102px;
}
@media (max-width: 767px) {
  .about.title--margin {
    margin-top: 50px;
  }
}
#menu-overlay {
  position: fixed;
  width: 5000px;
  height: 5000px;
  z-index: 100;
  background-color: #000000;
  opacity: 0.35;
  top: 0;
  left: 0;
  display: none;
}
.account-login {
  margin: 0px 0px 60px 0px;
  padding: 0px;
}
.account-login .block {
  background-color: #ffffff;
  margin: 0px;
  padding: 15px 20px 20px 20px;
}
@media (max-width: 767px) {
  .account-login .block {
    margin-bottom: 20px;
  }
}
.account-login .block p {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.account-login .block p.form-instructions {
  margin-bottom: 10px;
}
.account-login .block ul {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style-type: none;
}
.account-login .block ul li:before {
  content: "•";
  position: relative;
  margin-right: 7px;
  font-size: 18px;
}
.account-login .block .buttons-set {
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.account-create {
  margin: 0px 0px 60px 0px;
  padding: 0px;
}
.account-create .block {
  background-color: #ffffff;
  margin: 0px;
  padding: 15px 20px 20px 20px;
}
@media (max-width: 767px) {
  .account-create .block {
    margin-bottom: 20px;
  }
}
.account-create .block p {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.account-create .block p.form-instructions {
  margin-bottom: 10px;
}
.account-create .block ul {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style-type: none;
}
.account-create .block ul li:before {
  content: "•";
  position: relative;
  margin-right: 7px;
  font-size: 18px;
}
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li,
.sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}
.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}
.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit;
}
.sm-pink {
  background: #ffffff;
}
.sm-pink a,
.sm-pink a:hover,
.sm-pink a:focus,
.sm-pink a:active {
  padding: 13px 0;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
}
.sm-pink a.current {
  font-weight: bold;
}
.sm-pink a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background-color: #71a7ab;
  background-image: url(../images/collapse.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  color: #ffffff;
}
.sm-pink a.highlighted .sub-arrow {
  transform: rotate(90deg);
}
.sm-pink > li {
  border-top: 1px solid #ffffff;
  background-color: #eaf3f4;
}
.sm-pink > li a {
  font-weight: bold;
}
.sm-pink > li:nth-last-of-type(n + 3) {
  background-color: #ffffff;
  border-top: 1px solid #eaf3f4;
}
.sm-pink > li:nth-last-of-type(n + 3) a {
  font-weight: normal;
}
.sm-pink li li,
.sm-pink li li li {
  border-top: 1px solid #ffffff;
}
.sm-pink > li:first-child {
  border-top: 0;
}
.sm-pink ul {
  background: #eaf3f4;
}
.sm-pink ul a,
.sm-pink ul a:hover,
.sm-pink ul a:focus,
.sm-pink ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-pink ul ul a,
.sm-pink ul ul a:hover,
.sm-pink ul ul a:focus,
.sm-pink ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-pink ul ul ul a,
.sm-pink ul ul ul a:hover,
.sm-pink ul ul ul a:focus,
.sm-pink ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-pink ul ul ul ul a,
.sm-pink ul ul ul ul a:hover,
.sm-pink ul ul ul ul a:focus,
.sm-pink ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-pink ul ul ul ul ul a,
.sm-pink ul ul ul ul ul a:hover,
.sm-pink ul ul ul ul ul a:focus,
.sm-pink ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-pink {
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 15px 20px 30px;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.mobile-topmenu {
  height: 100%;
  opacity: 0;
  position: fixed;
  right: -100%;
  top: 144px;
  width: 100%;
  transition: opacity .3s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-topmenu {
    top: 180px;
  }
}
.mobile-topmenu.open {
  opacity: 1;
  right: 0;
}
html.noscroll {
  overflow: hidden;
}
body.noscroll {
  overflow: visible;
  height: 100%;
}
.first-row {
  background-color: #ffffff;
  display: block;
  margin: 50px 0 30px 0;
  padding: 0px;
}

.topmenu-usps.old{
  margin-bottom: 30px;
}

.onestepcheckout-index-index .topmenu-usps.old{
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .first-row {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .first-row {
    margin: 20px 0px 20px 0px;
  }
}
.first-row .home_banner {
  align-items: center;
  background-color: #edf5f5;
  border: 10px solid #ffffff;
  display: flex;
  height: 390px;
  justify-content: center;
}
@media (max-width: 767px) {
  .first-row .home_banner {
    height: auto;
    margin: 0;
  }
}


.banner-wrapper a{
  float: right;
  border: 10px solid white;
  width: 100%;
}

@media (max-width: 992px) {
  .banner-wrapper a{
    border: none;
  }
}

.first-row .home_banner a {
  max-height: 100%;
  max-width: 100%;
}
.first-row .home_banner .swiper-slide {
  background: transparent;
}
.first-row .home_banner .swiper-pagination-bullet-active {
  background: #71a7ab;
}
.about-verfwinkel {
  display: block;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.demo-notice {
  text-align: center;
}
.demo-notice .notice-inner {
  margin-top: 4px;
  font-weight: 700;
  font-size: 20px;
  color: #d91b5c;
}
.demo-notice .notice-inner p {
  padding: 10px 0px 10px 0px;
}
#youtube-preview-homepage {
  position: relative;
  text-align: center;
  margin: 0px;
}
#youtube-preview-homepage img {
  width: 540px;
}
#youtube-preview-homepage .youtube-preview-play {
  position: absolute;
  display: block;
  background: url("../images/fa-video-camera-60.png");
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.fancybox-inner {
  overflow: hidden !important;
}
.home-seopage-block {
  background: #ffffff;
  margin-top: 70px;
  padding: 70px 0;
}
body.catalog-category-view .home-seopage-block {
  margin-top: 0;
}
.home-seopage-block p.title {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}
.home-seopage-block ul {
  padding: 0;
}
.home-seopage-block ul li {
  display: block;
  width: 100%;
}
.home-seopage-block ul li a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
.home-seopage-block ul li a:hover {
  color: #d91b5c;
}
.form-search {
  margin: 4px 0px;
  padding: 0px;
}
.form-search .search-input {
  margin: 0px;
  padding: 0px;
  position: relative;
  border: 1px solid #7c7c7c;
  height: 39px;
}
@media (max-width: 767px) {
  .form-search .search-input {
    border: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-search .search-input {
    border: 0px;
  }
}
.form-search .search-input input#search {
  background-color: transparent;
  border: 0px;
  height: 39px;
  width: 100%;
  line-height: 39px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #ededed;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .form-search .search-input input#search {
    font-family: "proxima-nova";
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-search .search-input input#search {
    font-family: "proxima-nova";
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form-search .search-input input#search {
    font-family: "proxima-nova";
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.form-search .search-input input#search:focus {
  border: none;
  outline: 0;
}
.form-search .search-input .search-button {
  position: absolute;
  right: 7px;
  top: 0px;
  height: 39px;
}
.form-search .search-input .search-button .icon-magnifier {
  font-size: 32px;
  color: #ffffff;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .form-search .search-input .search-button .icon-magnifier {
    font-size: 24px;
    color: #999999;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-search .search-input .search-button .icon-magnifier {
    font-size: 24px;
    color: #999999;
  }
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #f5f5f5;
  background-color: #ffffff;
  box-shadow: none;
  width: 255px;
  top: 39px;
}
@media (max-width: 767px) {
  .searchautocomplete .searchautocomplete-placeholder {
    width: 100%;
    top: 39px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchautocomplete .searchautocomplete-placeholder {
    width: 255px;
    right: 0px;
  }
}
.searchautocomplete .searchautocomplete-placeholder:before {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  padding: 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  background-color: #ffffff;
  border: 0px;
  width: 100%;
  display: block;
  float: left;
  border-bottom: 1px solid #f5f5f5;
  margin: 0px;
  padding: 5px 0px 5px 10px;
  position: relative;
}
@media (max-width: 767px) {
  .searchautocomplete .searchautocomplete-placeholder ul li {
    padding: 8px 0px 8px 15px;
  }
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.searchautocomplete .searchautocomplete-placeholder ul li a:hover {
  color: #d91b5c;
  text-decoration: none;
}
@media (max-width: 767px) {
  .searchautocomplete .searchautocomplete-placeholder ul li a strong {
    color: #d91b5c;
  }
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  float: right;
  width: 67%;
  font-size: 13px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  float: right;
  width: 67%;
  margin-top: 6px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box p.old-price {
  padding: 0px 10px 0px 0px;
  float: left;
  text-decoration: line-through;
  color: black;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box p.old-price .price {
  font-size: 13px;
  color: black;
  font-weight: normal;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box p.special-price {
  margin: 0px 0px 10px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box p.special-price .price {
  color: #d91b5c;
  font-size: 20px;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  box-shadow: none;
  background-color: #eaf3f4;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  color: #000000;
}
.searchautocomplete .searchautocomplete-placeholder a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.searchautocomplete .searchautocomplete-placeholder a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder a .icon {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
#cart-empty .cart-empty {
  margin: 0px;
  padding: 15px 20px 0px 20px;
  background-color: #ffffff;
}
#cart {
  padding: 0px;
}
@media (min-width: 1200px) {
  #cart {
    margin: 35px 0 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  #cart {
    margin: 0px 0px 30px 0px;
  }
}
#cart .cart {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}
#cart .cart #shopping-cart-table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table {
    float: left;
  }
}
#cart .cart #shopping-cart-table .cart-list-head {
  display: table;
  width: 100%;
  height: 46px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #e2e2e2;
}
#cart .cart #shopping-cart-table .cart-list-head .head {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cart .cart #shopping-cart-table .cart-list-head .head.actions {
  width: 30px;
}
#cart .cart #shopping-cart-table .cart-list-head .head.product-name {
  width: 280px;
  padding-left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #cart .cart #shopping-cart-table .cart-list-head .head.product-name {
    width: 345px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #cart .cart #shopping-cart-table .cart-list-head .head.product-name {
    padding: 0 15px 0 0;
    width: 350px;
  }
}
#cart .cart #shopping-cart-table .cart-list-head .head.color-code {
  width: 145px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #cart .cart #shopping-cart-table .cart-list-head .head.color-code {
    width: 130px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #cart .cart #shopping-cart-table .cart-list-head .head.color-code {
    width: 170px;
  }
}
#cart .cart #shopping-cart-table .cart-list-head .head.qty {
  width: 107px;
}
#cart .cart #shopping-cart-table .cart-list-head .head.price {
  width: 80px;
}
#cart .cart #shopping-cart-table .cart-list-head .head.discount {
  width: 80px;
}
#cart .cart #shopping-cart-table .cart-list-head .head.subtotal {
  padding-right: 30px;
  width: 103px;
  text-align: right;
}
#cart .cart #shopping-cart-table .product-list-row {
  display: table;
  width: 100%;
  height: 95px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table .product-list-row {
    width: 100%;
    display: block;
    float: left;
    height: auto;
    padding: 10px 0px;
    position: relative;
    margin: 0 auto;
  }
}
#cart .cart #shopping-cart-table .product-list-row .product-row {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row {
    display: block;
    float: left;
    height: 85px;
  }
}
#cart .cart #shopping-cart-table .product-list-row .product-row.actions {
  width: 30px;
  text-align: center;
  padding-right: 30px;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.actions .btn-remove {
  color: #333333;
  text-decoration: none;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.actions .btn-remove:hover {
  color: #d91b5c;
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.actions {
    padding-top: 31px;
    width: 9%;
  }
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-image {
  width: 110px;
  padding-left: 18px;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-image .image {
  background-color: #ffffff;
  width: 77px;
  border: 1px solid #eaf3f4;
  padding: 8px;
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.product-image {
    width: 28%;
  }
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-name {
  width: 190px;
  vertical-align: top;
  padding: 8px 15px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.product-name {
    width: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.product-name {
    width: 220px;
  }
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.product-name {
    width: 63%;
  }
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-name h2 {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-name h2 a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-name .item-options {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-name .item-options dt {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-name .item-options dd {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-name .product-deliverytime {
  display: block;
  font-size: .93em;
  color: #d91b5c;
  font-weight: 700;
  margin-top: 0;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-name .edit {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 12px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: underline;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.product-name .edit:hover {
  color: #d91b5c;
  text-decoration: none;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.color-code {
  width: 145px;
  vertical-align: middle;
  padding: 8px 15px 0px 0px;
  font-family: "proxima-nova";
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.color-code {
    width: 130px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.color-code {
    width: 170px;
  }
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.color-code {
    width: 61%;
    padding-top: 15px;
    padding-left: 20px;
  }
}
#cart .cart #shopping-cart-table .product-list-row .product-row.color-code .colorselector-color {
  box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.2);
  border: none;
  background-image: none;
  height: 15px;
  width: 15px;
  position: inherit;
  cursor: auto;
  margin-right: 5px;
}
#cart .cart #shopping-cart-table .product-list-row .product-row.qty {
  width: 107px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.qty {
    width: 31%;
    padding-right: 0px;
    padding-top: 15px;
    padding-left: 20px;
  }
}
#cart .cart #shopping-cart-table .product-list-row .product-row.price {
  width: 80px;
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.price {
    clear: left;
    width: 33%;
    height: inherit;
    margin-top: 20px;
    margin-left: 20px;
  }
}
#cart .cart #shopping-cart-table .product-list-row .product-row.discount {
  color: #d91b5c;
  width: 80px;
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.discount {
    width: 33%;
    height: inherit;
    margin-top: 20px;
  }
}
#cart .cart #shopping-cart-table .product-list-row .product-row.subtotal {
  padding-right: 30px;
  width: 103px;
  text-align: right;
  font-weight: 700;
}
@media (max-width: 767px) {
  #cart .cart #shopping-cart-table .product-list-row .product-row.subtotal {
    width: 20%;
    height: inherit;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0;
  }
}
#cart .cart #shopping-cart-table .product-list-row:nth-child(even) {
  background-color: #f3f8f8;
}
#cart .cart-footer {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #cart .cart-footer {
    display: block;
    width: 100%;
    float: left;
  }
}
#cart .cart-footer .no-white-background {
  background: transparent;
}
#cart .totals {
  margin: 0px;
  background-color: #ffffff;
  text-align: right;
  height: 225px;
  position: relative;
}
@media (max-width: 767px) {
  #cart .totals {
    height: 275px;
    padding: 20px;
    width: 100%;
  }
}
#cart .totals .totals-container {
  padding: 20px;
  height: 150px;
}
#cart .totals .proceed-btn-container {
  position: relative;
  bottom: 0px;
  padding: 0px 30px 30px 30px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  #cart .totals .proceed-btn-container {
    width: 100%;
  }
}
#cart .totals .proceed-btn-container .checkout-types {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  #cart .totals .proceed-btn-container .checkout-types {
    margin: 0;
  }
}
#cart .totals .proceed-btn-container .checkout-types li {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  height: 45px;
}
#cart .totals .proceed-btn-container .checkout-types li button {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  #cart .totals .proceed-btn-container .checkout-types li button {
    width: 100%;
  }
}
#cart .totals .proceed-btn-container .checkout-types li button .icon-cart {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0px;
  font-size: 23px;
  content: "\e620";
}
#cart .totals .proceed-btn-container .checkout-types li button span {
  font-family: "proxima-nova";
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cart .totals .grandtotal {
  margin: 5px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  border-top: 1px solid #e2e2e2;
}
#cart .totals .grandtotal-label {
  display: block;
  padding-top: 8px;
  font-weight: 700;
}
#cart .totals .amount.grand-total {
  font-family: "proxima-nova";
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cart-footer-continue .continu-link {
  margin: 20px 0;
  padding: 0;
}
.cart-footer-continue .continu-link a {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 7px 10px 7px 7px;
  border: 1px solid #71a7ab;
  display: inline-block;
}
.cart-footer-continue .continu-link a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.cart-footer-continue .continu-link a .icon {
  position: relative;
  top: 2px;
  margin-right: 3px;
  font-size: 16px;
}
.cart-footer-continue .continu-link a:hover {
  background-color: #71a7ab;
  color: #ffffff;
}
.coupon {
  background-color: #ffffff;
  margin: 130px 0px 0px 0px;
  padding: 0px;
  display: block;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupon {
    margin: 120px 0 0 0;
  }
}
@media (max-width: 767px) {
  .coupon {
    margin: 30px 0 0 0;
  }
}
.coupon.active_code {
  margin: 140px 0px 0px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupon.active_code {
    margin: 105px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .coupon {
    padding-right: 30px;
  }
}
.coupon h2 {
  padding: 0 30px;
}
.coupon .coupon-container {
  padding: 0 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupon .coupon-container .validation-advice {
  order: 1;
  margin: 0 0 0 10px;
}
.coupon input {
  width: 265px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .coupon input {
    width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .coupon input {
    width: 100%;
  }
}
.coupon input.active_code {
  width: 170px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .coupon input.active_code {
    width: 225px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .coupon input.active_code {
    width: 100%;
  }
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px) {
  .coupon .btn-apply,
  .coupon .btn-cancel {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .coupon .btn-apply,
  .coupon .btn-cancel {
    float: right;
    margin: 10px 0;
  }
}
.coupon .btn-apply button,
.coupon .btn-cancel button {
  height: 45px;
}
.coupon .btn-cancel {
  margin-left: 5px;
}
.coupon .button-coupon {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding: 7px 10px 7px 7px;
  border: 1px solid #71a7ab;
  display: inline-block;
  background-color: #d8e7e8;
}
.coupon .button-coupon:hover {
  background-color: #71a7ab;
  color: #ffffff;
  text-decoration: none;
}
.deliver {
  background-color: #d91b5c;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  display: block;
  min-height: 100px;
  position: relative;
}
.deliver h2 {
  padding: 10px 30px 0px 30px;
  color: #ffffff;
}
.deliver .deliver-text {
  padding: 10px 30px 0px 30px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .checkout-cart-index .crosssell {
    margin: 0;
  }
}
.crosssell {
  padding: 0px;
}
@media (min-width: 1200px) {
  .crosssell {
    margin: 40px 0px 0px 0px;
  }
}
.crosssell .sub-block-head h2 {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crosssell .sub-block-head h2 {
    color: #333333;
  }
}
.crosssell .sub-block-head {
  border-bottom: none;
  margin: 0px 0px 3px 0px;
}
.crosssell .item {
  margin: 0px 0px 10px 0px;
  padding: 14px 0px 6px 6px;
}
.crosssell .item .product-image {
  padding: 0px;
}
.crosssell .item .crosssell-product-img {
  width: 25%;
  float: left;
}
.crosssell .item .product-info {
  float: left;
  width: 75%;
  padding: 0px;
}
.crosssell .item .product-info h2.product-name {
  text-align: left;
}
.crosssell .item .product-info .product-name {
  padding: 0px 10px;
}
.crosssell .item .product-price {
  margin: 0px;
  padding: 0px;
  float: left;
  display: block;
  width: 75%;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crosssell .item .product-price {
    float: right;
  }
}
.crosssell .item .product-price .price-box {
  padding: 0px 10px;
}
.crosssell .item .product-price .price-box .old-price,
.crosssell .item .product-price .price-box .special-price {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
}
.crosssell .item .product-price .price-box .old-price {
  float: left;
  text-decoration: line-through;
}
.crosssell .item .product-price .price-box > span.price-including-tax,
.crosssell .item .product-price .price-box > span.price-excluding-tax,
.crosssell .item .product-price .price-box .special-price {
  float: right;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.crosssell .product-price {
  padding: 0px;
}
/* Tooltip */
.postnl-tooltip:hover > div {
  font-size: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Redundant Asterisks */
label.required:after,
span.required:after {
  content: initial;
}
span.required {
  color: red;
  font-size: 12px;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* Postcode Check */
div.checkoutcontainer div.input-address .input-text.postnl-readonly {
  margin-bottom: 0;
}
#mijnpakket_text {
  width: 95%;
}
@media screen and (max-width: 460px) {
  #osc_postnl {
    width: 100% !important;
  }
  #osc_postnl .input-postcode,
  #osc_postnl .input-housenumber,
  #osc_postnl .input-extension {
    width: 100% !important;
    float: none !important;
    padding-top: 0 !important;
  }
  #osc_postnl .input-postcode {
    padding-top: 0 !important;
  }
  #osc_postnl .input-text {
    width: 100% !important;
  }
}
@media screen and (min-width: 460px) and (max-width: 580px) {
  #osc_postnl {
    width: 100% !important;
  }
  #osc_postnl .input-postcode,
  #osc_postnl .input-housenumber,
  #osc_postnl .input-extension {
    width: 98%  !important;
    float: none  !important;
    padding-top: 0  !important;
  }
  #osc_postnl .input-postcode {
    padding-top: 0  !important;
  }
  #osc_postnl .input-text {
    width: 100%  !important;
  }
}
@media screen and (min-width: 581px) and (max-width: 953px) {
  #osc_postnl {
    width: 100%  !important;
  }
  #osc_postnl .input-postcode,
  #osc_postnl .input-housenumber,
  #osc_postnl .input-extension {
    width: 100%  !important;
  }
  #osc_postnl .input-extension {
    float: none  !important;
    padding-top: 0  !important;
  }
  #osc_postnl .input-text {
    width: 100% !important;
  }
}
@media screen and (min-width: 954px) and (max-width: 1280px) {
  #osc_postnl {
    width: 100% !important;
  }
  #osc_postnl .input-postcode,
  #osc_postnl .input-housenumber,
  #osc_postnl .input-extension {
    width: 30% !important;
    float: left !important;
    padding-top: 0 !important;
  }
  #osc_postnl .input-postcode,
  #osc_postnl .input-housenumber {
    margin-right: 5% !important;
  }
  #osc_postnl .input-postcode {
    padding-top: 0 !important;
  }
  #osc_postnl .input-text {
    width: 100% !important;
  }
}
@media screen and (min-width: 1280px) {
  #osc_postnl {
    width: 100% !important;
  }
  #osc_postnl .input-postcode,
  #osc_postnl .input-housenumber,
  #osc_postnl .input-extension {
    width: 30% !important;
  }
  #osc_postnl .input-text {
    width: 100% !important;
  }
  #osc_postnl .input-postcode,
  #osc_postnl .input-housenumber {
    margin-right: 5% !important;
  }
}
.news-item {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}
.news-item .desc {
  margin: 0px;
  padding: 30px 30px 10px 30px;
}
.news-item .desc .publish-date {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-index-index .std {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
.news-index-index .std p {
  padding: 0px;
}
.news-index-index .fancybox-skin {
  background-color: #FFF;
  padding-bottom: 50px !important;
}
.news-index-index .fancybox-outer,
.news-index-index .fancybox-inner {
  padding-bottom: 0px;
}
.news-index-index .fancybox-title-float-wrap {
  position: relative;
}
.news-index-index .fancybox-title-float-wrap .child {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-shadow: none;
  background: #FFF;
  color: #000;
  font-weight: normal;
  width: 100%;
  white-space: normal;
  text-align: left;
  position: relative;
  padding: 10px 0px 0px 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  max-height: 30px;
}
.news-index-index .news-head {
  margin-left: 0px;
  margin-right: 0px;
}
.news-block {
  display: block;
  width: 100%;
  background-color: #ffffff;
}
.news-block .head {
  margin: 0px;
  padding: 10px 20px;
  border-bottom: 1px solid #f4f4f4;
}
.news-block .head h2 {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-block .content {
  margin: 0px;
  padding: 10px 20px;
}
.news-block .content p {
  margin: 0px;
  padding: 0px;
}
.news-block .content ul {
  list-style-type: none;
  margin: 10px 0px 15px 0px;
  padding: 0px;
}
.news-block .content ul li {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  display: table;
  height: 47px;
}
.news-block .content ul li:first-child {
  margin-top: 0px;
}
.news-block .content ul li .news-col {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.news-block .content ul li .news-col.news-headline {
  padding-left: 20px;
}
.news-block .content ul li .news-col.news-headline a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-block .content ul li .news-col.news-headline a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.news-wrapper {
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-wrapper {
    margin-bottom: 20px;
  }
}
.news-wrapper .news-image {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  text-align: center;
}
.news-wrapper .news-item-intro {
  background-color: #ffffff;
  margin: 0px;
  padding: 20px 20px 0px 20px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.news-wrapper .news-item-intro .block-content {
  margin: 0px;
  padding: 0px;
}
.news-wrapper .news-item-intro .read-more {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
  text-decoration: underline;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-wrapper .news-item-intro .read-more:hover {
  color: #d91b5c;
  text-decoration: none;
}
.news-wrapper .news-item-intro:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent 100px, white);
}
.news-index-index .toolbar .amount {
  display: none;
}
.news-index-index .toolbar .limiter {
  display: none;
}
.mobile-filtering {
  background-color: #ffffff;
  margin: 0;
  width: 100%;
  display: block;
}
.mobile-filtering .sub-block-head {
  margin: 0;
  padding: 0;
}
.mobile-filtering .sub-block-head h4 {
  padding: 10px;
}
.mobile-filtering .button {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mobile-filtering .sub-block-head .expand {
    top: 10px;
    right: 10px;
  }
  .mobile-filtering + div .block.block-layered-nav,
  .mobile-filtering + .block.block-layered-nav {
    background: #ffffff;
    padding: 0 10px 10px 10px;
  }
  .mobile-filtering + div .block.block-layered-nav .block-content,
  .mobile-filtering + .block.block-layered-nav .block-content {
    background: #ffffff;
  }
  .mobile-filtering + div .block.block-layered-nav .sub-block-head .expand,
  .mobile-filtering + .block.block-layered-nav .sub-block-head .expand {
    top: 10px;
  }
  .mobile-filtering + div .block.block-layered-nav #narrow-by-list-left,
  .mobile-filtering + .block.block-layered-nav #narrow-by-list-left {
    margin: 0;
  }
  .mobile-filtering + div .block.block-layered-nav .sub-block-head,
  .mobile-filtering + .block.block-layered-nav .sub-block-head {
    margin: 0;
  }
  .mobile-filtering + div .block.block-layered-nav .sub-block-head h4,
  .mobile-filtering + .block.block-layered-nav .sub-block-head h4 {
    padding: 10px 0;
  }
}
.sub-block-head {
  margin: 10px 0;
}
.block-layered-nav {
  background-color: transparent;
  margin: 0;
}
@media (max-width: 767px) {
  .block-layered-nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  .block-layered-nav {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-layered-nav {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-layered-nav {
    display: block !important;
  }
}
.block-layered-nav .block-subtitle {
  margin: 20px 0px 0px 0px;
  padding: 0;
}
@media (max-width: 767px) {
  .block-layered-nav .block-subtitle {
    padding-top: 10px;
  }
}
.block-layered-nav .block-subtitle button {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.block-layered-nav .block-subtitle button span {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #71a7ab;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-layered-nav .block-subtitle button span:hover {
  color: #d91b5c;
  text-decoration: none;
}
.block-layered-nav .narrow-by-list {
  margin: 0px;
  padding: 0px;
}
.block-layered-nav .narrow-by-list dd {
  margin: 0;
  padding: 0px;
}
.block-layered-nav .narrow-by-list dd ol {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px 0;
}
.block-layered-nav .narrow-by-list dd ol li {
  margin: 0;
  padding: 7px 0;
}
.block-layered-nav .narrow-by-list dd ol li a {
  display: block !important;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-layered-nav .narrow-by-list dd ol li a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.block-layered-nav .narrow-by-list dd ol li a .count {
  float: right;
  font-family: "proxima-nova";
  font-size: 12px;
  color: #71a7ab;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.narrow-by-list .slider-back-bg {
  background: #ffffff;
}
.narrow-by-list dd ol.gan-list-checkbox li a,
ul.gan-list-checkbox.gan-default-list li a span,
ul.gan-list-checkbox.gan-folding-list li a span,
.gan-sidebar-nav .gan-image-list.gan-list-checkbox li a {
  line-height: 18px;
  padding-left: 25px;
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.pages ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 44px;
  border: 1px solid #71a7ab;
  border-radius: 5px;
}
.pages ol li {
  background-color: #ffffff;
  height: 42px;
  width: 42px;
  display: block;
  float: left;
  border-right: 1px solid #71a7ab;
  text-align: center;
  line-height: 42px;
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pages ol li:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pages ol li:last-of-type {
  border-right: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pages ol li a {
  display: block;
  width: 100%;
  font-family: "proxima-nova";
  font-size: 16px;
  color: #71a7ab;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pages ol li a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.pages ol li a:hover {
  color: #333333;
}
.pages ol li a.previous,
.pages ol li a.next {
  font-size: 24px;
  line-height: 28px;
}
.pages ol li.current,
.pages ol li:hover,
.pages ol li.current a,
.pages ol li:hover a {
  color: #d91b5c;
}
.category-products.opaque {
  opacity: 0.5;
}
.category-products .item.category-tile {
  min-height: 170px;
  cursor: auto;
}
.category-products .item.category-tile .product-image {
  margin-top: 40px;
}
.toolbar-top .pager {
  display: none;
}
.toolbar-bottom .sorter {
  display: none;
}
.osc-container {
  margin: 0px 0px 20px 0px;
  padding: 20px;
  background-color: #ffffff;
}
.osc-container .onestepcheckout-login-link {
  display: block;
  margin: 0px;
  padding: 0px;
}
.osc-container .onestepcheckout-login-link a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osc-container .onestepcheckout-login-link a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.osc-container .checkoutcontainer {
  border-top: 0px;
  margin: 15px 0px 0px 0px;
  padding: 0px;
}
.osc-container .checkoutcontainer input {
  padding: 0 0 0 10px;

}

#id_subscribe_newsletter{
  vertical-align: top;
  margin-top: 5px;
}

.onestepcheckout-enable-newsletter label{
  width: 90%;
  display: inline-block;
}

.osc-container .checkoutcontainer .aqua-squeeze {
  background-color: #eaf3f4;
}
@media (max-width: 767px) {
  .osc-container .checkoutcontainer .aqua-squeeze {
    background-color: #ffffff;
  }
}
.osc-container .checkoutcontainer .payment-methods dd {
  padding: 0px;
}
.osc-container .checkoutcontainer .payment-methods dd #payment_form_msp_afterpay {
  padding: 0;
}
.osc-container .checkoutcontainer .payment-methods dd #payment_form_msp_ideal,
.osc-container .checkoutcontainer .payment-methods dd #payment_form_msp_creditcard,
.osc-container .checkoutcontainer .payment-methods dd #payment_form_msp_afterpay {
  margin: 0 0 20px 0 !important;
}
.osc-container .checkoutcontainer .payment-methods dd .form-list label.required {
  font-weight: bold;
}
.osc-container .checkoutcontainer .payment-methods dd .dob-day {
  float: left;
  margin-right: 10px;
}
.osc-container .checkoutcontainer .payment-methods dd .dob-month {
  float: left;
  margin-right: 10px;
}
.osc-container .checkoutcontainer .payment-methods dd .tac-accept {
  height: 80px;
}
.osc-container .checkoutcontainer .payment-methods dd #payment_form_buckaroo3extended_afterpay {
  padding-left: 15px;
}
.osc-container .checkoutcontainer .onestepcheckout-numbers {
  background-image: none !important;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 3px 0px;
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #71a7ab;
  font-family: "proxima-nova" !important;
  font-size: 18px !important;
  color: #333333 !important;
  font-weight: 700 !important;
  text-transform: none !important;
  text-decoration: none !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .osc-container .checkoutcontainer .col-right {
    margin-top: 20px;
  }
}
.osc-container .checkoutcontainer .osc-col-right {
  margin-right: 20px;
  margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .osc-container .checkoutcontainer .osc-col-right {
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .osc-container .checkoutcontainer .osc-col-right .onestepcheckout-place-order-wrapper {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .osc-container .checkoutcontainer .osc-col-right {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.osc-container .checkoutcontainer .osc-col-middle {
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .osc-container .checkoutcontainer .osc-col-middle {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.osc-container .checkoutcontainer .osc-col-left {
  margin-right: 5px;
  margin-left: 20px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .osc-container .checkoutcontainer .osc-col-left {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
}
.osc-container .checkoutcontainer #billing_address ul,
.osc-container .checkoutcontainer #shipping_address ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.osc-container .checkoutcontainer #billing_address ul .address-select,
.osc-container .checkoutcontainer #shipping_address ul .address-select {
  margin-bottom: 20px;
}
.osc-container .checkoutcontainer #billing_address ul .address-select label,
.osc-container .checkoutcontainer #shipping_address ul .address-select label {
  margin-bottom: 5px;
  display: block;
}
.osc-container .checkoutcontainer .control label {
  margin-left: 7px;
  display: inline-block;
}
.osc-container .checkoutcontainer .input-text {
  width: 100% !important;
  height: 40px;
  line-height: 40px;
  border: 1px solid #71a7ab;
}
.osc-container .checkoutcontainer .input-box {
  margin-bottom: 10px;
}
.osc-container .checkoutcontainer .input-box #billing\:street1,
.osc-container .checkoutcontainer .input-box #shipping\:street1 {
  margin-bottom: 10px;
}
.osc-container .checkoutcontainer .input-box .select-box select {
  width: 130%;
}
.osc-container .checkoutcontainer .input-telephone-fullwidth {
  width: 100%;
  padding: 0px;
}
.osc-container .checkoutcontainer .input-firstname,
.osc-container .checkoutcontainer .input-lastname,
.osc-container .checkoutcontainer .input-email,
.osc-container .checkoutcontainer .input-telephone,
.osc-container .checkoutcontainer .input-postcode,
.osc-container .checkoutcontainer .input-company,
.osc-container .checkoutcontainer .input-fax,
.osc-container .checkoutcontainer .input-password,
.osc-container .checkoutcontainer .input-kvk {
  width: 50%;
  float: left;
}
.osc-container .checkoutcontainer .input-address-short {
  width: 30%;
  padding-left: 10px;
}
.osc-container .checkoutcontainer .input-address-short:first-child {
  width: 70%;
  padding-left: 0px;
  padding-right: 10px;
}
.osc-container .checkoutcontainer .input-password {
  width: 50%;
  padding-left: 10px;
}
.osc-container .checkoutcontainer .input-password label {
  display: block;
  height: 20px;
}
.osc-container .checkoutcontainer .input-password:first-child {
  padding-left: 0px;
  padding-right: 10px;
}
.osc-container .checkoutcontainer .input-firstname,
.osc-container .checkoutcontainer .input-email,
.osc-container .checkoutcontainer .input-postcode,
.osc-container .checkoutcontainer .input-company {
  padding-right: 10px;
}
.osc-container .checkoutcontainer .input-lastname,
.osc-container .checkoutcontainer .input-telephone,
.osc-container .checkoutcontainer .input-kvk {
  padding-left: 10px;
}
.osc-container .checkoutcontainer .input-city {
  width: 100%;
}
.osc-container .checkoutcontainer #shipping_address_list .input-telephone {
  width: 100%;
  padding: 0px;
}
.osc-container .checkoutcontainer .button {
  float: right;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.osc-container .checkoutcontainer .button:hover {
  background-color: #00b700;
}
.osc-container .checkout-agreements {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.osc-container .checkout-agreements p {
  margin: 0px;
  padding: 0px;
}
.osc-container .checkout-agreements p label {
  margin-right: 0px;
}
.osc-container .checkout-agreements p a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: underline;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.osc-container .checkout-agreements p a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.osc-container .color-code {
  width: 145px;
  vertical-align: top;
  padding: 8px 15px 0px 0px;
  font-family: "proxima-nova";
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .osc-container .color-code {
    width: 130px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .osc-container .color-code {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .osc-container .color-code {
    width: 31%;
    padding-top: 15px;
    padding-left: 20px;
  }
}
.osc-container .onestepcheckout-comments textarea {
  width: 100%;
}
.osc-container .onestepcheckout-custom-options {
  list-style-type: none!important;
}
.osc-container .colorselector-color {
  box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.2);
  border: none;
  background-image: none;
  height: 15px;
  width: 15px;
  position: inherit;
  cursor: auto;
  margin-right: 5px;
}
#onestepcheckout-form label .buckaroo-method .disabled {
  width: 100% !important;
  height: 40px;
  line-height: 40px;
  border: 1px solid #71a7ab;
  color: #333333;
  background-color: #dadada !important;
  padding: 0 10px;
}
.messages {
  list-style-type: none;
  position: relative;
  z-index: 1;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width: 100%;
}

.faonnicallback-index-index .messages{
  margin-top: 60px;
}

.messages > li {
  margin: 0px;
  padding: 10px;
}
.messages > li.success-msg {
  background-color: #79d112;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.messages > li.success-msg:before {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  float: left;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.messages > li.error-msg {
  background-color: #e10000;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.messages > li.error-msg:before {
  font-family: 'verfwinkel';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61d";
  float: left;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.messages ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.forgot-password {
  margin: 0px;
  padding: 0px;
}
.forgot-password .block {
  background-color: #ffffff;
  margin: 0px;
  padding: 15px 20px 10px 20px;
}
.forgot-password .block p {
  margin: 0px;
  padding: 0px;
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.forgot-password .block p.form-instructions {
  margin-bottom: 10px;
}
.forgot-password .block .buttons-set {
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.cms-page-view:not(.cms-onze-merken) .std,
.cms-no-route .std {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
.cms-page-view:not(.cms-onze-merken) .sidebar-content,
.cms-no-route .sidebar-content {
  padding: 20px 0px 14px 30px;
  background-color: #FFF;
}
.cms-page-view:not(.cms-onze-merken) .sidebar-content ul,
.cms-no-route .sidebar-content ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.cms-page-view:not(.cms-onze-merken) .sidebar-content ul li,
.cms-no-route .sidebar-content ul li {
  margin: 0px 0px 10px 0px;
}
.cms-page-view:not(.cms-onze-merken) .sidebar-content ul li .current,
.cms-no-route .sidebar-content ul li .current {
  font-weight: bold;
}
.cms-page-view:not(.cms-onze-merken) .sidebar-content ul li a,
.cms-no-route .sidebar-content ul li a {
  color: #333333;
  text-decoration: none;
}
.cms-page-view:not(.cms-onze-merken) .sidebar-content ul li a:hover,
.cms-no-route .sidebar-content ul li a:hover {
  color: #d91b5c;
}
body.landing-page-linked .block-head.page-title {
  padding-left: 15px;
  padding-right: 15px;
}
body.landing-page-linked .main img {
  margin: 0 0 15px 0;
}
.checkout-onepage-success .page-block,
.checkout-onepage-failure .page-block {
  margin: 0px;
  padding: 20px;
  background-color: #ffffff;
}
.customer-account .fieldset,
.customer-account .buttons-set,
.customer-account .welcome-msg,
.customer-account .box-account {
  background-color: #ffffff;
  margin: 0px;
  padding: 20px;
}
.customer-account dl#my-account-list {
  margin: 0px;
  padding: 0px;
}
.customer-account dl#my-account-list dd {
  margin: 0px;
  padding: 0px;
}
.customer-account dl#my-account-list dd ol {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.customer-account dl#my-account-list dd ol a {
  font-family: "proxima-nova";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.customer-account dl#my-account-list dd ol a:hover {
  color: #d91b5c;
  text-decoration: none;
}
.customer-account .block-content {
  background-color: #ffffff;
  margin: 0px;
  padding: 10px;
}
.customer-account .form-list .control .checkbox {
  float: left;
}
.customer-account .form-list .control label {
  float: left;
  position: relative;
  top: -3px;
  margin-left: 6px;
  font-weight: 400;
}
.mobile-topmenu {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.sm-pink {
  height: calc(100% - 140px);
  padding: 15px 0 30px;
}
.mobilemenu {
  background-color: #ffffff;
  height: 45px;
  margin: 0;
  padding: 0;
}
.mobilemenu .mobilemenu--inline {
  display: flex;
}
.mobilemenu .mobilemenu--inline > * {
  flex-shrink: 0;
}
.mobilemenu .mobilemenu--inline > .search-wrapper {
  flex-shrink: 1;
  width: 100%;
}
.mobilemenu a.mobile-slideout-trigger.active {
  background: #eaf3f4;
}
.mobilemenu a.mobile-slideout-trigger.active:after {
  top: 43px;
  left: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 120;
  pointer-events: none;
  border-color: rgba(64, 72, 72, 0);
  border-top-color: #eaf3f4;
  border-width: 10px;
  margin-left: -11px;
}
.mobilemenu p.phone,
.mobilemenu p.envelope {
  height: 45px;
  padding: 0;
  text-align: center;
  width: 45px;
  order: 3;
}
.mobilemenu p.phone a,
.mobilemenu p.envelope a {
  color: #333333;
  display: block;
  font-size: 22px;
  text-decoration: none;
}
.mobilemenu p.phone a .icon-phone,
.mobilemenu p.envelope a .icon-envelope {
  position: relative;
  top: 2px;
}
.mobilemenu a.cart-button {
  background: #A3195B;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #A3195B 0%, #D72051 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #A3195B 0%, #D72051 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #A3195B 0%, #D72051 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  width: 40px;
  margin-left: 5px;
  margin-bottom: 5px;
  position: relative;
  order: 4;
}
.mobilemenu a.cart-button .icon-cart {
  color: #ffffff;
  font-size: 34px;
  position: relative;
  top: 2px;
}
.mobilemenu a.cart-button .cart-amount {
  background-color: #71a7ab;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
}
.mobilemenu a.mobile-slideout-trigger {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  text-decoration: none;
  width: 45px;
  margin-right: 10px;
}
.mobilemenu a.mobile-slideout-trigger .icon-hamburger {
  display: block;
  font-size: 20px;
  margin-top: 8px;
}
.mobilemenu a.mobile-slideout-trigger .title {
  margin-top: -2px;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
}
.mobilemenu .mobile-topmenu-container,
.mobilemenu .mobile-search-container {
  display: none;
  position: relative;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
}
.mobilemenu .mobile-topmenu-container a:after,
.mobilemenu .mobile-search-container a:after {
  display: none;
}
.mobilemenu .mobile-topmenu-container li,
.mobilemenu .mobile-search-container li {
  text-align: left;
  padding: 0 20px;
}
.mobilemenu #search_mini_form,
.mobilemenu .mobile-slideout-trigger {
  float: left;
}
.mobilemenu p.phone,
.mobilemenu a.cart-button {
  float: right;
}
.mobilemenu #search_mini_form {
  float: inherit;
  flex-grow: 2;
  width: inherit;
}
.mobilemenu #search_mini_form,
.mobilemenu #search_mini_form input,
.mobilemenu #search_mini_form #algolia-searchbox .magnifying-glass {
  height: 40px;
}
.mobilemenu #search_mini_form #algolia-searchbox .magnifying-glass {
  width: 40px;
  right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobilemenu #search_mini_form #algolia-searchbox .magnifying-glass {
    right: 0;
  }
}
.mobilemenu span.title {
  color: #333333;
  display: block;
  font-family: "proxima-nova";
  font-size: 12px;
  margin-top: -5px;
  width: 100%;
}
#colorpicker-modal {
  width: 570px;
}
@media (max-width: 767px) {
  #colorpicker-modal {
    width: 300px;
  }
}
.title-buttons {
  margin-bottom: 20px;
}
.addresses-primary address,
.dashboard address {
  font-style: normal;
}
.ordertable .pager .count-container {
  overflow: auto;
}
.ordertable .pager .count-container .amount {
  float: left;
  display: inline-block;
}
.ordertable .pager .count-container .limiter {
  float: right;
  display: inline-block;
}
.background-white {
  padding: 20px;
  background-color: white;
}
.brands-index-index .brands {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .brands-index-index .brands {
    columns: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brands-index-index .brands {
    columns: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brands-index-index .brands {
    columns: 3;
  }
}
@media (min-width: 1200px) {
  .brands-index-index .brands {
    columns: 4;
  }
}
.brands-index-index .brands dl {
  margin-top: 0;
}
.brands-index-index .brands dl dt {
  font-weight: 600;
}
.brands-index-index .brands dl dd {
  margin: 0;
}
.brands-index-index .brands dl dd ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#confirmBox {
  border: none;
  border-radius: 0;
  max-width: 885px;
  width: 100%;
}
.am-center #messageBox {
  padding: 30px 30px 0 30px;
}
.am-center #confirmButtons {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .am-center #confirmButtons {
    flex-direction: column;
  }
}
.am-center #confirmButtons button {
  border-radius: 2px;
  margin: 0 5px;
  padding: 0 45px 0 15px;
  width: auto;
  box-shadow: none;
}
@media (max-width: 767px) {
  .am-center #confirmButtons button {
    margin: 5px;
  }
}
.am-center #confirmButtons button:after {
  color: #ffffff;
  content: "\e61f";
  font-family: 'verfwinkel';
  position: absolute;
  right: 10px;
}
.am-center #confirmButtons button.button.am-btn-left {
  background-color: transparent!important;
  border: 2px solid #71a7ab;
  color: #71a7ab;
  order: 2;
}
.am-center #confirmButtons button.button.am-btn-left:after {
  color: #71a7ab;
}
.am-center #confirmButtons button.button.am-btn-right {
  background-image: linear-gradient(135deg, #A3195B 0%, #D72051 100%) !important;
  color: #ffffff;
}
.amcart-title {
  background-color: #00b700;
}
.amcart-title svg {
  margin-right: 10px;
}
#confirmBox .amcart-title a {
  color: #ffffff !important;
  text-decoration: none;
}
#messageBox .amcart-title > a {
  font-size: 18px;
  font-weight: normal;
  padding: 12px;
  word-break: unset;
}
#confirmBox,
#am-a-count.link {
  color: #333333;
  text-decoration: none;
}
#amcart-count .link {
  font-weight: normal;
}
.amcart-related-block {
  background: #edf5f5;
}
#am-block-related {
  margin-bottom: 0;
}
.amcart-related-block .am-related-title {
  background: transparent;
  font-size: 18px;
  height: inherit;
  line-height: initial;
  margin: 0;
  padding: 30px 30px 24px  30px;
}
.am-related-title > .am-title {
  background-color: transparent !important;
  font-size: 20px;
  color: #d91b5c;
}
#confirmBox .category-products {
  padding: 0 30px;
}

.link-compare{
  display: block;
  text-align: center;
  padding: 5px 0 10px;
}

#compare-items{
  list-style: none;
  padding: 0;
}

#compare-items li{
  position: relative;
}

#compare-items li .btn-remove{
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  text-decoration: none;
  font-size: 28px;
  line-height: 24px;
}

#compare-items li .btn-remove:hover{
  font-weight: 700;
}

a.remove-all{
  color: black;
  display: block;
  text-align: right;
}

#compare-items .product-name{
  width: calc(100% - 20px);
  padding-bottom: 10px;
}

.page-popup.catalog-product-compare-index{
  padding: 30px 20px 10px 20px;
}

.attribute-set tr td{
  padding: 5px 0;
}

.compare-table th span{
  padding-right: 25px;
  padding-left: 5px;
  white-space: nowrap;
}

.attribute-set .odd{
  background: white;
}

.block.block-callback{
  padding: 40px;
  width: 100%;
  left: 0;
  background: white;
  z-index: 1100;
}

.call-form.form-list li{
  margin-right: 10px;
}

.headertop--wrapper ul.headertop--secondary-menu li.fields:after{
  display: none;
}

.block-callback p{
  padding: 0;
}

.catalog-product-compare-index .product-name a{
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}


.catalog-product-compare-index .special-price .price-including-tax {
  line-height: 22px;
  font-family: "proxima-nova";
  font-size: 20px;
  color: #d91b5c;
  font-weight: 700;
  text-transform: none;
}

.catalog-product-compare-index .old-price .price-including-tax{
  text-decoration: line-through;
  font-family: "proxima-nova";
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
}

.catalog-product-compare-index .old-price {
  padding-bottom: 0;
}

.zakelijkbestellen-index-nl .std,
.zakelijkbestellen-index-be .std {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}

.zakelijkbestellen-index-nl .wrapper-container .page > .container ~ .container,
.zakelijkbestellen-index-be .wrapper-container .page > .container ~ .container,
.faonnicallback-index-index .wrapper-container .page > .container ~ .container{
  padding-top: 0;
}

.zakelijkbestellen-index-nl .wrapper-container .page > .container,
.zakelijkbestellen-index-be .wrapper-container .page > .container,
.faonnicallback-index-index .wrapper-container .page > .container{
  padding-top: 200px;
}

.zakelijkbestellen-index-nl .main,
.zakelijkbestellen-index-be .main,
.faonnicallback-index-index .main {
  padding-top: 10px;
}

.blog-products-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.blog-products-wrapper .product-button a{
  width: 100%;
}

.blog-products-wrapper .product-info h2.product-name{
  margin-bottom: 10px;
}

.item.blog-product{
  width: calc(25% - 10px);
  margin: 0 5px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.product-button{
  width: 100%;
  text-align: center;
}

.product-button a{
  color: #fff;
  background: #d91b5c;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  width: 200px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}


.ambanners .block,
.ambanners img{
  width: inherit;
}

.product-button a:hover{
  color: #fff;
}

@media (max-width: 992px) {
  .item.blog-product{
    width: calc(50% - 10px);
  }

  .product-button a{
    width: inherit;
  }


}

@media (max-width: 767px){
  .item.blog-product h2.product-name{
    height: 45px;
  }
}


/*VER-790*/
/*.catalog-category-view #category-products-container .row div:nth-child(1) .item,*/
/*.catalog-category-view #category-products-container .row div:nth-child(2) .item,*/
/*.catalog-category-view #category-products-container .row div:nth-child(3) .item {*/
/*  border: 4px solid #d91b5c;*/
/*}*/

.product-price{
  display: flex;
}

.small-cart-btn{
  background-color: #00b700;
  color: white;
  font-weight: 100;
  border-radius: 7px;
  font-size: 25px;
  display: flex;
  margin: -6px 0 0 20px;
  text-decoration: none;
}

.small-cart-btn:hover{
  color: white;
}

.small-cart-btn:after{
  content: "\e620";
  font-family: 'verfwinkel';
}

.item .price-including-tax .label{
  display: none;
}


@media (max-width: 767px){
  .product-price{
    flex-wrap: wrap;
  }

  .small-cart-btn{
    margin: 10px 0 0;
    width: 100%;
    justify-content: center;
  }
}

.customer-dob-afterpay_nl_digital_invoice.customer-dob{
  display: flex;
}

.afterpay-terms{
  display: flex;
}

.afterpay-terms input{
  margin-right: 10px;
  margin-top: 5px;
}


#p_method_afterpay_nl_business + label,
#p_method_afterpay_nl_digital_invoice + label{
  margin-left: 45px;
  position: relative;
}

#p_method_afterpay_nl_business + label:before,
#p_method_afterpay_nl_digital_invoice + label:before {
  content: '';
  width: 37px;
  height: 23px;
  display: block;
  background-image: url("../images/paymentmethods/afterpay_logo.png");
  position: absolute;
  left: -45px;
  top: -4px;
}

#carrier_postnl.options-available{
  display: flex;
  flex-wrap: wrap;
}

#carrier_postnl.options-available input{
  margin-right: 5px;
}

#carrier_postnl.options-available label{
  width: calc(100% - 55px);
  display: block;
}

@media (max-width: 992px) {
  #carrier_postnl.options-available {
    display: block;
  }
}


.colorbox label .price--discount {
  font-size: 21px;
  font-weight: 600
}

.colorbox label .price--normal {
  font-size: 14px;
  opacity: 0.8;
}

#recently-viewed-container .old-price:after {
  display: none!important;
}


#recently-viewed-container .price-excluding-tax .label + .price,
#recently-viewed-container .price-including-tax .label + .price,
.category-products .item .product-price .price-box > span.price-including-tax,
.cms-index-index span.price-including-tax,
.catalog-category-view span.price-including-tax{
  color: #ff7700;
}


@media screen and (max-width: 600px){
  .colorbox label .price--normal{
    margin-top: 7px;
  }
}

#mp-subdiv2 {
  left: unset !important;
  right: 50px !important;
  bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  #mp-subdiv2 {
    margin: 0 !important;
    bottom: 20px !important;
    width: 80% !important;
    right: 50% !important;
    transform: translateX(50%)
  }
}

#most-ordered-pdp {
  margin-top: 20px;
}