/* 
 * @src all.css
 */

* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
ol,
ul {
  list-style: none
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic
}
hr,
legend {
  display: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block
}
audio,
canvas,
video {
  display: inline-block
}
audio:not([controls]) {
  display: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset {
  border: 0;
  display: block
}
a {
  outline: 0;
  text-decoration: none;
  color: inherit
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}
button,
input {
  line-height: normal
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}
textarea {
  overflow: auto;
  vertical-align: top
}
p {
  margin-bottom: 15px
}
p:last-child {
  margin-bottom: 0
}
p a {
  color: #840000;
  text-decoration: underline
}
address {
  font-style: normal
}
blockquote {
  color: #8dbb0c;
  font-style: italic;
  margin: 0 0 10px 0
}
i {
  font-style: normal
}
small {
  font-size: 11px
}

.popup-bg {
	position: fixed;
  z-index: 490000;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.popup-wrap {
	position: fixed;
	z-index: 500000;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-wrap > .contents {
  max-height: 100%;
  overflow: auto;
}

.cartpopup {
  position: relative;
  width: 350px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
  background: #3a7bad;
  border-radius: 5px;
  border: 4px solid #000;
  box-shadow: rgba(58,123,173,.2) 0 10px 16px 0,rgba(58,123,173,.19) 0 6px 20px 0!important
}

.cartpopup.realtimestock .info.productbits > div {
  padding-left: 10px;
  color: white;
}

.cartpopup.realtimestock .info.productbits > div span.old {
  text-decoration: line-through;
  text-decoration-color: #ffffff80;
}
.cartpopup.realtimestock .info.productbits > div > strong {
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
  background: #0f3856;
}

.cartpopup.realtimestock .info.productbits > div.removed > span.name {
  text-decoration: line-through;
}
.cartpopup.realtimestock .info.productbits > div.removed > strong {
  background: #cf0019;
  padding: 2px 4px;
}
.cartpopup.realtimestock .btns {
  justify-content: space-between;
}
.loading-popup {
  width: 300px;
  height: 300px;
  margin: 20px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}
.signal {
  border: 5px solid #438bc2;
  border-radius: 100px;
  height: 100px;
  opacity: 0;
  position: absolute;
  width: 100px;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.contactpopup {
  width: 500px;
  padding: .5em 20px 1em;
  position: relative;
  max-width: 100%;
  box-sizing: border-box
}
.contactpopup .button.primary {
  font-size: 18px
}
.contactpopup .cheader {
  display: flex
}
.contactpopup .cheader > img {
  width: 200px;
  height: 62px
}
.contactpopup .cinfo {
  font-size: 14px;
  padding-left: 10px
}




section.chat-init-box {
    display: flex;gap: 10px;
    align-items: center;padding: 10px;
}

section.chat-init-box > img {
    border-radius: 50%;
    border: 2px solid rgba(255,40,151,.5);
}
section.chat-init-box > img.barry {
  border-color: rgba(16, 62, 95, 0.5);;
}
.S section.chat-init-box > img.barry {
  border-color: rgba(255,40,151,.5);
}
section.chat-init-box > div {
    flex: 1;padding-right: 10px;
}
section.chat-init-box > div > div.chat-input {
    display: flex;gap: 10px;
}

section.chat-init-box > div > div.chat-input input {
    font-size: 14px;line-height: 18px;
}
section.chat-init-box > div > div.chat-input button {
    white-space: nowrap;
}



/* autocomplete */

form.search {
  position: relative;
}
form.search .quickresults {
  position: absolute;
  z-index: 200000;
  background: white;
  max-width: 350px;
  overflow: hidden;
  border-radius: 5px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: solid 2px #3778a9;
  box-shadow: rgba(0,0,0,.25) 0 2px 5px;
  border-top-width: 1px;
}
form.search .quickresults > a {
  display: flex;
  gap: 5px;
  border-bottom: solid 1px #efefef;
  padding: 4px;
  padding-left: 2px;
  padding-right: 2px;
}
form.search .quickresults > a:hover {
  background:#3a7fb4;
  border-color:#154b98;
  color:#fff;
}
form.search .quickresults > a:last-child {
  border-bottom: 0;
}
form.search .quickresults > a > img {
  object-fit: cover;
  width: 35px;
  height: 35px;
  border:solid 1px #efefef;
  border-radius: 2px;
}
form.search .quickresults > a > span {
  display: block;
  overflow:hidden; 
  white-space: nowrap;
  text-overflow: ellipsis;
}

form.search .quickresults > a span.t {
  font-size:14px;
  line-height:18px;
  height:18px;
  overflow:hidden; 
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
form.search .quickresults > a span.b {
  display: block;

  overflow:hidden; 
  white-space: nowrap;
  text-overflow: ellipsis;
}
form.search .quickresults > a span.p {
  font-weight: bold;
  margin-right: 5px;
  color: #103e5f;
  font-size: 10px;
}
form.search .quickresults > a:hover span.p {
  color:#92dd1b;
}
form.search .quickresults > a span.d {
  
}

.cross {
  text-decoration: line-through;
  margin-right: 4px
}
.green {
  background: none repeat scroll 0 0 #7dbb1d;
  padding: 5px;
  color: #fff!important;
  font-weight: bolder;
  text-decoration: none!important;
  margin-bottom: 1px;
  display: inline-block
}
.boxProduct figure {
  position: relative
}
.boxProduct .download {
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 0;
  padding-right: 4px;
  padding-left: 4px;
  background: #333;
  border: #333;
  border-radius: 4px;
  opacity: .7;
  font-size: 9px;
  text-transform: uppercase;
  font-family: tahoma,sans-serif
}
.boxProduct .download:hover {
  opacity: .95
}
section.product-chat {
    display: flex;gap: 10px;
    align-items: center;padding: 10px;
}

section.product-chat > img {
    border-radius: 50%;
    border: 2px solid rgba(255,40,151,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
section.product-chat > div {
    flex: 1;padding-right: 10px;
}
section.product-chat > div > div.chat-input {
    display: flex;gap: 10px;
}

section.product-chat > div > div.chat-input input {
    font-size: 14px;line-height: 18px;
}
section.product-chat > div > div.chat-input button {
  white-space: nowrap;   
}


#pageslide {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  padding: 20px;
  background-color: #333;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222
}
.registerNow {
  background: red;
  background: #4580ad;
  background: linear-gradient(to bottom,#4580ad 0,#428ac0 100%);
  margin: 1px 0 0 0
}
.fixedHeight {
  height: 615px;
  float: left;
  background: #438ac1
}
.jvkTable td {
  float: left;
  padding: 2px 10px!important
}
.jvkTable .opBase {
  color: #fff;
  opacity: 1
}
.jvkTable .blueBg {
  background: #9fc1dc;
  color: #3778a9;
  box-shadow: none;
  border: 1px solid #959595
}
.formBg {
  position: absolute;
  right: 0;
  top: 0
}
.whiteColor {
  color: #fff;
  margin: 8px 0 -8px 0;
  float: left
}
.alertInfo {
  position: absolute;
  right: 35%;
  color: #afcade!important;
  font-weight: 700
}
.alertInfo img {
  position: absolute;
  right: 100%
}
.registerBalloon {
  position: absolute;
  left: 57.7%;
  font-weight: 700;
  top: 41%;
  width: 50px;
  text-align: center
}
.lessMargin {
  margin: -5px 0 0 0
}
table.opencartbl td {
  padding: 4px
}
table.opencartbl tr.current td {
  background-color: #ddffde;
  color: #000;
  font-weight: 700
}
table.opencartbl tr.current td a {
  color: #000
}
table.opencartbl thead td {
  background-color: #103957;
  font-weight: 700
}
table.opencartbl td img.cartimage {
  float: right;
  margin-left: 2px;
  padding: 0
}
table.opencartbl td.opts img {
  margin-right: 4px
}
table.opencartbl td.opts img:last {
  margin-right: 0
}
table.opencartbl td span.prodc {
  font-size: 24px;
  font-weight: 700;
  float: left;
  margin-left: 4px;
  margin-right: 10px
}
.layoutHeader .main .butterfly {
  position: absolute;
  left: -30px;
  top: 80px;
  z-index: 999999
}
body.navsticky > .layout + .layoutSection {
  margin-top: 137px;
}
.layout.sticky .layoutHeader .main .butterfly {
  display: none
}
.layoutFooter .butterfly {
  position: absolute;
  left: -40px;
  top: -140px;
  z-index: 999999
}
#fp_popularbox .boxSlideShowCon {
  width: 203px;
  height: 203px;
  overflow: hidden
}
.afghnavbar {
  z-index: 99999999
}
.afghnavbar .search strong {
  font-size: 14px;
  margin: 0 10px 0 0;
  color: #fff
}
.afghnavbar .search input {
  width: 245px;
  height: 36px;
  line-height: 36px;
  box-shadow: none
}
.afghnavbar .search button {
  border: none;
  position: absolute;
  top: 9px;
  right: 10px;
  background: 0 0
}
.afghnavbar .incart {
  position: absolute;
  right: 15px;
  top: 6px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  border-right: 1px solid #6ea715;
  border-bottom: 1px solid #6ea715;
  background: #78b41d;
  background: linear-gradient(to bottom,rgba(120,180,29,1) 0,rgba(146,222,27,1) 100%)
}
.afghnavbar .cntrcontact {
  position: absolute;
  left: 380px;
  top: 8px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #fff
}
.afghnavbar .cntrcontact span {
  color: orange
}
.afghnavbar .cntrcontact a {
  color: red;
  display: inline;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  padding: 0
}
.hr {
  border-top: 1px solid #aab8c2;
  border-bottom: 1px solid #fff;
  margin: 5px 0
}
.tableSignup td {
  padding: 0 10px 0 0
}
.tableSignup td + td {
  padding: 0
}
.tableCart {
  width: 100%;
  margin-bottom: 5px
}
.tableCart th {
  text-align: left;
  background-color: #3472a0;
  padding: 5px 10px
}
.tableCart td {
  padding: 10px 10px;
  color: #000;
  vertical-align: top
}
.tableCart .total {
  color: #fff;
  font-size: 14px;
  vertical-align: middle
}
.tableCart .price {
  font-size: 18px
}
.tableCart .priceBig {
  font-size: 30px
}
.tableCart .amount {
  width: 70%
}
.tableCart tr:nth-child(odd) td {
  background-color: #3a7bad
}
.tableCart.noZebra tr:nth-child(odd) td {
  background-color: inherit
}
.tableCart .alignCenter {
  text-align: center
}
.tableCart.kassa td {
  padding: 5px 10px
}
.tableCart.kassa.off td {
  opacity: .5
}
.tableSend {
  width: 100%
}
.tableSend td {
  padding: 2px 10px 2px 0
}
.tableSend td + td {
  padding: 2px 0 2px 0
}
.tableSend .greater {
  line-height: 25px;
  vertical-align: top
}
.tableSend textarea {
  margin-bottom: 20px
}
.tableSend .button {
  text-align: center
}
.tableSend .icosend-png {
  display: block;
  margin: -13px auto 0 auto
}
.tableProductInfo {
  width: 95%;
  color: #fff
}
.tableProductInfo td {
  padding: 5px 0
}
.tableProductInfo .alignRight {
  text-align: right
}
.floatLeft {
  float: left
}
.floatRight {
  float: right
}
.marginAuto {
  margin-left: auto;
  margin-right: auto
}
.alignLeft {
  text-align: left
}
.alignRight {
  text-align: right
}
.alignCenter {
  text-align: center
}
.alignJustify {
  text-align: justify
}
.alignTop {
  vertical-align: top
}
.alignMiddle {
  vertical-align: middle
}
.alignBottom {
  vertical-align: bottom
}
.noPush {
  margin: 0
}
.pushLeft {
  margin-left: 10px
}
.pushLeftGrand {
  margin-left: 50px
}
.pushLeftHeavy {
  margin-left: 40px
}
.pushLeftGreater {
  margin-left: 30px
}
.pushLeftBase {
  margin-left: 20px
}
.pushLeftLesser {
  margin-left: 15px
}
.pushLeftLight {
  margin-left: 10px
}
.pushLeftMinimal {
  margin-left: 5px
}
.pushRight {
  margin-right: 10px
}
.pushRightGrand {
  margin-right: 50px
}
.pushRightHeavy {
  margin-right: 40px
}
.pushRightGreater {
  margin-right: 30px
}
.pushRightBase {
  margin-right: 20px
}
.pushRightLesser {
  margin-right: 15px
}
.pushRightLight {
  margin-right: 10px
}
.pushRightMinimal {
  margin-right: 5px
}
.pushTop {
  margin-top: 10px
}
.pushTopGrand {
  margin-top: 50px
}
.pushTopHeavy {
  margin-top: 40px
}
.pushTopGreater {
  margin-top: 30px
}
.pushTopBase {
  margin-top: 20px
}
.pushTopLesser {
  margin-top: 15px
}
.pushTopLight {
  margin-top: 10px
}
.pushTopMinimal {
  margin-top: 5px
}
.pushBottom {
  margin-bottom: 10px
}
.pushBottomGrand {
  margin-bottom: 50px
}
.pushBottomHeavy {
  margin-bottom: 40px
}
.pushBottomGreater {
  margin-bottom: 30px
}
.pushBottomBase {
  margin-bottom: 20px
}
.pushBottomLesser {
  margin-bottom: 15px
}
.pushBottomLight {
  margin-bottom: 10px
}
.pushBottomMinimal {
  margin-bottom: 5px
}
.noPull {
  top: 0
}
.pullLeft {
  position: relative;
  left: -10px
}
.pullLeftGrand {
  position: relative;
  left: -50px
}
.pullLeftHeavy {
  position: relative;
  left: -40px
}
.pullLeftGreater {
  position: relative;
  left: -30px
}
.pullLeftBase {
  position: relative;
  left: -20px
}
.pullLeftLesser {
  position: relative;
  left: -15px
}
.pullLeftLight {
  position: relative;
  left: -10px
}
.pullLeftMinimal {
  position: relative;
  left: -5px
}
.pullRight {
  position: relative;
  right: -10px
}
.pullRightGrand {
  position: relative;
  right: -50px
}
.pullRightHeavy {
  position: relative;
  right: -40px
}
.pullRightGreater {
  position: relative;
  right: -30px
}
.pullRightBase {
  position: relative;
  right: -20px
}
.pullRightLesser {
  position: relative;
  right: -15px
}
.pullRightLight {
  position: relative;
  right: -10px
}
.pullRightMinimal {
  position: relative;
  right: -5px
}
.pullBottom {
  position: relative;
  bottom: -10px
}
.pullBottomGrand {
  position: relative;
  bottom: -50px
}
.pullBottomHeavy {
  position: relative;
  bottom: -40px
}
.pullBottomGreater {
  position: relative;
  bottom: -30px
}
.pullBottomBase {
  position: relative;
  bottom: -20px
}
.pullBottomLesser {
  position: relative;
  bottom: -15px
}
.pullBottomLight {
  position: relative;
  bottom: -10px
}
.pullBottomMinimal {
  position: relative;
  bottom: -5px
}
.pullTop {
  position: relative;
  top: -10px
}
.pullTopGrand {
  position: relative;
  top: -50px
}
.pullTopHeavy {
  position: relative;
  top: -40px
}
.pullTopGreater {
  position: relative;
  top: -30px
}
.pullTopBase {
  position: relative;
  top: -20px
}
.pullTopLesser {
  position: relative;
  top: -15px
}
.pullTopLight {
  position: relative;
  top: -10px
}
.pullTopMinimal {
  position: relative;
  top: -5px
}
.posBottomRight {
  position: absolute!important;
  bottom: 0;
  right: 0;
  z-index: 100
}
.posBottomLeft {
  position: absolute!important;
  bottom: 0;
  left: 0;
  z-index: 100
}
.posTopRight {
  position: absolute!important;
  top: 0;
  right: 0;
  z-index: 100
}
.posTopLeft {
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 100
}
.opGrand {
  opacity: 0
}
.opHeavy {
  opacity: .15
}
.opGreater {
  opacity: .35
}
.opBase {
  opacity: .5
}
.opLesser {
  opacity: .65
}
.opLight {
  opacity: .85
}
.opMinimal {
  opacity: 1
}
.show {
  display: block
}
.hide {
  display: none
}
.showBlock {
  display: block!important
}
.showInline {
  display: inline
}
.showInlineBlock {
  display: inline-block
}
.bold {
  font-weight: 700
}
.italic {
  font-style: italic
}
.underline {
  text-decoration: underline
}
.linethrough {
  text-decoration: line-through
}
.uppercase {
  text-transform: uppercase
}
[class^=ico],
[class^=img] {
  text-indent: -4000px;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat
}
[class^=ico] {
  vertical-align: middle
}
.sprite-global {
  vertical-align: middle
}
[class^=list]:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}
.list {
  overflow: hidden
}
.list.extraPadding {
  margin: 0 0 -2px 0
}
.list.extraPadding li {
  padding: 2px 0 2px 0
}
.list.columns li {
  width: 50%;
  float: left
}
.listProducts {
  margin: 0 -30px -30px 0;
  display: flex;
  flex-wrap: wrap;
    margin: 0;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
  gap: 10px;
}
.listProducts li {
  margin: 0 34px 30px 15px;
  position: relative
}

.listProducts li > div {
  max-width: 220px
}
.listProducts li.hr:nth-child(3n) {
  display: block;
  content: '';
  width: 100%;
  max-width: 100%;
  border: none;
  border-top: 1px solid rgba(67,139,194,1);
  margin-top: 2em;
  margin-bottom: 2em;
  background-image: none;
  background-color: transparent;
  height: 1px
}
.listProducts.big,
.listProducts.big li {
  margin: 0
}
.listBestellingBeheer {
  margin: 0;
  text-align: center
}
.listBestellingBeheer li {
  padding: 3px 0;
  display: inline-block
}
.listBestellingBeheer li a {
  display: block;
  text-align: center;
  width: 130px;
  text-align: center
}
.listBestellingBeheer li a:hover {
  border: 0;
  border-right: 1px solid #6ea715;
  border-bottom: 1px solid #6ea715;
  background: #78b41d;
  background: linear-gradient(to bottom,rgba(120,180,29,1) 0,rgba(146,222,27,1) 100%)
}

.errorblock .inside {
   color: black;
}
.errorblock .inside ul {
   margin-top:10px;margin-bottom:0px;
   font-size:14px;
   padding-left:20px;
   list-style:disc;
}

.pagination {
  overflow: hidden;
  font-size: 18px;
  margin: 20px 0
}
.pagination li {
  float: left;
  margin-right: 3px;
  color: #428ac1
}
.pagination li a {
  padding: 0 5px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer
}
.pagination .next a,
.pagination .next a:hover,
.pagination .prev a,
.pagination .prev a:hover {
  background-color: #0c324e;
  line-height: 25px;
  font-size: 14px;
  margin: 0 10px;
  color: #fff;
  padding: 0 10px
}
.pagination li a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}
.pagination li.active a {
  color: #09192f;
  font-size: 24px
}
.pagination.centered {
  text-align: center
}
.pagination.centered li {
  float: none;
  display: inline-block;
  margin-right: 0
}
.pagination.centered li.floatLeft {
  float: left;
  margin-right: 3px
}
.pagination.centered li.floatRight {
  float: right;
  margin-left: 3px
}
.layoutCenter {
  width: 980px;
  position: relative;
  margin: 0 auto 0 auto;
  box-sizing: border-box
}
.layoutHeader {
  position: relative
}
.layoutHeader.splash {
  height: 310px
}
.layoutHeader.splash .icopayments2-png {
  position: absolute;
  top: 40px;
  left: 0
}
.layoutSection {
  background: url(/assets/img/layoutSection.png) repeat-x top left
}
.layoutSection .layoutCenter {
  background-color: #fff
}
.layoutSection.splash {
  background: 0 0
}
.layoutHeader .name .icoafhaalgroothandel-png {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 100
}
.layoutHeader .name h2 {
  display: none
}
.layoutHeader .name .imgSplashLogo {
  width: 100%;
  height: 249px;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
.layoutHeader .bedrijfsVideo {
  font-family: dJ4;
  color: #3765b5;
  font-size: 25px;
  text-align: left;
  text-indent: 0;
  position: absolute;
  top: 23px;
  right: 82px;
  z-index: 100;
  width: 195px;
  height: 83px;
  padding: 10px 0 0 20px;
  display: block;
  background: url(/assets/img/icoBedrijfsvideoBlueEmpty.png) no-repeat top left
}
.layoutHeader .optionbar {
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  height: 26px;
  line-height: 24px;
  background-color: #646464;
  color: #fff;
  border-top: 3px solid #005899
}
.layoutHeader .optionBar .layoutCenter {
  padding: 0 10px
}
.layoutHeader .main {
  height: 128px;
  background-color: #fff
}
.layoutHeader .main .inloggen,
.layoutHeader .main .loggedin {
  width: 145px;
  position: absolute;
  top: 25px;
  left: 335px;
}
.layoutHeader .main .loggedin {
	display: none;
}
html.loggedin .layoutHeader .main .loggedin {
	display: block;
}
html.loggedin .layoutHeader .main .inloggen {
	display: none;
}
.layoutHeader .main .inloggen .button,
.layoutHeader .main .loggedin .button {
  display: block;
  width: 100%
}
.layoutHeader .main .inloggen .icolock-png,
.layoutHeader .main .loggedin .icolock-png {
  position: absolute;
  top: 10px;
  left: -60px
}
.layoutHeader .main .inloggen p,
.layoutHeader .main .loggedin p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 5px 0
}
.layoutHeader .main .inloggen p small,
.layoutHeader .main .loggedin p small {
  color: #438cc3
}

.layoutHeader .main .loggedin .buttons {
	display: flex;
	flex-direction: column;
	gap:5px;

}
.layoutHeader .main .loggedin .buttons > a.usercp {
	padding: 5px 10px;
}
.layoutHeader .main .loggedin .buttons > a.logout {
	width: 100%;
	text-align: right;
}
.layoutHeader .main .contact {
  width: 160px;
  position: absolute;
  top: 25px;
  left: 560px;
  color: #b7b7b7
}
.layoutHeader .main .contact strong {
  font-size: 18px;
  font-weight: 700;
  color: #103e5f;
  line-height: 1
}
.layoutHeader .main .contact strong span {
  color: #397aac;
  display: block
}
.layoutHeader .main .contact .icophone-png {
  position: absolute;
  top: 10px;
  left: -60px
}
.layoutHeader .main .contact > .chat {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}
.layoutHeader .main .contact > .chat a {
	font-size: 14px;
	line-height: 1.4em;
}
.layoutHeader .main .contact .gridSpan6 {
  white-space: nowrap;
}
.layoutHeader .main .cart {
  width: 190px;
  position: absolute;
  top: 25px;
  right: 0;
  color: #b7b7b7;
  max-height: 90px;
  overflow: hidden;
}
.layoutHeader .main .cart strong {
  font-size: 18px;
  font-weight: 700;
  color: #103e5f;
  line-height: 1
}
.layoutHeader .main .cart strong span {
  color: #397aac;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.layoutHeader .main .cart.medium strong span {
	font-size: 16px;
}
.layoutHeader .main .cart.small strong span {
	font-size: 14px;
}
.layoutHeader .main .cart strong span span {
  display: inline
}
.layoutHeader .main .cart .icobasket-png {
  position: absolute;
  top: 10px;
  left: -60px
}
.layoutHeader .main .search {
  position: absolute;
  top: 135px;
  right: 0;
  z-index: 9
}
.layoutHeader .main .search strong {
  font-size: 14px;
  margin: 0 10px 0 0
}
.layoutHeader .main .search .cTip {
  display: none
}
.layoutHeader .main .search input {
  width: 227px;
  height: 36px;
  line-height: 36px;
  box-shadow: none
}
.layoutHeader .main .search button {
  border: none;
  position: absolute;
  top: 9px;
  right: 10px;
  background: 0 0
}
.layoutHeader .main .location {
  color: #5a5a5d;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: 102px;
  left: 10px
}
.layoutHeader .main .location img {
  position: relative;
  top: -2px
}
.layoutHeader .main .location .boxDropdown {
  display: inline-block;
  margin-left: 20px
}
.layoutHeader .chat {
  display: none
}
.layoutHeader .kassa {
  display: none
}
.layoutHeader .terms {
  display: none
}
.layoutHeader nav {
  background: url(/assets/img/navBlue.png) repeat-x top left;
  overflow: hidden
}
.layoutHeader nav li {
  float: left;
  margin: 0 0 0 10px
}
.layoutHeader nav a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 52px;
  padding: 0 15px;
  color: #fff
}
.layoutHeader nav a:hover {
  color: #589ed3
}
.layoutHeader nav li.active a {
  background-color: rgba(61,129,181,.7)
}
.layoutHeader nav li.active a:hover {
  color: #fff
}
.layout.sticky {
	max-height: 52px;
	overflow: hidden;
}
.layout.sticky .layoutHeader {
  height: 52px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: url(/assets/img/navBlue.png) repeat-x top left
}
.layout.sticky .layoutHeader > div {
	height: unset;
}
.layout.sticky .layoutHeader .main {
  height: auto
}
.layout.sticky .layoutHeader .search {
  top: 5px;
  right: auto;
  left: 0
}
.layout.sticky .layoutHeader .search strong {
  display: none
}
.layout.sticky .layoutHeader .contact {
  top: 0;
  left: 250px
}
.layout.sticky .layoutHeader .contact strong {
  color: #fff
}
.layout.sticky .layoutHeader .contact strong b,
html.loggedin .layout.sticky .layoutHeader .main .loggedin,
.layout.sticky .layoutHeader .contact .chat {
  display: none
}
.layout.sticky .layoutHeader .contact strong span {
  color: #fff;
  white-space: nowrap;
  font-size: 24px;
  line-height: 52px
}
.layout.sticky .layoutHeader .contact strong span:before {
  content: "☎ "
}
.layout.sticky .layoutHeader .contact .icophone-png {
  display: none;
  width: 15%;
  left: -35px
}
.layout.sticky .layoutHeader .chat {
  display: block;
  position: absolute;
  top: 7px;
  left: 510px
}
.layout.sticky .layoutHeader .kassa {
  display: block;
  position: absolute;
  top: 7px;
  right: 0
}
.layout.sticky .layoutHeader .terms {
  display: block;
  color: #fff;
  text-align: right;
  position: absolute;
  top: 7px;
  right: 160px
}
.layout.sticky .layoutHeader .button {
  font-size: 18px
}
.layout.sticky .layoutHeader .cart,
.layout.sticky .layoutHeader .grid,
.layout.sticky .layoutHeader .inloggen,
.layout.sticky .layoutHeader .location,
.layout.sticky .layoutHeader .name,
.layout.sticky .layoutHeader .optionbar,
.layout.sticky .layoutHeader nav {
  display: none
}
.layoutFooter nav {
  overflow: hidden;
  background: #2a638e;
  background: linear-gradient(to bottom,rgba(42,99,142,1) 0,rgba(68,141,195,1) 100%)
}
.layoutFooter nav ul {
  width: 100%
}
.layoutFooter nav li {
  float: left;
  margin: 0 0 0 10px
}
.layoutFooter nav a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 52px;
  padding: 0 15px;
  color: #fff
}
.layoutFooter nav a:hover {
  color: #d4d4d4
}
.layoutFooter nav li.active a {
  background-color: rgba(61,129,181,.7)
}
.layoutFooter nav li.active a:hover {
  color: #fff
}
.layoutFooter nav li.right {
  display:none;
      background: white;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: .5em;
}
.footerInfo {
  border-top: 1px solid #103e5f;
  font-size: 14px;
  background: #2a638e;
  background: linear-gradient(to bottom,rgba(42,99,142,1) 0,rgba(16,62,95,1) 100%);
  line-height: 48px;
  color: #fff
}
.footerInfo p a {
  text-decoration: none;
  color: #fff
}
.footerInfo .div {
  margin: 0 5px
}
.footerInfo .phone {
  font-size: 18px;
  margin: 0 10px 0 0
}
.sprite-global {
  vertical-align: middle
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}
h1.afterSpace,
h2.afterSpace,
h3.afterSpace,
h4.afterSpace,
h5.afterSpace,
h6.afterSpace {
  margin-bottom: 15px
}
h1 {
  font-size: 30px;
  line-height: 30px
}
h2 {
  font-size: 24px
}
h3 {
  font-size: 20px
}
h4 {
  font-size: 18px
}
h5 {
  font-size: 16px
}
h6 {
  font-size: 14px
}
.grid {
  margin-left: auto;
  margin-right: auto
}
.grid {
  position: relative
}
.grid:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}
* html .grid {
  zoom: 1
}
:first-child + html .grid {
  zoom: 1
}
.grid.debug {
  outline: 1px dotted red
}
.grid.debug > aside,
.grid.debug > div,
.grid.debug > footer,
.grid.debug > header,
.grid.debug > section {
  outline: 1px dotted red
}
.grid.gridMain .gridSpan3 {
  width: 210px;
  margin: 0;
  padding: 10px 0 10px 10px
}
.grid.gridMain .gridSpan9 {
  width: 745px;
  margin: 0;
  padding: 10px 10px 10px 5px
}
.grid > .gridSpan1,
.grid > .gridSpan10,
.grid > .gridSpan11,
.grid > .gridSpan12,
.grid > .gridSpan2,
.grid > .gridSpan3,
.grid > .gridSpan4,
.grid > .gridSpan5,
.grid > .gridSpan6,
.grid > .gridSpan7,
.grid > .gridSpan8,
.grid > .gridSpan9 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-right: 0
}
.grid .gridSpan10:first-child,
.grid .gridSpan11:first-child,
.grid .gridSpan12:first-child,
.grid .gridSpan1:first-child,
.grid .gridSpan2:first-child,
.grid .gridSpan3:first-child,
.grid .gridSpan4:first-child,
.grid .gridSpan5:first-child,
.grid .gridSpan6:first-child,
.grid .gridSpan7:first-child,
.grid .gridSpan8:first-child,
.grid .gridSpan9:first-child {
  margin-left: 0
}
.grid .gridSpan1.first,
.grid .gridSpan10.first,
.grid .gridSpan11.first,
.grid .gridSpan12.first,
.grid .gridSpan2.first,
.grid .gridSpan3.first,
.grid .gridSpan4.first,
.grid .gridSpan5.first,
.grid .gridSpan6.first,
.grid .gridSpan7.first,
.grid .gridSpan8.first,
.grid .gridSpan9.first {
  margin-left: 0
}
.grid .gridSpan1 {
  width: 6.5%
}
.grid .gridSpan2 {
  width: 15%
}
.grid .gridSpan3 {
  width: 23.5%
}
.grid .gridSpan4 {
  width: 32%
}
.grid .gridSpan5 {
  width: 40.5%
}
.grid .gridSpan6 {
  width: 49%
}
.grid .gridSpan7 {
  width: 57.5%
}
.grid .gridSpan8 {
  width: 66%
}
.grid .gridSpan9 {
  width: 74.5%
}
.grid .gridSpan10 {
  width: 83%
}
.grid .gridSpan11 {
  width: 91%
}
.grid .gridSpan12 {
  width: 100%
}
.gridMove1 {
  margin-left: 9.5%
}
.gridMove1:first-child {
  margin-left: 8.5%
}
.gridMove2 {
  margin-left: 18%
}
.gridMove2:first-child {
  margin-left: 17%
}
.gridMove3 {
  margin-left: 26.5%
}
.gridMove3:first-child {
  margin-left: 25.5%
}
.gridMove4 {
  margin-left: 35%
}
.gridMove4:first-child {
  margin-left: 34%
}
.gridMove5 {
  margin-left: 43.5%
}
.gridMove5:first-child {
  margin-left: 42.5%
}
.gridMove6 {
  margin-left: 52%
}
.gridMove6:first-child {
  margin-left: 51%
}
.gridMove7 {
  margin-left: 60.5%
}
.gridMove7:first-child {
  margin-left: 59.5%
}
.gridMove8 {
  margin-left: 69%
}
.gridMove8:first-child {
  margin-left: 68%
}
.gridMove9 {
  margin-left: 77.5%
}
.gridMove9:first-child {
  margin-left: 76.5%
}
.gridMove10 {
  margin-left: 86%
}
.gridMove10:first-child {
  margin-left: 85%
}
.gridMove11 {
  margin-left: 94.5%
}
.gridMove11:first-child {
  margin-left: 93.5%
}
.grid.noGutter > .gridSpan1,
.grid.noGutter > .gridSpan10,
.grid.noGutter > .gridSpan11,
.grid.noGutter > .gridSpan12,
.grid.noGutter > .gridSpan2,
.grid.noGutter > .gridSpan3,
.grid.noGutter > .gridSpan4,
.grid.noGutter > .gridSpan5,
.grid.noGutter > .gridSpan6,
.grid.noGutter > .gridSpan8,
.grid.noGutter > .gridSpan9,
.gridSpan7 {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0
}
.grid.noGutter > .gridSpan10:first-child,
.grid.noGutter > .gridSpan11:first-child,
.grid.noGutter > .gridSpan12:first-child,
.grid.noGutter > .gridSpan1:first-child,
.grid.noGutter > .gridSpan2:first-child,
.grid.noGutter > .gridSpan3:first-child,
.grid.noGutter > .gridSpan4:first-child,
.grid.noGutter > .gridSpan5:first-child,
.grid.noGutter > .gridSpan6:first-child,
.grid.noGutter > .gridSpan7:first-child,
.grid.noGutter > .gridSpan8:first-child,
.grid.noGutter > .gridSpan9:first-child {
  margin-left: 0
}
.grid.noGutter > .gridSpan1 {
  width: 8.333%
}
.grid.noGutter > .gridSpan2 {
  width: 16.666%
}
.grid.noGutter > .gridSpan3 {
  width: 24.999%
}
.grid.noGutter > .gridSpan4 {
  width: 33.332%
}
.grid.noGutter > .gridSpan5 {
  width: 41.665%
}
.grid.noGutter > .gridSpan6 {
  width: 49.998%
}
.grid.noGutter > .gridSpan7 {
  width: 58.331%
}
.grid.noGutter > .gridSpan8 {
  width: 66.664%
}
.grid.noGutter > .gridSpan9 {
  width: 74.997%
}
.grid.noGutter > .gridSpan10 {
  width: 83.33%
}
.grid.noGutter > .gridSpan11 {
  width: 91.663%
}
.grid.noGutter > .gridSpan12 {
  width: 100%
}
.grid.noGutter .gridMove1 {
  margin-left: 8.333%
}
.grid.noGutter .gridMove1:first-child {
  margin-left: 8.333%
}
.grid.noGutter .gridMove2 {
  margin-left: 16.666%
}
.grid.noGutter .gridMove2:first-child {
  margin-left: 16.666%
}
.grid.noGutter .gridMove3 {
  margin-left: 24.999%
}
.grid.noGutter .gridMove3:first-child {
  margin-left: 24.999%
}
.grid.noGutter .gridMove4 {
  margin-left: 33.332%
}
.grid.noGutter .gridMove4:first-child {
  margin-left: 33.332%
}
.grid.noGutter .gridMove5 {
  margin-left: 41.665%
}
.grid.noGutter .gridMove5:first-child {
  margin-left: 41.665%
}
.grid.noGutter .gridMove6 {
  margin-left: 49.998%
}
.grid.noGutter .gridMove6:first-child {
  margin-left: 49.998%
}
.grid.noGutter .gridMove7 {
  margin-left: 58.331%
}
.grid.noGutter .gridMove7:first-child {
  margin-left: 58.331%
}
.grid.noGutter .gridMove8 {
  margin-left: 66.664%
}
.grid.noGutter .gridMove8:first-child {
  margin-left: 66.664%
}
.grid.noGutter .gridMove9 {
  margin-left: 74.997%
}
.grid.noGutter .gridMove9:first-child {
  margin-left: 74.997%
}
.grid.noGutter .gridMove10 {
  margin-left: 83.33%
}
.grid.noGutter .gridMove10:first-child {
  margin-left: 83.33%
}
.grid.noGutter .gridMove11 {
  margin-left: 91.663%
}
.grid.noGutter .gridMove11:first-child {
  margin-left: 91.663%
}
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select {
  font-size: 11px;
  margin: 0 0 2px 0;
  border: 1px solid #b0b0b0;
  color: #48b;
  font-weight: 700;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px 6px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: inset 0 2px 8px rgba(0,0,0,.3)
}
input[type=email].error,
input[type=number].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
select.error,
textarea.error {
  border-color: red
}
input.sendInput,
textarea {
  padding: 5px 5px;
  font-family: Arial,sans-serif;
  border: 1px solid #cdcdcd;
  color: #ababab;
  box-shadow: none
}
textarea {
  width: 100%;
  line-height: 16px
}
input[type=password]:focus,
input[type=text]:focus {
  border: 1px solid #000
}
select {
  display: block;
  width: 100%
}
.cTip {
  color: #438cc3
}
.cInfo {
  color: #2d5da4
}
.cAction {
  color: red
}
.cNeutral {
  color: #fff
}
.cSpot {
  color: #000
}
.button {
  display: inline-block;
  line-height: normal;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  text-align: left;
  position: relative;
  color: #fff;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box
}
.button {
  border-bottom: 1px solid #103e5f;
  background: #2a638e;
  background: linear-gradient(to bottom,rgba(42,99,142,1) 0,rgba(16,62,95,1) 100%)
}
.button.block {
  display: block;
  text-align: center
}
.button.primary {
  padding: 5px 10px;
  border: 0;
  color: #fff;
  border-right: 1px solid #6ea715;
  border-bottom: 1px solid #6ea715;
  background: #78b41d;
  background: linear-gradient(to bottom,rgba(120,180,29,1) 0,rgba(146,222,27,1) 100%)
}
.button.primary:hover {
  text-decoration: none;
  border: 0;
  color: #fff;
  border-right: 1px solid #6ea715;
  border-bottom: 1px solid #6ea715;
  background: #78b41d;
  background: linear-gradient(to bottom,rgba(120,180,29,1) 0,rgba(146,222,27,1) 100%)
}
.button.primary.disabled {
  background: #d3d3d3;
  border: 1px solid #d3d3d3;
  opacity: .7
}
.button.secondary {
  padding: 5px 10px 5px 10px;
  color: #fff;
  border: 0;
  border-right: 1px solid #103e5f;
  border-bottom: 1px solid #103e5f;
  background: #2a638e;
  background: linear-gradient(to bottom,rgba(42,99,142,1) 0,rgba(16,62,95,1) 100%)
}
.button.secondary:hover {
  border-right: 1px solid #6ea715;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #6ea715;
  background: #78b41d;
  background: linear-gradient(to bottom,rgba(120,180,29,1) 0,rgba(146,222,27,1) 100%)
}
.boxProductSection header .button.cart {
  border-right: 1px solid #6ea715;
  border-bottom: 1px solid #6ea715;
  background: #78b41d;
  background: linear-gradient(to bottom,rgba(120,180,29,1) 0,rgba(146,222,27,1) 100%)
}
.button.alert {
  padding: 5px 10px 5px 10px;
  border: 0;
  border-right: 1px solid #936262;
  border-bottom: 1px solid #936262;
  background: #d26666;
  background: linear-gradient(to bottom,rgba(210,102,102,1) 0,rgba(222,147,147,1) 100%)
}
.button.guide {
  padding: 5px 10px 5px 10px;
  border: 0;
  border-right: 1px solid #a79415;
  border-bottom: 1px solid #a79415;
  background: #afa10b;
  background: linear-gradient(to bottom,rgba(175,161,11,1) 0,rgba(223,198,27,1) 100%)
}
.button.offline {
  padding: 5px 10px;
  border: 0;
  border-right: 1px solid #103e5f;
  border-bottom: 1px solid #103e5f;
  background: #e8357a;
  background: linear-gradient(to bottom,rgba(232,53,122,1) 0,rgba(242,17,21,1) 100%)
}
.button.special {
  padding: 5px 10px;
  background: #7d0101
}
.button.bigSign {
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border: 0;
  text-align: center;
  display: block;
  line-height: 42px;
  background: #e8357a;
  background: linear-gradient(to bottom,rgba(232,53,122,1) 0,rgba(242,17,21,1) 100%)
}
.button.big {
  line-height: 55px;
  font-size: 24px;
  padding: 0 40px;
  margin: 20px 0 0 0
}
.button.banner {
  display: inline-block;
  height: 48px;
  padding: 8px 15px 0 65px;
  text-align: center;
  background: url(/assets/img/pattern3.png) repeat top left;
  box-shadow: 2px 2px 0 rgba(0,0,0,.5),inset 2px 2px 0 rgba(255,255,255,.1)
}
.button.banner:hover {
  border: 0
}
.button.banner strong {
  font-size: 18px;
  display: block;
  line-height: 1
}
.button.banner small {
  opacity: .7
}
.button.banner .spot {
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0,0,0,.5);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px
}
.button.banner.small {
  margin: 0;
  padding: 12px 5px 0 45px
}
.button.banner.small strong {
  font-size: 13px
}
.button.banner.small small {
  font-size: 10px
}
body {
  background-color: #fff
}
body {
  font-family: Arial,sans-serif
}
body {
  color: #103e5f
}
body {
  font-size: 12px;
  line-height: 1.4
}
[class^=box] {
  position: relative;
  box-sizing: border-box
}
[class^=box]:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}
.box {
  background-color: #ededed;
  border-bottom: 2px solid #438cc3;
  padding: 10px 15px 15px 15px
}
.boxCal {
  width: 13px;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px
}
.boxCal.off {
  opacity: .5
}
.boxCal a {
  width: 13px;
  height: 13px;
  background-color: #103957;
  line-height: 14px;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px
}
.boxCal a + a {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0
}
.boxCal a:hover {
  background-color: #0091ff
}
.boxCal.off a:hover {
  background-color: #103957
}
.boxBanner {
  margin: 0 0 10px 0
}
.boxBanner a {
  display: block;
  width: 745px;
  height: 94px;
  overflow: hidden
}
.boxBanner .title {
  color: #103e5f;
  font-size: 24px;
  line-height: 1.1;
  padding: 20px 0 0 20px
}
.boxBanner .title div {
  color: #438cc3
}
.boxBanner .button {
  position: absolute;
  top: 15px;
  right: 20px
}
.boxBanner .button.bigSign {
  padding: 5px 25px;
  font-size: 24px
}
.boxBanner.sieraden {
  /*background: url(/assets/img/boxBannerSieraden.png) no-repeat top left*/
}
.boxBanner.speelgoed {
  /*background: url(/assets/img/boxBannerSpeelgoed.png) no-repeat top left*/
}
.boxBanner.speelgoed .title {
  color: #840000
}
.boxBanner.speelgoed .title div {
  color: #e8367d
}
.boxTextBanner {
  position: relative
}
.boxTextBanner.almostThere {
  width: 726px;
  height: 295px;
  background: url(/assets/img/popupWinkelWagenEmpty.png) no-repeat top left
}
.boxTextBanner.almostThere .content {
  text-align: center;
  color: #2d0000
}
.boxTextBanner.almostThere .title {
  color: #e52318;
  font-size: 68px;
  padding: 0 0 30px 0;
  font-weight: 700;
  display: block
}
.boxTextBanner.almostThere .quote {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 30px 0;
  width: 200px;
  margin: 0 auto 0 auto;
  position: relative;
  left: 30px;
  display: block;
  line-height: 1
}
.boxTextBanner.almostThere .text {
  width: 400px;
  margin: 0 auto 0 auto;
  display: block;
  font-size: 14px
}
.boxSplashBanner {
  height: 94px;
  line-height: 94px;
  margin: 0 0 1px 0
}
.boxSplashBanner a {
  display: block
}
.boxSplashBanner img {
  margin: 20px 0 0 0
}
.boxSplashBanner .sprite-global {
  margin: 0
}
.boxSplashBanner .layoutCenter {
  background: 0 0
}
.boxSplashBanner.img1 .layoutCenter {
  background: url(/assets/img/splashBannerImg1.png) no-repeat top center
}
.boxSplashBanner.img2 .layoutCenter {
  background: url(/assets/img/splashBannerImg2.png) no-repeat top center
}
.boxSplashBanner.img3 .layoutCenter {
  background: url(/assets/img/splashBannerImg3.png) no-repeat top center
}
.boxSplashBanner.blue {
  background-color: #3765b5
}
.boxSplashBanner.darkBlue {
  background-color: #103e5f
}
.boxSplashBanner.red {
  background-color: #e82615
}
.boxSplashBanner.red .button {
  border-top: 1px solid #f4a0c1;
  border-left: 1px solid #f35365;
  border-bottom: 1px solid #960405;
  border-right: 1px solid #b31e3e;
  background: #e8357a;
  background: linear-gradient(to bottom,rgba(232,53,122,1) 0,rgba(242,17,19,1) 100%)
}
.boxSplashBanner .button {
  line-height: 55px;
  font-size: 24px;
  padding: 0 15px;
  margin: 20px 0 0 0;
  float: right
}
.boxArticle {
  background-color: #103957;
  margin: 5px 0 10px 0;
  padding: 15px 25px;
  color: #fff
}
.boxArticle .hr {
  margin: 10px 0 15px 0;
  border-top-color: #58758a;
  border-bottom-color: #000
}
.boxArticle .icoInfo {
  margin-top: 7px
}
.boxArticle .floatRight.toSide {
  padding: 0 0 0 20px
}
.boxArticle .floatRight.toSide {
  margin-right: -25px
}
.boxHelpdesk .info {
  font-size: 11px
}
.boxLinkBlock {
  padding: 5px 0 5px 10px;
}
.boxLinkBlock a {
  margin: 0 5px
}
.boxLinkBlock a i {
  position: relative;
  top: -2px
}
.boxWhere {
  font-weight: 700;
  padding: 5px 0 5px 10px
}
.boxWhere span {
  color: #438cc3
}
.boxWhere span a span {
  color: #103e5f
}
.boxWhere a {
  margin: 0 5px
}
.boxWhere a:hover {
  text-decoration: underline
}

