﻿@charset "UTF-8";
/*@import "_layout_previous_version_obsolete.scss";*/
.content-cart {
  /*margin: 0 19px;*/
}

.content-cart-header {
  height: 50px;
  padding-bottom: 20px;
  width: 100%;
}

#content-cart-header-title {
  padding-top: 23px;
  font-size: x-large;
  float: left;
}

#content-cart-header-items {
  padding-top: 33px;
  padding-left: 12px;
  float: left;
}

.content-cart-header-buttons {
  padding-top: 15px;
  float: right;
}

.content-cart-header-buttons a {
  text-decoration: none;
}

.content-cart-header-buttons-2 {
  padding-bottom: 15px;
  float: right;
}

.content-cart-header-buttons-2 a {
  text-decoration: none;
}

.verderWinkelenButton {
  background-image: url(src/scss/images/bruine-knop.gif);
  background-repeat: repeat-x;
  border: 1px solid #a6a19a;
  color: #6b6761;
  background-position: top left;
  height: 25px;
  text-align: center;
  text-decoration: none;
  /*font-size: 12px;*/
  font-weight: bold;
  padding-bottom: 2px;
  margin: 0 2px;
}

.verderWinkelenButton:hover {
  cursor: pointer;
  background-image: none;
  background-color: #a6a19a;
}

.naarCheckoutButton {
  background-image: url(src/scss/images/blauwe-knop.gif);
  background-repeat: repeat-x;
  border: 1px solid #314573;
  color: #ffffff;
  background-position: top left;
  height: 25px;
  text-align: center;
  text-decoration: none;
  /*font-size: 12px;*/
  font-weight: bold;
  padding-bottom: 2px;
}

.naarCheckoutButton:hover {
  cursor: pointer;
  background-image: none;
  background-color: #314573;
}

.naarCheckoutButton-2 {
  background-image: url(src/scss/images/blauwe-knop.gif);
  background-repeat: repeat-x;
  border: 1px solid #314573;
  color: #ffffff;
  background-position: top left;
  height: 25px;
  text-align: center;
  text-decoration: none;
  /*font-size: 12px;*/
  font-weight: bold;
  padding-bottom: 2px;
  width: 214px;
}

.naarCheckoutButton-2:hover {
  cursor: pointer;
  background-image: none;
  background-color: #314573;
}

.content-cart-table tr.notavailable {
  color: #e6342d;
  background-color: #fdf1f0;
}

.cart-prijs {
  position: relative;
  float: right;
  margin: 19px 0 12px 10px;
  padding: 5px 0 47px 0;
  width: 342px;
  border: 1px solid #304173;
  background-color: #f9f9f9;
}

.cart-kortingscode,
.cart-garantie,
.cart-prijs {
  /*min-height: 248px;*/
}

.cart-kortingscode {
  position: relative;
  float: left;
  margin: 19px 0 12px 23px;
  border: 1px solid #dcd6cf;
  padding: 23px 20px;
  width: 320px;
}
.cart-kortingscode input[type=text] {
  width: 100%;
}
.cart-kortingscode #inputDiscountCode,
.cart-kortingscode .btn {
  margin-top: 15px;
}

/*.cart-kortingscode {
    position: relative;
    float: left;
    margin: 19px 0 12px 14px;
    padding: 5px 0 23px 0;
    height: 120px;
    width: 166px;
    border: 1px solid #dcd6cf;
    background-color: #f9f9f9;
}

.cart-kortingscode .activateDiscountCodeButton {
    position: absolute;
    bottom: 0px;
    background-image: url(src/scss/images/blauwe-knop.gif);
    background-repeat: repeat-x;
    border: 1px solid #314573;
    color: #ffffff;
    background-position: top left;
    height: 25px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 2px;
    width: 166px;
}

.cart-kortingscode .activateDiscountCodeButton:hover {
    cursor: pointer;
    background-image: none;
    background-color: #314573;
}


.cart-kortingscode .buttonActivate {
    position: absolute;
    bottom: 0px;
    background-color: #767676;
    color: white;
    font-weight: bold;
    width: 147px;
    padding: 7px 7px 5px 12px;
    cursor: pointer;
}

.cart-kortingscode .buttonActivated {
    position: absolute;
    bottom: 0px;
    background-color: #767676;
    color: white;
    font-weight: bold;
    width: 147px;
    padding: 7px 7px 5px 12px;
}

.cart-kortingscode td {
    padding: 7px 7px 5px 8px;
}*/
.cart-betaalwijze {
  float: left;
  overflow: hidden;
  margin: 19px 0 19px 10px;
  padding: 11px 0 18px 18px;
  height: 120px;
  width: 149px;
}

.cart-garantie {
  /*float: left;
  height: 235px;*/
}

.checkoutmessage-container {
  float: left;
  color: #304174;
  border: 1px solid #304173;
  background-color: #dbdbeb;
  /*font-size: 12px;*/
  margin: 19px 0 19px 0px;
  padding: 4px 6px 4px 6px;
  width: 404px;
}

.checkoutmessage-container .line {
  border: none;
  background-color: #304173;
  height: 3px;
}

.shoppingcart-list {
  list-style-type: none;
  padding: 0;
  margin: 8px 0 0 0;
  line-height: 24px;
}

.content-shoppingcart {
  width: 976px;
  min-height: 300px;
  margin: 0 10px;
}

.productnietgevonden {
  overflow: hidden;
  margin: 50px auto;
  padding: 10px;
  min-height: 300px;
  border: 1px solid #dcd6cf;
  background-color: white;
}

#divLastViewedGrid {
  padding: 0 15px;
}

fieldset input.aantalveld[type=text] {
  width: 40px;
  text-align: center;
}

.aantal {
  float: left;
  font-weight: bold;
}

.aantalenbestel {
  padding: 25px 15px;
  clear: both;
  float: left;
  width: 296px;
  background-color: #f9f9f9;
  border: 1px solid #dcd6cf;
}

.addtofavorite {
  clear: both;
  padding-top: 5px;
  cursor: pointer;
  /*font-size: 12px;*/
}

.houdmeopdehoogte {
  padding: 10px 15px;
  clear: both;
  float: left;
  width: 296px;
  background-color: #f9f9f9;
  border: 1px solid #dcd6cf;
}

#mailAddressError {
  color: red !important;
}

#KeepMeInformedButton {
  background-color: #ffa747;
  border: 1px solid #314573;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}

#KeepMeInformedButton:hover {
  background-color: #ffa747;
  border: 1px solid #314573;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
  cursor: pointer;
}

.variatie {
  float: left;
}

.maattabel {
  background-image: url(src/scss/images/maatinformatie.gif);
  background-repeat: no-repeat;
  width: 150px;
  height: 22px;
  cursor: pointer;
}

#MaatInfo {
  font-size: 11px;
}

.maatenlevertijd {
  margin-bottom: 5px;
  font-weight: bold;
}

.review-sterren-top {
  float: left;
  width: 85px;
  height: 17px;
  margin-bottom: 5px;
}

.review-schrijf {
  float: right;
  text-decoration: underline;
  font-size: 11px;
}

.review-cijfer-top {
  font-size: 11px;
  color: #727270;
  float: left;
}

.review-naam {
  float: left;
  clear: both;
  font-weight: bold;
  color: #5f5f5f;
}

.review-datum {
  margin-left: 5px;
  float: left;
  color: #7f7f7f;
  /*font-size: 12px;*/
}

.review-cijfer {
  float: left;
  font-size: 11px;
  color: #727270;
  margin: 8px 0 0 10px;
}

.review-tekst {
  clear: both;
  padding-bottom: 15px;
  padding-top: 5px;
}

.review-tekst-separator {
  clear: both;
  border-bottom: 1px solid #dcd6cf;
  width: 328px;
  margin-bottom: 5px;
}

.reviews-tekst-separator {
  clear: both;
  border-bottom: 1px solid #dcd6cf;
  width: 924px;
  margin-bottom: 5px;
}

.review-sterren {
  width: 80px;
  height: 17px;
  float: left;
  margin-top: 7px;
  margin-bottom: 5px;
}

.review-blok {
  clear: both;
  float: left;
}

.review-add {
  clear: both;
  float: left;
  margin-top: 6px;
}

.titel-review {
  float: left;
}

.button-review {
  float: right;
}

.review-beoordeling {
  width: 138px;
  height: 21px;
  float: right;
}

.reviewUseful {
  margin-top: 10px;
}

.reviewUseful a {
  text-decoration: none;
}

.reviewUseful a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.reviewUseful img {
  vertical-align: middle;
  margin: 0 5px 0 5px;
}

.reviewUseful .active {
  color: #007aff;
}

.reviewUseful .reviewUsefulResult {
  margin-top: 14px;
}

.productextrainfo-list {
  list-style-type: none;
  padding: 0px;
  margin: 0 0 0px 19px;
  line-height: 24px;
}

.productextrainfo-list a {
  text-decoration: none;
}

.product-extrainfo {
  background-color: white;
  padding: 25px 15px;
  width: 328px;
  float: right;
  border: 1px solid #dcd6cf;
  margin: 12px 0 0 0;
}

.product-review {
  background-color: white;
  padding: 15px;
  width: 328px;
  float: right;
  border: 1px solid #dcd6cf;
  margin: 12px 0 0 0;
}

.review {
  border-bottom: 1px solid #dcd6cf;
  height: 25px;
  padding-top: 40px;
}

.button-review #btnShowAllReviews {
  background-color: #ffa747;
  border: 1px solid #314573;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
  cursor: pointer;
}

.button-review #btnShowAllReviews:hover {
  background-color: #ffa747;
  border: 1px solid #314573;
  background-repeat: no-repeat;
  background-position: top right;
}

.parent {
  float: left;
}

/* Region Product Page Children */
.childs {
  clear: both;
  width: 100%;
}
.childs .products {
  padding: 15px 0;
  margin: 0px 0px 0px 0px;
}
.childs .products th {
  background-color: #e7eaf0;
  color: #4a4a4a;
  padding: 6px;
  font-weight: normal;
}
.childs .products td {
  padding: 6px 2px 4px 6px;
}
.childs .products .productsTr1 {
  background-color: #f3f9fc;
}
.childs .products input[type=button] {
  float: right;
  padding: 2px 20px;
  cursor: pointer;
  outline: 0;
}
.childs .products tfoot {
  background-color: #e7eaf0 !important;
  color: #4a4a4a;
}
.childs .alert {
  margin: 15px 0 0 0;
}

/* EndRegion Product Page Children */
.product-links {
  background-color: white;
  padding: 15px 15px 0 15px;
  margin: 0px;
  width: 432px;
  float: left;
  /*border: 1px solid #dcd6cf;*/
}

.product-rechts {
  float: left;
  width: 50px;
}

.content-cmspagina {
  width: 976px;
  min-height: 300px;
  margin: 0 10px;
}

.cmsnavigatie {
  float: right;
  background-color: white;
  border: 1px solid #dcd6cf;
  width: 358px;
  /*font-size: 12px;*/
}

.cmsnavigatie2 {
  float: right;
  background-color: white;
  border: 1px solid #dcd6cf;
  width: 348px;
  /*font-size: 12px;*/
  margin: 10px 0 0;
  padding: 17px 0 17px 10px;
}

.cmssubnavigatie {
  width: 306px;
  margin: 11px 0 11px 11px;
  padding: 15px 15px 15px 15px;
}

.cmssubnavigatie li {
  margin: 5px 0 5px;
  list-style: none;
}

.cmssubnavigatie ul {
  list-style-type: none;
  padding: 0px;
  margin: 0 0 0px 0px;
  line-height: 15px;
}

.Hoofdmenuitem {
  position: static;
  border-top: solid 2px transparent;
  border-right: solid 2px transparent;
  border-left: solid 2px transparent;
  border-bottom: solid 2px transparent;
}

.HoofdmenuitemActive {
  /*background-image: none !important;*/
  background-color: white;
  border-top: solid 2px #ded7ce;
  border-right: solid 2px #ded7ce;
  border-left: solid 2px #ded7ce;
  border-bottom: solid 2px transparent;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 12000;
}

#Shoppingcarttext a,
#Shoppingcarttext a:link {
  float: right;
  width: 87px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
}

#Shoppingcarttext a:hover {
  float: right;
  width: 87px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  cursor: pointer;
}

.betaalmogelijkheden {
  padding: 0;
  width: 675px;
  float: right;
}

.profielmenustreep {
  display: block;
  width: 20px;
  background-color: red;
  height: 20px;
}

/*#region Header*/
.header {
  height: 158px;
  width: 976px;
  margin: 0 10px;
}

/*#region Logo*/
.site-title {
  position: relative;
  overflow: hidden;
  width: 996px;
  height: 126px;
}

.sitelogo {
  position: absolute;
  top: 25px;
  left: 20px;
}

.sitelogo .placeholder {
  width: 224px;
  height: 64px;
}

.sitelogo .phonelogo {
  float: left;
  width: 180px;
  height: 32px;
}

.sitelogo .maillogo {
  float: right;
  width: 44px;
  height: 32px;
  padding: 4px 0 0 20px;
}

.site-title #search {
  position: absolute;
  right: 0;
  bottom: 40px;
}

/*#endregion*/
/*#region account/login page*/
.resetpasswordtable td {
  padding-top: 10px;
}

/*#endregion*/
/*#region menu*/
#nav-table {
  width: 100%;
}

