/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* vars */
.row.no-gutters {
  display: inline-flex;
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* Base CSS */
body {
  font-family: 'source-sans-pro', serif;
  font-size: 16px;
  padding-right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'oswald-medium', Arial, serif;
  color: #324e8d;
  text-transform: uppercase;
}
h1 {
  font-size: 29px;
  line-height: 29px;
}
h2 {
  font-size: 26px;
  line-height: 26px;
}
h3 {
  font-size: 23px;
  line-height: 23px;
}
.page-header {
  margin-bottom: 0;
  border-bottom: 0;
}
.page-header .panel.wrapper {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .container,
  .page-main {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1300px) {
  .container,
  .page-main {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .container,
  .page-main {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1500px) {
  .container,
  .page-main {
    max-width: 1400px;
  }
}
/* Modal positioning CSS */
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}
/*Left*/
.modal.left.fade .modal-dialog {
  width: 500px;
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.fade.in {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}
/* Header CSS */
.page-header {
  z-index: auto;
  padding-top: 50px;
}
.page-header #header-items {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1047;
}
.page-header .autocomplete-suggestions {
  display: none;
}
.page-header.show-search {
  z-index: 10;
}
.page-header.show-search .autocomplete-suggestions {
  display: block;
}
#search_autocomplete {
  display: none;
}
.checkout-index-index .column.main {
  padding-top: 50px;
}
#checkout-banner #header-items {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1047;
}
.header.content,
#checkout-banner .header.content {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding: 0;
  background-color: #324e8d;
  color: #fff;
  font-size: 1.6rem;
  padding-top: 13px;
  padding-bottom: 13px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: unset;
}
#header-items ul {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 13px;
  padding-top: 4px;
}
@media (max-width: 1140px) {
  #header-items ul {
    text-align: center;
  }
}
#header-items ul li {
  display: inline-block;
  list-style-type: none;
  padding-left: 20px;
  font-size: 13px;
  font-family: 'source-sans-pro', serif;
  margin-bottom: 0;
}
#header-items ul li:first-of-type {
  padding-left: 0;
}
#header-items ul li:before {
  content: '';
  width: 13px;
  height: 9px;
  background-image: url('../images/check.svg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #68bf7b;
  margin-right: 5px;
  display: inline-block;
}
#header-items .kiyoh-header {
  font-size: 13px;
  line-height: 13px;
  position: relative;
  display: inline-block;
}
#header-items .kiyoh-header a.kiyoh-link:hover,
#header-items .kiyoh-header a.kiyoh-link:active,
#header-items .kiyoh-header a.kiyoh-link:focus {
  text-decoration: none;
}
#header-items .kiyoh-header span {
  display: inline-block;
  color: white;
}
#header-items .kiyoh-header .kiyoh-rating {
  background-image: url(../images/kiyoh_shape.svg);
  display: inline-block;
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 11px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: -12px;
  right: 90px;
}
#header-items .kiyoh-header img {
  display: inline-block;
  margin-top: -7px;
  margin-right: 15px;
  margin-left: 50px;
}
/* Menu styling */
.custom-nav.nav-toggler {
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.secundary-nav .nav-modal .modal-dialog {
  transform: none;
}
.secundary-nav .nav-modal .modal-content {
  border: 0;
  border-radius: 0;
}
.secundary-nav .nav-modal .sidebar-container {
  padding: 60px;
}
.secundary-nav .nav-modal .sidebar-container .nav-header {
  display: block;
  width: 100%;
}
.secundary-nav .nav-modal .sidebar-container .nav-header .nav-close-btn {
  display: inline-block;
  width: 25px;
  height: 75px;
  float: left;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  opacity: 1;
}
.secundary-nav .nav-modal .sidebar-container .nav-header .nav-logo {
  display: inline-block;
  height: 75px;
  width: auto;
  float: left;
  padding-left: 25px;
}
.secundary-nav .nav-modal .sidebar-container .nav-header .nav-logo a {
  display: block;
  width: 100%;
  height: 75px;
  margin: 0;
}
.secundary-nav .nav-modal .sidebar-container .nav-header .nav-logo a img {
  height: 75px;
  width: 100%;
}
.secundary-nav .nav-modal .sidebar-container > ul {
  padding-top: 60px;
  float: none;
  clear: both;
  padding-left: 0;
}
.secundary-nav .nav-modal .sidebar-container > ul > li {
  color: black;
  list-style: none;
  border-bottom: 2px solid #e2e2e2;
  padding-left: 60px;
  cursor: pointer;
  margin-bottom: 0;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links) a {
  color: black;
  font-weight: 600;
  font-size: 22px;
  padding: 20px 0 20px 0;
  display: block;
  font-family: 'source-sans-pro-semi-bold', Arial, serif;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links).parent {
  position: relative;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links).parent > a {
  pointer-events: none;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links).parent:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  height: 20px;
  width: 10px;
  left: 20px;
  top: 25px;
  transition: all 0.2s ease;
  background-image: url(../images/arrow-right.svg);
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links).parent > ul {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
  padding: 0;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links).parent.active:before {
  transform: rotate(180deg);
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links).parent.active > ul {
  max-height: 2000px;
  padding-bottom: 35px;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links) > ul {
  padding-left: 0;
  padding-bottom: 10px;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links) > ul > li {
  list-style: none;
  margin-bottom: 0;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links) > ul > li a {
  color: black;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 0;
  display: block;
  font-family: 'source-sans-pro', Arial, serif;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links) > ul > li.child {
  position: relative;
  padding-left: 20px;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links) > ul > li.child > a {
  pointer-events: none;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links) > ul > li.child:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  height: 15px;
  width: 8px;
  left: 0px;
  top: 10px;
  transition: all 0.2s ease;
  background-image: url(../images/arrow-right.svg);
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links) > ul > li.child > ul {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
  padding: 0;
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links) > ul > li.child.active:before {
  transform: rotate(180deg);
}
.secundary-nav .nav-modal .sidebar-container > ul > li:not(.extra_links) > ul > li.child.active > ul {
  max-height: 2000px;
  padding-bottom: 35px;
}
.secundary-nav .nav-modal .sidebar-container > ul > li.extra_links {
  border-bottom: 0;
  padding-top: 40px;
}
.secundary-nav .nav-modal .sidebar-container > ul > li.extra_links a {
  color: black;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 0;
  line-height: 1.5;
}
.secundary-nav .nav-modal .sidebar-container > ul > li.extra_links a:hover,
.secundary-nav .nav-modal .sidebar-container > ul > li.extra_links a:active,
.secundary-nav .nav-modal .sidebar-container > ul > li.extra_links a:focus {
  color: black;
  text-decoration: underline;
}
.secundary-nav .nav-modal .sidebar-container .nav-item h2 {
  color: black;
  font-weight: 600;
  font-size: 18px;
  padding: 30px 0 10px 0;
  display: block;
  font-family: 'source-sans-pro-semi-bold', Arial, serif;
  text-transform: none;
}
.custom-toggler {
  border: 0;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url(../images/nav.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
/* Logo styles */
.logo-wrapper .logo {
  display: block;
  height: 75px;
  margin: 20px 0;
}
.logo-wrapper .logo img {
  height: 100%;
  width: auto;
  max-width: initial;
}
/* Primary nav styles */
.primary-nav #primary_nav > ul {
  padding-left: 0;
  padding-right: 0;
}
.primary-nav li {
  margin-bottom: 0;
}
.primary-nav li span {
  font-weight: 600;
  font-size: 16px;
  color: black;
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
  font-family: 'source-sans-pro-semi-bold', Arial, serif;
}
.primary-nav li:first-child span {
  padding-left: 0;
}
.primary-nav li:last-child span {
  padding-right: 0;
}
/* Header search styling */
.block.block-search {
  float: none;
  clear: both;
  width: auto;
  z-index: 1;
  border-top: 0;
  padding-left: 0;
}
.block.block-search .form.minisearch {
  width: auto !important;
  float: none !important;
}
.block.block-search .form.minisearch .label {
  display: none;
}
.block.block-search .form.minisearch .control {
  border-top: 0;
  padding: 0;
}
.block.block-search .form.minisearch .control input.input-text {
  border-radius: 50px;
  background-color: #f2f2f2;
  padding-left: 60px;
  border: 0;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  font-family: 'source-sans-pro-italic', serif;
  line-height: 12px;
  font-size: 14px;
  width: 100%;
  position: relative;
  left: auto;
  margin: 0;
}
.block.block-search .form.minisearch .control .nested .action.advanced {
  display: none;
}
.block.block-search .form.minisearch #search_autocomplete {
  display: none;
}
.block.block-search .form.minisearch .actions button.action.search {
  position: absolute;
  left: 20px;
  right: auto;
  top: 13px;
  background-image: url(../images/search.svg);
  background-position: center center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  border: 0;
}
@media all and (max-width: 576px) {
  .block.block-search .form.minisearch .actions button.action.search {
    left: 30px;
  }
}
.block.block-search .form.minisearch .actions button.action.search span {
  display: none;
}
.block.block-search .form.minisearch .actions button.action.search:before {
  display: none;
}
.block.block-search .form.minisearch .autocomplete-suggestions .autocomplete-suggestion .product-line.product-name {
  font-family: 'oswald-medium', Arial, serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  color: #324e8d;
  letter-spacing: 0.2px;
  padding-top: 5px;
}
/* My account */
.my-account a {
  display: block;
  background-image: url(../images/account.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
}
.my-account a span {
  display: none;
}
.compare-products-menu-item a {
  display: block;
  background-image: url(../images/compare.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
}
.compare-products-menu-item a span {
  display: none;
}
/* My wishlist */
.header-bottom .wishlist a {
  display: block;
  background-image: url(../images/wishlist.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
  position: relative;
}
.header-bottom .wishlist a span {
  display: none;
}
.header-bottom .wishlist a span.counter {
  display: block;
  background: #0bbbef;
  color: #ffffff;
  height: 25px;
  line-height: 15px;
  font-size: 15px;
  border-radius: 17px;
  margin: 0;
  min-width: 29px;
  overflow: hidden;
  padding: 2px 0;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -16px;
  right: -10px;
  border: 2px solid white;
  width: 25px;
}
.header-bottom .wishlist a span.counter.empty {
  display: none;
}
/* Minicart */
.minicart-wrapper {
  margin: 0;
}
.minicart-wrapper .action.showcart {
  background-image: url(../images/cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
  display: block;
  float: left;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.minicart-wrapper .action.showcart span.counter.qty {
  background: #0bbbef;
  color: #ffffff;
  height: 25px;
  line-height: 15px;
  font-size: 15px;
  border-radius: 17px;
  margin: 0;
  min-width: 29px;
  overflow: hidden;
  padding: 2px 0;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -16px;
  right: -10px;
  border: 2px solid white;
}
.minicart-wrapper .action.showcart span.counter.qty.empty {
  display: none;
}
@media all and (max-width: 576px) {
  .col-logo {
    float: left;
    width: 30%;
  }
  .col-nav .custom-nav.nav-toggler {
    background-image: url(/assets/images/nav.svg);
    height: 22px;
    margin-top: 6px;
    margin-left: 10px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
  }
  .col-nav .custom-nav.nav-toggler img {
    display: none;
  }
  .col-nav-control {
    float: right;
    display: block;
    width: 70%;
    padding-right: 30px;
  }
}
.home-slider {
  width: 100%;
  max-height: 560px;
  position: relative;
}
.home-slider:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25533964) 0%, rgba(255, 255, 255, 0) 100%);
}
.home-slider .slick-slide {
  text-align: center;
}
.home-slider .slick-slide .slider-button {
  width: auto;
  margin: 0 auto;
  display: block;
  background: #ff3f2b;
  border: 0;
  border-radius: 50px;
  font-family: 'source-sans-pro', serif;
  font-size: 20px;
  padding: 16px 30px 17px 30px;
  color: white;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .2s;
}
.home-slider .slick-slide .slider-button:hover {
  text-decoration: none;
  background: #ec4434;
  box-shadow: 0 0 18px #0000002e;
}
.home-slider .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 560px;
}
.home-slider slick-prev:before,
.home-slider .slick-next:before {
  color: white;
}
.breadcrumbs {
  max-width: inherit;
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0) 60%);
  padding-top: 20px;
}
.breadcrumbs ul li.item a {
  color: #324e8d;
}
.breadcrumbs ul li.item:last-of-type * {
  color: #0bbbef;
}
/*Homepage blokken populaire categorieën opmaak */
.home-middle-block {
  background-color: #324e8d;
  margin-top: 60px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-middle-block .home-middle-block-title {
  color: white;
}
.home-middle-block .home-middle-block-text p {
  font-size: 18px;
  line-height: 30px;
}
.home-middle-block .home-middle-block-content {
  color: #fff;
}
.home-middle-block .home-middle-block-content .home-middle-block-title {
  font-family: 'oswald-medium', Arial, serif;
  font-size: 35px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.home-middle-block .home-middle-block-content .home-middle-block-text {
  font-family: 'source-sans-pro', Arial, serif;
  font-size: 22px;
}
.home-middle-block .home-middle-block-content .home-middle-circle {
  height: auto;
  width: 33%;
  position: relative;
  z-index: 1;
  background-color: rgba(81, 105, 158, 0.6);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 150px;
  margin-top: -30px;
  font-family: 'fjalla-one-regular', Arial, serif;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}
.home-middle-block .home-middle-block-content .home-middle-circle:hover {
  background-color: rgba(11, 187, 239, 0.6);
  transform: scale(1.1);
}
.home-middle-block .home-middle-block-content .home-middle-circle.circle-middle {
  z-index: 2;
  margin-left: -40px;
  margin-right: -40px;
  position: relative;
}
.home-middle-block .home-middle-block-content .home-middle-circle.circle-middle img {
  bottom: 65px;
}
.home-middle-block .home-middle-block-content .home-middle-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.home-middle-block .home-middle-block-content .home-middle-circle > .circle-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-middle-block .home-middle-block-content .home-middle-circle > .circle-content span {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 23px;
  font-size: 23px;
  margin-top: 40px;
  font-family: 'source-sans-pro', serif;
}
.home-middle-block .home-middle-block-content .home-middle-circle > .circle-content img {
  width: 65%;
  margin: 0 auto ;
  top: auto;
  left: 0;
  right: 0;
  bottom: 45px;
  position: absolute;
}
@media all and (max-width: 992px) {
  .home-middle-block .home-middle-block-content .home-middle-circle {
    max-width: 265px;
    width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    margin: 0 auto ;
    display: block;
  }
  .home-middle-block .home-middle-block-content .home-middle-circle.circle-middle {
    width: 100%;
    margin: 10px auto ;
  }
  .home-middle-block .home-middle-block-content .home-middle-circle .circle-content {
    padding: 20px;
  }
  .home-middle-block .home-middle-block-content .home-middle-circle .circle-content span {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .home-middle-block .home-middle-block-content .home-middle-circle .circle-content img {
    position: relative;
    bottom: auto;
    display: inline-block;
    width: 50%;
    height: auto;
    margin: 0;
  }
}
/* Populaire producten opmaak */
.popular-products .popular-header {
  padding-top: 50px;
  padding-bottom: 30px;
}
.popular-products .card {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  border: none;
  overflow: hidden;
  transform: scale(1);
  transition: all.2s;
  box-shadow: 0 0 0 0 transparent;
  background: transparent;
}
.popular-products .card.product-card {
  position: relative;
}
.popular-products .card.product-card a.absolute-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.popular-products .card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 13px 0px #00000024;
}
.popular-products .card:hover a.towishlist {
  opacity: 1;
  box-shadow: none;
}
.popular-products .card .card-title {
  min-height: 60px;
  margin-top: 20px;
}
.popular-products .card .card-title .prod-title {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  color: #324e8d;
  letter-spacing: 0.2px;
}
.popular-products .card .card-body {
  padding: 0;
}
.popular-products .card .popular-attribute-size {
  font-family: 'source-sans-pro', Arial, serif;
  font-size: 14px;
  color: #706f6f;
}
.popular-products .card .popular-attribute-delivery {
  font-family: 'source-sans-pro-semi-bold', Arial, serif;
  font-size: 14px;
  color: #68bf7b;
}
.popular-products .card .popular-price {
  font-family: 'oswald-medium', Arial, serif;
  font-size: 22px;
  line-height: 25px;
}
.popular-products .card .card-footer {
  background-color: transparent;
  border-top: 0;
  padding: 0;
}
.products.products-grid .item.product.product-item {
  overflow: hidden;
}
.popular-sale-flag {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -30px;
  z-index: 2;
  width: 70px;
  height: 70px;
  background-color: #f74633;
  border-radius: 50%;
  color: #fff;
  font-family: 'source-sans-pro', Arial, serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 75px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4px;
}
.popular-new-flag {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -30px;
  z-index: 2;
  width: 70px;
  height: 70px;
  background-color: #ffc12b;
  border-radius: 50%;
  color: #fff;
  font-family: 'source-sans-pro', Arial, serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 75px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4px;
}
.popular-tip-flag {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -30px;
  z-index: 2;
  width: 179px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000000;
  font-family: 'source-sans-pro', Arial, serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 75px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4px;
}
.popular-attribute-size {
  font-family: 'source-sans-pro', Arial, serif;
  font-size: 14px;
  color: #706f6f;
}
a.towishlist {
  opacity: 0;
  display: block !important;
  width: 40px !important;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
  background-color: white;
  border-radius: 50%;
  transition: all .2s;
  padding: 10px 9px 9px 9px;
  line-height: 20px;
}
a.towishlist:before {
  display: none !important;
}
a.towishlist:hover {
  box-shadow: 0 0 9px #0000003b;
}
.product-usp-box {
  font-family: 'source-sans-pro-semi-bold', Arial, serif;
  font-size: 14px;
  color: #68bf7b;
  margin-top: 1rem;
}
.product-usp-box span {
  display: block;
}
.gallery-wrapper,
.fotorama--fullscreen {
  width: 100%;
  float: left;
  display: block;
  position: relative;
}
.gallery-wrapper .towishlist,
.fotorama--fullscreen .towishlist {
  background-color: transparent;
  opacity: 1;
  right: 22px;
  z-index: 50;
}
.gallery-wrapper .towishlist:hover,
.fotorama--fullscreen .towishlist:hover {
  background-color: white;
}
.gallery-wrapper .fotorama__nav-wrap.fotorama__nav-wrap--horizontal,
.fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  padding-top: 25px;
}
.gallery-wrapper .fotorama__thumb,
.fotorama--fullscreen .fotorama__thumb {
  height: 65px;
}
.gallery-wrapper .fotorama__thumb img,
.fotorama--fullscreen .fotorama__thumb img {
  height: 65px;
  object-fit: cover;
  width: 100%;
}
.gallery-wrapper .fotorama__thumb-border,
.fotorama--fullscreen .fotorama__thumb-border {
  border: 1px solid #324e8d;
}
.gallery-wrapper .fotorama__thumb-border,
.fotorama--fullscreen .fotorama__thumb-border,
.gallery-wrapper .fotorama__nav__frame.fotorama__nav__frame--thumb,
.fotorama--fullscreen .fotorama__nav__frame.fotorama__nav__frame--thumb {
  width: 88px;
  height: 65px !important;
}
.gallery-wrapper .fotorama__thumb-border .fotorama__img,
.fotorama--fullscreen .fotorama__thumb-border .fotorama__img,
.gallery-wrapper .fotorama__nav__frame.fotorama__nav__frame--thumb .fotorama__img,
.fotorama--fullscreen .fotorama__nav__frame.fotorama__nav__frame--thumb .fotorama__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.popular-products-button {
  padding: 12px 60px;
  color: #212529;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-radius: 45px;
  font-size: 17pt;
  font-family: source-sans-pro, Arial, serif;
  margin-top: 60px;
  margin-bottom: 30px;
}
.popular-products-button:hover {
  border: 2px solid black;
  background-color: transparent;
  box-shadow: 1px 4px 11px #00000026;
}
/* Footer opmaak */
.page-footer {
  margin-bottom: 50px;
  background-color: #324e8d;
}
.page-footer .footer {
  margin-top: 0;
  border: 0;
}
.page-footer .footer.content {
  padding-top: 0;
  padding-bottom: 0;
}
.page-footer .footer .footer-wrapper .logo-box {
  padding-bottom: 15px;
  padding-top: 10px;
}
.page-footer .footer .footer-wrapper .logo-box .ps-logo img {
  width: 100px;
  display: block;
}
.page-footer .footer .footer-wrapper .logo-box .payment-logos img.ps-logo {
  max-width: 75px;
  margin: 5px 7px;
  mix-blend-mode: screen;
}
.page-footer .footer .footer-wrapper .logo-box .shop-rating .kiyoh-rating {
  background-image: url(../images/kiyoh_shape.svg);
  display: inline-block;
  height: 75px;
  width: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 21px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.page-footer .footer .footer-wrapper .logo-box .shop-rating .webwinkel-keurmerk {
  display: inline-block;
  margin-left: 15px;
}
.page-footer .footer .footer-wrapper .footer-navs {
  padding-top: 10px;
}
.page-footer .footer .footer-wrapper .footer-navs .footer_title {
  color: #0bbbef;
  font-weight: 500;
  font-size: 16px;
  font-family: 'source-sans-pro-semi-bold', Arial;
}
.page-footer .footer .footer-wrapper .footer-navs ul {
  margin: 0;
  padding: 0;
}
.page-footer .footer .footer-wrapper .footer-navs ul li {
  color: white;
  list-style: none;
}
.page-footer .footer .footer-wrapper .footer-navs ul li.add-margin-bottom {
  padding-bottom: 35px;
}
.page-footer .footer .footer-wrapper .footer-navs ul li a {
  font-size: 16px;
  line-height: 1.6em;
  color: white;
}
.page-footer .footer .footer-wrapper .footer-copyright {
  color: white;
  padding-top: 40px;
  padding-bottom: 20px;
}
.page-footer .footer .footer-wrapper .footer-copyright a {
  color: white;
}
.page-footer .footer .footer-wrapper .footer-copyright .cr-box {
  margin: 0 15px;
  display: inline-block;
  font-size: 13px;
}
@media all and (max-width: 400px) {
  .page-footer .footer .footer-wrapper .footer-copyright .cr-box {
    display: block;
    text-align: center;
  }
}
.page-footer .footer .footer-wrapper .footer-copyright .social-buttons {
  position: absolute;
  right: 0;
  bottom: -45px;
}
.page-footer .footer .footer-wrapper .footer-copyright .social-buttons .social-button {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 20px;
}
.products.products-grid .item.product.product-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-left: 0;
  margin-bottom: 0;
  width: calc(100% / 4);
  transform: scale(1);
  transition: all.2s;
  box-shadow: 0 0 0 0 transparent;
}
@media all and (max-width: 992px) {
  .products.products-grid .item.product.product-item {
    width: calc(100% / 2);
  }
}
.products.products-grid .item.product.product-item .towishlist {
  top: 10px;
  right: 10px;
}
.products.products-grid .item.product.product-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 13px 0px #00000024;
}
.products.products-grid .item.product.product-item:hover .towishlist {
  opacity: 1;
}
.products.products-grid .item.product.product-item .product-item-info {
  width: 100%;
  position: Relative;
}
.products.products-grid .item.product.product-item .product-item-info > * {
  width: 100%;
  display: block;
}
.products.products-grid .item.product.product-item .product-item-info span.product-image-container {
  width: 100%;
}
.products.products-grid .item.product.product-item .product-item-info span.product-image-container span.product-image-wrapper {
  width: 100%;
  padding: 0 !important;
  height: auto !important;
}
.products.products-grid .item.product.product-item .product-item-info span.product-image-container span.product-image-wrapper .product-image-photo {
  display: block;
  margin: auto;
  width: 100%;
  position: relative;
}
.products.products-grid .item.product.product-item .product-item-info .product-item-name {
  min-height: 60px;
  margin-top: 20px;
}
.products .item.product a.product-item-link {
  font-family: 'oswald-medium', Arial, serif;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  color: #324e8d;
  letter-spacing: 0.2px;
}
.products .item.product a.product-item-link:hover {
  text-decoration: none;
}
/* General price styling */
.price-to {
  display: none;
}
.price-container .price-label,
.price-wrapper .price-label {
  display: none;
}
.price-container .price,
.price-wrapper .price {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 24px;
  font-weight: 500;
}
.product-item .price-box .price-container {
  display: block;
}
.product-item .price-box .price-container span {
  display: block;
  text-align: right;
}
.product-item .price-box .price-container span.price-label {
  display: none;
}
.product-item .price-box .price {
  font-family: 'oswald-medium', Arial, serif;
  font-weight: normal;
  white-space: nowrap;
  font-size: 22px;
  line-height: 25px;
}
.product-item .price-box .old-price .price {
  font-size: 15px;
  color: grey;
}
/* General stock styling */
.stock.hide {
  display: none;
}
.stock span {
  color: #706f6f;
  font-weight: 700;
  text-transform: uppercase;
}
.stock:before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
.stock.available:before {
  background-color: #68bf7b;
}
.stock.limited:before {
  background-color: #ffff00;
}
.stock.unavailable:before {
  background-color: #ff3f2b;
}
.stock-status:before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
.stock-status.available:before {
  background-color: #68bf7b;
}
.stock-status.unavailable:before {
  background-color: #ff3f2b;
}
.stock-status.limited:before {
  background-color: #ffff00;
}
.gallery-placeholder {
  display: block;
  width: 100%;
}
.gallery-placeholder .fotorama__stage {
  width: 100%;
  display: block;
}
.product-info-main {
  padding-left: 1%;
}
.product-info-main .product.attribute ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-info-main .product.attribute ul li:before {
  content: '';
  width: 13px;
  height: 9px;
  background-image: url('../images/check.svg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #68bf7b;
  margin-right: 5px;
  display: inline-block;
}
/* Add to cart styling */
.bundle-actions .action[type="button"],
.actions .action[type="button"],
.bundle-actions .action.tocart,
.actions .action.tocart {
  background: #ff3f2b;
  border: 0;
  border-radius: 50px;
  font-family: 'source-sans-pro', serif;
  font-size: 16px;
  padding: 16px 30px 17px 30px ;
}
.bundle-actions .action[type="button"]:before,
.actions .action[type="button"]:before,
.bundle-actions .action.tocart:before,
.actions .action.tocart:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 25px;
  background-image: url(../images/cart-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: -5px;
}
.bundle-actions .action[type="button"] span,
.actions .action[type="button"] span,
.bundle-actions .action.tocart span,
.actions .action.tocart span {
  position: relative;
  display: inline-block;
}
.bundle-actions .action[type="button"].clear,
.actions .action[type="button"].clear,
.bundle-actions .action.tocart.clear,
.actions .action.tocart.clear {
  background-color: transparent;
  background-image: none;
  padding-left: 30px;
  font-weight: normal;
  font-size: 14px;
  color: #797979;
  border-radius: 0;
}
.bundle-actions .action.tocart,
.actions .action.tocart {
  float: right;
}
.action .update {
  background: #ff3f2b;
  border: 0;
  border-radius: 50px;
  font-family: 'source-sans-pro', serif;
  font-size: 16px;
  padding: 15px 30px 15px 60px ;
}
@media all and (max-width: 992px) {
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-container .cart-summary {
    flex: 1 0 100%;
    order: 2;
  }
  .cart-container .form.form-cart {
    flex: 1 0 100%;
    order: 1;
  }
}
.form-cart .cart.main.actions button.action,
.form-cart .cart.main.actions a.action {
  padding: 7px 15px 7px 0 ;
  font-family: 'source-sans-pro', serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  border-radius: 3px;
}
.checkout-cart-index .page-header,
.customer-account-create .page-header,
body.account .page-header {
  box-shadow: 0 10px 20px #00000014;
}
.checkout-cart-index .page-main,
.customer-account-create .page-main,
body.account .page-main {
  padding-top: 50px;
}
body.account .page-main .page-title-wrapper {
  padding-bottom: 25px;
}
body.account .account-nav li.nav {
  display: block;
  width: 100%;
}
body.account .account-nav li.nav a {
  color: #212529;
}
body.account .account-nav li.nav.item.current strong {
  border-color: #ff3f2b;
}
body.account .block-title {
  font-size: 20px;
  font-weight: normal;
  font-family: 'oswald-medium', Arial, serif;
  text-transform: uppercase;
  color: #324e8d;
}
body.account .block-title a.action.edit {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #f2f2f2;
  margin-right: 10px;
  color: #212529;
  font-family: 'source-sans-pro', serif;
  font-size: 16px;
  text-transform: none;
}
body.account .block-title a.action.edit:hover {
  box-shadow: 0 0 10px #0000004d;
  text-decoration: none;
  color: #212529;
}
body.account .block-content .action {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #f2f2f2;
  margin-right: 10px;
  color: #212529;
}
body.account .block-content .action:hover {
  box-shadow: 0 0 10px #0000004d;
  text-decoration: none;
  color: #212529;
}
#shopping-cart-table thead tr th {
  border-top: none;
}
#shopping-cart-table .cart.item tr td {
  border-top: none;
  padding-top: 10px;
  padding-bottom: 0;
}
#shopping-cart-table .cart.item tr td:not(.qty) {
  padding-top: 15px;
}
#shopping-cart-table .cart.item .col {
  font-family: 'source-sans-pro', serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
}
#shopping-cart-table .cart.item .col .cart-price .price {
  font-weight: normal;
}
#shopping-cart-table .cart.item .col.qty .control.qty > label {
  margin-bottom: 0;
}
#shopping-cart-table .cart.item .col.qty .control.qty > label input.qty {
  appearance: initial;
  font-weight: normal;
  width: 110px;
  height: 40px;
}
#shopping-cart-table .cart.item .col.subtotal .product-item-controls {
  display: block;
  font-size: 0.1px;
}
#shopping-cart-table .cart.item .col.subtotal .product-item-controls a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  background-position: center;
  font-size: 0.1px;
  color: transparent;
  margin: 10px 0px;
  opacity: .6;
  transition: opacity .2s;
}
#shopping-cart-table .cart.item .col.subtotal .product-item-controls a.action-edit {
  background-image: url(../images/edit-regular.svg);
}
#shopping-cart-table .cart.item .col.subtotal .product-item-controls a.action-delete {
  background-image: url(../images/trash-alt-regular.svg);
}
#shopping-cart-table .cart.item .col.subtotal .product-item-controls a.action-towishlist {
  display: none;
}
#shopping-cart-table .cart.item .col.subtotal .product-item-controls a:hover {
  opacity: 1;
}
#shopping-cart-table .item-actions {
  padding-bottom: 10px;
}
#shopping-cart-table .item-actions td {
  border-top: none;
}
#shopping-cart-table .item-actions td .actions-toolbar {
  text-align: right;
}
#shopping-cart-table .item-actions td .actions-toolbar .action {
  border: none;
  background-color: transparent;
  font-family: 'source-sans-pro', serif;
  font-weight: normal;
  color: #797979;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 0;
}
#shopping-cart-table .item-actions td .actions-toolbar .action span {
  font-weight: normal;
}
.cart-summary {
  border-radius: 10px;
  background-color: #f7f7f7;
}
.cart-summary .title {
  font-weight: bold;
  font-family: 'source-sans-pro', serif;
}
.cart-summary #block-shipping {
  display: none;
  padding-top: 10px;
}
.cart-summary #block-shipping .title {
  display: block;
  border-radius: 25px;
  color: white;
  padding: 10px 20px;
  font-size: 13px;
  background-color: #0bbbef;
}
.cart-summary #block-shipping .title strong {
  font-size: 14px;
}
.cart-summary #block-shipping .title:after {
  position: absolute;
  right: 0px;
  top: -10px;
  font-size: 40px;
  height: 40px;
}
.cart-summary #block-shipping #block-summary {
  background: white;
  border-radius: 20px;
  padding: 10px 15px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-summary #block-shipping #block-summary .field note {
  margin: 0;
}
.cart-summary .cart-totals {
  border-top: none;
}
.cart-summary .cart-totals .mark {
  background-color: transparent;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  background: #0bbbef;
  border: 0;
  border-radius: 50px;
  font-family: 'source-sans-pro', serif;
  font-size: 20px;
  padding: 15px 30px ;
}
.cart-summary #block-discount {
  display: none;
}
.cart-summary #block-discount .title,
.cart-summary #block-discount .title strong {
  font-size: 14px;
  color: #797979;
  font-weight: normal;
}
.cart-summary #block-discount .field label.label {
  display: none;
}
.action.multicheckout {
  display: none;
}
table.data.totals tbody {
  display: flex;
  flex-direction: column;
}
table.data.totals tbody .totals-tax-summary {
  display: none;
}
table.data.totals tbody .totals-tax-details {
  display: none;
}
table.data.totals tbody .totals {
  display: table;
}
table.data.totals tbody .totals.sub {
  display: none;
}
table.data.totals tbody .totals.grand.excl {
  order: 2;
  display: none;
}
table.data.totals tbody .totals.grand.incl {
  order: 4;
}
.data.table.table-totals tbody {
  display: flex;
  flex-direction: column;
}
.data.table.table-totals tbody .totals-tax-summary {
  display: none;
}
.data.table.table-totals tbody .totals-tax-details {
  order: 9;
  display: table;
}
.data.table.table-totals tbody .totals {
  display: table;
}
.data.table.table-totals tbody .totals .shipping.incl {
  display: table;
  order: 2;
}
.data.table.table-totals tbody .totals.sub {
  display: none;
}
.data.table.table-totals tbody .totals.grand.excl {
  order: 8;
}
.data.table.table-totals tbody .totals.grand.incl {
  order: 10;
}
.checkout-agreement button.action.action-show {
  display: block;
}
.checkout-agreement button.action.action-show span {
  display: inline;
}
.checkout-agreement button.action.action-show span:after {
  display: inline;
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-agreement .label:before {
  margin-right: 7px;
}
.checkout-agreement .label:after {
  display: none;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  display: block;
  float: left;
}
.amcheckout-wrapper table.data.table-totals .totals.shipping.incl {
  display: table;
}
.amcheckout-summary-container .table-totals tr:last-of-type {
  border-bottom: 1px solid lightgray ;
}
#discount-coupon-form .action.apply.primary {
  font-family: 'source-sans-pro', serif;
  font-weight: bold;
  font-size: 11px;
}
.amcheckout-summary-container .table-totals tr {
  border-bottom: 1px solid lightgray;
}
.amcheckout-summary-container .table-totals tr:last-of-type {
  border-bottom: none;
}
.amcheckout-summary-container .mark {
  background-color: transparent;
}
.checkout-payment-method.submit .action.primary.checkout.amasty {
  background: #ff3f2b;
  border: 0;
  border-radius: 50px;
  font-family: 'source-sans-pro', serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 15px 30px ;
  font-weight: 700;
  text-transform: none;
}
.bundle-options-container .block-bundle-summary {
  background: #ffffff;
  border-radius: 30px;
}
/* Qty-field styling */
.field.qty {
  padding-right: 0;
}
.field.qty .control {
  background: #ededed;
  border-radius: 50px;
  border: 2px solid white;
  position: relative;
  overflow: hidden;
}
.field.qty .control .qty-control {
  color: #b2b2b2;
  font-weight: 500;
  font-size: 19px;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ededed;
  z-index: 2;
  text-align: center;
  line-height: 19px;
  padding-top: 7px;
  font-family: 'source-sans-pro', serif;
  cursor: pointer;
}
.field.qty .control .qty-control.d-amp {
  display: none;
}
.field.qty .control .qty-control.qty-up {
  right: 0;
}
.field.qty .control .qty-controlqty-down {
  left: 0;
  padding-top: 5px;
}
.field.qty .control input {
  font-family: 'source-sans-pro', serif;
  display: inline-block;
  width: 100%;
  z-index: 1;
  position: relative;
  border: 0;
  background-color: #ededed;
  color: black;
  font-weight: bold;
  font-size: 19px;
}
.page-main {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.page-main .column.main .bundle-options-container,
.page-main .column.main .product.info.detailed {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .page-main .column.main .bundle-options-container,
  .page-main .column.main .product.info.detailed {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .page-main .column.main .bundle-options-container,
  .page-main .column.main .product.info.detailed {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-main .column.main .bundle-options-container,
  .page-main .column.main .product.info.detailed {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1500px) {
  .page-main .column.main .bundle-options-container,
  .page-main .column.main .product.info.detailed {
    max-width: 1400px;
  }
}
.page-main .column.main .bundle-options-container .data.item.content,
.page-main .column.main .product.info.detailed .data.item.content {
  border-top: 0;
  padding: 65px 15px 15px 0px;
}
.page-main .column.main .bundle-options-container .data.item.content > *,
.page-main .column.main .product.info.detailed .data.item.content > * {
  max-width: 57%;
}
.page-main .column.main .bundle-options-container .data.switch,
.page-main .column.main .product.info.detailed .data.switch {
  border-radius: 50px;
  background-color: #f2f2f2;
  border: 0;
  padding: 15px 30px;
  height: auto;
  font-family: 'source-sans-pro', serif;
  line-height: 12px;
  width: 100%;
  position: relative;
  left: auto;
  margin: 0;
  color: black;
  font-size: 15px;
  display: block;
}
.product-info-price .price {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
.action.back.customization {
  display: none;
}
.product.attribute.overview h2 {
  display: none;
}
#block-related-heading h2,
.product.attribute.description h2,
.additional-attributes-wrapper h2,
.product-info-content h2,
#block-upsell-heading h2 {
  font-family: 'oswald-medium', Arial, serif;
  text-transform: uppercase;
  color: #324e8d;
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: 35px;
}
/* General Filter styling */
.field.choice > .row {
  margin-bottom: 15px;
}
.field.choice label {
  padding-top: 4px;
  margin-bottom: 0;
}
.field.choice label .price {
  font-size: 16px;
}
.field.choice input.checkbox {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/form-checkbox.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  position: relative;
  width: 25px;
  height: 25px;
}
.field.choice input.checkbox:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.field.choice input.checkbox:checked:before {
  background-image: url(../images/form-check.svg);
}
.field.choice input.radio {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/form-radio.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  position: relative;
  width: 25px;
  height: 25px;
  display: none;
}
.field.choice input.radio:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.field.choice input.radio:checked:before {
  background-image: url(../images/form-check.svg);
}
.sorting_options .sorter-label {
  display: inline-block;
  margin-right: 15px;
}
.btn.btn-sort {
  border: 0;
  padding: 15px 25px 15px 30px;
  height: auto;
  font-family: 'source-sans-pro', serif;
  line-height: 12px;
  background-image: url(../images/form-radio.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  margin: 0;
  color: black;
  font-size: 15px;
  display: inline-block;
  position: relative;
}
.btn.btn-sort:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  position: absolute;
  top: 9px;
  left: 0;
}
.btn.btn-sort.active:before {
  background-image: url(../images/form-check.svg);
}
.btn.btn-sort .chevron-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  border-top: 0;
  padding: 0;
  position: absolute;
  top: 19px;
  right: 12px;
}
.btn.btn-sort .chevron-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  border-bottom: 0;
  padding: 0;
  position: absolute;
  top: 19px;
  right: 12px;
}
.filter-title {
  font-family: 'source-sans-pro', serif;
  font-size: 22px;
  font-weight: bold;
}
.filter-content .filter-subtitle {
  display: none;
}
.filter-content .filter-options details summary {
  display: block;
}
.filter-content .filter-options .filter-options-item {
  padding: 15px 0;
  border-bottom: 2px solid #e2e2e2;
}
.filter-content .filter-options .filter-options-item.reset-filters a {
  font-size: 16px;
  color: black;
  background-color: transparent;
  opacity: 0.4;
  transition: opacity .2s;
}
.filter-content .filter-options .filter-options-item.reset-filters a:hover {
  opacity: 1;
  text-decoration: none;
}
.filter-content .filter-options .filter-options-title {
  font-family: 'source-sans-pro', serif;
  font-size: 18px;
  position: relative;
  margin-bottom: 0;
  line-height: 29px;
  cursor: pointer;
}
.filter-content .filter-options .filter-options-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 29px;
  background-position: center;
  background-size: 20px 9px;
  background-repeat: no-repeat;
  right: 0;
  top: 2px;
}
.filter-content .filter-options .filter-options-title[aria-expanded="false"]:after {
  background-image: url(../images/toggle-down.svg);
}
.filter-content .filter-options .filter-options-title[aria-expanded="true"]:after {
  background-image: url(../images/toggle-up.svg);
}
.filter-content .filter-options .filter-options-content {
  padding-top: 10px;
}
.filter-content .filter-options li.item {
  display: flex;
}
.filter-content .filter-options li.item a:not(.ui-slider-handle) {
  font-family: 'source-sans-pro', serif;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  margin-top: 6px;
  color: black;
  order: 1;
  width: calc(100% - 25px);
}
.filter-content .filter-options li.item .ui-slider-horizontal {
  height: 3px;
  margin-top: 10px;
}
.filter-content .filter-options li.item .ui-slider-horizontal .ui-slider-range {
  background: #324e8d;
  height: 3px;
}
.filter-content .filter-options li.item .ui-slider-horizontal a.ui-slider-handle {
  background-color: #324e8d;
  height: 20px;
  width: 20px;
  top: -9px;
}
.filter-content .filter-options li.item div#ln_slider_text_price {
  padding-top: 10px;
  font-size: 12px;
}
.filter-content .filter-options li.item input[type="checkbox"],
.filter-content .filter-options li.item input[type="radio"] {
  background-image: url(../images/form-checkbox.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  position: relative;
  width: 20px;
  height: 20px;
  order: 2;
  margin-right: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
}
.filter-content .filter-options li.item input[type="checkbox"]:before,
.filter-content .filter-options li.item input[type="radio"]:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-content .filter-options li.item input[type="checkbox"]:checked:before,
.filter-content .filter-options li.item input[type="radio"]:checked:before {
  background-image: url(../images/form-check.svg);
}
.filter-current .action.remove span {
  font-weight: bold;
  color: black;
}
.filter-clear {
  display: none;
}
/* Horizontal filter styling */
#layered-horizontal-container {
  border-bottom: 0;
}
#layered-horizontal-container .block-title.filter-title {
  display: none;
}
#layered-horizontal-container .filter-options-item {
  border-bottom: 0px;
  display: none;
}
#layered-horizontal-container .filter-options-item:nth-child(1),
#layered-horizontal-container .filter-options-item:nth-child(2),
#layered-horizontal-container .filter-options-item:nth-child(3),
#layered-horizontal-container .filter-options-item:nth-child(4),
#layered-horizontal-container .filter-options-item:nth-child(5),
#layered-horizontal-container .filter-options-item.force-display {
  display: inline-block;
}
#layered-horizontal-container .filter-options-item.reset-filters a {
  font-size: 15px;
  font-weight: normal;
  background-color: transparent;
}
#layered-horizontal-container .filter-options-item.reset-filters:hover {
  background-color: transparent;
}
#layered-horizontal-container .filter-options-item.reset-filters:hover a {
  color: black;
  background-color: transparent;
}
#layered-horizontal-container .filter-options-item .filter-options-content {
  display: none;
}
#layered-horizontal-container .filter-options-title {
  border-radius: 50px;
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #ededed;
  color: black;
  transition: all .2s;
  cursor: pointer;
}
#layered-horizontal-container .filter-options-title:after {
  display: none;
}
#layered-horizontal-container .filter-options-item.active_filter .filter-options-title,
#layered-horizontal-container .filter-options-item:hover .filter-options-title {
  background-color: #324e8d;
  color: white;
}
#layered-horizontal-container .filter-options-content {
  min-width: 250px;
}
#layered-horizontal-container .filter-options-content ol {
  min-width: 200px;
  padding: 15px;
}
#layered-horizontal-container .filter-options-content ol li {
  margin-bottom: 3px;
}
/* Vertical filter styling */
.content-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.page-products .column.main {
  width: 100%;
  padding: 0;
}
.page-products .sidebar.sidebar-main {
  width: 100%;
  max-width: 500px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -520px;
  display: block;
  z-index: 9999;
  background-color: white;
  padding: 60px;
  box-shadow: 0 0 20px #00000033;
  transition: right .2s;
  overflow-y: auto;
}
.page-products .sidebar.sidebar-main.active {
  right: 0;
  z-index: 3;
}
.page-products .sidebar.sidebar-main .filter-close-btn {
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  cursor: pointer;
}
/* General brand bar styling */
.brand-bar-wrapper {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
.brand-bar-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  z-index: 0;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25533964) 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
}
.brand-bar-wrapper .col-brand {
  width: calc(100% / 7);
  flex-basis: auto;
}
@media all and (max-width: 768px) {
  .brand-bar-wrapper .col-brand {
    width: calc(100% / 4);
  }
}
@media all and (max-width: 567px) {
  .brand-bar-wrapper .col-brand {
    width: calc(100% / 2);
  }
}
.brand-bar-wrapper .col-brand img {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
}
/* General form styling */
.fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.login-container .fieldset > .field > .control {
  width: 74.2%;
}
@media all and (max-width: 576px) {
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
}
.actions-toolbar .action.primary {
  border-radius: 50px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: 'oswald-medium', Arial, serif;
  font-weight: 500;
  font-size: 18px;
  background: #324e8d;
  border: 1px solid #324e8d;
}
.actions-toolbar .action.primary:hover {
  box-shadow: 0 0 10px #0000004d;
}
.actions-toolbar .action.back {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #f2f2f2;
  margin-right: 10px;
  color: #212529;
}
.actions-toolbar .action.back:hover {
  box-shadow: 0 0 10px #0000004d;
  text-decoration: none;
  color: #212529;
}
/* Product Pagina */
#customizeTitle span {
  font-family: 'oswald-medium', Arial, serif;
  color: #324e8d;
  text-transform: uppercase;
}
.product-add-form {
  width: 100%;
}
.bundle-options-container .legend.title {
  margin-bottom: 0;
}
.fieldset-bundle-options .field {
  width: 100%;
}
.fieldset-bundle-options .field label.label {
  width: 100%;
}
.fieldset-bundle-options .field .product-name {
  float: left;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: source-sans-pro, Arial, serif;
}
.fieldset-bundle-options .field .price-notice {
  float: right;
  line-height: 21px;
}
.fieldset-bundle-options .field .price-notice .price {
  color: #000;
  display: block;
  text-overflow: ellipsis;
  font-family: 'oswald-medium', Arial, serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}