.bcrumbs {
  display: flex;
  gap:10px;
}
.bcrumbs > .boxWhere {
  flex:1;
}
.bcrumbs > .boxLinkBlock > strong {
  display: flex;
  gap:2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bcrumbs > .boxLinkBlock > strong > a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.boxNewsletter .info {
  font-size: 11px
}
.boxNewsletter .iconews-png {
  float: left;
  margin: 0 10px 0 0
}
.boxNewsletter .signup input {
  margin: 0 0 5px 0
}
.boxNewsletter .signup .button {
  display: block;
  width: 100%;
  text-align: center
}
.boxInloggen .info {
  font-size: 11px
}
.boxInloggen .icolock-png {
  float: left;
  margin: 0 10px 0 0
}
.boxInloggen .signup input {
  margin: 0 0 5px 0
}
.boxInloggen .signup .button {
  display: block;
  width: 100%;
  text-align: center
}
.boxWinkelwagen .articles {
  font-size: 14px;
  font-weight: 700;
  color: #438cc3
}
.boxHeader {
  width: 745px;
  height: 318px;
  margin: 0 0 10px 0;
  color: #fff;
  position: relative;
  background: url(/assets/img/boxHeaderBlue.png) no-repeat top left
}
.boxHeader h1 {
  font-size: 48px;
  font-weight: 700;
  padding: 25px 0 0 25px
}
.boxHeader figure {
  border: 3px solid #fff;
  position: relative;
  margin: 25px 0 0 25px;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}
.boxHeader figure img,
.boxHeader figure object,
.boxHeader figure video {
  display: block
}
.boxHeader figure .button {
  position: absolute;
  bottom: 20px;
  left: -15px;
  text-align: center;
  width: 150px
}
.boxHeader figure.right {
  float: right;
  margin: 25px 25px 0 0
}
.boxHeader figure.right:after {
  content: "";
  width: 232px;
  height: 32px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -110px;
  display: block;
  background: url(/assets/img/figureShadow.png) no-repeat top left
}
.boxHeader figure.right figcaption {
  display: block;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100
}
.boxHeader .bedrijfsVideo {
  font-family: dJ4;
  font-size: 22px;
  text-align: left;
  text-indent: 70px;
  position: absolute;
  top: 130px;
  left: 270px;
  z-index: 100;
  width: 195px;
  height: 83px;
  padding: 10px 0 0 20px;
  display: block;
  background: url(/assets/img/icoBedrijfsvideoEmpty.png) no-repeat top left
}
.boxHeader .social {
  position: absolute;
  top: 5px;
  right: 5px
}
.boxHeader .social li {
  float: left;
  margin: 0 3px
}
.boxVideoButton {
  display: block
}
.boxVideoButton:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  background: url(/assets/img/icoPlayBlue.png) no-repeat top left
}
.boxSearch {
  padding: 5px 5px;
  margin: 5px 0 5px 0;
  background: #2a638e;
  background: linear-gradient(to bottom,rgba(42,99,142,1) 0,rgba(16,62,95,1) 100%)
}
.boxSearch .search input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  box-shadow: none
}
.boxSearch .search button {
  border: none;
  position: absolute;
  top: 10px;
  right: 10px
}
.boxSidemenu {
  background-color: #103e5f;
  color: #fff;
  padding: 15px 5px;
  margin: 5px 0 5px 0
}
.boxSidemenuContainer .stickytop {
	display: none;
	padding:0;
}
.boxSidemenuContainer .stickytop > form {
	padding: 0px;
}
.boxSidemenuContainer .stickytop > form > input {
	font-size: 14px;
	line-height: 30px;
}
.boxSidemenu ul {
  margin: 0 0 25px 0;
  border-bottom: 1px solid #28526f
}
.boxSidemenu ul li {
  border-top: 1px solid #28526f
}
.boxSidemenu ul li a {
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 5px 20px
}
.boxSidemenu ul li.special a {
  color: #fff
}
.boxSidemenu ul li a span {
  color: #bdbdbd
}
.boxSidemenu ul li a:hover {
  background-color: #1a4e73
}
.boxSidemenu h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 0 5px 20px
}
.boxSidemenu p {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0 5px 20px
}
.boxSidemenu p span {
  color: #bdbdbd
}
.boxSidemenu .hr {
  border: 0;
  border-top: 1px solid #3b7fb2;
  margin: 25px 0 25px 0
}
.boxSidemenu span.subtoggle-carret {
	position: relative;
    top: -2px;
    color: white;
    display: none;
}
.boxSidemenu ul.subtoggle-menu {
	max-height: unset!important;
}
.boxProductSection {
  color: #fff
}
.boxProductSection header {
  padding: 0 0 0 20px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #232323;
  border-bottom: 1px solid #0e3855;
  background: url(/assets/img/boxProductSectionHeaderBlue.png) repeat-x top left
}
.boxProductSection header h2 {
  font-size: 18px;
  font-weight: 700
}
.boxProductSection header .search {
  position: absolute;
  top: 0;
  right: 2px
}
.boxProductSection header .search strong {
  color: #48b;
  font-size: 14px;
  margin: 0 10px 0 0
}
.boxProductSection header .search input {
  width: 245px;
  height: 36px;
  line-height: 36px;
  box-shadow: none
}
.boxProductSection header .search button {
  border: none;
  position: absolute;
  top: 10px;
  right: 10px
}
.boxProductSection header .alignRight {
  position: absolute;
  top: 0;
  right: 10px
}
.boxProductSection section {
  padding: 20px 20px;
  margin: 0 0 6px 0;
  position: relative;
  background: #3676a7;
  background: linear-gradient(to bottom,rgba(54,118,167,1) 0,rgba(67,139,194,1) 100%);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400
}
.boxProductSection section a {
  color: #fff
}
.boxProductSection .social {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105px;
  height: 27px;
  padding: 5px 0 0 30px;
  background: url(/assets/img/social.png) no-repeat top left;
  box-sizing: border-box
}
.boxProductSection .social li {
  float: left;
  margin: 0 3px
}
.boxProductSection .note,
.boxProductSection .note a {
  font-size: 14px;
  color: #c2d5e8
}
.boxProductSection .note button {
  color: #fff;
  line-height: 40px;
  text-decoration: none
}
.boxProductSection .note.background {
  background-color: #3d80b2
}
.boxProductSection .toolBar a {
  vertical-align: top
}
.boxProductSection .toolBar .primary {
  line-height: 30px;
  margin: 0 0 0 20px
}
.boxProductSection .headingInfo {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  background-color: #3573a1;
  padding: 5px 0
}
.boxProductSection.white section {
  background: #fff
}
.boxProductSection.white footer .info {
  background-color: #000;
  position: relative;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  font-size: 18px
}
.boxProductSection.white footer .info p {
  margin: 0
}
.boxProductSection.white footer .info .social {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105px;
  height: 27px;
  padding: 0 0 0 30px;
  background: url(/assets/img/social.png) no-repeat top left;
  box-sizing: border-box
}
.boxProductSection.white footer .info .social li {
  float: left;
  margin: 0 3px
}
.boxPopular {
  width: 745px;
  height: 333px;
  position: relative;
  background: #3777a8 url(/assets/img/boxPopular.png) no-repeat top left
}
.boxPopular h1 {
  color: #fff;
  position: absolute;
  top: 15px;
  left: 270px
}
.boxPopular .highlight {
  position: absolute;
  top: 20px;
  left: 20px
}
.boxPopular .highlight .moreInfo {
  position: absolute;
  top: 70px;
  left: 240px;
  width: 240px
}
.boxPopular .highlight .moreInfo .button {
  display: inline-block;
  margin: 30px 0 0 0
}
.boxPopular .highlight .moreInfo .price {
  color: #438bc2
}
.boxPopular .more {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center
}
.cycle-slideshow {
	position: relative;
}
.boxSlideShow {
  position: absolute;
  top: 78px;
  right: 18px;
  width: 205px
}
.boxSlideShow ul li {
  width: 205px;
  padding-left: 35px
}
.boxSlideShow ul li a {
  float: left;
  display: block;
  margin: 0 15px 10px 0
}
.boxSlideShow .move {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100
}
.boxSlideShow .move a {
  position: absolute;
  top: 72px;
  left: -11px;
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -4000px;
  overflow: hidden
}
.boxSlideShow .move a + a {
  right: -216px;
  left: auto
}
.boxProduct {
	display: block;
  position: relative;
  width: 132px
}
.boxProduct figure {
  width: 132px;
  height: 132px;
  position: relative;
  border: 3px solid #fff;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}
.boxProduct figcaption {
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 10px 0 0 0;
  font-size: 14px
}
.boxProduct .icoaddblue-png {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100
}
.boxProduct .icoadd-png {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100
}
.boxProduct figure .button {
  position: absolute;
  bottom: 10px;
  left: -10px;
  right: -10px;
  font-weight: 700;
  text-align: center
}
.boxProduct .button:hover {
  border-right: 1px solid #6ea715;
  border-bottom: 1px solid #6ea715;
  background: #78b41d;
  background: linear-gradient(to bottom,rgba(120,180,29,1) 0,rgba(146,222,27,1) 100%)
}
.boxProduct .moreInfo .button {
  margin: 10px 10px 0 40px;
  display: block
}
.boxProduct .moreInfo p {
  margin: 15px 0
}
.boxProduct .moreInfo p.TwoLines {
  height: 34px;
  overflow: hidden
}
.boxProduct .moreInfo .price {
  color: #0c324e;
  margin-bottom:0px;
  padding-bottom:0px;
}
.boxProduct .moreInfo .price > strong {
  float: right;
  display: inline-block;
  position: relative;
  top: -10px;
  font-size: 24px;
  white-space:nowrap;margin:0px;padding:0px;
}
.boxProduct .moreInfo .packageprice {
  clear:both;text-align:right;font-size:12px;line-height:14px;margin:0px;padding:0px;
}
.boxProduct .moreInfo .packageprice .ppv { 
  white-space:nowrap;
}
.boxProduct .moreInfo .unit {
  color: #fff
}
.boxProduct .moreInfo .unit strong {
  font-size: 18px
}
.boxProduct.big {
  width: 220px
}
.boxProduct.big figure {
  width: 220px;
  height: 220px;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.boxProduct.big .cart {
  background-color: #e2e2e2;
  padding: 4px 6px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display:flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.boxProduct.big .cart input {
  width: 30px;
  height: 30px;
  border: solid 1px #d5d5d5;
  vertical-align: middle;
  text-align: center;
  box-shadow: none
}
.boxProduct.big .cart button {
  width: 168px;
  flex: 1;
}
.boxProduct.bigger {
  width: 320px
}
.boxProduct.bigger figure {
  width: 320px;
  height: 320px;
  background-color: #fff
}
.boxProduct.bigger .productInfo {
  color: #fff;
  padding: 20px 0 20px 0
}
.boxProduct.bigger .productInfo h3 {
  color: #fff;
  margin: 0 0 10px 0
}
.boxProduct.small {
  width: 63px
}
.boxProduct.small figure {
  width: 63px;
  height: 63px;
  background-size: cover;
}
.boxProduct.small figure .button {
  position: absolute;
  padding: 3px 5px;
  font-size: 8px;
  bottom: 5px;
  left: -5px;
  right: -5px;
  font-weight: 400;
  text-align: center
}
.boxProduct.small figcaption {
  color: #438bc1;
  font-size: 10px;
  font-weight: 400;
  margin: 10px -10px
}
.boxProduct .outofstock-overlay {
  position:absolute;top:-5px;left:-20px;z-index:9999;
  display: none;
}
.boxProduct.outofstock .outofstock-overlay {
  display: block;
}

.boxAddToCart .price {
  font-size: 18px;
  font-weight: 700
}
.boxAddToCart .price span {
  font-size: 12px;
  color: #fff
}
.boxAddToCart .cart {
  float: right;
  width: 300px;
  height: 80px;
  position: relative
}
.boxAddToCart .cart p {
  font-weight: 700;
  font-size: 14px
}
.boxAddToCart .cart p input {
  width: 80px;
  height: 80px;
  color: #438bc2;
  vertical-align: bottom;
  border: solid 1px #000;
  margin: 0 10px;
  font-size: 30px;
  text-align: center;
  box-shadow: 3px 3px 3px rgba(0,0,0,.3)
}
.boxAddToCart .cart .button {
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid #6ea715;
  border-bottom: 1px solid #6ea715;
  background: #78b41d;
  background: linear-gradient(to bottom,rgba(120,180,29,1) 0,rgba(146,222,27,1) 100%)
}
.boxAddToCart .cart.small {
  width: 215px
}
.boxOverlay {
  position: relative;
  width: 400px;
  margin-left: -200px;
  background-color: rgba(0,0,0,.5);
  z-index: 10000
}
.boxOverlay .content {
  background-color: #fff
}
.boxOverlay .content .canvas {
  padding: 15px 30px
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,.7)
}
.overlay.blue {
  background-color: rgba(15,56,86,.8)
}
.overlay.red {
  background-color: rgba(232,16,18,.7)
}
.boxOverlay .icoclosepopup-png {
  position: absolute;
  top: 10px;
  right: 10px
}
.boxOverlay .hr.green {
  height: 18px;
  margin: 10px -30px;
  border: 0;
  background: #82ba2f;
  background: linear-gradient(to bottom,rgba(130,186,47,1) 0,rgba(129,199,19,1) 47%,rgba(144,219,26,1) 89%,rgba(110,166,21,1) 100%)
}
.boxOverlay .aboutStock {
  padding: 0 0 0 50px
}
.boxOverlay .aboutStock p {
  color: #000;
  line-height: 2.5
}
.boxOverlay .aboutStock strong a {
  text-decoration: underline
}
.boxOverlay.fullscreen {
  height: 630px;
  top: 50%;
  left: 50%;
  margin: -315px 0 0 -200px
}
.boxOverlay.fullscreen .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden
}
.boxOverlay.fullscreen .content .canvas {
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  right: -15px;
  overflow-y: scroll;
  padding: 15px 30px
}
.boxOverlay.fullscreen .boxAlert {
  margin-left: -15px
}
.boxOverlay.border {
  border: 6px solid #103e5f
}
.boxOverlay.border h1 {
  font-size: 50px;
  margin: 20px 0 20px 0
}
.boxOverlay.blue {
  margin: 0;
  width: 350px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}
.boxOverlay.blue.border {
  border: 3px solid #133c58
}
.boxOverlay.blue .content {
  background-color: rgba(66,138,183,.9);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}
.boxOverlay.blue .canvas {
  padding: 10px 13px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}
.boxOverlay.blue h4,
.skin-blue-h4 {
  margin: 0 0 10px 0;
  padding: 10px 10px 0 10px
}
.boxOverlay.blue h4 img,
.skin-blue-h4 img {
  float: left;
  margin: 0 10px 0 0
}
.boxOverlay.blue h4 span,
.skin-blue-h4 span {
  color: #fff;
  display: block
}
.boxOverlay.blue .info,
.skin-blue-info {
  background-color: #0f3856;
  color: #fff;
  padding: 5px 15px;
  margin: 0;
  margin-bottom: 10px
}
.boxOverlay.blue .info > div,
.skin-blue-info > div {
  padding-left: 5px
}
.boxOverlay.blue .info span,
.skin-blue-info span {
  color: #91dc1a;
  font-size: 16px
}
.boxOverlay.blue .info.alert,
.skin-blue-info-alert {
  background-color: red
}
.boxOverlay.blue .continue,
.skin-blue-continue {
  color: #fff
}
.boxOverlay.blue .icoregistreren-png,
.skin-blue-button-primary .icoregistreren-png {
  margin: -3px 0 -3px 0
}
.boxOverlay.blue .buttonLine,
.skin-buttonLine {
  padding: 0 10px 10px 10px
}
.boxOverlay.blue .info.bottom,
.skin-info-bottom {
  text-align: center;
  color: #3f84b8
}




/* loggedin-src.css */

small {
  font-size: 11px
}
.cartpopup {
  position: relative;
  width: 500px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
  background: #3a7bad;
  border-radius: 5px;
  border: 4px solid #000;
  box-shadow: rgba(58,123,173,.2) 0 10px 16px 0,rgba(58,123,173,.19) 0 6px 20px 0!important
}
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select {
  font-size: 11px;
  margin: 0 0 2px;
  border: 1px solid #b0b0b0;
  color: #48b;
  font-weight: 700;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px 6px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: inset 0 2px 8px rgba(0,0,0,.3)
}
.cartpopup > h4 {
  padding:10px;padding-bottom:0px;
}
.cartpopup.outofstock > div.info {
  width:100%;margin:0px;margin-bottom:10px;box-sizing: border-box;
}
.cartpopup.outofstock > div.info > div {
  padding-left:5px;
}
.cartadded .inputQuantity {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #103e5f;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #103e5f;
  margin-bottom: 1em;
  padding-left: 1em;
  background: rgba(255,255,255,.8)
}

.cartadded .quantity h3 {
  margin: 0 0 5px;
  padding: 0;
  line-height: 22px
}
.cartadded .quantity input {
  font-size: 20px;
  width: 90px;
  text-align: center;
  padding: 7px
}
.cartadded .quantity button {
  font-size: 18px;
  margin-left: 10px
}
.cartadded .overbox {
  border-left: 2px solid #103e5f;
  padding-left: 1em;
  margin-left: 1em
}

.cartadded .overbox .button {
  margin-top: 5px
}
.cartadded .btns,
.cartpopup .btns {
  padding: 0 10px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.cartpopup .btns > a.button {
  padding: 5px 10px;
  min-height: 28px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.cartpopup.overstock > h4 {
	padding:10px;padding-bottom:0px;
}
.cartpopup.overstock .info {
	width:100%;margin:0px;margin-bottom:10px;box-sizing: border-box;
}

.cartpopup.notloggedin > .info.bottom {
  width:100%;margin:0px;text-align:center;box-sizing: border-box;
}

.sprite-global.icobasketcheck-png {
  width: 60px;
  height: 40px;
  background-position: -452px -99px
}
.tableSignup td + td {
  padding: 0
}
.layoutHeader .main .inloggen p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 5px
}
.layoutHeader .main .inloggen p small {
  color: #438cc3
}
:first-child + html .grid {
  zoom: 1
}
.grid > .gridSpan3,
.grid > .gridSpan4,
.grid > .gridSpan6,
.grid > .gridSpan8,
.grid > .gridSpan9 {
  position: relative;
  float: left;
  margin-left: 2%;
  margin-right: 0
}
.button.primary.disabled {
  background: #d3d3d3;
  border: 1px solid #d3d3d3;
  opacity: .7
}
.skin-blue-h4 {
  margin: 0 0 10px;
  padding: 10px 10px 0
}
.skin-blue-h4 img {
  float: left;
  margin: 0 10px 0 0
}
.skin-blue-h4 span {
  color: #fff;
  display: block
}
.gridSpan3 > .chat {
  display: none
}
.layoutHeader > div {
  height: 209px
}
.gridSpan3 > .kassa {
  position: fixed;
  bottom: 7px;
  right: 10px;
  z-index: 9999999
}
.gridSpan3 > .kassa .primary {
  line-height: 18px;
  padding-top: 4px;
  display: flex;
  white-space: nowrap;
  gap: 2px;
  align-items: center;
}
.gridSpan3 > .kassa .primary span {
  font-size: 14px;
  flex: 1;
}
.gridSpan3 > .logo {
  position: fixed;
  top: 4px;
  right: 7px;
  z-index: 9995;
  width: auto;
  background-image: none;
  background-color: transparent
}
.gridSpan3 > .logo img {
  height: 36px
}
.opencarts {
  position: relative;
  top: 5px
}
.opencarts a {
  text-decoration: underline
}









.boxOverlay.red {
  margin: 0;
  width: 350px;
  border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}
.boxOverlay.red.border {
  border: 3px solid #4f0b10
}
.boxOverlay.red .content {
  background-color: rgba(226,51,116,.9);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}
.boxOverlay.red .canvas {
  padding: 10px 13px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}
.boxOverlay.red h4,
.skin-red-h4 {
  margin: 0 0 10px 0;
  padding: 10px 10px 0 10px;
  color: #310000
}
.boxOverlay.red h4 img,
.skin-red-h4 img {
  float: left;
  margin: 0 10px 0 0
}
.boxOverlay.red h4 span,
.skin-red-h4 span {
  color: #fff;
  display: block
}
.boxOverlay.red .info,
.skin-red-info {
  background-color: #310000;
  color: #fff;
  padding: 5px 15px;
  margin: 0;
  margin-bottom: 10px
}
.boxOverlay.red .info > div,
.skin-blue-info > div {
  padding-left: 5px
}
.boxOverlay.red .info span,
.skin-red-info span {
  color: #91dc1a;
  font-size: 16px
}
.boxOverlay.red .info.alert,
.skin-red-info-alert {
  background-color: #fff;
  color: red
}
.boxOverlay.red .button.secondary,
.skin-red-button-secondary {
  border-right: 1px solid #6f0202;
  border-bottom: 1px solid #580000;
  background: #ee0f0f;
  background: linear-gradient(to bottom,rgba(238,15,15,1) 0,rgba(140,1,1,1) 100%)
}
.boxOverlay.red .continue,
.skin-red-continue {
  color: #fff
}
.boxOverlay.red .icoregistreren-png,
.skin-red-button-primary .icoregistreren-pgn {
  margin: -3px 0 -3px 0
}
.boxOverlay.red .buttonLine,
.skin-red-buttonLine {
  padding: 0 10px 10px 10px
}
.boxOverlay.red .info.bottom,
.skin-red-bottom {
  text-align: center;
  color: #c22f65
}
.boxAlert {
  padding: 5px 20px;
  color: #fff;
  border-bottom: 1px solid #a00b0b;
  font-weight: 700;
  margin: -15px -30px 15px -30px;
  background: #e8357a;
  background: linear-gradient(to bottom,rgba(232,53,122,1) 0,rgba(242,17,21,1) 100%)
}
.boxAlert.blue {
  border: 1px solid #000;
  padding: 10px 15px;
  background: #3676a7;
  background: linear-gradient(to bottom,rgba(54,118,167,1) 0,rgba(67,139,194,1) 100%)
}
.boxAlert.blue .icoalertyellow-png {
  margin: 0 10px 0 0
}
.boxAlert.blue.alt {
  margin: 0
}
.boxDank {
  text-align: center;
  font-weight: 700;
  height: 170px;
  margin: 30px 0 0 0;
  color: #d30619;
  padding: 20px 0 0 0;
  background: #f0f0f0 url(/assets/img/boxDank.png) no-repeat top center
}
.boxUitverkocht {
  width: 732px;
  height: 443px;
  background: url(/assets/img/imgUitverkocht.png) no-repeat top left
}
.boxUitverkocht .title {
  text-align: center;
  position: absolute;
  top: 80px;
  right: 5px;
  font-size: 40px;
  line-height: 1;
  color: #00436b
}
.boxUitverkocht .title div {
  font-size: 90px;
  font-weight: 700
}
.boxContent {
  padding: 0 10px
}
.boxPopupWide {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 745px;
  margin-left: -372px;
  z-index: 10000
}
.boxPopupWide header {
  height: 42px;
  font-size: 18px;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #f4a0c1;
  border-left: 1px solid #030303;
  border-right: 1px solid #030303;
  padding: 0 20px;
  line-height: 42px;
  color: #fff;
  background: url(/assets/img/pattern1.png)
}
.boxPopupWide header span {
  float: right;
  font-size: 14px
}
.boxPopupWide .content {
  background-color: #fff;
  text-align: center;
  border-top: 8px solid #e8367d
}
.boxPopupWide footer .bar {
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: url(/assets/img/pattern2.png) repeat-x top left
}
.boxPopupWide footer .bar .button.primary {
  padding: 1px 10px;
  position: relative;
  top: -1px
}
.boxPopupWide footer .info {
  background-color: #2d0000;
  position: relative;
  padding: 10px 20px;
  color: #e8367d;
  text-align: center;
  font-size: 18px
}
.boxPopupWide footer .info p {
  margin: 0
}
.boxPopupWide footer .info .social {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105px;
  height: 27px;
  padding: 0 0 0 30px;
  background: url(/assets/img/social.png) no-repeat top left;
  box-sizing: border-box
}
.boxPopupWide footer .info .social li {
  float: left;
  margin: 0 3px
}
.boxBar {
  height: 50px;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  background: url(/assets/img/pattern3.png) repeat-x top left
}
.boxBar a {
  text-decoration: underline;
  opacity: .7
}
.boxBar .button {
  font-size: 12px!important;
  background: #0e3855;
  text-decoration: none;
  opacity: 1
}
.boxBar .button.primary,
.boxBar .button.special {
  color: #fff!important
}
.boxBar .button.secondary {
  background: #0e3855
}
.boxBar .button.primary {
  padding: 1px 10px
}
.boxFotoOverzicht {
  padding: 5px 10px;
  text-align: center;
  font-weight: 700;
  margin: 0 5px 10px 0;
  background-color: rgba(0,0,0,.5)
}
.boxFotoOverzicht .left {
  position: absolute;
  top: 3px;
  left: 5px
}
.boxFotoOverzicht .right {
  position: absolute;
  top: 3px;
  right: 5px
}
.boxFotoOverzicht .icocamera-png {
  margin-right: 5px
}
.boxDropdown {
  position: relative;
  z-index: 100;
  display: inline-block
}
.boxDropdown.active .dropdown,
.boxDropdown:hover .dropdown {
  display: block
}
.boxDropdown .title {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  display: block;
  padding: 3px 5px;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px
}
.boxDropdown .dropdown {
  display: none;
  height: 140px;
  overflow-y: scroll;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
.boxDropdown p {
  padding: 5px 10px;
  margin: 0;
  font-weight: 400;
  color: #103e5f
}
.boxDropdown p a {
  color: #103e5f;
  text-decoration: none
}
.boxDropdown .locations a {
  padding: 3px 10px;
  display: block
}
.boxDropdown.language {
  margin-left: 10px
}
.boxDropdown.language .title {
  background-color: #b2b2b2;
  line-height: 20px;
  border: 0;
  padding: 0 5px;
  color: #000;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0
}
.boxDropdown.language img {
  margin-right: 5px
}
.boxDropdown.language .dropdown {
  background-color: #fff;
  border: 0;
  left: auto;
  right: 0;
  height: auto;
  overflow: visible;
  width: 130px;
  text-align: left;
  box-shadow: 0 0 3px rgba(0,0,0,.2)
}
.boxDropdown.language .locations a {
  padding: 0 5px;
  color: #103e5f
}
.mobbanner {
  display: none
}
.messages a {
  text-decoration: underline
}
hgroup.name h1 img {
  left: 10px;
  position: absolute;
  top: 10px
}
.boxProduct .moreInfo .button {
  margin: 10px auto 0
}
.productInfo .button.secondary {
  font-size: 18px
}
.boxAddToCart .cart .button {
  font-size: 18px
}
.boxAddToCart .cart {
  width: 360px;
  max-width: 100%
}
.boxAddToCart .cart p {
  font-size: 18px
}
.pagination.centered {
  font-size: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.pagination.centered li {
  padding-left: 5px;
  padding-right: 5px
}
.pagination li.active a {
  font-size: inherit
}
.rss-info {
  margin-top: 1em
}
.gridSpan3 > .chat {
  display: none
}
section.index-catselect {
  margin-bottom: 0;
  padding-bottom: 0;
  background: #fff!important
}
.index-btns {
  display: flex;
  justify-content: center;
  margin-bottom: 1em
}
section.index-catselect figcaption {
  color: #000
}
.index-btns > a {
  text-align: center;
  background: #fff;
  width: 33%;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid transparent;
  opacity: .5;
  color: #000!important
}
.index-btns > a:hover {
  border-color: #efefef;
  opacity: 1
}
.index-btns > a.active {
  border-color: #438bc2;
  opacity: 1
}

.index-btns > a img {
  width: 100%;
  flex: 1 1 0%;
  max-width: 128px
}
.index-btns > a h2 {
  font-size: 16px;
  margin-top: 5px
}
.layoutHeader > div {
  height: 209px
}
.layoutHeader.splash > div {
  height: inherit
}
.layoutHeader.splash div.logo {
  display: none
}

.buyBtns {
  float: right
}
.ui-autocomplete {
  z-index: 1007
}
.boxProductSection .buyBtns .button {
  margin-right: 5px
}
.boxArticle h4 {
  font-size: 24px
}
.boxArticle p {
  font-size: 18px
}
li.sim .boxProduct .moreInfo .cSpot > strong {
  display: inline-block;
  margin-top: 10px;
  max-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden
}
.boxDropdown.language .dropdown {
  display: none;
  padding: 0 5px 5px;
  position: fixed;
  top: 3px;
  right: auto;
  text-align: left;
  background: #b2b2b2;
  width: 100px
}
.boxDropdown.language:hover .dropdown {
  display: block
}
.nav-menu-txt {
  display: none
}
.nav-menu-txt,
.nav-txt,
div.nav-toggle {
  z-index: 9999999;
  position: fixed;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  bottom: 5px;
  left: 60px;
  transition: opacity .55s ease 0s;
  top: inherit;
  box-sizing: border-box;
  background: 0 0!important;
  clip: inherit!important;
  width: auto!important;
  height: auto!important;
  margin: inherit!important
}
.nav-btns {
	display: none;
  position: fixed;
  bottom: 42px;
  left: 0;
  background: linear-gradient(rgba(54,118,167,.9) 0,rgba(67,139,194,.9) 100%);
  padding: 5px;
  box-sizing: border-box;
  width: 340px;
  border-width: 0 1px 0 0;
  border-top-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 0;
  border-right-style: solid;
  border-right-color: #2a638e;
  z-index: 999;
  max-width: 100vw;
  gap:5px;
}

.nav-btns .button {
  top: 0;
  font-size: 16px;
  margin-left: 5px;
  white-space: nowrap;
	text-align: center;
}
.nav-btns .button.login,
.nav-btns span.tel {
	flex:1;
}
.nav-btns span.tel {
	display: flex;
	justify-content: center;
	font-weight: bold;
}
body.guest .nav-btns span.tel,
body.loggedin .nav-btns .button.login,
body.loggedin #menubar .boxInloggen {
	display: none;
}
.de .nav-btns .button {
  font-size: 14px
}
.de .nav-btns .tel {
  font-size: 18px;
}
.menu-phone .tel,
.multibtn a {
  font-size: 14px;
  text-align: center;
  font-weight: 400
}
.gridSpan3 > .contact,
.gridSpan3 > .kassa,
.gridSpan3 > .logo,
.mobilemenulink,
.nav-txt,
.swipe-up,
div.nav-toggle,
input.nav-toggle {
  display: none
}
.gridSpan3 > .kassa {
  position: fixed;
  bottom: 7px;
  right: 10px;
  z-index: 9999999
}
.gridSpan3 > div.contact {
  position: fixed;
  bottom: 8px;
  left: 155px;
  z-index: 9998
}
.gridSpan3 > div.contact b {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 0
}
.gridSpan3 > div.contact span.tel {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 0
}
.gridSpan3 > .logo {
  position: fixed;
  top: 4px;
  right: 7px;
  z-index: 9995;
  width: auto;
  background: 0 0
}
.gridSpan3 > .logo img {
  height: 36px
}
.swipe-up {
  position: absolute;
  right: 15px;
  top: 50px;
  z-index: 2147483647;
  width: 40px;
  opacity: .9
}
.multibtn a {
  background: 0 0;
  color: #555;
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  width: calc(33.3333%)!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  border-right: 1px solid rgba(0,0,0,.13)!important
}
a.google-reviews {
  white-space: nowrap;
  z-index: 999999999;
  color: #fff
}
.menu-phone {
  padding-left: 14px;
  text-align: center
}
.menu-phone .tel {
  width: auto;
  margin-top: 5px;
  display: inline-block;
  height: 55px;
  color: #000;
  padding: 0!important;
  border: none!important
}
.menu-phone .tel span {
  font-size: 16px;
  color: #000;
  font-weight: 700
}
.boxSidemenu .google-review { 
	display: none;
}
.box.google-review {
  margin-top: 1em;
  position: relative;
  background:none;
  border:none;
  padding: 0;
}
.google-review > a {
	display: flex;
  justify-content: center;
  align-items: center;
  gap:7px;	
}


.navbar-mobile {
  background: none;
  width: 100%;
  height: 43px;
  z-index: 300000;
  position: fixed;
  bottom: 0;
  left: 0;
}
.google-review > a img {
  float: left;
  margin: 0;
}
.google-review > a span {
	flex:1;
  white-space: normal;
  font-size: 14px;
  line-height: 1.2em;
  padding: 0;
  margin:0;
}
.google-review > a > span > span {
	font-style: italic;
}
.google-review > a strong {
  position: absolute;
  bottom: 5px;
  right: 7px;
  text-decoration: underline;
  font-size: 10px;
  font-weight: 400;
}
.boxSidemenu .google-review > a span {
  font-size: 20px;
  line-height: 1.2em;
}
#grabbel:checked ~ label {
  display: none
}
#grabbel:checked ~ .dobbelsteen > #dice {
  -webkit-animation: spin-duplicate 2s linear 0s infinite normal none running;
  animation: spin-duplicate 2s linear 0s infinite normal none running
}
#grabbel:checked ~ .dobbelsteen {
  width: 200px;
  height: 200px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: roll 1.6s linear 0s infinite normal none running;
  animation: roll 1.6s linear 0s infinite normal none running
}
#grabbelton.spin .dobbelsteen > #dice {
  animation: spin -2s linear 1s infinite normal none running;
}
.grabbelton {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  cursor: -webkit-grab;
  cursor: grab
}
.dobbelsteen {
  position: absolute;
  left: 10px;
  top: -6px;
  -webkit-transform: scale(.2);
  transform: scale(.2)
}
#grabbel {
  display: none
}
#dice span {
  position: absolute;
  margin: 100px 0 0 100px;
  display: block;
  font-size: 2.5em;
  padding: 10px
}
#dice {
  position: absolute;
  width: 200px;
  height: 200px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: spin 50s linear 0s infinite normal none running;
  animation: spin 50s linear 0s infinite normal none running;
  cursor: -webkit-grab;
  cursor: grab
}
.side {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #fff;
  box-shadow: #ccc 0 0 40px inset;
  border-radius: 40px
}
#dice .cover,
#dice .inner {
  background: #e0e0e0;
  box-shadow: none
}
#dice .cover {
  border-radius: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