#nav-table td {
  width: 10%;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #ec8884;
  border-right: 1px solid #ec8884;
  border-top: none;
  border-bottom: none;
  background-color: #e7342d; /* For browsers that do not support gradients */
  background-image: linear-gradient(#e7342d, #d8312a); /* Standard syntax (must be last) */
}

#nav-table td:hover {
  background-color: #d8312a; /* For browsers that do not support gradients */
  background-image: linear-gradient(#d8312a, #d8312a); /* Standard syntax (must be last) */
}

#nav-table a {
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  padding: 10px 0 10px 0;
  text-decoration: none;
  color: white;
  text-align: center;
  vertical-align: middle;
}

.Submenu {
  background-color: white;
  position: absolute;
  top: 160px;
  left: 160px;
  padding: 10px 10px 0px 6px;
  clear: both;
  border: solid 2px #ded7ce;
  z-index: 1000;
}

.subTitle {
  font-weight: bold;
  padding-bottom: 7px;
}

.subToonAlles a {
  font-style: italic;
  color: #f88c1f !important;
}

.Level2WithChilds {
  float: left;
  /*background-color: yellow;*/
  margin-bottom: 20px;
}

.Level2WithChilds ul li {
  clear: both;
  display: list-item;
  background-image: none !important;
  height: 20px !important;
  padding-left: 5px;
  padding-top: 3px;
  padding-right: 5px;
}

/*.Level2WithChilds li a {
            font-size: 12px !important;
        }*/
.Divider {
  border-left: 1px solid #dcd6cf; /*of image? */
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* menu homeknop*/
.homebutton {
  float: left;
  padding: 8px 64px 0 0;
  width: 10px;
  height: 4px;
}

.homebutton a.active {
  text-decoration: none;
}

.homebutton a {
  text-decoration: none;
  background: none;
}

.homebutton a:hover {
  text-decoration: none;
}

/*#endregion*/
/*#endregion*/
/*#region breadcrumb*/
div#breadcrumb {
  /*margin: 0px;
  padding: 10px 19px 12px 18px;
  font-size: 11px;*/
}

div#breadcrumb a {
  /*text-decoration: none;*/
}

div#breadcrumb h1 {
  display: inline;
  font-size: 1em;
  text-transform: capitalize;
}

/*#endregion*/
/*#region Content afmeting*/
/* Content afmeting*/
.content-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 996px;
  background-color: white;
}

#content-main {
  float: right;
  overflow: hidden;
  /*margin-right: 11px;*/
  /*padding: 0px 0px 0px 0px;*/
  width: 819px;
  /*border: 1px solid #dcd6cf;*/
  background-color: white;
  margin-bottom: 10px;
}

#content-main > h1 {
  margin-top: 0px;
  font-weight: normal;
}

#content-main p {
  margin: 0px;
  /*font-size: 12px;*/
  line-height: 20px;
}

#content-main-home {
  overflow: hidden;
  margin: 0px 10px 0px 10px;
  width: 976px;
  min-height: 400px;
}

#content-main-home h2 {
  line-height: 17px;
  /*font-size: 12px;*/
}

#content-main-fav {
  float: right;
  overflow: hidden;
  margin-right: 10px;
  padding: 25px;
  width: 924px;
  border: 1px solid #dcd6cf;
  background-color: white;
}

#content-main-account {
  float: right;
  overflow: hidden;
  margin-right: 10px;
  padding: 25px;
  width: 924px;
  border: 1px solid #dcd6cf;
  background-color: white;
}

#content-main-account h2 {
  font-size: 1.8em;
  padding: 0px;
  margin: 0px;
}

#content-main-error {
  float: right;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 35px;
  padding: 25px;
  width: 924px;
  border: 1px solid #dcd6cf;
  background-color: white;
}

#content-sub {
  /*background-color:red;*/
  float: left;
  overflow: hidden;
  margin-right: 0;
  padding: 0;
  width: 177px;
  min-height: 600px;
}

/* page titles */
hgroup.title {
  margin: 0 0 10px 0;
}

hgroup.title h1, hgroup.title h2 {
  display: inline;
}

hgroup.title h2 {
  margin: 0 0 0 3px;
  font-weight: normal;
}

/*#region Sections*/
.relatedveld {
  position: relative;
  width: 100%;
  /*margin-top: 510px;*/
}

.sect-header {
  position: relative;
  /*
  padding: 8px 7px 6px 7px;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.02em;
  z-index: 1;*/
}

.sect-header a {
  position: absolute;
  right: 18px; /*10px;*/
  bottom: 5px;
  /*font-size: 12px;*/
  text-decoration: none;
  cursor: pointer;
}

.sect-header a:hover {
  text-decoration: underline;
}

.sect-header-grid {
  position: relative;
  padding: 8px 7px 6px 7px;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.sect-header-grid a {
  position: absolute;
  right: 10px;
  bottom: 5px;
  /*font-size: 12px;*/
  text-decoration: none;
  cursor: pointer;
}

.sect-headergrid a:hover {
  text-decoration: underline;
}

.mostSold {
  position: absolute;
  right: 10px;
}

/*#endregion*/
/*#region Banners*/
/* Banners Home*/
.homebanner_Middle {
  /*background-color: orange;*/
  float: left;
  width: 640px;
  padding: 10px 0px;
  /*height: 166px;*/
}

.sliderhome {
  float: left;
  overflow: hidden;
  padding: 10px 0 10px 20px;
  margin: 0 12px 0 0;
  width: 583px;
  height: 166px;
  /*border: solid 1px;*/
}

.sliderhome .flexslider a {
  text-decoration: none;
}

.homebannerbar_right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.home-banner-separator {
  margin: 0 0 4px;
}

.saleBanner-wrapper {
  float: left;
  min-height: 200px;
  width: 646px;
}

.saleBanner-wrapper li {
  width: 300px;
}

ul.sale-product-list {
  clear: both;
  margin: 0px;
  padding: 0px;
}

ul.sale-product-list li {
  float: left;
  display: block;
  overflow: hidden;
  margin: 4px 3px 0px 0px;
  padding: 0;
  width: 316px;
  /*text-align: left;*/
  border: 1px solid #ccd2e3;
}

ul.sale-product-list a {
  text-decoration: none;
}

.sale-product {
  position: relative;
}

.sale-product .visual {
  /*position: relative;*/
  float: left;
  margin: 7px;
  padding: 0 15px 0 0;
  height: 100px;
  width: 100px;
}

.sale-product .visual img {
  /*height:100%;*/
  border: none;
}

.sale-product .visual .badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.home-products a {
  transition: all ease-in-out 0.1s;
}
.home-products a .sale-product {
  transition: all ease-in-out 0.1s;
}
.home-products a:hover {
  text-decoration: none;
}
.home-products a:hover .sale-product {
  transform: scale(1.05, 1.05);
  border-color: #787b84;
}

.sale-product .visual .badge img {
  position: absolute;
  bottom: 3px;
  right: 0px;
  height: 83px;
}

.sale-product .price {
  color: #e7342d;
  padding-left: 0;
  margin-top: 6px;
  font-size: 14px;
  /*font-weight: bold;*/
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 10px;
}

.sale-product-info {
  overflow: hidden;
  padding: 6px;
}

.sale-product-info .art-nr {
  margin: 5px 0 0 0;
  padding: 0px;
  color: #304173;
  /*font-size: 12px;
  font-weight: bold;*/
  display: block;
}

.sale-product-info .title {
  margin: 5px 0 0 0;
  padding: 0px;
  color: #8f8f8f;
  font-size: 11px;
  display: block;
  width: 150px;
  max-height: 100px;
}

/*#endregion*/
/*#region Home*/
.hometekst {
  /*background-color: green;*/
  float: left;
  overflow: hidden;
  margin: 0;
  width: 642px;
}

.hometekst .welkom {
  border: 1px solid #ccd2e3;
  margin: 10px 0px 4px 7px;
  margin-top: 10px;
  padding: 15px;
  width: 596px;
}

.hometekst .coverimages {
  margin-left: 5px;
}

.hometekst .coverimages .image-wrapper {
  border: 1px solid #ccd2e3;
  width: 300px;
  height: 300px;
  float: left;
  margin: 3px;
  padding: 4px;
}

.home-list {
  list-style-type: none;
  padding: 0px;
  margin: 0 0 0px 19px;
  line-height: 24px;
}

.homesocial {
  float: right;
  overflow: hidden;
  padding: 10px;
  margin: 0;
  width: 336px;
  height: 530px;
  border: solid 1px;
}

.omsocial {
  overflow: hidden;
  margin-left: 9px;
  margin-bottom: 8px;
  border: 1px solid #DCD6CF;
  width: 309px;
  padding-left: 5px;
}

.-cx-PRIVATE-pluginBoxContainer__border {
  border-width: 0px !important;
  color: red;
}

.homevragen {
  float: left;
  overflow: hidden;
  padding: 10px;
  margin: 2px 0 0 9px;
  width: 294px;
  height: 110px;
  border: solid 1px;
}

.homevragenlink {
  width: 100%;
  height: 100%;
  float: left;
}

.homenieuwsbrief {
  float: left;
  overflow: hidden;
  padding: 10px;
  margin: 2px 0 0 9px;
  width: 294px;
  height: 96px;
  border: solid 1px;
}

/*#endregion*/
/*#region Filternavigatie*/
#nav-sub {
  float: left;
  overflow: hidden;
  margin: 10px 0px 10px 15px;
  width: 154px;
  min-height: 208px;
}

#nav-sub p {
  margin: 15px;
}

#nav-sub-cms {
  float: right;
  overflow: hidden;
  margin: 0;
  width: 358px;
  min-height: 208px;
}

#nav-sub-cms p {
  margin: 15px 15px 15px 15px;
}

.FilterTitel {
  padding: 7px 10px 7px 10px;
  font-size: 16px;
}

.FilterOnderkant {
  height: 30px;
}

.SubmenuCategorie {
  font-size: 14px;
  font-weight: bold;
}

#iconFilterList {
  width: 162px;
  padding: 0;
  margin: 0;
}

#iconFilterList ul {
  list-style-type: none;
  width: 162px;
  margin: 0px;
  padding: 0px;
}

#iconFilterList ul li img {
  /*display: inline;*/
  float: left;
  width: 22px;
  height: 22px;
  padding: 4px;
  border: 1px solid #ddd7d1;
  margin: 4px;
}

#iconFilterList ul li .isChecked {
  border: 1px solid #605648;
}

#maatInformatie {
  margin: 8px 30px 30px 30px;
  /*font-size: 12px;*/
}

/*#region cat*/
.cat-wrapper {
  background-color: #133370;
  padding: 8px;
  margin-bottom: 5px;
  /*width: 124px;*/
  font-size: 0.9em;
  text-transform: lowercase;
}

.cat-wrapper td:first-letter {
  text-transform: uppercase;
}

.cat-wrapper table {
  width: 100%;
}

.cat-wrapper .title {
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd6d0;
  color: #FFFFFF;
}

.cat-wrapper a {
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  color: #FFFFFF;
}

.cat-wrapper tr:hover {
  background-color: #9faac6;
}

.cat-wrapper .content {
  border-top: none;
}

.aright {
  text-align: right;
  font-size: 11px;
  color: #FFFFFF;
}

/* tooltip styling.   */
.infoLink {
  float: right;
  display: block;
  margin: 0 0 0 5px;
  width: 16px;
  height: 16px;
  /*font-size: 12px;*/
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.tooltip {
  display: none;
  padding: 7px;
  max-width: 500px;
  /*font-size: 12px;*/
}

/*#endregion*/
/*#endregion*/
/*#region Grid*/
/*#region Grid Paging*/
.paging {
  float: right;
  margin: 3px 0 4px;
}

.paging-links {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.paging-links li {
  float: left;
  margin: 0 0 0 2px;
}

.paging-links li a,
.paging-links li .disabled {
  display: block;
  padding: 3px 5px;
  min-width: 12px;
  text-align: center;
  text-decoration: none;
}

.paging-links li .selected {
  display: block;
  padding: 3px 5px;
  min-width: 12px;
  color: rgb(232, 12, 77);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.paging-links .first {
  border: 1px solid #b6b6b6;
}

.paging-links .last {
  border: 1px solid #b6b6b6;
}

.lower .paging-links .first {
  border: 1px solid #b6b6b6;
}

.lower .paging-links .last {
  border: 1px solid #b6b6b6;
}

.lower {
  clear: both;
}

/*#endregion*/
/*#region Grid Producten*/
#productlist-wrapper {
  position: relative;
  top: 0;
  left: 0;
  /*padding: 10px 0px 0 0px;*/
}

#productlist-wrapper .overlay {
  position: absolute;
  background-color: #9faac6;
  display: none;
  width: 98%;
  height: 100%;
}

#imgLoader {
  position: absolute;
  display: none;
  width: 98%;
  height: 600px;
  text-align: center;
  padding-top: 300px;
}

.list-options {
  padding: 0 3px 0 0;
  width: 800px;
}

.list-sorting {
  float: left;
  margin: 4px 5px 0 2px;
  /*font-size: 12px;*/
}

.list-psize {
  float: left;
  margin: 4px 5px 0 10px;
  /*font-size: 12px;*/
}

#navigations .navheader {
  width: 801px;
  position: relative;
  padding: 0px 0px 5px 0px;
  /*font-size: 23px;*/
  font-weight: normal;
  letter-spacing: 0.02em;
  z-index: 1;
}