.fieldset-bundle-options .field .bundle-button {
  width: 100% !important;
}
.fieldset-bundle-options .field .bundle-button .bundle-title {
  background: #f2f2f2;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  float: right;
  border-width: 0px;
  border-radius: 45px;
  font-size: 14px;
  padding: 9px 24px;
  font-family: source-sans-pro-bold, Arial, serif;
  margin-top: 10px;
  width: 225px;
  pointer-events: none;
  text-align: center;
}
.fieldset-bundle-options .field .bundle-button .bundle-title:hover {
  cursor: default;
}
.fieldset-bundle-options .field .stock-status {
  font-family: source-sans-pro, Arial, serif;
  font-size: 14px;
  margin-top: -8px;
}
.fieldset-bundle-options .field .stock-status:before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
.fieldset-bundle-options .field .available:before {
  background-color: #68bf7b;
}
.orderBlock {
  display: none;
  margin-bottom: 30px;
  padding: 20px;
  margin-left: 0;
  box-shadow: 0 1px 20px 0 #8f8f8f80;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1049;
  background-color: #fff;
}
.orderBlock .prod-image-holder img {
  object-fit: cover;
  height: 95px;
}
.orderBlock .order-block-header {
  font-family: 'oswald-medium', Arial, serif;
  font-size: 35px;
  text-transform: uppercase;
  color: #324e8d;
}
.orderBlock #order-block-list {
  list-style-type: none;
  font-family: source-sans-pro, Arial, serif;
  font-size: 14px;
  padding-left: 0;
}
.orderBlock #order-block-list li {
  margin-bottom: 0;
}
.orderBlock #order-block-list li:first-of-type .order-price-name {
  font-family: 'oswald-medium', Arial, serif;
  color: #324e8d;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.orderBlock #order-block-usps span {
  display: inline-block;
  font-weight: bold;
  color: #68bf7b;
  font-family: 'source-sans-pro-semi-bold', Arial, serif;
  font-size: 14px;
}
.orderBlock #order-block-usps span b {
  font-weight: bold;
}
.orderBlock span#order-price-total {
  display: block;
  width: 100%;
  text-align: right;
  font-family: 'oswald-medium', Arial, serif;
  font-size: 27px;
  font-weight: 500;
}
.selection-cart .order-price-total {
  font-size: 27px;
  font-family: 'oswald-medium', Arial, serif;
}
.product-options-wrapper legend {
  margin-left: 0;
}
.bundle-options-wrapper .product-options-wrapper p.required {
  display: none;
}
.bundle-options-wrapper .product-options-wrapper .legend.title {
  padding-bottom: 30px;
}
.bundle-options-wrapper .product-options-bottom {
  display: none;
}
.block-bundle-summary {
  padding: 0 !important;
}
.block-bundle-summary .qty {
  display: block;
  padding-right: 0 !important;
}
.block-bundle-summary .qty label {
  display: none;
}
.block-bundle-summary .box-tocart,
.block-bundle-summary .actions,
.block-bundle-summary .tocart {
  width: 100%;
}
.block-bundle-summary .box-tocart {
  padding-top: 10px;
}
.block-bundle-summary .price {
  font-size: 27px;
}
/* Bundle products opmaak */
.bundle-options-wrapper {
  display: block;
}
.bundle-options-container {
  display: flex;
  margin-bottom: 0px;
}
.bundle-options-container .product-add-form {
  display: block;
}
.block-bundle-summary {
  float: left;
  padding: 0;
  width: inherit;
  background-color: inherit;
  clear: both;
}
.block-bundle-summary .title,
.block-bundle-summary .content .bundle-summary,
.block-bundle-summary .content .bundle-info .product-image-container,
.block-bundle-summary .content .bundle-info .product-details .product.name,
.block-bundle-summary .content .bundle-info .product-details .product-addto-links {
  display: none;
}
@media (min-width: 768px), print {
  .product-options-wrapper,
  .bundle-options-wrapper {
    float: none !important;
    width: 100% !important;
  }
  .block-bundle-summary {
    float: none !important;
    width: 100% !important;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 5px;
  }
}
.bundle-main-label {
  display: inline-block;
}
.selection-cart {
  flex-direction: row;
  text-align: right;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 35px;
  width: 100%;
  padding-bottom: 5px;
}
.main-bundle {
  display: none;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 27px !important;
}
/* Customer service block */
#customerService .customerService-header {
  font-family: 'oswald-medium', Arial, serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #324e8d;
}
#customerService .service-phone,
#customerService .service-mail,
#customerService .service-whatsapp {
  color: #fff;
  margin-bottom: 5px;
  width: 200px;
  border-radius: 45px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 12px 10px;
  text-align: left;
  display: inline-block;
  padding: 6px;
  padding-left: 35px;
}
#customerService .service-phone {
  background-color: #324e8d;
  background-image: url(../images/phone-solid.svg);
}
#customerService .service-mail {
  background-color: #0bbbef;
  background-image: url(../images/envelope-solid.svg);
}
#customerService .service-whatsapp {
  background-color: #68bf7b;
  background-image: url(../images/whatsapp-brands.svg);
}
#tab-label-customerService a {
  color: #fff;
  background-color: #324e8d;
}
table#my-orders-table .col {
  width: auto;
}
.product-detailed-info {
  width: 100%;
  margin-bottom: 50px;
}
.product-detailed-info .osp-custom-detailed-info .data.table.additional-attributes th,
.product-detailed-info .osp-custom-detailed-info .data.table.additional-attributes td {
  width: auto;
}
.product-detailed-info .osp-custom-detailed-info .button-wrapper {
  top: 205px;
  left: 0;
  padding: 25px 0;
  background-color: white;
  z-index: 1044;
}
@media all and (max-width: 992px) {
  .product-detailed-info .osp-custom-detailed-info .button-wrapper {
    top: 250px;
  }
}
.product-detailed-info .osp-custom-detailed-info .button-wrapper.fixed-btn-bar {
  position: fixed;
  width: 100%;
  max-width: 1260px;
  left: auto;
  right: auto;
}
.product-detailed-info .osp-custom-detailed-info .button-wrapper .detail-div {
  display: flex;
  flex-wrap: wrap;
}
.product-detailed-info .osp-custom-detailed-info .button-wrapper .action.scroll-to-anchor {
  background: #f2f2f2;
  color: #212529;
  border: 0;
  border-radius: 50px;
  font-family: 'source-sans-pro', serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 25px ;
  margin: 10px 10px 10px 10px ;
}
.product-detailed-info .osp-custom-detailed-info .button-wrapper .action.scroll-to-anchor:first-of-type {
  margin-left: 0;
}
.product-detailed-info .osp-custom-detailed-info .button-wrapper .action.scroll-to-anchor:last-of-type {
  margin-right: 0;
}
.product-detailed-info .osp-custom-detailed-info .button-wrapper .action.scroll-to-anchor:hover,
.product-detailed-info .osp-custom-detailed-info .button-wrapper .action.scroll-to-anchor:focus,
.product-detailed-info .osp-custom-detailed-info .button-wrapper .action.scroll-to-anchor.active {
  color: white;
  background-color: #324e8d;
  text-decoration: none;
}
.product-detailed-info .osp-custom-detailed-info .product-info-content {
  padding: 20px 0;
  border-bottom: 2px solid #f2f2f2;
}
.product-detailed-info .osp-custom-detailed-info .product-info-content:last-of-type {
  border-bottom: none;
}
.product-detailed-info .osp-custom-detailed-info .product-info-content table tr td {
  padding-left: 0;
}
/* Because we merged the Bootstrap css into this Mage theme they collide. Mage uses the row class on tables so we have to overrule that. */
tr.row {
  margin: auto;
  display: table-row;
}
/* Simple product page opmaak */
.product-add-form #customizeTitle {
  margin-top: 0;
  float: left;
}
.product-add-form #customizeTitle span {
  font-family: 'oswald-medium', Arial, serif;
  color: #324e8d;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.product-add-form .price-container .price,