#dice .cover.x {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg)
}
#dice .cover.z {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg)
}
#dice .front {
  -webkit-transform: translateZ(100px);
  transform: translateZ(100px)
}
#dice .front.inner {
  -webkit-transform: translateZ(98px);
  transform: translateZ(98px)
}
#dice .back {
  -webkit-transform: rotateX(-180deg) translateZ(100px);
  transform: rotateX(-180deg) translateZ(100px)
}
#dice .back.inner {
  -webkit-transform: rotateX(-180deg) translateZ(98px);
  transform: rotateX(-180deg) translateZ(98px)
}
#dice .right {
  -webkit-transform: rotateY(90deg) translateZ(100px);
  transform: rotateY(90deg) translateZ(100px)
}
#dice .right.inner {
  -webkit-transform: rotateY(90deg) translateZ(98px);
  transform: rotateY(90deg) translateZ(98px)
}
#dice .left {
  -webkit-transform: rotateY(-90deg) translateZ(100px);
  transform: rotateY(-90deg) translateZ(100px)
}
#dice .left.inner {
  -webkit-transform: rotateY(-90deg) translateZ(98px);
  transform: rotateY(-90deg) translateZ(98px)
}
#dice .top {
  -webkit-transform: rotateX(90deg) translateZ(100px);
  transform: rotateX(90deg) translateZ(100px)
}
#dice .top.inner {
  -webkit-transform: rotateX(90deg) translateZ(98px);
  transform: rotateX(90deg) translateZ(98px)
}
#dice .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(100px);
  transform: rotateX(-90deg) translateZ(100px)
}
#dice .bottom.inner {
  -webkit-transform: rotateX(-90deg) translateZ(98px);
  transform: rotateX(-90deg) translateZ(98px)
}
.dot {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #444;
  box-shadow: #000 5px 0 10px inset
}
.dot.center {
  margin: 77px 0 0 77px
}
.dot.dtop {
  margin-top: 20px
}
.dot.dleft {
  margin-left: 134px
}
.dot.dright {
  margin-left: 20px
}
.dot.dbottom {
  margin-top: 134px
}
.dot.center.dleft {
  margin: 77px 0 0 20px
}
.dot.center.dright {
  margin: 77px 0 0 134px
}
.grabbelton input[type=checkbox]::before {
  position: absolute;
  overflow: hidden;
  top: 40px;
  left: 40px;
  display: block;
  width: 120px;
  padding-top: 9px;
  height: 31px;
  cursor: pointer;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
  border: 1px solid
}
.grabbelton input[type=checkbox]::before {
  background: 0 0;
  border-color: transparent
}
.grabbelton input[type=checkbox] {
  display: none
}
[draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element
}