#navigations .navheader .title {
  background-color: #5A6DA5;
  height: 22px;
  line-height: 20px;
  /*font-size: 12px;*/
  font-weight: bold;
  text-transform: capitalize;
  padding: 5px 0 0 10px;
  color: #FFFFFF;
}

#navigations .navheader .description {
  /*min-height: 30px;*/
  /*font-size: 12px;*/
  padding: 5px 10px 5px 10px;
  /*color: #5A6DA5;*/
  border-bottom: 1px solid #5A6DA5;
  line-height: 20px;
}

#navigations .content {
  position: relative;
}

#navigations .navfooter {
  /*position: relative;
  padding: 0px 0px 5px 0px;
  font-weight: normal;
  letter-spacing: 0.02em;
  z-index: 1;*/
}

#navigations .navfooter .title {
  background-color: #5A6DA5;
  height: 22px;
  line-height: 20px;
  /*font-size: 12px;*/
  font-weight: bold;
  padding: 5px 0 0 10px;
  color: #FFFFFF;
}

#navigations .navfooter .top5product {
  height: 95px;
  padding: 12px 0 0 10px;
  /*font-size: 12px;*/
}

/*#navigations .navfooter .top5product.bottomborder {
                    border-bottom: 1px solid Gray;
            }*/
#navigations .navfooter .top5product.even {
  background-color: #f1f3f6;
}

#navigations .navfooter .top5product a {
  font-weight: bold;
}

#navigations .navfooter .top5product a,
#navigations .navfooter .top5product a:active {
  text-decoration: none;
  color: #5e5e5e;
}

#navigations .navfooter .top5product a:hover {
  text-decoration: underline;
  cursor: pointer;
}

#navigations .navfooter .top5product .img {
  float: left;
}

#navigations .navfooter .top5product .product_title {
  float: left;
}

#navigations .navfooter .top5product .product_title a {
  color: #304173;
}

#navigations .navfooter .top5product .price {
  float: left;
  width: 145px;
  padding: 30px 0px;
  text-align: right;
}

#navigations .navfooter .top5product .price a {
  color: #e7342d;
}

#navigations .navfooter .top5product .moreinfo {
  float: right;
  width: 110px;
  padding: 30px 15px;
}

#navigations .navfooter .top5product .moreinfo a {
  color: #e7342d;
  white-space: nowrap;
}

ul.navigation-list {
  /*clear: both;

  overflow: hidden;*/
  margin: 0 -5px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.navigation-list li {
  border: 1px solid #ececec;
  list-style: none;
  width: 23.7%;
  margin: 5px;
  padding: 5px;
  text-align: center;
}

ul.navigation-list a {
  text-decoration: none;
  display: block;
  height: 186px;
}

ul.navigation-list li .title {
  margin-top: 10px;
  word-break: break-word;
  font-size: 1.1em;
}

.navigation {
  position: relative;
}

.navigation .visual {
  position: relative;
  margin: 0;
  padding: 0 0;
  /*height: 265px;
      width: 155px;*/
}

.navigation .visual img {
  /*height:100%;*/
  border: none;
  max-width: 145px;
  max-height: 120px;
}

#products {
  float: left;
  width: 100%;
}

#products .productheader {
  width: 802px;
  position: relative;
  padding: 0px 0px 5px 0px;
  /*font-size: 23px;*/
  font-weight: normal;
  letter-spacing: 0.02em;
  z-index: 1;
}

#products .productheader .title {
  background-color: #5A6DA5;
  height: 22px;
  line-height: 20px;
  /*font-size: 12px;*/
  font-weight: bold;
  text-transform: capitalize;
  padding: 5px 0 0 10px;
  color: #FFFFFF;
}

#products .productheader .description {
  /*font-size: 12px;*/
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #5A6DA5;
}

ul.product-list {
  clear: both;
  margin: 0;
  padding: 0;
}

ul.product-list li {
  float: left;
  display: block;
  overflow: hidden;
  margin: 10px 10px 30px 0px;
  padding: 8px;
  height: 235px;
  width: 265px;
  text-align: center;
  /*border: 1px solid rgba(147, 161, 203, 0.38);*/
}

ul.product-list a {
  text-decoration: none;
  display: block;
  height: 186px;
}

.product {
  position: relative;
}

.product .visual {
  position: relative;
  margin: 0;
  padding: 0 0;
}

/*.product .item-delete {
        padding-right: 10px;
    }*/
.visuallastviewed {
  position: relative;
  margin: 0px;
  padding: 5px 0;
  width: 100%;
  height: 83px;
}

.product .visual img {
  border: none;
  max-width: 145px;
  max-height: 120px;
}

.product .visual .badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.product .visual .badge img {
  position: absolute;
  bottom: 3px;
  right: 0px;
  height: 83px;
}

.product-info {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.product-info .info {
  position: relative;
  margin: 5px 0 0;
}

.product-info .left {
  float: left;
}

.product-info .right {
  float: right;
}

.product-info .title {
  overflow: hidden;
  margin: 0;
  line-height: 19px;
  text-align: center;
  max-height: 40px;
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border: none;
  color: #304173;
}

.product-info .price {
  width: 100%;
  /*font-size: 12px;*/
  line-height: 19px;
  height: 21px;
  color: #e7342d;
}

.product-fav {
  width: 234px !important;
  margin-left: 6px !important;
  margin-right: 0px !important;
  height: 226px !important;
}

.product-fav .date {
  font-size: 11px;
}

.product-fav .delete {
  position: absolute;
  background: transparent url(src/scss/Images/ico-delete.png) no-repeat top left;
  display: none;
  cursor: pointer;
  font-size: 0px;
  height: 28px;
  width: 28px;
  top: 0px;
  right: 0px;
}

.product-fav:hover .delete {
  display: inline-block;
}

/*#endregion*/
.nostock {
  float: left;
  padding: 5px 0 5px 0;
}

.sitemetadata-banner {
  float: left;
  overflow: hidden;
  margin: 0 0 20px;
}

.sitemetadata-imagebanner {
  float: left;
  overflow: hidden;
}

.sitemetadata-titlebanner {
  float: left;
  overflow: hidden;
  padding: 20px 20px 11px 20px;
  width: 199px;
  font-size: 15px;
  font-weight: bold;
}

.sitemetadata-textbanner {
  float: left;
  overflow: hidden;
  padding: 0 20px 0 20px;
  width: 199px;
  /*font-size: 12px;*/
}

.sitemetadata-description {
  border: 1px solid #5a6da5;
  padding: 6px;
  line-height: 20px;
  background-color: rgba(147, 161, 203, 0.38);
}

/*#endregion*/
/*#region Scrollers*/
/*#region lastviewed*/
#lastviewed {
  float: left;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
}

ul.article-items {
  clear: both;
  padding: 0;
}

ul.article-items li {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 214px;
  height: 190px;
  text-align: center;
}

ul.article-items li a {
  text-decoration: none;
}

.article-items .product-info {
  max-height: 38px;
  overflow: hidden;
  margin-top: 13px;
}

.article-items .product-info .title {
  /*padding: 5px;
  font-weight: bold;
  color: #43436c;
  white-space: normal;*/
}

.article-items .product-price {
  height: 50px;
}

.article-items .product-price .price {
  color: #d21414;
  /*padding: 8px;
  text-align: left;
  line-height: 18px;
  float: left;*/
}

.article-items .badge img {
  position: absolute;
  top: 16px;
  left: 105px;
  height: 40px;
}

.article-items .item-delete {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 3px;
  width: 16px;
  height: 16px;
  font-size: 0;
  cursor: pointer;
  /*display: none;*/
}

.article-items li:hover .item-delete {
  /*display: none;*/
}

/*#endregion*/
/*#region Related Items Scroller*/
#related-scroller {
  position: relative;
}

#related-scroller .scrollerview {
  position: relative;
  overflow: hidden;
  margin: 4px 0px;
  height: 200px;
  border: none;
}

#related-scroller.scrolling .scrollerview {
  margin: 0;
}

#related-scrollerMost {
  position: relative;
}

#related-scrollerMost .scrollerview {
  position: relative;
  overflow: hidden;
  margin: 4px 0px;
  width: 645px;
  height: 200px;
  border: none;
}

#related-scrollerMost.scrolling .scrollerview {
  margin: 10px 30px 0px 30px;
  width: 645px;
}

#related-scroller .scroller ul {
  margin: 8px 0 0;
}

#related-scroller .scroller {
  position: absolute;
  top: 0px;
  left: 0px;
  /*margin: 0 4px;*/
  width: 9999px;
}

#related-scroller .btnNext,
#related-scroller .btnPrev {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 100%;
  cursor: pointer;
}

#related-scroller .btnPrev {
  left: -30px;
}

#related-scroller .btnNext {
  right: -30px;
}

#related-scroller .arrow {
  margin: 84px 2px;
  width: 26px;
  height: 26px;
}

#related-scroller .arrow.right {
  background-position: -26px 0;
}

#related-scroller .btnPrev:hover .arrow {
  background-position: 0 -26px;
}

#related-scroller .btnNext:hover .arrow {
  background-position: -26px -26px;
}

#related-scroller .btnNext.disabled,
#related-scroller .btnPrev.disabled {
  cursor: default;
}

#related-scroller .btnPrev.disabled .arrow,
#related-scroller .btnPrev.disabled:hover .arrow {
  background-position: 0 -52px;
}

#related-scroller .btnNext.disabled .arrow,
#related-scroller .btnNext.disabled:hover .arrow {
  background-position: -26px -52px;
}

/*#endregion*/
/*#region LastViews Items Scroller*/
#lastViewed-scroller {
  position: relative;
}

#lastViewed-scroller .scrollerview {
  position: relative;
  overflow: hidden;
  margin: 4px 0px;
  height: 200px;
  border: none;
}

#lastViewed-scroller.scrolling .scrollerview {
  margin: 0;
  width: 950px;
}

#lastViewed-scrollerMost {
  position: relative;
}

#lastViewed-scrollerMost .scrollerview {
  position: relative;
  overflow: hidden;
  margin: 4px 0px;
  width: 645px;
  height: 200px;
  border: none;
}

#lastViewed-scrollerMost.scrolling .scrollerview {
  margin: 10px 30px 0px 30px;
  width: 645px;
}

#lastViewed-scroller .scroller ul {
  /*margin: 8px 0 0;*/
}

#lastViewed-scroller .scroller {
  position: absolute;
  top: 0px;
  left: 0px;
  /*margin: 0 4px;*/
  width: 9999px;
}

#lastViewed-scroller .btnNext,
#lastViewed-scroller .btnPrev {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 100%;
  cursor: pointer;
}

#lastViewed-scroller .btnPrev {
  left: 4px;
}

#lastViewed-scroller .btnNext {
  right: 20px;
}

#lastViewed-scroller .arrow {
  margin: 84px 2px;
  width: 26px;
  height: 26px;
}

#lastViewed-scroller .arrow.right {
  background-position: -26px 0;
}

#lastViewed-scroller .btnPrev:hover .arrow {
  background-position: 0 -26px;
}

#lastViewed-scroller .btnNext:hover .arrow {
  background-position: -26px -26px;
}

#lastViewed-scroller .btnNext.disabled,
#lastViewed-scroller .btnPrev.disabled {
  cursor: default;
}

#lastViewed-scroller .btnPrev.disabled .arrow,
#lastViewed-scroller .btnPrev.disabled:hover .arrow {
  background-position: 0 -52px;
}

#lastViewed-scroller .btnNext.disabled .arrow,
#lastViewed-scroller .btnNext.disabled:hover .arrow {
  background-position: -26px -52px;
}

/*#endregion*/
/*#region relevant Items Scroller (=spare & accessory data) */
#relevant-scroller {
  position: relative;
}

#relevant-scroller .scrollerview {
  position: relative;
  overflow: hidden;
  margin: 4px 0px;
  height: 200px;
  border: none;
}

#relevant-scroller.scrolling .scrollerview {
  margin: 0;
  width: 950px;
}

#relevant-scrollerMost {
  position: relative;
}

#relevant-scrollerMost .scrollerview {
  position: relative;
  overflow: hidden;
  margin: 4px 0px;
  width: 645px;
  height: 200px;
  border: none;
}

#relevant-scrollerMost.scrolling .scrollerview {
  margin: 10px 30px 0px 30px;
  width: 645px;
}

#relevant-scroller .scroller ul {
  margin: 8px 0 0;
}

#relevant-scroller .scroller {
  position: absolute;
  top: 0px;
  left: 0px;
  /*margin: 0 4px;*/
  width: 9999px;
}

#relevant-scroller .btnNext,
#relevant-scroller .btnPrev {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 100%;
  cursor: pointer;
}

#relevant-scroller .btnPrev {
  left: 4px;
}

#relevant-scroller .btnNext {
  right: 20px;
}

#relevant-scroller .arrow {
  margin: 84px 2px;
  width: 26px;
  height: 26px;
}

#relevant-scroller .arrow.right {
  background-position: -26px 0;
}

#relevant-scroller .btnPrev:hover .arrow {
  background-position: 0 -26px;
}

#relevant-scroller .btnNext:hover .arrow {
  background-position: -26px -26px;
}

#relevant-scroller .btnNext.disabled,
#relevant-scroller .btnPrev.disabled {
  cursor: default;
}