.product-add-form .price-wrapper .price {
  display: block;
  width: 100%;
  text-align: right;
  font-family: 'oswald-medium', Arial, serif;
  font-size: 27px;
  font-weight: 500;
}
.product-add-form .box-tocart {
  width: 100%;
  display: block;
}
.product-add-form .box-tocart .field,
.product-add-form .box-tocart .actions {
  width: 100%;
  display: block !important;
  padding-top: 0;
}
.product-add-form .box-tocart .field.qty label.label,
.product-add-form .box-tocart .actions.qty label.label {
  display: none;
}
.product-add-form .box-tocart .field .action.primary.tocart,
.product-add-form .box-tocart .actions .action.primary.tocart {
  display: block;
  width: 100%;
}
/* Mobile styling */
@media all and (max-width: 767px) {
  .custom-nav.nav-toggler {
    width: 30px;
    height: 22px;
  }
  .page-header,
  .checkout-index-index .column.main {
    padding-top: 0;
  }
  #header-items {
    display: none;
  }
  .secundary-nav .nav-modal .sidebar-container {
    padding: 20px;
  }
  .logo-wrapper {
    width: 100px;
    height: auto;
  }
  .logo-wrapper .logo {
    height: auto;
  }
  .logo-wrapper .logo img {
    width: 80px;
    height: 56px;
  }
  .modal.left.fade .modal-dialog {
    max-width: 100vw;
  }
  .secundary-nav .nav-modal .sidebar-container .nav-header .nav-close-btn {
    float: right;
  }
}
/* TEMP STYLING */
.fotorama__stage__shaft {
  position: absolute;
}
img.fotorama__img {
  object-fit: contain;
  width: 100% !important;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
}
/* Mobile styling */
@media all and (max-width: 767px) {
  .custom-nav.nav-toggler {
    width: 30px;
    height: 22px;
  }
  .page-header {
    padding-top: 0;
  }
  #header-items {
    display: none;
  }
  .secundary-nav .nav-modal .sidebar-container {
    padding: 20px;
  }
  .logo-wrapper {
    width: 100px;
    height: 70px;
  }
  .logo-wrapper .logo img {
    width: 80px;
    height: 56px;
  }
  .footer-wrapper {
    padding-top: 30px;
  }
  .footer-wrapper .logo-box img {
    width: 64px;
  }
  .footer-wrapper .logo-box .shop-rating .kiyoh-rating {
    height: 50px;
    width: 50px;
    padding-top: 13px;
    font-size: 15px;
  }
  .modal.left.fade .modal-dialog {
    max-width: 100vw;
  }
  .secundary-nav .nav-modal .sidebar-container .nav-header .nav-logo {
    padding-left: 0;
    width: 80px;
    height: 56px;
  }
  .secundary-nav .nav-modal .sidebar-container .nav-header .nav-logo img {
    display: block;
    width: 80px;
    height: 56px;
    max-height: initial;
    max-width: initial;
  }
  .secundary-nav .nav-modal .sidebar-container .nav-header .nav-close-btn {
    float: right;
  }
  .footer-copyright .social-buttons {
    position: relative;
    right: auto;
    bottom: auto;
    padding-top: 20px;
  }
  .footer-copyright .social-buttons a.social-button {
    margin: 0;
  }
  .footer-copyright .social-buttons a.social-button img {
    width: 45px;
  }
  .home-middle-block {
    background-color: #324e8d;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-middle-block .home-middle-block-text {
    font-family: 'source-sans-pro', Arial, serif;
    font-size: 16px;
  }
  .home-middle-block .home-middle-circles {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .home-middle-block .home-middle-circles .home-middle-circle {
    background-color: rgba(81, 105, 158, 0.6);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 150px;
    font-family: 'fjalla-one-regular', Arial, serif;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-decoration: none;
    /*   margin-top: -35px ;*/
    position: relative;
    max-width: 100%;
  }
  .home-middle-block .home-middle-circles .home-middle-circle .circle-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home-middle-block .home-middle-circles .home-middle-circle .circle-content img {
    width: auto;
  }
  .home-middle-block .home-middle-circles .home-middle-circle .circle-content .i-amphtml-layout-fixed {
    margin: 0 auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: 35px;
    position: absolute;
  }
  .home-middle-block .home-middle-circles .home-middle-circle.circle-middle {
    background-color: rgba(11, 187, 239, 0.6);
    margin: auto;
    /*        margin-top:-35px ;*/
  }
  .home-middle-block h3 {
    font-family: 'oswald-medium', Arial, serif;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
}
.category-seo {
  border-top: solid 1px #324e8d;
}
.category-seo h2 {
  font-size: 17px;
}
.category-image-box .category-image {
  margin: 0;
  padding: 0;
}
.category-image-box .category-image img {
  max-width: 150px;
  float: right;
}
.minicart-items .product-item-name {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.minicart-items .product-item-name a {
  color: black;
}
.minicart-items .product-item-name strong.product-item-name a {
  color: black;
}
.minicart-items .price {
  font-size: 15px;
  font-weight: normal;
  font-family: 'source-sans-pro', serif;
}
.minicart-items-wrapper {
  border-bottom: none;
  padding-bottom: 0;
  height: 155px !important;
}
.message {
  font-size: 17px !important;
  padding: 20px 60px !important;
  border-radius: 50px;
}
.message > div:before {
  font-size: 44px;
  width: 50px;
  height: 50px;
  padding-top: 11px;
  text-align: center;
  display: block;
  margin-left: 10px;
}
.message a {
  color: #006400;
  font-weight: bold;
}
/* Wishlist-pagina opmaak */
.products-grid.wishlist .product-item-photo {
  height: auto;
}
.products-grid.wishlist .product-item-photo .product-image-wrapper {
  padding-bottom: 0;
  height: auto;
}
.products-grid.wishlist .product-item-photo .product-image-wrapper img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  position: relative;
}
.products-grid.wishlist .product-item-name {
  min-height: 60px;
  margin-top: 20px;
  margin-bottom: .75rem;
  min-height: 50px;
  display: block;
}
.products-grid.wishlist .product-item-name a {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  color: #324e8d;
  letter-spacing: 0.2px;
  font-family: 'oswald-medium', Arial, serif;
}
.products-grid.wishlist .product-item-name a:hover {
  text-decoration: none;
}
.products-grid.wishlist .price-box {
  min-height: 25px;
}
.products-grid.wishlist .price-box .price {
  font-family: 'oswald-medium', Arial, serif;
}
.products-grid.wishlist .comment-box textarea {
  height: 95px;
  resize: none;
  display: block;
  border-radius: 15px;
}
.products-grid.wishlist .box-tocart .fieldset {
  margin-bottom: 0;
}
.products-grid.wishlist .box-tocart .field.qty label.label {
  display: none;
}
.products-grid.wishlist .box-tocart .field.qty .control {
  width: 100%;
}
.products-grid.wishlist .box-tocart .field.qty .control input {
  max-width: 100%;
  width: 100%;
}
.products-grid.wishlist .box-tocart .product-item-actions .actions-primary {
  display: block;
  width: 100%;
}
.products-grid.wishlist .box-tocart .product-item-actions .actions-primary .action.tocart.primary {
  margin: 0;
  overflow: visible;
  text-transform: none;
  font-weight: 700;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  background: #ff3f2b;
  border: 0;
  border-radius: 50px;
  font-family: 'source-sans-pro', serif;
  padding: 10px 30px 11px 30px ;
  float: right;
  line-height: 2.2rem;
  font-size: 1.5rem;
  display: block;
  width: 100%;
}
.products-grid.wishlist .product-item-actions {
  display: block;
  font-size: 0.1px;
  text-align: right;
}
.products-grid.wishlist .product-item-actions a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  background-position: center;
  font-size: 0.1px;
  color: transparent;
  margin: 10px 0px;
  opacity: .6;
  transition: opacity .2s;
}
.products-grid.wishlist .product-item-actions a.action.edit {
  background-image: url(../images/edit-regular.svg);
}
.products-grid.wishlist .product-item-actions a.action.delete {
  background-image: url(../images/trash-alt-regular.svg);
}
.products-grid.wishlist .product-item-actions a:hover {
  opacity: 1;
}
.osp-config-header fieldset,
.osp-config-header legend {
  margin-left: 0;
}
.osp-config-option .bundle-button {
  width: 100%;
}
.osp-config-option .bundle-button .bundle-title {
  background: #f2f2f2;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  float: right;
  border-width: 0px;
  border-radius: 45px;
  font-size: 14px;
  padding: 9px 24px;
  font-family: source-sans-pro-bold, Arial, serif;
  margin-top: 10px;
  width: 225px;
  pointer-events: none;
  text-align: center;
}
.osp-config-option .bundle-button .bundle-title:hover {
  cursor: default;
}
.osp-config-select {
  font-family: source-sans-pro, Arial, serif;
  font-size: 14px;
  color: #000;
  padding-bottom: 25px;
}
.osp-configurable-price {
  display: block;
  width: 100%;
  text-align: right;
  font-family: 'oswald-medium', Arial, serif;
  font-size: 27px;
  font-weight: 500;
  margin-top: 50px;
}
.osp-filter-button {
  font-family: 'source-sans-pro', serif;
  font-size: 16px;
  position: relative;
  margin-bottom: 0;
  line-height: 29px;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 20px;
  margin-right: 10px;
  background-color: #ededed;
  color: #000;
  transition: all .2s;
  cursor: pointer;
}
.osp-filter-button-active {
  background-color: #324e8d;
  color: #fff;
}
.filter-content .filter-options .filter-options-title {
  font-family: 'source-sans-pro', serif;
  font-size: 16px;
  position: relative;
  margin-bottom: 0;
  line-height: 29px;
  cursor: pointer;
  font-weight: 700;
}
.osp-filter-title {
  margin-top: 20px;
  margin-bottom: 50px;
}
.osp-filter-title span {
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  cursor: pointer;
}
#osp_buttons .filter-options-item .filter-options-item {
  padding: 15px 0;
  border-bottom: 2px solid #e2e2e2;
}
#osp_buttons .reset-filters a {
  font-size: 16px;
  color: #000;
  background-color: transparent;
  opacity: .4;
  transition: opacity .2s;
}
details {
  position: relative;
  padding: 15px 0;
  border-bottom: 2px solid #e2e2e2;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 29px;
  background-position: center;
  background-size: 20px 9px;
  background-repeat: no-repeat;
  right: 0;
  top: 15px;
  background-image: url(../../nl_NL/images/toggle-down.svg);
}
details[open] summary:after {
  background-image: url(../../nl_NL/images/toggle-up.svg);
}
.authentication-dropdown .modal-header {
  padding: 0;
  background-color: transparent;
  border-bottom: 0;
  overflow: visible;
  height: 30px;
}
.authentication-dropdown .modal-inner-wrap {
  background-color: white;
}
@media all and (max-width: 450px) {
  .cart.table-wrapper .col.price {
    width: 25%;
    text-align: left;
  }
  .cart.table-wrapper .col.qty {
    width: 41%;
  }
  .cart.table-wrapper .col.subtotal {
    text-align: right;
  }
}
.fotorama--fullscreen {
  z-index: 1900 !important;
}
div#osp_buttons,
.page-title-wrapper {
  height: 115px;
  align-items: center;
  display: flex;
}
.catalog-product-view .page-main {
  padding-top: 20px;
}
@media all and (min-width: 768px) {
  .cms-page-view main#maincontent > div {
    width: 58.3%;
  }
}
.product-item {
  position: relative;
}
.product-item a.absolute-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.product-item-actions .actions-secondary .action.tocompare {
  z-index: 10;
  position: absolute;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare {
  border-style: none;
  border-radius: 50px;
  width: 200px;
  padding: 10px;
  text-align: center;
}
.product-info-main .product-social-links .product-addto-links {
  text-align: right;
}
.pages .items > li > a span,
.pages .items > li > strong span {
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
}
.secundary-menu__inner-item--all {
  display: none;
}
.blue_link a {
  color: #0bbbef;
}
.slider-button,
.popular-products-button {
  min-width: 300px;
}
div[name="shippingAddress.street.2"],
div[name="shippingAddress.street.1"] {
  display: none;
}
.osp-mobile-upsell {
  display: none;
}
.product.media .gallery-wrapper picture.mfwebp {
  display: block;
  width: 100%;
}
.product.media .gallery-wrapper picture.mfwebp img {
  width: 100%;
}
.checkout-payment-method .step-title {
  padding: 0;
}
.payment-methods .message.warning {
  margin: 10px auto ;
  max-width: 90%;
}
.payment-methods .message.warning > *:first-child:before {
  font-size: 28px;
  line-height: 28px;
  margin: 0 0;
  left: 0;
  top: 16px;
  width: 50px;
  text-align: right;
}
#shipping-new-address-form .flekto_nl_zip_input {
  display: none;
}
#shipping-new-address-form .street .label span {
  font-size: 16px;
}
#layered-horizontal-container .layered-filter-block-container {
  display: none;
}
@media only screen and (max-width: 768px) {
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: block;
  }
  .amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
  .amcheckout-step-container .form-login .amcheckout-password.-confirm {
    float: right;
  }
}
@media only screen and (max-width: 1200px) {
  .row.header-bottom .col.my-auto.px-0.pl-5.pl-xl-5.pl-lg-0.d-none.d-lg-block {
    display: none !important;
  }
}
#main-cookie-settings .buttons-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  justify-content: center;
}
#main-cookie-settings .buttons-block .button-accept {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
  padding: 10px 30px;
}
.amgdprjs-bar-template .amgdprcookie-bar-container .action-close {
  display: none;
}