.boxProduct figure span.promotext {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 220px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  top: 35px;
  left: -59px;
  font-size: 20px;
  line-height: 20px;
  font-family: verdana,arial
}
.boxProduct figure .promoimg {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 999;
  width: 220px
}
.boxProduct figure span.p8 {
  top: 28px;
  left: -54px;
  font-size: 8px;
  line-height: 10px
}
.boxProduct figure span.p9 {
  top: 28px;
  left: -54px;
  font-size: 9px;
  line-height: 11px
}
.boxProduct figure span.p10 {
  top: 28px;
  left: -54px;
  font-size: 10px;
  line-height: 12px
}
.boxProduct figure span.p11 {
  top: 28px;
  left: -54px;
  font-size: 11px;
  line-height: 13px
}
.boxProduct figure span.p12 {
  top: 28px;
  left: -54px;
  font-size: 12px;
  line-height: 14px
}
.boxProduct figure span.p13 {
  top: 28px;
  left: -54px;
  font-size: 13px;
  line-height: 15px
}
.boxProduct figure span.p14 {
  top: 28px;
  left: -54px;
  font-size: 14px;
  line-height: 16px
}
.boxProduct figure span.p15 {
  top: 28px;
  left: -54px;
  font-size: 15px;
  line-height: 17px
}
.boxProduct figure span.p16 {
  top: 28px;
  left: -54px;
  font-size: 16px;
  line-height: 18px
}
.boxProduct figure span.p17 {
  top: 28px;
  left: -54px;
  font-size: 17px;
  line-height: 19px
}
.boxProduct figure span.p18 {
  top: 28px;
  left: -54px;
  font-size: 18px;
  line-height: 20px
}
.boxProduct figure span.p19 {
  top: 28px;
  left: -54px;
  font-size: 19px;
  line-height: 21px
}
.boxProduct figure span.p20 {
  top: 28px;
  left: -54px;
  font-size: 20px;
  line-height: 20px
}
.boxProduct figure span.p21 {
  top: 28px;
  left: -54px;
  font-size: 21px;
  line-height: 20px
}
.boxProduct figure span.p22 {
  top: 26px;
  left: -54px;
  font-size: 22px;
  line-height: 20px
}
.boxProduct figure span.p23 {
  top: 26px;
  left: -54px;
  font-size: 23px;
  line-height: 20px
}
.boxProduct figure span.p24 {
  top: 26px;
  left: -54px;
  font-size: 24px;
  line-height: 20px
}
.boxProduct figure span.p25 {
  top: 26px;
  left: -54px;
  font-size: 25px;
  line-height: 21px
}
.boxProduct figure span.p26 {
  top: 26px;
  left: -54px;
  font-size: 26px;
  line-height: 22px
}
.boxProduct figure span.p27 {
  top: 26px;
  left: -54px;
  font-size: 27px;
  line-height: 23px
}
.boxProduct figure span.p28 {
  top: 26px;
  left: -54px;
  font-size: 28px;
  line-height: 23px
}
.boxProduct figure span.p29 {
  top: 26px;
  left: -54px;
  font-size: 29px;
  line-height: 24px
}
.boxProduct figure span.p30 {
  top: 26px;
  left: -54px;
  font-size: 30px;
  line-height: 24px
}
.boxProduct figure span.small {
  width: 100px;
  top: 9px;
  left: -28px
}
.boxProduct figure img.small {
  width: 100px;
  top: -5px;
  left: -5px
}
.boxProduct figure span.medium {
  top: 16px;
  left: -74px
}
.boxProduct figure img.medium {
  width: 160px;
  top: -7px;
  left: -7px
}
.listCategories .boxProduct figure {
	background-size: cover;
}
/*
.listProds li span.promotext {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 220px;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  top: 32px;
  left: -54px;
  font-size: 20px;
  line-height: 20px;
  font-family: verdana,arial
}
.listProds li .promoimg {
  position: absolute;
  top: -9px;
  left: -9px;
  z-index: 999;
  width: 220px
}
.listProds li span.p8 {
  top: 28px;
  left: -54px;
  font-size: 8px;
  line-height: 10px
}
.listProds li span.p9 {
  top: 28px;
  left: -54px;
  font-size: 9px;
  line-height: 11px
}
.listProds li span.p10 {
  top: 28px;
  left: -54px;
  font-size: 10px;
  line-height: 12px
}
.listProds li span.p11 {
  top: 28px;
  left: -54px;
  font-size: 11px;
  line-height: 13px
}
.listProds li span.p12 {
  top: 28px;
  left: -54px;
  font-size: 12px;
  line-height: 14px
}
.listProds li span.p13 {
  top: 28px;
  left: -54px;
  font-size: 13px;
  line-height: 15px
}
.listProds li span.p14 {
  top: 28px;
  left: -54px;
  font-size: 14px;
  line-height: 16px
}
.listProds li span.p15 {
  top: 28px;
  left: -54px;
  font-size: 15px;
  line-height: 17px
}
.listProds li span.p16 {
  top: 28px;
  left: -54px;
  font-size: 16px;
  line-height: 18px
}
.listProds li span.p17 {
  top: 28px;
  left: -54px;
  font-size: 17px;
  line-height: 19px
}
.listProds li span.p18 {
  top: 28px;
  left: -54px;
  font-size: 18px;
  line-height: 20px
}
.listProds li span.p19 {
  top: 28px;
  left: -54px;
  font-size: 19px;
  line-height: 21px
}
.listProds li span.p20 {
  top: 28px;
  left: -54px;
  font-size: 20px;
  line-height: 20px
}
.listProds li span.p21 {
  top: 28px;
  left: -54px;
  font-size: 21px;
  line-height: 20px
}
.listProds li span.p22 {
  top: 26px;
  left: -54px;
  font-size: 22px;
  line-height: 20px
}
.listProds li span.p23 {
  top: 26px;
  left: -54px;
  font-size: 23px;
  line-height: 20px
}
.listProds li span.p24 {
  top: 26px;
  left: -54px;
  font-size: 24px;
  line-height: 20px
}
.listProds li span.p25 {
  top: 26px;
  left: -54px;
  font-size: 25px;
  line-height: 21px
}
.listProds li span.p26 {
  top: 26px;
  left: -54px;
  font-size: 26px;
  line-height: 22px
}
.listProds li span.p27 {
  top: 26px;
  left: -54px;
  font-size: 27px;
  line-height: 23px
}
.listProds li span.p28 {
  top: 26px;
  left: -54px;
  font-size: 28px;
  line-height: 23px
}
.listProds li span.p29 {
  top: 26px;
  left: -54px;
  font-size: 29px;
  line-height: 24px
}
.listProds li span.p30 {
  top: 26px;
  left: -54px;
  font-size: 30px;
  line-height: 24px
}
.listProds li span.small {
  width: 100px;
  top: 9px;
  left: -28px
}
.listProds li img.small {
  width: 100px;
  top: -5px;
  left: -5px
}
.listProds li span.medium {
  top: 16px;
  left: -74px
}
.listProds li img.medium {
  width: 160px;
  top: -7px;
  left: -7px
}*/
.boxTextBanner.almostThere .title {
  margin-top: .5em;
  margin-bottom: .5em
}
.boxBar.loginreg p.note {
  font-size: 16px
}
.boxBar.loginreg .button {
  padding: 7px 15px;
  height: 36px;
  font-size: 18px!important
}
.boxBar.loginreg .button.special {
  border-bottom: 1px solid #7d0101
}
.boxBar.loginreg p.note .special {
  margin-right: 7px
}
.boxBar.loginreg p.note strong {
  margin-right: 15px
}
.checkoutform .inputblock {
  margin-bottom: 2em
}
.popupform {
  z-index: 2147483647;
  margin: 20px auto;
  background: #fff;
  border-radius: 10px;
  padding: 1em;
  width: 600px;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
.popupform > h2 {
  border-bottom: 4px solid #3a7bad;
  margin-bottom: .5em;
  padding-bottom: 5px
}

.popupform .inputblock {
  margin-bottom: 5px
}
.popupform .inputblock label {
  font-size: 12px;
  margin-bottom: 2px
}
.popupform .inputblock input,
.popupform .inputblock select {
  font-size: 14px
}
.popupform .buttons {
  display: flex;
  gap:10px;
  align-items: center;
  margin-top: 10px;
}
.popupform .buttons > .button {
  padding: 5px 10px;
}
.inputblock .priceBig {
  font-size: 32px;
  display: block;
  margin-top: .5em
}
.inputblock .price {
  font-size: 24px;
  display: block;
  margin-top: .5em
}
.clickcontinue strong {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400
}
.toolBar .button {
  margin-right: 5px
}

.inputblock .cpns {
  padding: 10px;
  font-size: 18px;
  margin-bottom: .5em;
  font-weight: 700
}
.orderform h2 {
  border-bottom: 4px solid #3a7bad;
  margin-bottom: .5em;
  margin-top: 1em;
  padding-bottom: .5em
}

.addrbtns {
  margin-top: 5px
}
.addrbtns .button {
  margin-right: 5px
}
.newslettercb label {
  font-size: 14px
}
.newslettercb input {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px
}

.clearfix {
  clear: both
}

.inputblock {
  margin-bottom: 1em
}
.inputblock > label {
  display: block;
  margin-bottom: 5px;
  font-size: 18px
}
.inputblock > label.savelogin {
  font-size: 14px;
  margin-top: 5px;
  line-height: 16px
}
.inputblock > input,
.inputblock > select {
  font-size: 18px
}


.indexbitRow {
  display: flex;
  width: 864px;
  margin-bottom: 0;
  clear: both!important
}
.indexbit {
  overflow: hidden;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: relative;
  height: 270px;
  width: 414px;
  box-shadow: 8px 8px 1px #888
}
.indexbit a {
  display: block;
  height: 100%;
  width: 100%
}
.indexbit .name {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 44px;
  line-height: 73px
}
.indexbit .country {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 30px;
  line-height: 47px;
  padding-left: 12px
}
.indexbit .countrybe {
  color: #000
}
.indexbitToys {
  float: left
}
.indexbitJewelry {
  float: right
}
.indexInternational {
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 8px 8px 1px #888;
  height: 75px;
  width: 641px
}
.indexInternational a {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
  padding-left: 225px
}
.indexbitRow {
  display: flex;
  justify-content: space-between
}
.indexInternational {
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 8px 8px 1px #888;
  height: 75px;
  width: 641px!important
}
.indexInternational a {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
  padding-left: 225px
}











/* chat */
#ai-chat {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 400000;
}
#ai-chat .avatar {
  display: flex;
  cursor: pointer;
  z-index: 1042;
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}
#ai-chat .avatar img {
  border-radius: 50%;
  border: 2px solid rgba(67,139,194,.5);
  opacity: .5;
  width: 50px;
  height: 50px;
  transition: opacity .4s;
  background: #f2f2f2;
}