#relevant-scroller .btnPrev.disabled .arrow,
#relevant-scroller .btnPrev.disabled:hover .arrow {
  background-position: 0 -52px;
}

#relevant-scroller .btnNext.disabled .arrow,
#relevant-scroller .btnNext.disabled:hover .arrow {
  background-position: -26px -52px;
}

/*#endregion*/
/*#endregion*/
/*#region Product Details*/
/*#region media-view*/
#media-view-wrapper {
  float: left;
  width: 432px;
  margin: 0 0 0px;
}

#media-view {
  float: left;
}

#media-view #viewer {
  float: left;
  margin: 0px 0px 0px 10px;
  padding: 0;
  width: 340px;
  height: 340px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

#media-view #viewer img.picture {
  margin: 0;
  padding: 0;
  height: 340px;
}

#media-view #viewer img.badge {
  position: absolute;
  top: 25px;
  right: -108px; /* = minus padding-right van #viewer*/
  z-index: 100;
}

#img {
  margin: 0;
  padding: 0;
  /*border: 1px solid #ececec;*/
  /*width:289px;*/
  width: 340px;
  height: 340px;
}

.zoomImg {
  z-index: 1;
}

div#btns {
  position: relative;
  width: 600px;
}

.prev, .next {
  position: absolute;
  top: -30px;
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.jp-disabled {
  display: none;
}

.zoomIcon {
  width: 91px;
  height: 21px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/Content//Templates//401/Images/zoom-icon-plus.png);
  background-repeat: no-repeat;
  display: block;
  z-index: 900;
}

.jp-holder {
  float: left;
  clear: both;
  display: block;
  padding: 5px 0 0;
}

.jp-holder a {
  padding: 6px;
  text-decoration: none;
  cursor: pointer;
}

.jp-holder a:hover {
  text-decoration: underline;
}

a.jp-current {
  font-weight: bold;
}

.imageLightbox {
  float: left;
  display: block;
  padding: 4px;
}

.thumbs {
  width: 80px; /*100px;*/
  min-height: 80px;
  float: left;
}

ul#thumbs, ul#videothumbs {
  margin: 0;
  padding: 0px 0 10px;
  list-style: none;
}

ul#videothumbs {
  margin: 0 0 0 0px;
  padding: 0px 0 10px;
  list-style: none;
}

ul#thumbs li, ul#videothumbs li {
  float: left;
  margin: 0px 5px 5px 0;
  width: 80px;
  text-align: center;
  cursor: pointer;
}

ul#thumbs li img, ul#videothumbs li img {
  height: 80px;
  vertical-align: top;
}

ul#videothumbs li img.playVideo {
  /*height: 25px;
          width: 30px;
          padding-top: 2px;
          padding-left: 10px;*/
  position: absolute;
  right: 5px;
  top: 24px;
  height: 25px;
}

/*#endregion*/
/*#region CloudZoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin: -1px;
  cursor: default;
}

/* This is for the title text. */
.cloud-zoom-title {
  position: absolute !important;
  top: 0px;
  padding: 3px;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding: 3px;
}

.cloud-zoom-gallery img {
  padding: 2px;
  height: 80px;
  cursor: pointer;
}

/*#endregion*/
/*#region article details*/
.details {
  position: relative;
  padding: 0;
}

#article-detail {
  background-color: white;
  padding: 14px;
  width: 478px;
  float: left;
  /*border: 1px solid #dcd6cf;*/
}

#article-detail .details {
  /*min-height:230px;*/
}

#article-detail .details .title {
  margin: 0;
  font-size: 14px;
  color: #304173;
  font-weight: bold;
  /*text-align: center;*/
}

#article-detail .details .description {
  color: #383838;
  /*font-size: 12px;*/
}

.artikelcode {
  margin: 0 0 10px;
}

.description {
  padding: 0px 0 5px;
  line-height: 19px;
}

#article-detail-title {
  /*padding: 0 0 10px 0;
  margin: 0;
  text-align: left;
  font-size: 23px;*/
}

.pricewrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 29px;
  text-align: left;
}

.pricespace {
  float: left;
  padding-top: 15px;
  font-size: 15px;
  font-weight: bold;
  vertical-align: bottom;
}

.priceheight {
  height: 40px;
}

.normalprice {
  float: left;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  vertical-align: bottom;
}

.currentprice {
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  vertical-align: bottom;
}

#article-detail .btn-wrapper {
  float: right;
  width: 194px;
}

#article-detail #btnToCart2 {
  float: left;
  display: block;
  margin: 0;
  padding: 4px 35px 4px 7px;
  /*font-size: 12px;*/
  font-weight: bold;
  outline: 0;
  cursor: pointer;
}

.link-back-product {
  float: left;
  display: block;
  margin: 10px 0 0;
  padding: 5px 20px 5px 20px;
  font-size: 15px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.link-back-product a,
.link-back-product a:link,
.link-back-product a:active,
.link-back-product a:hover {
  text-decoration: none;
}

.thumbnails {
  margin: 10px 0 0;
}

a[href$=".doc"], a[href$=".docx"] {
  padding: 0 0 0 35px;
  line-height: 20px;
  background-position: left;
}

a[href$=".xls"], a[href$=".xlsx"] {
  padding: 0 0 0 35px;
  line-height: 20px;
  background-position: left;
}

a[href$=".ppt"], a[href$=".pptx"] {
  padding: 0 0 0 35px;
  line-height: 20px;
  background-position: left;
}

a[href$=".pdf"] {
  padding: 0 0 0 35px;
  line-height: 20px;
  background-position: left;
}

a[href$=".txt"] {
  padding: 0 0 0 35px;
  line-height: 20px;
  background-position: left;
}

ul.article-docs {
  list-style-type: none;
  padding-left: 0px;
}

ul.article-docs li {
  padding: 0 0 8px;
  list-style-type: none;
}

.article-docs li a {
  text-decoration: none;
  display: block;
  line-height: 24px;
  height: 24px;
}

.article-docs li a:hover {
  text-decoration: underline;
}

.propertyValueList {
  padding-left: 17px;
  margin-bottom: 0px;
}

.propertyLabel {
  line-height: 19px;
}

.compData {
  vertical-align: top;
}

/*#endregion*/
/*#region parent-child Selector*/
.parentchildSelector ul {
  clear: both;
  display: inline;
  margin: 0;
  padding: 0;
}

.parentchildImages li {
  float: left;
  margin: 0 15px 2px 0;
  list-style: none;
  cursor: pointer;
}

.parentchildRadioButtons li {
  margin: 0 15px 2px 0;
  list-style: none;
  cursor: pointer;
}

/*.parentchildSelector .imgPointer
{
    cursor: pointer;
}*/
/*#endregion parent-child Selector*/
/*#endregion*/
/*#region shoppingcart */
.btnCheckOut {
  display: block;
  font-size: 1.75em;
  font-variant: small-caps;
  outline: 0;
  padding: 5px;
  width: 130px;
  cursor: pointer;
}

#ShoppingCartWizard ol {
  margin: 0;
  padding: 0;
}

#ShoppingCartWizard ol li:nth-of-type(1) {
  padding-left: 25px;
}

#ShoppingCartWizard ol li {
  float: left;
  padding: 5px 30px 5px 15px;
  font-size: 15px;
  list-style-type: none;
}

#ShoppingCartWizard .content {
  position: relative;
  top: 0;
  left: 0;
  padding: 15px 20px 0px 20px;
}

#ShoppingCartWizard .content h5 {
  margin: 0 0 20px 0;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
}

#ShoppingCartWizard p.noitems {
  display: block;
  margin-top: 30px;
  min-height: 300px;
  text-align: center;
}

#divShoppingCart {
  margin-top: 25px;
}

#divShoppingCart table {
  width: 100%;
}

.content-cart-table th {
  padding: 0 0 10px 0;
  border-bottom: solid 1px #ded7ce;
  /*font-size: 12px;*/
}

.content-cart-table td {
  padding: 7px 0px;
}

.content-cart-table .thumb {
  width: 8%;
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #ded7ce;
  text-align: center;
}

.content-cart-table .artnr {
  width: 8%;
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-cart-table .title {
  width: 25%;
  padding: 10px 0 10px 0;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-cart-table .size {
  width: 9%;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-cart-table .delivery {
  width: 20%;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-cart-table .delete {
  width: 4%;
  padding: 10px 5px 10px 5px;
  border-bottom: solid 1px #ded7ce;
  text-align: center;
}

.content-cart-table .subtotal {
  padding: 5px 5px 5px 0;
  /*padding:0 0 10px 0;*/
  border-bottom: solid 1px #ded7ce;
  width: 13%;
  text-align: right;
}

.content-cart-table .amount {
  width: 7%;
  padding: 5px 10px 5px 0;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: right;
}

.content-cart-table .total,
.content-cart-table .price {
  width: 10%;
  padding: 5px 10px 5px 0;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: right;
}

.content-cart-table .pricePerPiece {
  width: 10%;
  padding: 5px 10px 5px 15px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: right;
}

.content-cart-table .no-stock-message td {
  padding: 0;
}
.content-cart-table .no-stock-message td .alert {
  padding: 5px 10px;
  margin: 0 -1px 0 0;
  font-size: small;
}
.content-cart-table .no-stock td {
  border-bottom-color: #f5c6cb;
  background-color: #fff2f3;
}
.content-cart-table .no-stock td.thumb {
  border-left: 1px solid #f5c6cb;
}
.content-cart-table .no-stock td.title, .content-cart-table .no-stock td.amount, .content-cart-table .no-stock td.delete, .content-cart-table .no-stock td.price, .content-cart-table .no-stock td.total {
  border-right: 1px solid #f5c6cb;
}

.cart-prijs table {
  width: 100%;
}

.cart-prijs td {
  padding: 7px;
  padding-left: 12px;
  padding-bottom: 5px;
}

/*.cart-prijs tr.priceTotalBar {
    background-color: #314573;
    color: white;
    font-weight: bold;
}*/
.cart-prijs .priceTotalBar {
  position: absolute;
  bottom: 0px;
  background-color: #767676;
  color: white;
  font-weight: bold;
  width: 100%;
}

.cart-prijs .prijsCol1 {
  width: auto;
  text-align: left;
  font-weight: bold;
}

.cart-prijs .prijsCol2 {
  width: auto;
  text-align: right;
}

.cart-prijs .prijsCol3 {
  width: auto;
  text-align: right;
}

.cart-actions {
  float: right;
  clear: both;
  bottom: 0px;
  margin-top: 15px;
  padding: 10px;
  width: 918px;
}

.cart-actions .btnNext {
  float: right;
  display: block;
  outline: 0;
  margin: 0px 0px 0px 0px;
  padding: 5px 20px 5px 20px;
  font-size: 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.cart-actions .btnNext:hover {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.cart-actions .btnPrev {
  float: left;
  display: block;
  margin: 0;
  padding: 5px 20px 5px 20px;
  font-size: 15px;
  outline: 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.cart-actions .btnPrev:hover {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul.cart-back {
  margin-top: 15px;
  padding: 0;
}

ul.cart-back li {
  margin: 15px 0 0 15px;
  list-style-type: none;
}

ul.cart-back li a {
  text-decoration: none;
}

ul.cart-back li a:hover {
  text-decoration: underline;
}

.divAddress {
  float: left;
  overflow: hidden;
  padding: 0px 18px 20px 10px;
  font-size: 1.1em;
}

#divPayment {
  float: left;
  width: 400px;
}

#divPaymentSummary {
  float: left;
  padding-bottom: 18px;
}

#ShoppingCartWizardFooter, .push {
  clear: both;
  height: 200px;
}

#summary table {
  border-collapse: separate;
  width: 100%;
}

#summary table tr td {
  padding: 7px;
}

#summary table tr th {
  padding: 7px;
}

.order-header {
  text-align: left;
}

#tableShoppingCart {
  float: left;
  border-collapse: separate;
}

#tableShoppingCart tr td {
  padding: 7px;
  vertical-align: top;
  border-collapse: separate;
}

#tableShoppingCart tr th {
  padding: 7px;
  border-collapse: separate;
}

.btnNextCheck2 {
  float: right;
  display: block;
  padding: 5px 20px;
  font-size: 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
}

.btnNextCheck2:hover {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btnPrevcancel {
  float: left;
  display: block;
  padding: 5px 20px 5px 20px;
  font-size: 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
}

.btnPrevcancel:hover {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ui-button {
  float: left;
  display: block;
  padding: 5px 10px 5px 10px;
  font-size: 15px;
  outline: 0;
  cursor: pointer;
  border-radius: 0px !important;
}

.video .ui-button {
  float: left;
  display: block;
  padding: 5px 10px 5px 10px;
  font-size: 15px;
  font-weight: bold !important;
  outline: 0;
  cursor: pointer;
  border-radius: 0px !important;
}

.ui-dialog .ui-dialog-buttonpane {
  border: 0px !important;
  margin-bottom: 15px;
  margin-right: 15px;
}

#checkout-main {
  margin: 0 10px;
  /*padding:0 0 0 18px;*/
  /*background-color: yellow;*/
  background-color: white;
  height: 30px;
  border-left: 1px solid #ded7ce;
  border-bottom: 1px solid #ded7ce;
  border-right: 1px solid #ded7ce;
}

#checkout-main .buttons {
  /*padding-right: 22px;*/
  margin-right: 2px;
}

#checkout-main input {
  float: right;
}

#checkout .header {
  /*background-color: yellow;*/
  height: 40px;
}