#ai-chat .avatar img.status,
#ai-chat .avatar.status img.agent {
  display: none;
}
#ai-chat .avatar.status img.status {
  display: block;
}

html.chat-small #ai-chat .avatar {
  display: none;
}

/*#ai-chat .avatar,
#ai-chat .avatar .typing,*/
#ai-chat .bubble,
#ai-chat .desk {
  position: absolute
}
html.chat-large #ai-chat .avatar img, 
#ai-chat .avatar.status img,
#ai-chat .avatar:hover img {
  opacity: 1;
}

#ai-chat .avatar .button {
  position: absolute;
  bottom: -10px;
  font-size: 10px;
  padding: 4px 7px;
  margin: 0 auto;
  white-space: nowrap;
}

#ai-chat .avatar video {
  display: none;
  border-radius: 50%;
    border: 2px solid rgba(67,139,194,.5);
    width: 50px;
    height: 50px;
    object-fit: cover;
}

#ai-chat .avatar.video img,
#ai-chat .avatar.video .button,
#ai-chat .avatar.status.video img.status {
  display: none;
}
#ai-chat .avatar.video video {
  display: block;
}
#ai-chat .desk {
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: bottom .4s,opacity .4s
}

#ai-chat.kitt .desk {
  width: 321px;
  height: 150px;
}