#checkout .step1 {
  background: url(/Content/Templates/401/Images/checkout-1.gif) no-repeat;
  background-position: center;
}

#checkout .step2 {
  background: url(/Content/Templates/401/Images/checkout-2.gif) no-repeat;
  background-position: center;
}

#checkout .step3 {
  background: url(/Content/Templates/401/Images/checkout-3.gif) no-repeat;
  background-position: center;
}

/*#checkout .header ol li:nth-of-type(1) {
            padding-left:170px;
        }

        #checkout .header ol li {
            float:left;
            padding:8px 30px 5px 15px;

            font-size:15px;

            list-style-type:none;
        }*/
#checkout .content {
  /*background-color:red;*/
  /*height:400px;*/
  /*width:976px;*/
  position: relative;
  margin: 10px 10px 20px 15px;
  padding: 15px 0 10px 10px;
  border: 1px solid #ded7ce;
  /*float: left;*/
  background-color: white;
  /*width: 952px;*/
  line-height: 18px;
  padding-bottom: 40px;
}

#checkout .content .titel {
  font-size: 18px;
  padding: 0 0 10px 15px;
  color: #394573;
}

#checkout .content .subtitel {
  font-size: 14px;
  color: #394573;
}

#checkout .content .subtitel2 {
  height: 23px;
  font-weight: bold;
  width: 170px;
}

#checkout .content .streep {
  border-top: 1px solid #ded7ce;
  position: relative;
  margin-right: 15px;
}

#checkout .content .streep-vertical {
  border-left: 1px solid #ded7ce;
  /*position: relative;*/
  margin: 15px 1px 10px 1px;
  height: 530px;
  width: 10px;
  float: left;
}

#checkout .content .streep-vertical2 {
  border-left: 1px solid #ded7ce;
  /*position: relative;*/
  margin: 15px 1px 10px 1px;
  height: 410px;
  width: 10px;
  float: left;
}

#checkout .content .box {
  /*background-color: blue;*/
  margin: 15px 15px 0 0;
  /*height: 350px;*/
  width: 505px;
  float: left;
}

#checkout .content .box div {
  padding-top: 15px;
}

#checkout .content .box .newsletter {
  border: 1px solid #ded7ce;
  margin: 10px 0 0 10px;
  padding: 10px;
  width: 293px;
  /*font-size: 12px;*/
  float: left;
}

#checkout .content .box .newsletter div {
  padding: 15px 10px 10px 15px;
  background-color: #ded7ce;
  font-weight: bold;
}

#checkout .content .box .newsletter p {
  display: inline;
  color: #e78610;
}

#checkout .content .box fieldset {
  padding-left: 20px;
}

#checkout .content .box .address {
  width: 100%;
}

#checkout .content .btnCheckoutPrevious {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 15px 15px;
}

#checkout .content .btnCheckoutNext {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 15px 15px 0;
}

#checkout .content .orderdetails {
  /*background-color: blue;*/
  margin: 15px 15px 0 15px;
  width: auto;
}

#shoppingCartPopupMsg {
  margin: 8px 30px 30px 30px;
  /*font-size: 12px;*/
}

/*#ShoppingCartWizard .content {
        position:relative;
        top:0;
        left:0;
        padding:15px 20px 0px 20px;
    }

        #ShoppingCartWizard .content h5 {
            margin:0 0 20px 0;
            padding:5px;

            font-size:16px;
            font-weight:normal;
        }

    #ShoppingCartWizard p.noitems {
        min-height:300px;

        text-align:center;
    }

#divShoppingCart table {
    width: 100%;
}*/
/*#divShop {
    position:absolute;
    top:17px;
    left:-25px;
    z-index:2000;
    padding:20px;

    width:442px;
    height:170px;
}*/
/*.divShop1 {
    top:-5px;
    z-index:1000;
    padding:16px;
    padding-top: 8px;
    padding-left: 0px;
    min-width:250px;
    height: 100%;
}*/
/*#endregion*/
/*#region Checkout animatie */
.popup_checkout {
  float: left;
  display: block;
  margin: 15px 0 15px 15px;
  padding: 5px 20px 5px 20px;
  outline: 0;
  cursor: pointer;
  /*font-size: 12px;*/
  font-weight: bold;
}

.popup_continue {
  float: left;
  display: block;
  margin: 15px 0 15px 15px;
  padding: 5px 20px 5px 20px;
  outline: 0;
  cursor: pointer;
  /*font-size: 12px;*/
  font-weight: bold;
}

/*#endregion */
/*#region ordering wizard*/
#cartWizard {
  overflow: hidden;
}

.orderWizard {
  overflow: hidden;
  z-index: 2001;
  padding: 0;
}

.orderWizard .ui-dialog-titlebar {
  display: none;
}

.orderWizard .ui-dialog-content {
  padding: 0;
}

.orderWizard .steps {
  width: 100%;
  height: 32px;
}

.orderWizard .step {
  float: left;
  padding: 5px 30px 5px 15px;
  font-size: 15px;
  list-style-type: none;
}

.orderWizard .close {
  float: right;
  margin: 2px 2px 2px 2px;
  width: 23px;
  height: 23px;
  text-align: center;
  font-weight: bold;
  vertical-align: central;
  line-height: 25px;
  cursor: pointer;
}

.orderWizard .content {
  float: left;
  overflow: hidden;
  width: 580px;
  height: 518px;
}

.orderWizard .content .contentScroller {
  float: left;
  position: relative;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 2400px;
  height: 518px;
}

.orderWizard .content .contentScroller div {
  float: left;
  overflow: auto;
  padding: 20px;
  width: 540px;
  height: 478px;
  line-height: 22px;
}

.orderWizard .list {
  float: right;
  padding: 10px;
  width: 300px;
  height: 498px;
}

.orderWizard .nav {
  float: left;
  width: 100%;
  height: 52px;
}

.orderWizard .wizardback {
  float: left;
  display: block;
  margin: 10px 10px 10px 10px;
  padding: 5px 20px 5px 20px;
  font-size: 15px;
  cursor: pointer;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
}

.orderWizard .wizardback:hover {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.orderWizard .wizardErrMsg {
  float: left;
  margin: 15px;
  text-align: center;
  line-height: 20px;
}

.orderWizard .wizardnext {
  float: right;
  cursor: pointer;
  display: block;
  margin: 10px 10px 10px 10px;
  padding: 5px 20px 5px 20px;
  font-size: 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
}

.orderWizard .wizardnext:hover {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.orderWizard .wizardadd {
  float: right;
  display: block;
  margin: 10px 10px 10px 10px;
  padding: 5px 20px 5px 20px;
  font-size: 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
}

.orderWizard .wizardadd:hover {
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.orderWizard .tab {
  width: 30px;
}

.Orderwizardpricefield td {
  /*font-size: 12px;*/
  padding: 7px 0 7px 0;
}

.Orderwizzardsteptitle {
  font-size: 15px;
  font-weight: bold;
}

.Orderwizardtussenlijn {
  height: 1px;
}

.Orderwizardtussenlijn3 {
  height: 3px;
}

.Orderwizardtussenlijn2 {
  height: 20px;
}

.orderComments {
  float: left;
  overflow: hidden;
}

.orderCommentsAdres {
  float: left;
  margin: 20px 0 42px;
  width: 665px;
  height: 100px;
  font-weight: bold;
  resize: none;
}

.orderCommentsAdresText {
  float: left;
  margin: 20px 0 42px;
  width: 665px;
  height: 100px;
  font-weight: normal;
  resize: none;
}

.orderCommentsLabel {
  float: left;
  overflow: hidden;
  padding: 0 0 0 10px;
}

.orderCommentsLabelAdres {
  float: left;
  overflow: hidden;
  padding: 0 0 0 10px;
}

.orderCommentsInput {
  float: left;
  overflow: hidden;
  padding: 5px 5px 5px 10px;
  font-weight: normal;
}

.orderCommentsInputAdres {
  float: left;
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  font-weight: normal;
}

.orderCommentsInput #Comments {
  width: 590px;
  min-height: 110px;
}

#ShoppingCartWizard p {
  font-size: 14px;
}

/*#endregion*/
/*#region order history */
#OrderDetailsBody {
  width: 100%;
  min-height: 300px;
}

#OrderDetailsBody .footer {
  padding: 10px 0 10px 0;
}

#OrderDetails table {
  width: 100%;
}

.content-orderdetails .thumb {
  width: 10%;
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #ded7ce;
  text-align: center;
}

.content-orderdetails .title {
  width: 29%;
  padding: 10px 0 10px 0;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-orderdetails .title-small {
  width: 20%;
  padding: 0px 0 10px 0;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-orderdetails .size {
  width: 9%;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-orderdetails .color {
  width: 20%;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-orderdetails .color-small {
  width: 12%;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-orderdetails .amount {
  width: 8%;
  padding: 5px 10px 5px 0;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: right;
}

.content-orderdetails .subtotal {
  padding: 5px 5px 5px 0;
  /*padding:0 0 10px 0;*/
  border-bottom: solid 1px #ded7ce;
  width: 13%;
  text-align: right;
}

.content-orderdetails .total,
.content-orderdetails .price {
  width: 10%;
  padding: 5px 10px 5px 0;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: right;
}

.content-orderdetails .pricePerPiece {
  width: 15%;
  padding: 5px 10px 5px 15px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: right;
}

.content-orderdetails .priceTotal {
  width: 10%;
  padding: 5px 10px 5px 5px;
  border-bottom: solid 1px #ded7ce;
  text-align: right;
}

.OrderTitle {
  padding-left: 6px;
}

.OrderHeader {
  float: left;
  padding: 20px 40px 40px 6px;
  font-size: 1.1em;
}

.OrderHeader.info {
  min-width: 160px;
  line-height: 19px;
}

.OrderHeader.orderdate {
  float: right;
  min-width: 160px;
}

.OrderHeader.address {
  width: 240px;
  line-height: 19px;
}

#RetourOrderDetailsBody {
  width: 100%;
  min-height: 300px;
}

#RetourOrderDetailsBody .footer {
  padding: 10px 0 10px 0;
}

#RetourOrderDetailsBody .bankLeft {
  float: left;
  width: 715px;
}

#RetourOrderDetailsBody .ibanGenerator {
  float: left;
  width: 100px;
}

#RetourOrderDetails table {
  width: 100%;
}

.content-retourorderdetails .thumb {
  width: 40px;
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #ded7ce;
  text-align: center;
}

.content-retourorderdetails .title {
  width: 230px;
  padding: 0px 0 10px 0;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-retourorderdetails .size {
  width: 60px;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-retourorderdetails .color {
  width: 100px;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-retourorderdetails .amount {
  width: 60px;
  padding: 5px 10px 5px 0;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: right;
}

.content-retourorderdetails .pricePerPiece {
  width: 65px;
  padding: 5px 10px 5px 15px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-retourorderdetails .priceTotal {
  width: 45px;
  padding: 5px 10px 5px 5px;
  border-bottom: solid 1px #ded7ce;
  text-align: right;
}

.content-retourorderdetails .reason {
  /*width: 100px;*/
  padding: 5px 10px 5px 10px;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

#OrderDetailsBody .printRetourInstructie2 ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}

#OrderDetailsBody .printRetourInstructie2 li {
  float: left;
  width: 17em;
  margin: 0;
  padding: 0 0 5px 0;
}

/*#endregion*/
/*#region Forms*/
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

fieldset legend {
  display: none;
}

fieldset ol {
  list-style: none;
  padding: 0;
}

fieldset ol li {
  padding-bottom: 5px;
}

fieldset label {
  display: block;
  margin-bottom: 2px;
}

fieldset label.checkbox {
  display: inline;
}

fieldset input[type=text],
fieldset input[type=password] {
  margin: 0;
  padding: 4px;
  width: 270px;
}

fieldset select {
  margin: 0;
  padding: 3px;
  width: 276px;
}

fieldset a {
  float: left;
  display: block;
  margin: 0 10px 0 0;
  padding: 2px 20px;
  /*font-size: 12px;*/
  font-weight: bold;
  cursor: pointer;
  outline: 0;
}

/*Loginform*/
#loginForm {
  /*float: left;
  margin: 0 25px 0 0;
  padding: 0 25px 0 0;*/
  width: 100%;
}

#loginForm .validation-error {
  display: block;
  margin: 0 0 0 15px;
}

/* info and errors */
.message-info {
  clear: both;
  padding: 10px 20px;
  border: 1px solid;
}

.message-error {
  clear: both;
  margin: 20px 0 10px;
  font-weight: bold;
}

.message-success {
  margin: 20px 0 10px;
  font-weight: bold;
}

/* styles for validation helpers */
.field-validation-error {
  font-weight: bold;
}

.field-validation-valid {
  display: none;
}

.validation-summary-errors {
  font-weight: bold;
}

.validation-summary-valid {
  display: none;
}

#socialloginForm {
  float: left;
  margin: 0 0 0 40px;
  width: 50%;
}

.social h1 {
  /*font-size: 12px;*/
}

ul#social li {
  display: inline;
  list-style: none;
}

ul#social li a {
  text-decoration: none;
}

a.facebook, a.twitter {
  float: left;
  display: block;
  padding: 0 0 0 17px;
  width: 16px;
  height: 24px;
  text-indent: -9999px;
}

a.facebook {
  background: url(src/scss/Images/facebook.png) no-repeat;
}