#ai-chat .bubble {
  background-color: #f2f2f2;
  border-radius: 10px;
  box-shadow: #b2b2b2 0 0 6px;
  display: block;
  padding: 10px;
  vertical-align: top;
  transition: bottom .5s, right .5s, bottom .5s,opacity .5s, width .5s, height .5s;
  /*bottom .6s,opacity .5s .3s;*/
  opacity: 0;
  bottom: -500px;
}

#ai-chat .desk {
  opacity: 0;
  bottom: -500px;
  transition: bottom 1s .2s,opacity 1s .2s
}

html.chat-small #ai-chat .bubble,
html.chat-large #ai-chat .bubble {
  opacity: 1;
}
html.chat-small #ai-chat .desk,
html.chat-large #ai-chat .desk {
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: bottom .4s,opacity .4s
}

html.chat-small #ai-chat .bubble {
  width: 200px;
  height: 120px;
  bottom: 230px;
  right: 5px;
  transition: bottom .5s, right .5s, bottom .5s,opacity .5s, width .5s, height .5s;
}
html.chat-large #ai-chat .bubble {
  width: 450px;
  height: 250px;
  bottom: 10px;
  right: 5px;
  margin: 5px 0 5px 45px;
  transition: bottom .5s, right .5s, bottom .5s,opacity .5s, width .5s, height .5s;
}

html.chat-small #ai-chat.notrans .desk,
html.chat-small #ai-chat.notrans .bubble {
  transition: none;
}

html.chat-small #ai-chat.kitt .bubble {
  bottom: 165px;
}

#ai-chat .bubble .inner {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
#ai-chat .bubble .txt {
  cursor: default;
  margin: 0;
  width: 95%;
  overflow: hidden
}
#ai-chat .bubble .messages {
  overflow: hidden;
}
#ai-chat .bubble .messages > div {
  margin-bottom: 2px;
  padding-bottom: 2px;
  min-height: 12px;
  transition: opacity .2s;
}
html.chat-large #ai-chat .bubble .messages > div {
  margin-bottom: 3px;
  padding-bottom: 3px;
}
#ai-chat:hover .bubble .messages > div {
  opacity: .2;
}
#ai-chat .bubble .messages > div:last-child {
  border-bottom: none;
}

#ai-chat .bubble .messages > div.user > span.name,
#ai-chat .bubble .messages > div.agent > div.name {
  float:left;
  margin-right: 2px;
  color: #2f70a1;
  font-weight: bold;
}
#ai-chat .bubble .messages > div.agent > div.name {
  display: inline-flex;
  gap: 2px;
}
#ai-chat .bubble .messages > div.agent > div.text {
  display: inline;
}
#ai-chat .bubble .messages > div.system {
  transition: opacity .5s;
}
#ai-chat .bubble .messages > div.system.removed {
  opacity:0;
}
#ai-chat .bubble .messages > div.system.not-connected {
  z-index: 20;
  opacity: 1;
  position: relative;
}

#ai-chat .bubble .messages > div.system.cart {
  padding-left: 3px;
  margin-bottom: 0;
  font-size: 10px;
  min-height: 10px;
}
#ai-chat .bubble .messages > div.system.cart a {
  font-style: italic;
}
#ai-chat .bubble .messages > div.system.cart.rm a {
  text-decoration: line-through;
}
html.chat-small #ai-chat .bubble .messages > div.system.cart {
  font-size: 9px;
  line-height: 11px;
  min-height: unset;
}
html.chat-small #ai-chat .bubble .messages > div.system.cart a {
  font-style: normal;
}

#ai-chat .bubble .messages > div.loading:after {
  content: ".."; /* Unicode ellipsis character */
  animation: dots 1s infinite;
}

html.chat-small #ai-chat .bubble .messages .txt {
  margin-bottom: 2px
}
html.chat-small #ai-chat .bubble .messages {
  font-size: 10px;
  line-height: 1.3em;
height: 85px;
  box-sizing: border-box;
}
html.chat-large #ai-chat .bubble .messages {
  font-size: 12px;
  line-height: 1.3em;
  max-height: 215px;
}
#ai-chat .bubble .messages .txt .operator {
  color: #2f70a1;
  font-weight: 700
}
#ai-chat .bubble .messages .txt .customer {
  color: #ed6198;
  font-weight: 700
}

#ai-chat .bubble .messages .txt.system {
  font-style:italic;
}
#ai-chat .bubble .messages .txt.system .i {
  font-style:normal;
}

#ai-chat .bubble .messages .txt a {
  text-decoration:underline;
}

#ai-chat .bubble .connecting {
  position: absolute;
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #3777a9;
  background: #f2f2f2d6;
  opacity: 0;
}
#ai-chat .bubble .connecting > span {
  display: inline-block;
  background: #f2f2f2d6;
  border-radius: 10px;
  opacity: .5;
  animation: connecting 1.5s infinite;
}

#ai-chat:hover .bubble .connecting {
  opacity: 1;
}
html.connected #ai-chat .bubble .connecting {
  display: none;
}
html.connected #ai-chat .bubble .messages {
  overflow: hidden auto;
}
html.connected #ai-chat .bubble .messages > div,
html.connected #ai-chat:hover .bubble .messages > div {
  opacity: 1;
}
html.chat-large #ai-chat .bubble .connecting {
  height: 215px;
  font-size: 22px;
}
#ai-chat .bubble .input {
    font-size: 12px;
    line-height: 1.2em;
    margin: 0px 0px 2px;
    border: 1px solid rgb(176, 176, 176);
    color: rgb(68, 136, 187);
    font-weight: 400;
    border-radius: 4px;
    padding: 4px 6px;
    width: 100%;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 8px inset;
    outline: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #fff;
  resize: none;
  padding-top: 8px;
  padding-right: 25px;
}
html.chat-large #ai-chat .bubble .input {
  padding-right: 45px;
}
#ai-chat .bubble .input.has-input {
  font-size: 11px;
}
#ai-chat .bubble .close {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 1042;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999c4;
  box-shadow: #b2b2b2c4 0 0 2px;
  transition: box-shadow .2s, color .2s;
  -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
  background: #f2f2f2;
}
html.chat-small #ai-chat .bubble .close {
  font-size: 12px;
  line-height: 12px;
  width: 16px;
  height: 16px;
  top: -5px;
  right: -5px;
  box-shadow: #b2b2b2 0 0 1px;
}

#ai-chat .bubble .expand {
  display: none;
}
html.chat-small #ai-chat .bubble .expand {
  position: absolute;
  top: -6px;
  right: 12px;
  z-index: 1042;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999c4;
  transition: color .2s;
  -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
  background: #f2f2f2;
}
#ai-chat .bubble .close:hover {
  color: #999;
  box-shadow: #b2b2b2 0 0 4px;
}
html.chat-small #ai-chat .bubble .expand:hover {
  color: #999;
}

#ai-chat .bubble .submit {
  display: none;
}
html.chat-small #ai-chat .bubble .submit {
  cursor: pointer;
  position: absolute;
  bottom: 7px;
  right: 6px;
  width: 20px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .4;
  filter: grayscale(1);
  transition: opacity .4s, filter .4s;
}
html.chat-small #ai-chat .bubble .input.has-input.notrans + .submit {
  transition: none;
}
html.chat-small #ai-chat .bubble .input.has-input + .submit {
  opacity: 1;
  filter:none;
}

html.chat-large #ai-chat .bubble::after,
html.chat-small #ai-chat .bubble::after {
  content: "";
  position: absolute;
  bottom: -15px;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #f2f2f2 transparent;
  display: block;
  width: 0;
}
html.chat-small #ai-chat .bubble::after {
  left: 32px
}
html.chat-large #ai-chat .bubble::after {
  right: 32px
}
html.chat-small #ai-chat .bubble {
  margin: 5px 20px 5px 45px
}
html.chat-large #ai-chat .bubble::before,
html.chat-small #ai-chat .bubble::before {
  box-shadow: rgba(178,178,178,.4) 2px -2px 2px 0;
  right: -9px
}


#ai-chat .bubble .txt {
margin-bottom:2px;
}

#ai-chat .bubble .txt:last-child {
  margin-bottom: .5em;
}

#ai-chat .bubble .txt .t p:first-child {
  display:inline;
}
#ai-chat .bubble .txt .t p:first-child + p {
  margin-top:10px;
}

#ai-chat .bubble .txt > p {
margin-bottom:10px;
}

#ai-chat .bubble .txt .t h1 {
  font-size: 18px;
  line-height: 22px;
}
#ai-chat .bubble .txt .t h2{
  font-size: 16px;
  line-height: 20px;
}

#ai-chat .bubble .txt .t h3,
#ai-chat .bubble .txt .t h4 {
  font-size: 14px;
  line-height: 18px;
font-weight:bold;
}

#ai-chat .bubble .txt .t.flex {
    display:flex;
    gap: 5px;
}
#ai-chat .bubble .txt .t .cart-table {
  display: grid;
  grid-template-columns: min-content 3fr;
  grid-gap: 2px;
  width: 100%;
  border-collapse: collapse;
}

#ai-chat .bubble .txt.connecting,
#ai-chat .bubble .txt.connect-error{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  height: 100%;
  background: #f2f2f2;
}
#ai-chat .bubble.connecting .input,
#ai-chat .bubble.connect-error .input{
  display:none;
}
#ai-chat .bubble.connecting .messages .txt .i,
#ai-chat .bubble.connect-error .messages .txt .i{
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 3px;
}
#ai-chat .bubble.connect-error .messages .txt .t {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* #ai-chat .bubble.connecting .messages .txt .t, */
#ai-chat .bubble.connecting .messages .txt {
  flex-direction: column;
}
#ai-chat .bubble .messages .txt img.kitt {
  width:44px;
  height: 50px;
  background: black;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  display: block
}

#ai-chat .bubble .kittInput {
  height: 24px;
  position: absolute;
  display:none;
  z-index: 1042;
  right: 0px;
  left: unset;
  border-radius: 50%;
  bottom: 5px;
  right: 4px;
  width: 16px;
  height: 16px;

  object-fit: cover;
  border: solid 3px #000;
}
html.chat-large #ai-chat .bubble .kittInput {
  bottom: 0px;
  right: 35px;
  width: 20px;
  height: 20px;

}
#ai-chat .bubble .input.agentTyping ~ .kittInput {
  display: block;
}
#ai-chat .bubble .input.agentTyping ~ .submit {
  display: none;
}
#ai-chat .bubble .txt .t pre {
  white-space:pre-wrap;
}
#ai-chat .bubble .txt.error .t {
  color:maroon;
}

#ai-chat .bubble .txt.youtube {
  margin-top: 5px;
}
#ai-chat .bubble .txt.youtube > .t {
  display:flex;
  gap:5px;
}
#ai-chat .bubble .txt.youtube img {
  border-radius: 5px;
  width: 100px;
}