a.twitter {
  background: url(src/scss/Images/twitter.png) no-repeat;
}

/* logout form */
#logoutForm {
  display: inline;
}

/*#endregion*/
/*#region cmspage*/
.cmspage-banner {
  float: left;
  padding-bottom: 0;
}

.SubNavigatieEnBanners {
  float: left;
  padding: 15px 0;
  /*font-size: 12px;*/
}

.SubNavigatieEnBanners ul {
  width: 235px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.SubNavigatieEnBanners li {
  padding: 5px 15px 5px 25px;
}

.SubNavigatieEnBanners .SubmenuHoofditem {
  margin: 0;
  padding: 2px 0;
  width: 235px;
  list-style-type: none;
}

.SubNavigatieEnBanners .SubmenuHoofditem li {
  padding: 5px 15px 5px 15px;
}

/*#region contact page */
.contact h3 {
  font-size: 15px;
}

.contact p {
  margin: 5px 0 0 10px;
}

.contact iframe {
  margin: 5px 0 0 10px;
}

/*#endregion*/
/*#endregion*/
/*#region Footer*/
footer {
  clear: both;
  margin-top: 0px;
  /*min-height: 180px;*/
}

footer .content-wrapper {
  overflow: auto;
  /*min-height: 180px;*/
}

#footer-content {
  float: left;
  padding: 0px 0px 0px 22px;
  width: 825px;
  min-height: 115px;
}

#footer-content-checkout {
  float: left;
  padding: 0px 0px 0px 23px;
  width: 825px;
}

.footer-column {
  float: left;
  margin: 17px 25px 17px 6px;
  font-size: 9px;
  width: 160px;
}

.footer-column h3 {
  color: #394573;
}

.footer-column ul {
  list-style-type: none;
  padding: 0px;
  margin: 0 0 0px 0px;
  line-height: 15px;
}

.footer-column li {
  margin: 8px 0 5px;
  list-style: none;
  color: #BDBEBD;
}

.footer-column li a img {
  line-height: 20px;
}

#footer-content a {
  /*font-size: 12px;*/
  text-decoration: none;
}

#footer-content a:hover {
  /*font-size: 12px;*/
  text-decoration: none;
  background-color: transparent;
}

.poweredbyflexbox {
  float: right;
  margin-right: 20px;
  margin-top: 30px;
}

.onderkant-footer {
  border-top: solid 1px;
  position: relative;
  margin: 0 20px;
  height: 3px;
}

.betaling-footer {
  float: left;
  width: 595px;
  font-size: 11px;
  margin: 0 5px 0 28px;
}

.betaling-footer a:link,
.betaling-footer a:hover,
.betaling-footer a:active {
  text-decoration: none;
  color: #868686;
}

.betaling-footer-checkout {
  float: left;
  width: 595px;
  font-size: 11px;
  margin: 0 5px 0 28px;
}

.betaling-footer-checkout a:link,
.betaling-footer-checkout a:hover,
.betaling-footer-checkout a:active {
  text-decoration: none;
  color: #868686;
}

/*.topmerken {
    padding-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
    height: 64px;
    margin: 0 auto;
}

.topmerk {
    width: 67px;
    text-align: center;
    margin: 0 10px;
    position: relative;
    height: 23px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    float: left;
    padding-top: 12px;
}

.topmerk a {
    color: #333333;
    text-decoration: none;
}

.topmerk a:hover {
    color: #314573;
}

.topmerk img {
    width: 70px;
}*/
.flexbox-footer {
  background: #314573;
  height: 36px;
  position: relative;
  padding-top: 0px;
}

.flexbox-footer .companyinfo {
  color: white;
  font-weight: bold;
  line-height: 20px;
  float: left;
  margin: 9px 15px 0 15px;
  /*font-size: 12px;*/
}

.flexbox-footer .companyinfo a,
.flexbox-footer .companyinfo a:link {
  text-decoration: none !important;
  /*font-size: 12px;*/
  color: white;
}

.flexbox-footer .flexbox-logo {
  float: right;
  margin: 6px 27px 0 0;
}

.flexbox-footer-checkout {
  position: relative;
  float: left;
  height: 31px;
  margin-left: 195px;
}

.social-footer {
  float: right;
  position: relative;
  width: 148px;
  height: 118px;
  line-height: 20px;
  padding-top: 15px;
}

.social-footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0 0 0px 0px;
  line-height: 15px;
}

.social-footer li {
  margin: 8px 0 5px;
  list-style: none;
  color: #BDBEBD;
}

.social-footer img {
  vertical-align: top;
  margin-right: 8px;
}

.social-footer a:link,
.social-footer a:active,
.social-footer a:hover {
  text-decoration: none;
}

.social-footer .htje {
  margin: 20px 0 0;
  /*font-size: 12px;*/
  font-weight: bold;
  color: #394573;
}

#footer-content .htje {
  margin: 20px 0 0;
  /*font-size: 12px;*/
  font-weight: bold;
}

/*#endregion*/
/*#region Jquery UI */
.ui-autocomplete {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1001;
  padding-right: 20px;
  padding-bottom: 5px;
  max-height: 400px;
}

/* IE 6 doesn't support max-height
	     * we use height instead, but this forces the menu to always be this tall
	     */
* html .ui-autocomplete {
  height: 400px;
}

.ui-autocomplete-category {
  margin: 0.8em 0 0.2em;
  padding: 0.2em 0.4em;
  /*font-size: 12px;*/
  font-weight: bold;
  line-height: 1.5;
}

.ui-menu .ui-menu-item {
  padding: 0px;
}

.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item a:link,
.ui-autocomplete .ui-menu-item a:visited {
  /*font-size: 12px;*/
  cursor: pointer;
  color: #383838;
  text-decoration: none;
  font-family: Arial;
  display: block;
  padding: 4px;
}

.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-menu-item a:hover {
  background-color: #dbdbeb;
  border-color: #cccccc;
}

.ui-autocomplete .ui-menu-item img {
  width: 24px;
  vertical-align: bottom;
  padding-right: 3px;
}

.ui-slider {
  margin: 0 11px 5px 9px;
}

.ui-dialog {
  border: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ui-dialog-titlebar {
  float: right;
  border: 0 none;
  font-weight: inherit;
  color: inherit;
  background: none;
}

.ui-dialog-titlebar-close {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ui-widget-header {
  border: 0 none;
  background: none;
}

.ui-widget-overlay {
  z-index: 2000;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  background-image: none;
}

.modal-popup input[type=text],
.modal-popup input[type=password] {
  width: 90%;
}

#shoppingCartTooltip {
  top: 0;
  left: -9999px;
  position: absolute;
  display: none;
  /*padding: 8px;*/
  width: 340px;
  /*height: 257px;*/
  text-align: center;
}

.CartTooltipContent {
  padding: 8px;
  height: 100px;
  font-weight: bold;
}

#languageChoiceTooltip {
  position: absolute;
  /*top: 71px;
  left: 1294px;*/
  display: none;
  padding: 8px;
  width: 141px;
  height: 46px;
  text-align: center;
}

.languageChoiceTooltipContent {
  padding: 8px;
  height: 14px;
  color: #686868;
}

#favoritesTooltip {
  position: absolute;
  display: none;
  padding: 8px;
  width: 300px;
  text-align: center;
  font-weight: bold;
}

.FavTooltipContent {
  padding: 14px 8px;
  color: #304173;
}

/*#endregion */
.ui-dialog button.custom {
  background-color: red;
}

.vansale {
  text-decoration: line-through;
}

.tekst-rood {
  color: red;
}

.linkDelete a:link,
.linkDelete a:active {
  content: none;
  color: red !important;
}

.lb-number {
  display: none !important;
}

.social {
  float: right;
}

/*.social iframe[style] {
        display: inline-block;
        vertical-align: top !important;
    }*/
.social2 {
  float: left;
}

.twitter {
  float: left;
}

.facebook {
  float: left;
}

.facebook2 {
  float: left;
  margin-top: -6px;
}

.fb_iframe_widget iframe {
  z-index: 950;
}

#article-detail-title h1 {
  margin: 0;
  padding: 0;
  padding: 0 0 10px;
  margin: 0;
  color: #5f5f5f;
  text-align: left;
  font-size: 23px;
  float: left;
}

.add-info img {
  float: right;
  margin: 0 0 3px;
}

.newsletter {
  border: 1px solid #ded7ce;
  margin: 10px 0 0 10px;
  padding: 10px;
  width: 293px;
  /*font-size: 12px;*/
  float: left;
}

.newsletter div {
  padding: 15px 10px 10px 15px;
  background-color: #ded7ce;
  font-weight: bold;
}

.newsletter p {
  display: inline;
  color: #e78610;
}

.newsletter #mailAddress {
  padding: 15px 10px 10px 15px;
  background-color: #ded7ce;
  font-weight: bold;
}

.newsletter #mailAddress fieldset {
  padding: 0px !important;
  float: right;
}

.newsletter #mailAddress .button {
  margin: 0;
  padding: 2px 10px;
}

.newsletter #mailSend {
  padding: 15px 10px 10px 15px;
  background-color: #ded7ce;
  font-weight: bold;
}

#mailAddress #nieuwsbriefknop {
  background-color: #ff9622;
  color: #ffffff;
  font-weight: bold;
}

#socialLoginForm {
  float: left;
}

#subscribeEmailAddress {
  width: 175px;
  border: 1px;
  height: 18px;
  padding: 3px;
}

.meerkleur {
  overflow: hidden;
  width: 88px;
  height: 88px;
  position: absolute;
  left: 67px;
}

.flexbox-logo {
  float: right;
  margin: 4px 0 40px 20px;
}

.maatinformatie {
  font-size: 1.7em;
  color: #666666;
}

.errorafbeelding-1 {
  float: left;
  background-image: url(src/scss/images/carnevalskleding.jpg);
  background-repeat: repeat-x;
  width: 455px;
  height: 328px;
  margin: 0 10px 10px 0;
}

.errorafbeelding-2 {
  float: left;
  background-image: url(src/scss/images/halloweenkleding.jpg);
  background-repeat: repeat-x;
  width: 455px;
  height: 328px;
  margin: 0px 0px 10px;
}

.errorafbeelding-3 {
  float: left;
  background-image: url(src/scss/images/tirolerkleding.jpg);
  background-repeat: repeat-x;
  width: 455px;
  height: 328px;
  margin: 0 10px 0 0;
}

.errorafbeelding-4 {
  float: left;
  background-image: url(src/scss/images/accesoires.jpg);
  background-repeat: repeat-x;
  width: 455px;
  height: 328px;
}

.errorafbeelding {
  display: block;
  width: 455px;
  height: 328px;
}

.error-tekst {
  font-size: 17px;
  font-weight: bold;
  color: #666666;
  margin: 0 0 25px 0;
}

.error-tekst a:link,
.error-tekst a:link,
.error-tekst a:hover {
  color: #314573;
  text-decoration: none;
}

/*#region review*/
.reviewLeft {
  width: 440px;
  float: left;
}

.reviewImage {
  float: left;
  padding-left: 100px;
}

.reviewDescriptionTextArea {
  padding: 0px 20px 0px 0px;
  width: 415px;
  height: 327px;
  /*line-height:1.5em;*/
  /*font-family:arial,verdana,helvetica,sans-serif;*/
  /*color:#545454;*/
  /*font-size: 12px;*/
}

.reviewDescriptionTextArea textarea {
  padding: 5px;
  width: 400px;
  height: 276px;
  /*font-size:12px;*/
  color: #333;
}

/*#endregion review*/
/*#region retourorder */
.buttons {
  padding-top: 10px;
}

.buttonsLeft {
  float: left;
  /*padding-top: 10px;*/
}

.buttonsRight {
  float: right;
  /*padding-top: 10px;*/
}

#retour .header {
  /*background-color: yellow;*/
  height: 40px;
  width: 905px;
}

#retour .step1 {
  background: url(src/scss/Images/retourneren-1.png) no-repeat;
  background-position: center;
}

#retour .step2 {
  background: url(src/scss/Images/retourneren-2.png) no-repeat;
  background-position: center;
}

#retour .step3 {
  background: url(src/scss/Images/retourneren-3.png) no-repeat;
  background-position: center;
}

#retour .step4 {
  background: url(src/scss/Images/retourneren-4.png) no-repeat;
  background-position: center;
}

#retour .content {
  position: relative;
  /*margin: 0 10px 20px 10px;*/
  padding: 15px 0px 10px 0px;
  /*border: 1px solid #ded7ce;*/
  /*float: left;*/
  background-color: white;
}

#retour .content .titel {
  font-size: 24px;
  padding-bottom: 10px;
}

#retour .streep {
  border-top: 1px solid #ded7ce;
  position: relative;
}

#retour .content .streep-vertical {
  border-left: 1px solid #ded7ce;
  /*position: relative;*/
  margin: 15px 1px 10px 1px;
  height: 350px;
  width: 10px;
  float: left;
}

#retour .content .box {
  /*background-color: blue;*/
  margin: 15px 15px 0 0;
  /*height: 350px;*/
  width: 458px;
  float: left;
}

#retour .content .box div {
  padding-top: 15px;
}

.retourReasonTextArea {
  padding: 0px 20px 0px 0px;
  height: 170px;
}

.retourReasonTextArea textarea {
  padding: 5px;
  width: 900px;
  height: 70px;
  /*font-size:12px;*/
  color: #333;
}