#ai-chat .bubble .txt img {
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  display: block;
}

#ai-chat .bubble .txt.has-html img {
  max-width: 100%;
}



section.chat-init-box {
    display: flex;
    gap: 10px;
    align-items: center;padding: 10px;
}

body.outofstock section.chat-init-box.in-stock,
section.chat-init-box.out-of-stock {
  display: none;
}
body.outofstock section.chat-init-box.out-of-stock {
    display: flex;
}

section.chat-init-box > img {
    border-radius: 50%;
    border: 2px solid rgba(255,40,151,.5);
}
section.chat-init-box > img.barry {
  border-color: rgba(16, 62, 95, 0.5);;
}
section.chat-init-box > div {
    flex: 1;padding-right: 10px;
}
section.chat-init-box > div > div.chat-input {
    display: flex;gap: 10px;
}

section.chat-init-box > div > div.chat-input input {
    font-size: 14px;line-height: 18px;
}
section.chat-init-box > div > div.chat-input button {
    white-space: nowrap;
}
section.chat-init-box.kitt {
  width:100%;box-sizing: border-box;background: none;color: black;
}

@media (max-width:768px) {

#ai-chat {
right:auto;
left:0;
    bottom: 40px!important;
    width: 100%;
}

#ai-chat .avatar {
  right: 10px;
  bottom: 10px;
  width: unset;
  height: unset;
}
#ai-chat .avatar > span.button {
  position: relative;
  bottom: unset;
}

html.chat-large #ai-chat .bubble .connecting,
html.chat-small #ai-chat .bubble .connecting {
  height: calc(100% - 55px);
}

 #ai-chat .avatar img,
 html.chat-large #ai-chat .avatar {
    display:none;
  }
  html.chat-large #ai-chat .bubble .submit {
  cursor: pointer;
  position: absolute;
  bottom: 7px;
  right: 6px;
  width: 20px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .4;
  filter: grayscale(1);
  transition: opacity .4s, filter .4s;
}
html.chat-large #ai-chat .bubble .input.has-input.notrans + .submit {
  transition: none;
}
html.chat-large #ai-chat .bubble .input.has-input + .submit {
  opacity: 1;
  filter:none;
}

  html.chat-large #ai-chat .bubble,
  html.chat-small #ai-chat .bubble {
    right: auto;
    bottom: 0px!important;
left:0;
    box-sizing: border-box;
    z-index: 1041;
    background: #fff
  }
  html.chat-small #ai-chat .bubble::after,
  html.chat-large #ai-chat .bubble::after {
    content: '';
    display: none;
  }
  #ai-chat .bubble .connecting {
    border-radius: 5px;
  }
  html.chat-large #ai-chat .bubble,
  html.chat-small #ai-chat .bubble {
    margin: 0;
    width: 100vw;
    border-radius: 0
  }
  #ai-chat .bubble .input {
    font-size: 14px;
    padding: 10px;
    height: auto
  }
  html.chat-small #ai-chat .bubble {
    height: auto;
    padding: 10px;
    padding-bottom: 5px;
  }
  html.chat-large #ai-chat .bubble {
    height: calc(100vh - 100px);
    padding: 10px;
    padding-bottom: 5px;
  }
  #ai-chat .bubble .close {
    top: -2px;
    right: -2px
  }
  #ai-chat .desk {
    display: none;
  }

  .boxLinkBlock,
  .boxWhere,
  .boxWhere > span:last-child,
  .layoutHeader .main .butterfly,
  .layoutHeader .main .cart a.icon,
  .layoutHeader .optionbar,
  .layoutHeader .search,
  .layoutHeader > div > nav {
    display: none
  }
  html.chat-small #ai-chat .bubble .input {
    position: relative;
    margin-top: 10px
  }
  html.chat-large #ai-chat .bubble .messages,
  html.chat-large #ai-chat .bubble .messages.proactive,
  html.chat-small #ai-chat .bubble .messages,
  html.chat-small #ai-chat .bubble .messages.proactive {
    font-size: 16px;
    line-height: 20px
  }
}




@media (max-width:1024px) {

  #ai-chat .chatimg {
    bottom: 60px
  }
  html.chat-large #ai-chat .bubble {
    bottom: 40px
  }


}



@media (max-width:500px) {
  .cartadded .overbox {
    border-left: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: .5em
  }
}


@media (max-width:768px) {
  .listProducts .boxProduct .cart input,
  .listProducts .moreInfo .button,
  .listProducts li.hr:nth-child(3n) {
    display: none
  }
  .listProducts li.hr:nth-child(4n) {
    display: block;
    content: '';
    width: 100%;
    max-width: 100%;
    border: none;
    border-top: 1px solid rgba(67,139,194,.2);
    margin-top: 2em;
    margin-bottom: 2em;
    background-image: none;
    background-color: transparent;
    height: 1px
  }

  .layout.sticky .layoutHeader {
  	display: none;
  }
}

@media (max-width:550px) {
  .listProducts li.hr:nth-child(4n) {
    display: none
  }
  .listProducts li.hr:nth-child(1n) {
    display: block;
    content: '';
    width: 100%;
    max-width: 100%;
    border: none;
    border-top: 1px solid rgba(67,139,194,.2);
    margin-top: 2em;
    margin-bottom: 2em;
    background-image: none;
    background-color: transparent;
    height: 1px
  }
}

@media (max-width:1024px) {
  
  .layoutHeader nav li.about {
    display: none
  }
  .inputblock {
    width: 100%;
    max-width: 600px
  }
  .gridSpan3 .chat {
    opacity: 0;
    position: fixed;
    left: -240px;
    z-index: 99999;
    bottom: 70px;
    text-align: center;
    transition: left 0s ease 0s,opacity .4s ease .35s;
    display: flex;
    flex-direction: column
  }
  .gridSpan3 .chat img {
    border-radius: 50%;
    border: 2px solid rgba(67,139,194,.5);
    opacity: .9;
    width: 100px;
    height: 100px
  }
  .gridSpan3 .chat .button {
    position: relative;
    top: -20px;
    display: inline-block;
    margin: 0 auto
  }
  
  .chatbtn {
    bottom: 50px!important;
    z-index: 9995
  }
  .gridSpan3.scrll .chat img {
    opacity: 1;
    transition: opacity .4s ease 0s
  }
  .boxProductSection section a {
    color: inherit
  }
  .allPhotosLink {
    display: none
  }
  .productInfo p:first-child {
    margin-bottom: 15px
  }
  .rss-info {
    margin-top: 1em;
    padding: 10px
  }
  .catpg .boxBar,
  .catpg .headBanner {
    display: none
  }
  .gridSpan3 .mobbanner .bigSign,
  .mobbanner {
    display: block;
    font-size: 18px
  }
  .boxBanner {
    max-width: 90vw;
    margin: 1em auto 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    width: 745px
  }
  .boxBanner .button {
    overflow: hidden;
    text-overflow: ellipsis
  }
  .layoutFooter nav {
    background: 0 0;
    color: inherit
  }
  .layoutFooter nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
  .layoutFooter nav li {
    float: none;
    display: inline-block
  }
  .footerInfo .layoutCenter {
    text-align: center;
    font-size: 16px
  }
  .layoutFooter nav li a {
    color: inherit;
    font-size: 18px
  }
  .layoutFooter nav li a:hover {
    color: inherit;
    text-decoration: underline
  }
  .layoutFooter nav li.active a,
  .layoutFooter nav li.active a:hover {
    color: inherit;
    background: 0 0
  }
  .footerInfo {
    background: 0 0;
    color: inherit;
    margin-bottom: 4em;
    border: none
  }
  .footerInfo .phone img {
    display: none
  }
  .footerInfo .phone,
  .footerInfo .social {
    display: block
  }
  .footerInfo .div:nth-last-child(4) {
    display: none
  }
  .footerInfo .phone {
    padding-bottom: 15px
  }
  .footerInfo .social {
    display: flex;
    justify-content: center
  }
  .footerInfo .social a {
    flex: 1 1 0%
  }
  .footerInfo .social a img {
    -webkit-transform: scale(3);
    transform: scale(3)
  }
  .footerInfo .phone a {
    color: #000;
    font-size: 24px;
    font-weight: 700
  }
  .layoutFooter nav li.right {
    display:block;
    right: auto;
    left: auto;
        flex: 1;
    flex-basis: 100%;
    text-align: center;
    margin-top: 1em;
        background:none;
    border-radius:0px;
    padding:0px;
    margin-bottom: 0px;
  }
  .layoutFooter nav li.right > img {
        width: 100%;
    height: inherit;
    max-width: 210px;
  }
  .layoutFooter .butterfly {
    width: 80px;
    height: 72px;
    left: 10px;
    top: -100px
  }
  .ui-menu .ui-menu-item {
    margin-bottom: 10px
  }
  .ui-autocomplete li a.r .t {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .ui-autocomplete li a.r .d {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    overflow: hidden
  }
  .loginblock {
    display: none!important;
  }
  .layoutCenter {
    width: 745px
  }
  .nav-btns {
    display: flex;
  }
  .nav-menu-txt {
    display: block;
    font-size: 24px;
    font-weight: 700
  }
  .layoutHeader > div {
    height: 180px
  }
  input.nav-toggle:checked ~ .boxSidemenuContainer {
    -webkit-transform: none;
    transform: none;
    box-shadow: rgba(0,0,0,.176) 0 6px 45px;
    z-index: 200000;
  }
  input.nav-toggle:checked ~ .nav-txt {
    display: inline;
    white-space: normal;
    width: 165px!important
  }
  input.nav-toggle:checked ~ .nav-menu-txt {
    display: none
  }
  input.nav-toggle:checked ~ .chat {
    left: 250px;
    opacity: 1
  }
  .gridSpan3.scrll .chat img {
    opacity: 0
  }
  .gridSpan3 > .kassa {
    display: block
  }
  .swipe-up {
    display: block
  }
  .gridSpan3 {
    display: block!important
  }
  .boxSidemenu .nav-menuitems {
    flex: 1 1 0%;
    overflow: hidden auto
  }
  .boxSidemenu {
    font-size: 20px
  }
  input.nav-toggle {
    display: block;
    width: 120px;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    top: inherit;
    cursor: pointer;
    opacity: 0;
    z-index: 99999999
  }
  div.nav-toggle {
    display: block;
    bottom: 4px;
    left: 0;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    float: left;
    height: 45px
  }
  div.nav-toggle span {
    cursor: pointer;
    border-radius: 3px;
    content: "";
    display: block;
    width: 37px;
    height: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    position: relative;
    z-index: 1;
    -webkit-transform-origin: 4px 0 0;
    transform-origin: 4px 0 0;
    transition: background .5s cubic-bezier(.77,.2,.05,1) 0s,opacity .55s ease 0s,-webkit-transform .5s cubic-bezier(.77,.2,.05,1) 0s;
    transition: transform .5s cubic-bezier(.77,.2,.05,1) 0s,background .5s cubic-bezier(.77,.2,.05,1) 0s,opacity .55s ease 0s;
    transition: transform .5s cubic-bezier(.77,.2,.05,1) 0s,background .5s cubic-bezier(.77,.2,.05,1) 0s,opacity .55s ease 0s,-webkit-transform .5s cubic-bezier(.77,.2,.05,1) 0s
  }
  div.nav-toggle span::after {
    cursor: pointer;
    position: absolute;
    display: block;
    content: "";
    transition: all .5s ease-in-out 0s;
    background: #397aac;
    border-radius: 3px;
    width: 37px;
    height: 5px;
    bottom: -10px
  }
  div.nav-toggle span::before {
    cursor: pointer;
    position: absolute;
    display: block;
    content: "";
    transition: all .5s ease-in-out 0s;
    border-radius: 3px;
    width: 37px;
    height: 5px;
    top: -10px
  }
  div.nav-toggle span,
  div.nav-toggle span::after,
  div.nav-toggle span::before {
    background: #fff
  }
  .boxSidemenuContainer {
    position: fixed;
    width: 100vw;
    max-width: 340px;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    transition: transform .5s cubic-bezier(.77,.2,.05,1) 0s,-webkit-transform .5s cubic-bezier(.77,.2,.05,1) 0s;
    margin: 0;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(54,118,167,.9) 0,rgba(67,139,194,.9) 100%);
    border-width: 0 1px 1px 0;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #2a638e;
    border-bottom-color: #2a638e;
    -o-border-image: initial;
    border-image: initial;
    border-top-right-radius: 5px;
    border-top-style: initial;
    border-top-color: initial;
    border-left-style: initial;
    border-left-color: initial;
    height: 90vh!important;
    height: calc(100vh - 50px)!important
  }
  
  .boxSidemenu {
    overflow-y: auto;
    flex: 1 1 0%;
    height: calc(100% - 120px);
    margin-bottom: 45px;
    margin-top: 40px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 30px
  }
  .boxSidemenu > ul > li > a {
    padding-left: 5px
  }
  .boxSidemenu .lbl {
    right: 0!important
  }
  .boxSidemenu > ul > li > ul {
  	max-height: unset!important;
  }

	.boxSidemenu ul.subtoggle-menu a {
		padding-left: 5px;
		padding-right: 0;
	}
  .boxSidemenu ul.subtoggle-menu {
  	background-color: unset;
  }
  .boxSidemenu span.subtoggle-carret {
  	display:none;
  }

  .boxSidemenuContainer .stickytop {
  	position: absolute;
  	top: 0px;
  	left: 0;
  	width: 100%;
  	z-index: 2147483647;
  	display: block;
  	height: 40px;
  	overflow: hidden;
  }

  .boxSidemenu .google-review { 
		display: block;
	}

  .gridSpan3 {
    height: 0!important;
    padding: 0!important;
    margin: 0!important
  }
  .gridSpan3 .bigSign,
  .gridSpan3 .box,
  .gridSpan3 .boxSearch {
    display: none
  }
  .navbar-mobile {
  background: linear-gradient(rgba(54,118,167,.9) 0,rgba(67,139,194,.9) 100%);
    display: block;
    box-shadow: rgba(0,0,0,.176) 0 -6px 45px
  }


  body.td .gridSpan3 > .logo {
    display: block
  }
  .layoutHeader .optionbar {
    display: none
  }
  .layoutHeader .main .contact {
    right: 220px;
    left: auto;
    top: 40px
  }
  .layoutHeader .main .cart {
    top: 40px
  }
  body.navsticky > .layout + .layoutSection {
  margin-top: 128px;
}
  .layoutHeader .cart .icobasket-png,
  .layoutHeader .contact .icophone-png,
  .layoutHeader .main .cart .grid,
  .layoutHeader .main .contact,
  .layout.sticky .layoutHeader .main .kassa {
    display: none
  }

  .layout.sticky .layoutHeader .main .contact {
  	display: block;
  }

  .layout.sticky .layoutHeader .chat {
  	left:unset;
  	right: 0;
  }

  .boxBanner {
    padding: 0;
    margin: 2em 0 1em;
    width: 100%;
    overflow: hidden
  }
  .boxBanner a {
    width: 100%;
    margin: 0;
    height: auto;
    font-size: 18px;
    line-height: 20px
  }
  .boxBanner .title {
    visibility: hidden
  }
  .boxBanner .button {
    width: 97%;
    text-align: center;
    top: 5px;
    right: 6px
  }
  .boxProductSection > header {
    height: auto;
    padding-left: 0;
    background: 0 0!important;
    border: none!important
  }
  .boxProductSection {
    position: relative
  }
  .boxProductSection header {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0
  }
  .boxProductSection header.t h2 {
    padding: 0 0 0 5px;
    margin: 0;
    line-height: 20px;
    top: 5px;
    position: relative
  }
  .gridSpan9 .boxProductSection header {
    width: 100%;
    position: relative;
    right: auto;
    top: auto
  }
  .gridSpan9 .boxProductSection header h2 {
    display: none
  }
  .catpg .gridSpan9 .boxProductSection header {
    display: flex;
    flex-direction: row-reverse
  }
  .catpg .gridSpan9 .boxProductSection header .floatRight {
    padding-right: 10px!important
  }
  .catpg .gridSpan9 .boxProductSection header h2 {
    display: block;
    font-size: 24px;
    flex: 1 1 0%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .gridSpan6.inf {
    padding-top: 15px;
    font-size: 16px;
    line-height: 20px
  }
  
  .gridSpan9 {
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    width: 745px!important;
    padding-right: 0!important;
    padding-left: 0!important
  }
  .boxProductSection .buyBtns {
    display: block
  }
  .boxProductSection header.t h2 {
    display: none
  }
  .boxProductSection .buyBtns .button {
    margin-bottom: 2px;
    z-index: 1005
  }
  body.td .boxProductSection .buyBtns {
    position: fixed;
    top: 4px;
    right: 130px;
    height: auto;
    z-index: 1005
  }
  .footerInfo .layoutCenter .phone {
    margin-top: 1em;
    padding-bottom: 2em
  }
  .boxProductSection section a.download {
    color: #fff
  }
  .indexbit {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  .layoutHeader.splash {
    height: 260px
  }
  .splash .sep {
    height: 20px
  }
}
@media (max-width:768px) {

  .layoutSection {
    background: 0 0
  }
  .boxBar.loginreg p.note {
    font-size: 14px
  }
  .info.loginreg {
    background-color: transparent!important;
    color: #000!important
  }
  .info.loginreg .social {
    display: none
  }
  .boxBar.loginreg {
    margin-top: 2em
  }
  .toolBar {
    display: flex;
    flex-direction: column;
    width: auto;
    justify-content: center;
    float: left
  }
  .toolBar .button {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0
  }
  #nextcoupons {
    clear: both
  }
  .boxProductSection .note,
  .boxProductSection .note a {
    color: inherit
  }
  .checkoutln {
    float: none;
    display: inline-block
  }
  .checkoutln strong {
    flex-direction: column-reverse
  }
  .contactpopup {
    width: 100vw;
    margin: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    border-radius: 0
  }
  .layoutHeader.splash div.logo {
    display: block!important;
    width: 256px;
    margin: 0 auto;
    margin-top: 10px
  }
  .layoutHeader.splash {
    height: inherit
  }
  .layoutHeader.splash .main {
    height: 100px!important
  }
  .splash .sep {
    height: 20px
  }
  .splash .bedrijfsVideo,
  .splash .layoutHeader hgroup.name {
    display: none!important;
    visibility: hidden
  }
  .indexbit .name {
    font-size: 26px
  }
  .indexbit .country {
    font-size: 24px
  }
  .cNeutral {
    color: inherit
  }
  .boxBar.loginreg p.note {
    font-size: 14px
  }
  .layoutSection {
    background: 0 0
  }
  .chatbtn {
    display: none!important
  }
  
  .info.loginreg {
    background-color: transparent!important;
    color: #000!important
  }
  .info.loginreg .social {
    display: none
  }
  .alignCenter {
    font-size: 14px
  }
  .tableProductInfo {
    color: inherit
  }
  .boxAddToCart .price span {
    font-size: 14px;
    font-weight: 400
  }
  .boxAddToCart .price span span {
    font-weight: 700
  }
  .boxProductSection .social {
    position: relative;
    bottom: auto;
    margin: 10px 0 20px;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center
  }
  .boxProductSection .social li {
    float: left;
    margin: 0 3px;
    flex: 1 1 0%;
    text-align: center;
    -webkit-transform: scale(2);
    transform: scale(2)
  }
  .boxBanner {
    margin: 2em auto 1em
  }
  .boxProductSection > section > .grid {
    display: flex;
    box-sizing: border-box;
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center
  }
  .boxProductSection > section > .grid .gridSpan6 {
    width: 50%;
    max-width: 50%;
    flex: 1 1 0%;
    box-sizing: border-box
  }
  .boxProduct.bigger {
    width: 100%;
    max-width: 320px
  }
  li.sim .boxProduct .moreInfo .unit {
    color: #000
  }
  li.sim .boxProduct .moreInfo .cSpot > strong {
    display: inline-block;
    max-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden
  }
  .listProducts {
    margin: 0;
    align-items: center;
    justify-content: center
  }
  .listProducts li.sim {
    min-width: 250px;
    display: inline-block;
    margin: 0 0 1em;
    flex: 1 0 50%;
    width: 50%!important
  }
  .listProducts li.sim .boxProduct {
    margin: 0 auto;
    width: 250px
  }
  .listProducts li.sim .boxProduct figure {
    width: 250px;
    height: 250px
  }
  .listProducts li.sim .boxProduct figure .button {
    display: none
  }
  .boxBanner.topBanner {
    display: none
  }
  .layoutHeader .name .icoafhaalgroothandel-png {
    left: 10px
  }
  .layoutHeader .main .butterfly {
    display: none
  }

  .layoutHeader .main .loggedin .buttons {
  	flex-direction: row;
  	align-items: center;
  }


  .layoutCenter {
    width: 100%
  }
  .boxLinkBlock,
  .boxWhere {
    display: none
  }


  body.td .gridSpan3 > .logo {
    display: block
  }
  .navbar-mobile {
    display: block
  }
  .boxHeader {
    width: 100%;
    background: #3676a7!important;
    height: 300px!important
  }
  .boxHeader .bedrijfsVideo,
  .boxHeader .social {
    display: none
  }
  .boxHeader figure.right {
    margin-top: 0;
    margin-right: 25px;
    display: block!important
  }
  .layoutHeader .search {
    display: none
  }
  .layoutHeader .optionbar,
  .layoutHeader > div > nav {
    display: none
  }
  .layoutHeader > div {
    height: 102px
  }
  .layoutHeader hgroup.name {
    display: block;
  }
  .layoutHeader .main .contact {
    right: 200px;
    left: auto!important;
    top: 30px!important
  }
  .layoutHeader .main .cart {
    display: block;
    left: auto;
    right: 0;
    top: 30px!important
  }
  .layoutHeader .main .cart a.icon {
    display: none
  }
  .layoutHeader .main .cart strong,
  .layoutHeader .main .contact strong {
    font-size: 18px!important
  }
  .layoutHeader .main .contact .tel {
    font-size: 18px!important
  }
  .boxPopular {
    display: none
  }
  .boxProductSection {
    color: inherit
  }
  .boxProductSection section {
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0!important
  }
  .listProducts.big {
    margin: 0;
    padding: 10px 10px 2em;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap
  }
  .listProducts.big li {
    float: none;
    display: block;
    clear: both;
    margin: 2em auto 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 220px;
    height: auto!important
  }
  .listProducts .boxProduct.big {
    width: 100%;
    box-sizing: border-box
  }
  .listProducts .boxProduct .cart {
    padding: 0;
    background: 0 0
  }
  .listProducts .boxProduct .cart input {
    display: none
  }
  .listProducts .boxProduct .cart .button {
    font-size: 18px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block
  }
  .listProducts .boxProduct.big .lnk {
    margin: 0 auto;
    display: block;
    width: 220px
  }
  .listProducts .moreInfo .button {
    display: none
  }
  .listProducts .moreInfo .t {
    font-size: 18px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .boxProductSection .gridSpan6 .boxProduct figure {
    max-width: 100%;
    background-size: cover
  }
  .listThumbnails {
    background: 0 0;
    margin: 0;
    padding: 0;
    box-shadow: none
  }
  .boxAddToCart .price span,
  .boxProduct.bigger .productInfo,
  .boxProduct.bigger .productInfo h3 {
    color: inherit
  }
  .listThumbnails img {
    border: 1px solid #cbcbcb
  }
  .boxProductSection .simsale header {
    width: 100%;
    z-index: 1009;
    height: 40px;
    position: relative;
    padding-left: 10px;
    margin-top: 3em;
    margin-bottom: 1em;
    text-align: center
  }
  .boxProductSection .simsale header h2 {
    font-size: 26px!important
  }
}
@media (max-width:767px) {
  .boxTextBanner.almostThere .title {
    line-height: 72px
  }
  .boxBar.loginreg .button.special {
    margin-bottom: 7px!important
  }
  .boxBar.loginreg p.note strong {
    display: none
  }
  .boxBar.loginreg {
    color: inherit;
    background: 0 0!important
  }
  .boxBar.loginreg p.note {
    color: inherit;
    display: flex;
    flex-direction: column
  }
  .boxBar.loginreg p.note .button {
    width: 180px;
    text-align: center;
    margin: 0 auto
  }
  .boxBar.loginreg {
    height: auto
  }
  .boxTextBanner.almostThere {
    width: 100%;
    background: 0 0;
    height: auto
  }
  .boxTextBanner.almostThere .quote {
    left: 0
  }
  .boxTextBanner.almostThere .text {
    max-width: 100%
  }
  .boxTextBanner.almostThere .title {
    margin-top: 10px;
    margin-bottom: 10px
  }
}
@media (max-width:700px) { 
	.layoutHeader .main .cart {
		display: none;
	}

	.layoutHeader .main .inloggen,
	html.loggedin .layoutHeader .main .loggedin {
		left:unset;
		right: 0;
		margin-right: 1em;
	}

}

@media (max-width:600px) {

  hgroup.name h1 img {
    left: 0
  }
  .pagination.centered {
    font-size: 24px
  }
  .boxAddToCart {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center
  }
  .boxAddToCart .cart {
    float: none;
    margin-bottom: 2em;
    margin-top: 2em
  }
  .productInfo p:first-child {
    display: none
  }
  .footerInfo {
    margin-bottom: 4em
  }
  .layoutFooter .butterfly {
    top: -140px
  }
  .footerInfo .layoutCenter p {
    margin-top: 1em;
    line-height: 26px
  }
  .footerInfo .layoutCenter p .div {
    visibility: hidden;
    display: block;
    height: 1px;
    margin: 0;
    padding: 0
  }
  .footerInfo .layoutCenter .phone {
    margin-top: 1em;
    padding-bottom: 2em
  }
  .listThumbnails {
    margin-bottom: 2em
  }
  .boxProduct.bigger .productInfo {
    margin-bottom: 2em;
    padding: 0
  }
  .gridSpan6.inf {
    padding-top: 0
  }
  gridspan6.img .productInfo {
    padding-top: 0
  }
  .prodpg .gridSpan3 > .logo {
    display: block
  }
  .boxProductSection .buyBtns {
    position: fixed;
    top: 4px;
    right: 130px;
    height: auto;
    z-index: 1005
  }
  .boxProductSection .gridSpan6 {
    width: 100%;
    min-width: 100%
  }
  .boxProductSection .gridSpan6 .boxProduct,
  .boxProductSection .gridSpan6 .boxProduct figure {
    max-width: 100%
  }
  .boxProductSection .gridSpan6 .boxProduct figure {
    width: 100%;
    background-size: cover
  }
  .boxProductSection .buyBtns {
    text-align: right;
    line-height: 20px;
    position: fixed;
    top: 5px
  }
  .boxProductSection .buyBtns .button {
    margin-bottom: 5px
  }
  .boxHeader figure.new {
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .layoutHeader .main .cart {
    display: none!important
  }
  .layoutHeader .contact {
    display: none
  }
  .layoutHeader .optionbar,
  .layoutHeader > div > nav {
    display: none
  }
  .prodpg .layoutHeader .main,
  .prodpg .layoutHeader > div {
    height: 70px
  }
  .layoutHeader hgroup.name {
    display: block
  }
  .layoutHeader .name .icoafhaalgroothandel-png {
    left: 0
  }
  .layoutHeader hgroup.name h1 {
    width: 256px;
    position: absolute;
    left: 50%;
    margin-left: -128px
  }

	.layoutHeader .main .inloggen,
	html.loggedin .layoutHeader .main .loggedin,
	.prodpg .layoutHeader hgroup.name h1 {
	    display: none
	  }

  .boxHeader {
    text-align: center;
    background: 0 0!important;
    display: flex;
	  flex-direction: column;
	  align-items: center;
	  gap: 2em;
	  padding: 1em;
  }
  .boxHeader::after {
  	display: none;
  }
  .boxHeader h1 {
    padding: 0;
    margin-top: 10px;
  }
  .boxHeader .bedrijfsVideo,
  .boxHeader .social,
  .boxHeader figure.right {
    display: none!important
  }
}

@media (max-width:450px) {

  .contactpopup .cheader > img {
    width: 100px;
    height: 31px
  }
  .cartcheckoutbtn {
    font-size: 16px;
    margin-top: 0
  }
  .gtotal {
    margin-bottom: 1em
  }
  
  .cpns {
    flex-direction: column
  }
  .boxProductSection .simsale header h2 {
    font-size: 20px!important
  }
  .boxProductSection .buyBtns {
    text-align: left;
    padding-left: 5px;
    left: 0
  }
  .layoutFooter .butterfly {
    top: -210px
  }
}
@media (max-width:400px) {
  .boxAddToCart .cart p {
    font-size: 16px
  }
}
@media (max-width:365px) {
  .boxAddToCart .cart p {
    font-size: 14px
  }
  .boxAddToCart .cart .button {
    font-size: 14px
  }
}
@media (max-width:1024px) and (max-height:500px) {
  .boxSidemenuContainer {
    height: 100vh!important
  }
  .boxSidemenu {
    height: calc(100% - 50px);
  }
  .swipe-up {
    display: none;
  }
}
@media (min-width:1025px) {
  .index-btns > a {
    margin-right: 1em
  }
  .index-btns > a:last-child {
    margin-right: 0
  }
  .nav-toggle,
  .nav-txt {
    display: none!important
  }
  body.td .layoutHeader .main {
    position: fixed;
    width: 100%;
    z-index: 1040;
    top: 0;
    height: 60px;
    background: rgba(255,255,255,.9);
    transition: opacity .55s ease 0s;
    box-shadow: rgba(0,0,0,.176) 0 6px 45px
  }
  body.td .layoutHeader.splash .main {
    position: relative
  }
  body.td .butterfly {
    height: 40px;
    width: auto!important;
    top: 40px!important;
    left: -9px!important
  }
  body.td hgroup > h1 > a {
    width: 172px;
    height: 55px;
    display: block
  }
  body.td hgroup > h1 > a img {
    width: 172px;
    height: 55px;
    top: 0
  }
  body.td .loginblock {
    display: none!important
  }
  body.td .layoutHeader .main .search {
    display: none
  }
  body.td .layoutHeader .main .contact {
    top: 12px;
    left: 200px
  }
  body.de .layoutHeader .main .contact {
    width: 200px
  }
  body.td .layoutHeader .main .cart {
    top: 12px
  }
  body.td .layoutHeader .main .contact .grid {
    display: none
  }
  body.td .layoutHeader .main .contact .icophone-png {
    display: none
  }
  body.td .layoutHeader .main .cart .grid {
    display: none
  }
  body.td .layoutHeader .main .cart .icobasket-png {
    display: none
  }
}


.boxSidemenu > ul > li input[type=checkbox].sub {
  display: none
}
.boxSidemenu > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height .1s ease-out
}
a.subtoggle {
  font-size:120%;
}
.boxSidemenu > ul > li input[type=checkbox].sub:checked ~ ul,
.boxSidemenu > ul > li:hover > ul {
  max-height: 1000px;
  transition: max-height .2s ease-in
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateZ(-100px) rotateX(0) rotateY(0) rotateZ(0);
    transform: translateZ(-100px) rotateX(0) rotateY(0) rotateZ(0)
  }
  16% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0);
    transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0)
  }
  33% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg)
  }
  50% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg)
  }
  66% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
    transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg)
  }
  83% {
    -webkit-transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg);
    transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg)
  }
  100% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translateZ(-100px) rotateX(0) rotateY(0) rotateZ(0);
    transform: translateZ(-100px) rotateX(0) rotateY(0) rotateZ(0)
  }
  16% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0);
    transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0)
  }
  33% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg)
  }
  50% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg)
  }
  66% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
    transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg)
  }
  83% {
    -webkit-transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg);
    transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg)
  }
  100% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg)
  }
}
@-webkit-keyframes spin-duplicate {
  0% {
    -webkit-transform: translateZ(-100px) rotateX(0) rotateY(0) rotateZ(0);
    transform: translateZ(-100px) rotateX(0) rotateY(0) rotateZ(0)
  }
  16% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0);
    transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0)
  }
  33% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg)
  }
  50% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg)
  }
  66% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
    transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg)
  }
  83% {
    -webkit-transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg);
    transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg)
  }
  100% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg)
  }
}
@keyframes spin-duplicate {
  0% {
    -webkit-transform: translateZ(-100px) rotateX(0) rotateY(0) rotateZ(0);
    transform: translateZ(-100px) rotateX(0) rotateY(0) rotateZ(0)
  }
  16% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0);
    transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0)
  }
  33% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg)
  }
  50% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg)
  }
  66% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
    transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg)
  }
  83% {
    -webkit-transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg);
    transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg)
  }
  100% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg)
  }
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: translate3d(-200px,-50px,-400px);
    transform: translate3d(-200px,-50px,-400px)
  }
  12% {
    -webkit-transform: translate3d(0,0,-100px);
    transform: translate3d(0,0,-100px)
  }
  25% {
    -webkit-transform: translate3d(200px,-50px,-400px);
    transform: translate3d(200px,-50px,-400px)
  }
  37% {
    -webkit-transform: translate3d(0,-100px,-800px);
    transform: translate3d(0,-100px,-800px)
  }
  50% {
    -webkit-transform: translate3d(-200px,-50px,-400px);
    transform: translate3d(-200px,-50px,-400px)
  }
  62% {
    -webkit-transform: translate3d(0,0,-100px);
    transform: translate3d(0,0,-100px)
  }
  75% {
    -webkit-transform: translate3d(200px,-50px,-400px);
    transform: translate3d(200px,-50px,-400px)
  }
  87% {
    -webkit-transform: translate3d(0,-100px,-800px);
    transform: translate3d(0,-100px,-800px)
  }
  100% {
    -webkit-transform: translate3d(-200px,-50px,-400px);
    transform: translate3d(-200px,-50px,-400px)
  }
}
@keyframes roll {
  0% {
    -webkit-transform: translate3d(-200px,-50px,-400px);
    transform: translate3d(-200px,-50px,-400px)
  }
  12% {
    -webkit-transform: translate3d(0,0,-100px);
    transform: translate3d(0,0,-100px)
  }
  25% {
    -webkit-transform: translate3d(200px,-50px,-400px);
    transform: translate3d(200px,-50px,-400px)
  }
  37% {
    -webkit-transform: translate3d(0,-100px,-800px);
    transform: translate3d(0,-100px,-800px)
  }
  50% {
    -webkit-transform: translate3d(-200px,-50px,-400px);
    transform: translate3d(-200px,-50px,-400px)
  }
  62% {
    -webkit-transform: translate3d(0,0,-100px);
    transform: translate3d(0,0,-100px)
  }
  75% {
    -webkit-transform: translate3d(200px,-50px,-400px);
    transform: translate3d(200px,-50px,-400px)
  }
  87% {
    -webkit-transform: translate3d(0,-100px,-800px);
    transform: translate3d(0,-100px,-800px)
  }
  100% {
    -webkit-transform: translate3d(-200px,-50px,-400px);
    transform: translate3d(-200px,-50px,-400px)
  }
}

@keyframes connecting {
  from { opacity: 1; }
  30% { opacity: .5; }
  to { opacity: 1; }
}

@keyframes dots {
  0% {
    content: "";
  }
  50% {
    content: ".";
  }
  100% {
    content: "..";
  }
}