.retourReasonBox {
  padding: 0 20px 0px 0px;
  width: 903px;
  height: 120px;
  overflow: auto;
}

.retourinfo {
  margin-bottom: 10px;
}

.retourinfo .ibox {
  margin-top: 10px;
  padding: 5px 15px 5px 5px;
  border: 1px solid #dcd6cf;
  width: 900px;
  min-height: 50px;
  overflow: auto;
}

.retourinfo .ibox .headerCol {
  width: 140px;
}

.retourinfo .ibox .valueCol {
  width: 250px;
}

.content-retourstep4 .articlenumber {
  width: 20%;
  padding: 10px 0 10px 10px;
  border-left: solid 1px #ded7ce;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-retourstep4 .title {
  width: 30%;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-retourstep4 .size {
  width: 12%;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-retourstep4 .color {
  width: 20%;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: left;
}

.content-retourstep4 .amount {
  width: 8%;
  padding: 5px 10px 5px 0;
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  text-align: right;
}

.content-retourstep4 .reason {
  padding: 5px 5px 5px 0;
  /*padding:0 0 10px 0;*/
  border-right: solid 1px #ded7ce;
  border-bottom: solid 1px #ded7ce;
  width: 13%;
  text-align: center;
}

/*#endregion retour*/
/* region: Registratie */
/* endregion: Registratie */
/* Region ProductIndex */
.products table {
  width: 100%;
}

.products th {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ced1da;
  text-align: left;
}

.products td {
  padding: 7px 0px;
}

.products .thumb {
  width: 10%;
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #ded7ce;
  text-align: center;
}

/* Endregion ProductIndex */
/* Region DirecteOrder */
.MultiBestelHeader {
  color: #304173;
  font-weight: bold;
}

.MultiCell {
  text-align: left;
  /*width: 120px;*/
  padding-right: 10px;
}

.MultiLines {
  display: table-row;
}

#directorder .direct-order-row {
  clear: both;
}
#directorder .articlenumber,
#directorder .amount,
#directorder .title,
#directorder .price,
#directorder .imageurl {
  float: left;
  padding: 0 10px 5px 0;
}
#directorder .title {
  width: 450px;
  text-align: left;
  padding-top: 6px;
  /*padding: 2px 3px;*/
}
#directorder .notfound {
  color: #e6342d;
}
#directorder .articlenumber {
  width: 130px;
}
#directorder .articlenumber input {
  width: 120px;
  text-transform: uppercase;
}
#directorder .amount {
  width: 60px;
}
#directorder .amount input {
  width: 50px;
  text-align: right;
  /*padding: 2px 3px;*/
}
#directorder .price {
  width: 70px;
  text-align: right;
  font-weight: bold;
  padding-top: 6px;
}

/* Endregion DirecteOrder */
.productstreep {
  margin: 20px 0;
  position: relative;
  border-top: solid 1px #e7eaf0;
}

.productDocs {
  float: left;
  background-color: green;
  min-height: 100px;
  width: 45%;
  margin-left: 15px;
}

.canonicalUrls {
  padding: 0;
}

.canonicalUrl {
  padding: 0px;
}

.canonicalUrl a {
  text-decoration: none;
}

.canonicalUrl a:hover {
  text-decoration: underline;
}

.multi-line {
  width: 450px;
  height: 150px;
  resize: none;
  padding: 4px;
}

section.content .container, section.merken .container, section.popular .container, section.home-products .container {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 50px;
}
section.content .container {
  padding-bottom: 10px;
}
section.cms-content {
  min-height: 50vh;
  font-size: initial;
}
section.cms-content .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
section.slider .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
section.blocks .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.lastviewed, section.related {
  padding-top: 15px;
  padding-bottom: 35px;
}
section.related {
  padding-top: 0;
}
section.bread {
  font-size: 1em;
}
section.bread .container {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  /*border-bottom: 1px solid #dbdbeb;*/
}

section.register .contentWrapper {
  height: 164px;
}
section.register .contentWrapper .astr {
  font-size: smaller;
  margin-top: 30px;
}

section.content h1 {
  font-size: 2em;
}
section.content h1 span {
  font-weight: bold;
}
section.content p {
  font-size: 1.25em;
}

.sect h3 {
  margin-top: 25px;
}

h2 span {
  font-weight: 800;
}

h3.section-header {
  color: #0c265d;
  text-align: center;
}
h3.section-header span {
  font-weight: 800;
}

.navbar {
  background-color: #0c265d;
  min-width: 1140px;
}
.navbar .navbar-brand img {
  max-height: 37px;
}

.navbar-phone {
  margin-left: 25px;
}

.navbar-phone .oi {
  top: 4px;
  font-size: 22px;
}

.navbar-whatsapp,
.navbar-mail {
  margin-left: 25px;
}

.navbar-mail .oi {
  top: 4px;
  font-size: 22px;
}

.navbar-whatsapp .oi-whatsapp {
  width: 35px;
  height: 35px;
  position: relative;
  top: 3px;
  background-image: url("/Content/Images/icon-whatsapp-3.svg");
  background-size: cover;
}

.language-select {
  line-height: 0;
}
.language-select::after {
  vertical-align: 0.7em;
}
.language-select .flag {
  display: inline-block;
  height: 24px;
  width: 30px;
}

#languageModal .container-fluid {
  min-width: 0;
}
#languageModal a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding-right: 18px;
  color: #343a40;
}
#languageModal .lang-select {
  margin: 20px 0;
}
#languageModal .lang-select .flag {
  float: left;
  margin-right: 10px;
  height: 30px;
  width: 40px;
  position: relative;
  top: -3px;
}

.nav-link img {
  height: 25px;
}

img.navicon {
  height: 25px;
}

#cart {
  position: relative;
  font-size: 30px;
  line-height: 0;
  margin-left: 20px;
}
#cart .badge {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

header .btn {
  color: white;
}
header .btn span.material-icons {
  font-size: 24px;
}
header .btn.btn-cart span.material-icons {
  font-size: 24px;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 20px;
}

/* temp hide outline */
.btn-outline-hidden {
  border: 1px solid transparent;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 0px;
}

/* end temp hide outline */
.btn-cart2 {
  position: relative;
  padding: 5px 4px;
}

.btn-cart2 .oi {
  line-height: 0px;
  top: 8px;
  font-size: 37px;
}

.btn-cart2 .badge {
  position: absolute;
  top: 10px;
  left: 28px;
}

.btn-cart3 {
  cursor: pointer;
  position: relative;
  padding: 6px 0 3px 0;
}

.btn-cart3 .oi {
  line-height: 0px;
  top: 8px;
  font-size: 45px;
  color: #00326d;
}

.btn-cart3 .badge {
  position: absolute;
  top: 7px;
  left: 21px;
  color: white;
  background-color: transparent;
}

.btn-search .oi {
  top: 3px;
}

.btn-search {
  border-left: 1px solid #0c265d;
  background-color: white;
  padding: 1px 6px;
}
.btn-search span {
  color: #0c265d;
  font-size: 27px;
  position: relative;
  top: 3px;
}
.btn-search:hover {
  background-color: #0c265d;
  border-color: white;
}
.btn-search:hover span {
  color: white;
}

.zoekdeel .form-control {
  height: calc(2.1rem + 5px);
  min-width: 300px;
}
.zoekdeel .form-control::placeholder {
  color: #8b8b8b;
  /*font-size: 19em;*/
}

.mega-navigation {
  border-bottom: 1px solid #e4e4e4;
}

nav {
  width: 100%;
  height: 58px;
  z-index: 99;
}
nav ul, nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav a {
  display: block;
  text-decoration: none;
}
nav a:hover, nav a:visited {
  text-decoration: underline;
}

.menu-bar {
  background: #ffffff;
  display: flex;
  align-items: center;
}
.menu-bar > li {
  height: 58px;
  line-height: normal;
}

.mega-menu--flat {
  padding: 25px 10px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.menu-link {
  padding: 0px 20px;
  background: #ffffff;
  color: #0c265d;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
}

.menu-list {
  margin-bottom: 30px;
}

.menu-bar-link {
  padding: 0 10px;
  height: 58px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-transform: capitalize;
}

.mega-menu-header {
  font-weight: bold;
}

.mega-menu {
  background: #ffffff;
  z-index: 10;
}

.mega-menu--multiLevel {
  flex-direction: column;
}

@media all and (min-width: 1px) {
  .nav {
    margin-top: 50px;
    background: #ffffff;
  }
  .nav > nav {
    max-width: 900px;
    margin: 0 auto;
  }
  .menu [aria-haspopup=true] ~ ul {
    display: none;
  }
  .menu-bar {
    position: relative;
  }
  .menu-bar > li > [aria-haspopup=true]:hover ~ ul {
    display: flex;
    transform-origin: top;
    animation: dropdown 0.2s ease-out;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul:hover {
    display: flex;
  }
  .menu-bar > li:focus-within > [aria-haspopup=true] ~ ul {
    display: flex;
  }
  .menu-bar > li > [aria-haspopup=true]:focus, .menu-bar > li:focus-within > [aria-haspopup=true], .menu-bar > li:hover > a {
    /*background: $color-accent;
    color: $color-light;*/
    text-decoration: underline;
  }
  .menu-bar > li > [aria-haspopup=true]:focus:after, .menu-bar > li:focus-within > [aria-haspopup=true]:after, .menu-bar > li:hover > a:after {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowTop.svg#light");
  }
  .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .mega-menu:hover {
    display: flex;
  }
  .mega-menu a:hover {
    background: tint(#0c265d, 85%);
    color: #091d46;
  }
  .mega-menu--multiLevel > li {
    width: 25%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup=true] ~ ul {
    left: 25%;
    width: 25%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup=true] ~ ul ul {
    width: 100%;
    left: 100%;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup=true] ~ ul {
    display: block;
    transform-origin: left;
    animation: flyout 0.2s ease-out;
  }
  .mega-menu--multiLevel li:focus-within > [aria-haspopup=true] ~ ul {
    display: block;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup=true], .mega-menu--multiLevel li:hover > a, .mega-menu--multiLevel li:focus-within > [aria-haspopup=true], .mega-menu--multiLevel li:focus-within > a {
    background: tint(#0c265d, 85%);
    color: #091d46;
  }
  .mega-menu--multiLevel [aria-haspopup=true] ~ ul, .mega-menu--multiLevel [aria-haspopup=true] {
    border-left: 1px solid #f0f0f0;
  }
  .mega-menu--multiLevel [aria-haspopup=true] ~ ul:hover, .mega-menu--multiLevel [aria-haspopup=true]:hover {
    display: block;
  }
  .mega-menu--multiLevel [aria-haspopup=true] ~ ul {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .mega-menu--flat {
    flex-wrap: wrap;
  }
  .mega-menu--flat > * {
    flex-grow: 1;
    width: 25%;
    max-width: 25%;
  }
  .mobile-menu-trigger, .mobile-menu-header, .mobile-menu-back-item {
    display: none;
  }
}
@media all and (max-width: 0px) {
  .nav {
    padding: 20px;
  }
  .mobile-menu-trigger, .mobile-menu-header, .mobile-menu-back-item {
    display: block;
  }
  .mobile-menu-trigger {
    background: #0c265d;
    color: #ffffff;
    border: 0;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
  }
  .mobile-menu-header {
    order: -1;
    background: grey;
  }
  .mobile-menu-header a {
    padding: 0px 20px;
    color: #ffffff;
    visibility: visible;
  }
  .menu-bar {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 350px;
    max-width: 350px;
    max-width: 90%;
    overflow-x: hidden;
    transition: left 0.3s;
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: absolute;
    left: 100%;
    top: 0;
    max-height: 100vh;
    width: 100%;
    transition: left 0.3s;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul > li > [aria-haspopup=true] {
    font-size: 1.2em;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul > li > [aria-haspopup=true] ~ ul a {
    padding-left: 40px;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul > li > [aria-haspopup=true] ~ ul > li > [aria-haspopup=true] ~ ul a {
    padding-left: 80px;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul [aria-haspopup=true] {
    color: #2a2a2a;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul [aria-haspopup=true]:after {
    content: "+";
    background: none;
    font-size: 1em;
    font-weight: normal;
    height: 20px;
    line-height: 1;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul [aria-haspopup=true] ~ ul {
    max-height: 0px;
    transform-origin: top;
    transform: scaleY(0);
    transition: max-height 0.1s;
  }
  .mega-menu-content {
    padding: 0px 20px;
  }
  .mobile-menu-back-item {
    order: -1;
  }
  .mobile-menu-back-item a {
    background: tint(grey, 70%);
    color: #2a2a2a;
    pointer-events: none;
  }
  .mobile-menu-back-item a:before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg#default");
    background-size: 14px;
    margin-right: 10px;
    display: inline-block;
  }
  .mobile-menu-trigger:focus ~ ul {
    left: 0;
  }
  .menu-bar:hover, .menu-bar:focus-within {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup=true]:focus ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul:hover, .menu-bar > li > [aria-haspopup=true] ~ ul:focus-within {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul [aria-haspopup=true]:focus ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul li:focus-within > [aria-haspopup=true] ~ ul {
    max-height: 500px;
    transform: scaleY(1);
  }
  .menu-bar > li:focus-within ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@media (max-width: 0px) and (hover: none) {
  .mobile-menu-trigger:hover ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup=true]:hover ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul:hover {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul [aria-haspopup=true]:hover ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .menu-bar > li > [aria-haspopup=true] ~ ul [aria-haspopup=true] ~ ul:hover {
    max-height: 500px;
    transform: scaleY(1);
  }
  .menu-bar > li:hover ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flyout {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
/*-----     /.mega-navigation     -----*/
section.value {
  background-color: #ececec;
  padding: 7px 0 3px 0;
}
section.value .material-icons {
  color: #d21414;
  font-size: 1.7em;
  position: relative;
  bottom: 2px;
  right: 1px;
}
section.value .value {
  font-size: 0.85em;
  color: #2e2e2e;
}
section.value a {
  color: #2e2e2e;
}

@media (max-width: 994px) {
  .value_bar {
    display: none;
  }
}
.actionblock a {
  text-decoration: none;
}
.actionblock a :hover {
  text-decoration: none;
}
.actionblock h2 {
  color: #212529;
  border-bottom: 2px solid #212529;
  padding-bottom: 7px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.actionblock img {
  max-height: 295px;
}
.actionblock .btn {
  /*margin-top: 10px;*/
  margin-bottom: 30px;
}

.popular .actionblock {
  border: 1px solid #ececec;
  padding: 7px;
  height: 100%;
}
.popular .actionblock img {
  max-height: 98px;
  margin: 0 auto 5px auto;
}
.popular .actionblock:hover {
  text-decoration: underline;
}
.popular .actionblock .title {
  text-align: center;
  color: #0c265d;
  text-transform: capitalize;
}

.sale-products {
  margin-top: 28px;
}
.sale-products .col-4 {
  margin-bottom: 28px;
}
.sale-products .sale-product {
  margin-bottom: 28px;
  height: 100%;
}

/* Region Energielabels */
.energie {
  background-image: url("/Content/Templates/401/Images/sprites-energy-labels.png");
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position-x: center;
  margin: 3px auto 0 auto;
  padding: 0;
  width: 100%;
  cursor: pointer;
  height: 16px;
  background-size: auto 160px;
  /*$sprite_offset: -24px;*/
}
.energie span {
  display: none;
}
.energie.eeRatingAAAA {
  background-position-y: 0px;
}
.energie.eeRatingAAA {
  background-position-y: -16px;
}
.energie.eeRatingAA {
  background-position-y: -32px;
}
.energie.eeRatingA {
  background-position-y: -48px;
}
.energie.eeRatingB {
  background-position-y: -64px;
}
.energie.eeRatingC {
  background-position-y: -80px;
}
.energie.eeRatingD {
  background-position-y: -96px;
}
.energie.eeRatingE {
  background-position-y: -112px;
}
.energie.eeRatingF {
  background-position-y: -128px;
}
.energie.eeRatingG {
  background-position-y: -144px;
}
.energie.energie_big {
  margin: 0;
  background-position-x: left;
  width: 55px;
  height: 24px;
  background-size: auto 240px;
  /*$sprite_offset: -24px;*/
}
.energie.energie_big.eeRatingAAAA {
  background-position-y: 0px;
}
.energie.energie_big.eeRatingAAA {
  background-position-y: -24px;
}
.energie.energie_big.eeRatingAA {
  background-position-y: -48px;
}
.energie.energie_big.eeRatingA {
  background-position-y: -72px;
}
.energie.energie_big.eeRatingB {
  background-position-y: -96px;
}
.energie.energie_big.eeRatingC {
  background-position-y: -120px;
}
.energie.energie_big.eeRatingD {
  background-position-y: -144px;
}
.energie.energie_big.eeRatingE {
  background-position-y: -168px;
}
.energie.energie_big.eeRatingF {
  background-position-y: -192px;
}
.energie.energie_big.eeRatingG {
  background-position-y: -216px;
}

.energie-c,
.energie-d {
  background-image: url("/Content/Templates/401/Images/sprites-energy-labels-pd.png");
}

.product .energie_normal {
  /*position: absolute;
  top: 120px;
  left: 0px;*/
}

/* End Region Energielabels */
.product-type-extensions ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 20px 0;
}
.product-type-extensions ul li {
  width: 49%;
  max-height: 45px;
  overflow: hidden;
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 10px;
}
.product-type-extensions ul li .extensions-wrapper {
  display: table;
}
.product-type-extensions ul li .extensions-wrapper img {
  float: left;
  margin-right: 13px;
}
.product-type-extensions ul li span {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
}

.filter-box {
  margin-bottom: 2rem;
}
.filter-box.disabled {
  display: none !important;
}
.filter-box .title {
  font-size: 1.1em;
  text-transform: capitalize;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #133370;
}
.filter-box .content {
  padding: 5px 0;
  overflow: hidden;
  height: auto;
  position: relative;
}
.filter-box a.clearLink {
  font-size: 0.75em;
  float: none;
  font-weight: normal;
  cursor: pointer;
  color: #133370;
}
.filter-box.filter-collapsible .title::after {
  font-family: Icons;
  font-weight: normal;
  font-size: 10px;
  content: "\e037";
  float: right;
  margin-top: 3px;
  margin-right: 0.4rem;
}
.filter-box.filter-collapsible.filter-collapsed {
  margin-bottom: 1rem;
}
.filter-box.filter-collapsible.filter-collapsed .title::after {
  content: "\e034";
}
.filter-box.filter-collapsible.filter-collapsed .content {
  height: 0px;
  padding: 0;
}
.filter-box .options-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 0;
  max-height: 200px;
}
.filter-box .options label {
  display: block;
  overflow: hidden;
  position: relative;
  bottom: 2px;
  margin: 2px 0 2px 10px;
  max-width: 220px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-box .options .disabled {
  display: none;
}
.filter-box .options .disabled label {
  color: #eaeaea;
}

/*.filters-wrapper {
    padding: 0;
}

.filters-wrapper .title {
    font-weight: bold;
}

.clearLink {
    float: right;
    font-weight: normal;
    cursor: pointer;
}

.filter-box .content {
}

.filter-box .options-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 63px;
}

#f_S07.filter-box .options-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 63px;
    height: 190px;
}

.options {

}

.options label {
    display: block;
    overflow: hidden;
    max-width: 129px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.options .disabled {
}

.options a {
    text-transform: capitalize;
}

.options td {
    padding: 0px;
    font-size: 11px;
}

#pricefilterIDable {

    #pricefilter input {
        display: block;
        margin: 0 0 10px;
        width: 40px;
        text-align: center;
    }

    #pricefilter .pmin {
        float: left;
        text-align: left;
    }

    #pricefilter .pmax {
        float: right;
        text-align: right;
    }

    #salefilter .title {
        font-weight: normal;
        color: #304173;
    }
}*/
#pricefilter {
  /*.pmin {
      float: left;
      text-align: left;
  }

  .pmax {
      float: right;
      text-align: right;
  }*/
}
#pricefilter .options-wrapper {
  min-height: 80px;
}
#pricefilter input {
  display: block;
  margin: 0 0 10px;
  width: 40px;
  text-align: center;
}

.merken {
  border-top: 1px solid #ced4da;
}
.merken .topmerk {
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px 3px rgb(236, 236, 236);
  -moz-box-shadow: 0px 0px 6px 3px rgb(236, 236, 236);
  box-shadow: 0px 0px 6px 3px rgb(236, 236, 236);
}
.merken .topmerk img {
  filter: grayscale(100%) opacity(0.6);
}
.merken .topmerk img :hover {
  filter: none;
}

.servicepane {
  background-color: #e7eaf0;
  padding-top: 45px;
  padding-bottom: 35px;
  border-top: 1px solid #ced1da;
  border-bottom: 1px solid #ced1da;
}

.service-option {
  display: block;
  height: 100%;
  text-align: center;
  position: relative;
  transition: color ease-in-out 0.2s;
}
.service-option:hover {
  text-decoration: none;
}
.service-option span {
  margin: 30px 0 30px 0;
  font-size: 4em;
}
.service-option .oi-whatsapp {
  margin: 23px 0 20px 0;
  width: 68px;
  height: 68px;
  background-image: url(/Content//Images//icon-whatsapp-3.svg);
  background-size: cover;
}
.service-option p:last-child {
  font-weight: 600;
}

.bestsellers {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #142644;
}
.bestsellers .bestseller {
  padding: 20px 0;
  transition: background-color ease-in-out 0.1s;
}
.bestsellers .bestseller img {
  margin-left: 20px;
}
.bestsellers .bestseller .energie {
  margin: 0;
}
.bestsellers .bestseller .price,
.bestsellers .bestseller .moreinfo {
  color: #d21414;
}
.bestsellers a:nth-child(odd) .bestseller {
  background-color: #e7eaf0;
}
.bestsellers a:hover .bestseller,
.bestsellers a:nth-child(odd):hover .bestseller {
  background-color: #c8cfdc;
}
.bestsellers a:hover {
  text-decoration: none;
}
.bestsellers .moreinfo:hover {
  text-decoration: underline;
}
.bestsellers ul.article-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bestsellers ul.article-items li {
  height: auto;
  float: none;
  margin: 0 0 20px 0;
  width: 33%;
}

footer.blue {
  background-color: #0c265d;
  background-image: none;
  color: white;
}
footer.blue a {
  color: white;
}
footer.blue a.lnk-contact {
  margin: 7px 0;
  display: block;
}
footer.blue a.lnk-contact span {
  text-align: center;
  width: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.footer-copyright {
  background-color: #071e3c;
  font-size: small;
  text-align: center;
}
.footer-copyright a:hover {
  text-decoration: none;
}
.footer-copyright a + a::before {
  content: " | ";
}

footer .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.container-footer {
  padding-top: 30px;
  padding-bottom: 40px;
}
.container-footer h5 {
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.payment-options img {
  max-height: 30px;
}

.img-pay {
  background-color: white;
  height: 100%;
  margin-top: 10px;
  padding: 5px 7px;
  display: flex;
  align-items: center;
}
.img-pay img {
  max-height: 37px;
  margin: 0 auto;
}

.value-prop {
  text-align: center;
  height: 100%;
  padding: 0 0px;
  margin-top: 25px;
}
.value-prop img {
  max-height: 60px;
  display: block;
  margin: 0 auto;
}
.value-prop h2 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 1.25em;
  text-transform: none;
}
.value-prop .value-vis {
  min-height: 60px;
}

.faq-wrapper {
  background-color: #ececec;
}
.faq-wrapper h3.section-header {
  margin-top: 30px;
}
.faq-wrapper .panel-default {
  margin-bottom: 10px;
}
.faq-wrapper .panel-default > .panel-heading {
  background: #fff;
  padding: 10px;
}
.faq-wrapper .panel-default .panel-title {
  position: relative;
}
.faq-wrapper .panel-default .panel-title a {
  display: block;
  color: #0c265d;
  font-weight: bold;
}
.faq-wrapper .panel-default .panel-title a:after {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 11px;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.faq-wrapper .panel-default .panel-title a.collapsed:after {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.faq-wrapper .panel-default .panel-body {
  background-color: #fff;
  padding: 10px 25px 10px 25px;
}

.form-progress {
  margin-top: 12px;
}

.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #133370;
}
.multi-steps > li:before {
  content: "\f00c";
  content: "✓;";
  content: "𐀃";
  content: "𐀄";
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #133370;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #133370;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: #133370;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}

#email-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #333;
  filter: alpha(opacity=80);
  opacity: 0.95;
  display: none;
}

#popup-box {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 90%;
  max-width: 700px;
  border-radius: 0 0 0 106px;
  overflow: hidden;
}
#popup-box #popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 101;
  cursor: pointer !important;
  color: #00326d;
  font-weight: bold;
}
#popup-box .col-email-left {
  padding-right: 0;
}
#popup-box .formcontent {
  margin: 70px 15px 5px 15px;
}
#popup-box h1 span {
  font-weight: 600;
}
#popup-box p {
  color: #00326d;
}
#popup-box #popup-form label {
  display: block;
  margin: 0;
}
#popup-box #popup-form input {
  margin-bottom: 10px;
  display: block;
  border: none;
  background-color: #e5e6ea;
  width: 100%;
  padding: 8px;
}

.row.banner + .row.banner {
  margin-top: 28px;
}

/* Fix layout of 'old' header */
.Title1 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #00326d;
  text-transform: uppercase;
}

/*Icon*/
.oi-warning-thirdparty {
  color: #212529;
}

.oi-warning-nostock {
  color: #ecbb3c;
}

.oi-warning-nostock-disallow {
  color: red;
}

.material-icons {
  vertical-align: middle;
}

#deliveryZipcodeAlert alert {
  margin: 0;
}

.alert-disallow {
  color: red;
  border-color: red;
}

/* Returns and Repairs */
tr .material-icons.gas-clear-row {
  cursor: pointer;
  color: #898d91;
  visibility: hidden;
}

tr:hover .gas-clear-row {
  visibility: visible;
}

.gas-clear-row:hover {
  color: #d71807;
}

.table .thead-dark th {
  background-color: #0c265d;
  border-color: #0c265d;
}

.faqsubgroup {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 35px;
}

.faqsubgroup .card,
.faqsubgroup .card-header {
  border-bottom: none;
}

.faqsubgroup .card-header {
  cursor: pointer;
}

.faqsubgroup .card-header .btn-link {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: normal;
  text-align: left;
}

.category-text {
  margin-bottom: 25px;
}

.custom-validation-msg .field-validation-error {
  display: block;
}
