/*----------------------------------------- For A/B testing ------------------------------------------*/
.you-will-save-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.you-will-save-wrap .accent {
	color: #4bb528;
}
/*----------------------------------------- For A/B testing ------------------------------------------*/

/*----------------------------------------- Clock counter ------------------------------------------*/
.clock-prod-block {
  color: #39B54A;
  padding: 15px 0 15px 3px;
  display: flex;
  align-items: center;
}
.clock-prod-block img{
  margin-right: 7px;
}
.clock-prod-block span{
  margin-right: 4px;
  font-size: 18px;
}
.bolder-text {
  font-weight: bold;
}
.clock-prod-block.home-page-clock {
  position: absolute;
  width: 100%;
  padding: 15px 0 15px 0px;
  justify-content: center;
}
.clock-prod-block.daydeal-page-clock {
  padding: 25px 0 25px 0px;
  justify-content: center;
}
.clock-prod-block.daydeal-page-clock span {
  font-size: 30px;
}
.clock-hint {
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease-in;
}
/* clock hint */
.clock-hint.is-open {
    height: auto;
    transition: max-height 0.55s ease-out;
    padding: 10px 10px 25px 10px;
    border: 1px solid #dcdcdc;
    margin: 15px 0 15px;
}
.clock-hint.is-open .close-hint-wrapp {
    text-align: right;
}
.clock-hint.is-open .close-hint:hover {
    cursor: pointer;
}
/* end clock hint */
@media (max-width: 425px){
	.clock-prod-block.daydeal-page-clock span {
  	font-size: 18px;
	}
}
/*--------------------------------------- end Clock counter ----------------------------------------*/
/* ------------------------------------------------------------- */
.blue-banner {
  text-align: right;
}
.blue-banner .very-popular {
  height: 100%;
  background-color: #4b90e2;
  border-radius: 5px;
  color: #fff;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
}
.h-m-w-s {
  color: #4b90e2;
}
.fa-exclamation-triangle:before {
    content: "\f071";
    color: #fec00f;
    font-size: 24px;
    margin-right: 10px;
}
.warntext {
    font-family: "Avenir", arial, arial-black, helvetica;
    color: #000;
    font-size: 12px;
    line-height: 1.3;
}

@media (max-width: 1200px) {
.blue-banner {
    text-align: left;
    margin-top: 15px;
  }
}
/* ------------------------------------------------------------- */
.btn-laat {
    font-family: "Avenir", arial, arial-black, helvetica;
    font-weight: bold;
    color: black;
    position: relative;
    padding: 10px 25px 10px 10px;
    background-color: white;
    border: 1px solid #ccc;
    top: -15px;
    border-radius: 5px;
}
.show-images::after, .show-inform::after {
    content: url('https://cdn.webshopapp.com/shops/137680/files/337671981/arrow-down-grand.png');
    position: relative;
    top: 1px;
    left: 15px;
}
.hide-images::after, .hide-inform::after {
    content: url('https://cdn.webshopapp.com/shops/137680/files/337671981/arrow-down-grand.png');
    display: inline-block;
    position: relative;
    top: -2px;
    left: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 0.3s ease;
}
.slider-show::after{
    content:url('https://cdn.webshopapp.com/shops/69283/files/266556875/show-more-arrow-down.png');
		position: relative;
    top: 1px;
    left: 4px;
    transform: scale(.7);
    display: inline-block;
}

/*-------------------------------------------- Carusel ---------------------------------------------*/
.carousel-block .product .imgholder h5{margin-left: -10px;}
.pricep1 {
  	left: 111px;
    top: -29px;
    position: relative;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    background-color: #FFFFFF;
    padding: 12px 10px;
    font-family: "avenir 95 black",arial,arial-black,helvetica;
    font-weight: 500;
    font-size: 16px;
}
.carousel  {
		top: -59px;
    left: -50px;
   	z-index: auto;
    position: relative;
    display: block;
   	max-width: 220px; 
   	margin: 50px auto;
   	width:100%;
   	height: 550px;
}
.carousel-wrapper {
    height: 444px;
    margin: 10px 0px;
    overflow: hidden;
    position: relative;
   
}
.carousel-items {
  	height: 690px;
   	width: 10000px;
   	position: relative;
}
.carousel-block {
  	margin-top:10px;
    width: 85px!important;
}
.carousel-block img{
  	display:block;
}
/*********** BUTTONS ***********/
.carousel-button-left a, .carousel-button-right a {
    width: 35px;
    height: 35px;
    position: relative;
    top: 80px;
    cursor: pointer;
    text-decoration: none;
}
.carousel-button-left a {
    z-index: 1;
    left: 60px;
    top: 10px;
    float: left;
    background: url(https://cdn.webshopapp.com/shops/137680/files/337642937/black-arrow-right.png) no-repeat;
    transform: rotate(-90deg);
}
.carousel-button-right a {
    z-index: 1;
		left: -35px;
    top: -45px;
    float: right;
    background: url(https://cdn.webshopapp.com/shops/137680/files/337642936/black-arrow-left.png) no-repeat;
    transform: rotate(-90deg);
}
.carousel .bx-wrapper .bx-viewport {
	  height: 445px!important;
}
/*********** end BUTTONS ***********/
.shadow{
  	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
/*-------------------------------------------- end Carusel ---------------------------------------------*/

/*------------------------------------------- Image Gallery --------------------------------------------*/
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}
.modal-container {
    background-color: #fefefe;
    margin: auto;
    padding: 30px 15px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
}
.my-modal-content {
  	height: 500px;
}
.modal-container > .close {
    color: #5f5e5e;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: block;
    position: absolute;
    right: 7px;
    top: 0;
  	opacity: 1;
}
.image-list {
    display: flex;
    flex-wrap: wrap;
    width: 20%;
    align-content: flex-start;
    height: 500px;
    overflow-y: auto;
    margin-right: 10px;
}
.image-list .image {
    width: 50%;
    box-sizing: border-box;
    height: 70px;
    background-position: center;
    background-size: cover;
 	 	background-repeat: no-repeat;
}
.image-preview {
  	width: 80%;
}
.image-preview .image {
  	height: 100%;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.image-preview .image,
.carousel-items .image,
.productpage-images-featured .image{
    width: 100%;
    height: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.image-preview .image {
  	height: 100%
}
.productpage-images-featured .image {
  	height: 100%;
}
#img-featured {
  	height: 435px;
}
.image-gallery {
    display: flex;
    height: 100%;
}
.image-gallery .prev, .image-gallery .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
.image-gallery .prev {
  	left: 21%;
  	margin-left: 9px;
}
.image-gallery .next {
  	right: 30px;
  	border-radius: 3px 0 0 3px;
}
.image-gallery .prev:hover, .image-gallery .next:hover {
  	background-color: rgba(0,0,0,0.8);
}
.modal-active, .dot:hover {
  	border: 2px #00ff58 solid;
}
/*---------------------------------------------- fancybox --------------------------------------------*/
@media (max-width:767px){
  .fancybox-thumbs {
      top: auto;
      width: auto;
      bottom: 10px;
      left: 0;
      right : 0;
      height: 80px;
      background: transparent;
  }
  .fancybox-thumbs-x {
    	margin-bottom: 15%!important;
  }
  .fancybox-show-thumbs .fancybox-inner {
      right: 0px!important;
      width: 100%!important;
  }
  .fancybox-content {
    	transform: translate(0px, 0px) scale(1, 1)!important;
  }
  .fancybox-thumbs > ul > li {
      border-color: transparent;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap, 
  .fancybox-container--thumbs .fancybox-controls, 
  .fancybox-container--thumbs .fancybox-slider-wrap {
      right: 0;
      bottom: 90px;
  }
}
/*-------------------------------------------- end fancybox --------------------------------------------*/
/*-------------------------------------------- confirm-product-buying --------------------------------------------*/
.productpage form .addtocartbtn {
  width: 95%; /* <----- */
  height: 60px;
  line-height: 35px;
  background-color: #4bb528;
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  text-shadow: 2px 2px 4px #9C9C9C;
  padding: 0px 10px;
  border-radius: 5px;
  border: 0px;
}
.btn-add-to-cart {
  margin-left: auto;
}
.confirm-product-buying {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px 0; /* <----- */
}
.variant-quantity {
  display: contents;
  justify-content: center;
  align-items: center;
} 
.quantity-selectt {
  display: flex;
  align-items: center;
}
.prod-input-config {
  display: flex;
  flex: 1;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
/*-------------------------------------- left side product details -------------------------------------*/
@media (max-width: 425px){
  .quantity-block {
  	width: 100%!important;
  }
  .product-configure-variants {
    display: flex;
    flex-direction: column;
    align-items: baseline;
	}
  .quantity-configure {
  	margin-right: 15px;
  }
  .product-configure label {
    margin-right: 15px;
	}
}
/*------------------------------------- end left side product details -----------------------------------*/

/*-------------------------------------- right side product details -------------------------------------*/
.newboxppdg .rightside {
  display: flex;
  flex-direction: column;
  text-align: end;
}
.overallbreedte {
  clear:both;
  background-color: #efefef;
/*   background-color:rgba(244,244,244,0.6); */
  margin-top:10px;
  float:right;
  width:100%;
}
.overallbreedte .col1 {
  display: flex;
  justify-content: space-between;
  width:100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.overallbreedte .col2{float:right;width:50%;text-align:right;}
.gratis-bezorging {
  display: flex;
  align-items: center;
  position: relative; 
  left: 15px;
}
.productpageusps {
/*     background-color: rgba(244,244,244,0.6); */
  background-color: #efefef;
  padding: 10px 20px;
  margin-bottom: 15px;
  clear: both;
}
/*------------------------------------- end right side product details -----------------------------------*/
.productpage .titleproduct {
    border-bottom: none;
    margin-bottom: 0px;
  	padding-left: 30px;
    font-size: 12px;
}
.green-text {
    display: flex;
    align-items: center;
    width: 265px;
    color: #4bb528;
  	font-weight: bold;
 }
 .green-text:before {
    content: url(https://static.webshopapp.com/shops/132268/files/153485720/green.png);
    position: relative;
    top: 0px;
    left: 2px;
    margin-right: 10px;
 }
.productpage form input {
    height: 50%;
    line-height: 20px;
    font-size: 14px;
    margin-left: 0px; 
    width: 50px;
    text-align: center;
    margin-top: 2px;
    padding: 10px 20px 10px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: 900;
    font-size: 14px;
  	margin-left: auto;
}
.product-configure select {
    padding: 10px 20px 10px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: 900;
    font-size: 14px;
    background-color: #FFFFFF;
}
.salebig {
		font-family: "avenir 95 black", arial, arial-black, helvetica;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: -1px;
    margin-bottom: 0px;
}
.sale {
    margin-bottom: 10px;
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: 900;
    margin-bottom: 0px;
}

/*------------------------------------------ Start pluspoints ------------------------------------------*/
.hidden-table {
    display: none;
}
.visible-table {
    display: block;
}
.productpageusps .car1:before {
    content: url('//static.webshopapp.com/shops/132268/files/154535855/1.png');
    position: relative;
    top: -3px;
    left: -2px;
}
.productpageusps .car2:before {
    content: url('https://static.webshopapp.com/shops/132268/files/154737275/2.png');
    position: relative;
    top: 5px;
    left: -2px;
}
.productpageusps .car4:before {
    content: url('https://static.webshopapp.com/shops/132268/files/154737299/4.png');
    position: relative;
    top: 5px;
    left: -2px;
}
.productpageusps .productpageusps-text {
    font-size: 18px;
    margin-left: 5px;
}
.productpageusps ul li {
    display: flex;
    line-height: 21px;
    font-size: 14px;
    padding: 1px 0;
}
.productpageusps ul{list-style:none;}
.productpageusps ul li{line-height:21px;}
.productpageusps ul li i{font-size:16px;color:#000;padding-right:8px;}
.productpageusps ul li span{color:#f05b67;}

/*---------------------------------------- Start tab-content -----------------------------------------*/
.tab-content {
  border-top: 1px solid #bbbdc0; 
  overflow: hidden; 
  height: 100%;
}
/*---------------------------------------- End tab-content -----------------------------------------*/

/*---------------------------------------- end Start pluspoints -----------------------------------------*/
.product-title-slides {
	margin-top: 10px;
  margin-bottom: 15px;
  height: 14px;
  overflow: hidden;
  font-size: 14px;
}
.product-title-slides a {
	color: #000;
  font-weight: bold;
}
.quantity-configure {
	position: relative;
  top: 2px;
  float: left;
  margin-top: 5px;
	margin-bottom: 2px;
}
.product-configure label {
  font-weight:bold;
  clear:both;
  float:left;
  margin-bottom: 2px;
}
/*-------------------------------------------- Recently viewed ---------------------------------------------*/
.products .product .imgholder .korting2 {
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    background: #f05b67!important;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 35px;
    margin-left: 155px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    z-index: 1;
}
.products .product .imgholder .korting2 .bedrag {
		text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: -1pt;
    font-weight: bold;
  	top: 0px;
}
/*-------------------------------------------- end Recently viewed ---------------------------------------------*/

.quantity-block-items {
	display: flex; 
  flex-direction: column; 
  align-items: baseline;
}

@media (min-width: 769px) {
/*     .hidden-table {
        display: block !important;
    }
    .visible-table {
        display: none !important;
    } */
}
@media (max-width: 767px){
  .productpage .titleproduct {
      padding-left: 0px;
	}
}
@media (max-width: 425px){
  .productpageusps li:before {
      content: url('https://cdn.webshopapp.com/shops/137680/files/275275567/untitled-8-medium.png')
      position: relative;
      top: 0px;
      left: 0px;
      margin-right: 10px;
  }
}
/* ------------------------------------------ Quick-links ----------------------------------------------------- */
.dis-contents span{
	display: contents;
}
.quick-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quick-links .main-links-list {
  display:flex;
  flex-wrap: wrap;
}
.quick-links ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.popup-for-quick-links li:before {
  content: url(https://cdn.webshopapp.com/shops/137680/files/275058148/black-plus-point-tick-small.png);
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 10px;
}
.quick-links ul li > div {
  display: flex;
  align-items: center;
}
.clickable-bl {
  color: #0c72b8;
}
.returns-r:before {
  content: url(https://cdn.webshopapp.com/shops/69283/files/278202220/grey-icon-1.png);
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 10px;
}
.payments-p:before {
  content: url(https://cdn.webshopapp.com/shops/69283/files/278202250/grey-icon-2.png);
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 10px;
}
.contact-c:before {
  content: url(https://cdn.webshopapp.com/shops/69283/files/278202265/grey-icon-3.png);
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 10px;
}
.clickable-bl:hover {
  cursor: pointer;
}
.popup-for-quick-links {
  position: fixed;
  z-index: 100;
  width: 770px;
  height: 485px;
  left: calc((100vw - 770px)/2);
  top: calc((100vh - 485px)/2);
}
.popup-for-quick-links .inner-bl {
  position: relative;
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.popup-for-quick-links .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup-for-quick-links .close-btn:hover {
  cursor: pointer;
}
.hightlited-item {
  color: #ffac00;
}
.links-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  margin: 10px 0;
  border: 1px solid #dcdcdc;
}
.image-holder {
  margin-right: 20px;
  width: 25px;
  height: 35px;
  display: flex;
  align-items: center;
}
.image-holder img {
  max-width: 100%;
  max-height: 100%;
}
.text-holder .link-title {
  color: #0c72b8;
  margin-bottom: 5px;
}
.payments-var {
  margin-top: 20px;
}
.line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
}
.line div {
  display: flex;
  align-items: center;
}
.line .variant {
  width: 45%;
  justify-content: space-between;
}
.line .variant .p-icon {
  margin-right: 20px;
  width: 60px;
}
.line .variant .how-much {
  color: #39b54a;
  font-weight: bold;
}
.p-icon img {
  max-width: 60px;
  max-height: 30px;
}
@media (max-width: 1024px) {
  .quick-links .main-links-list {flex-direction: column;}
  .full-mobile-width {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  }
  .quantity-block {
  	width: 100%!important;
  }
  .product-configure-variants {
    display: flex;
    flex-direction: column;
    align-items: baseline;
	}
  .quantity-configure {
  	margin-right: 15px;
  }
  .product-configure label {
    margin-right: 15px;
	}
}
/* .width-50-p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width:50%;
} */

@media (max-width: 768px) {
  .full-mobile-width {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
 }
  .quantity-block {
  width: 100%!important;
  }
  .product-configure-variants {
    display: flex;
    flex-direction: column;
    align-items: baseline;
	}
  .quantity-configure {
  	margin-right: 15px;
  }
  .product-configure label {
    margin-right: 15px;
	}
  a:active, .headertekstmobile {
    color: #f05b67;
    text-decoration: none;
  }
  a, .collapsed .headertekstmobile {
    color: #000;
    text-decoration: none;
  }
  .fa-minus {
    color: #000;
  }
}
@media (max-width: 425px){
  .right-arrow {margin-left: 0px;}
  .popup-for-quick-links {width: 90%;}
  .popup-for-quick-links .inner-bl {padding: 15px; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0,0,0,0.5);}
  .line {flex-direction: column; padding: 0;}
  .line .variant {width: 100%; padding: 5px 0;}
  .links-block {padding: 10px; margin: 5px 0;}
  .image-holder {margin-right: 15px; width: 35px; height: 35px;}
  .popup-for-quick-links {width: 90%; height: 90%; left: calc((100vw - 90%)/2); top: calc((100vh - 90%)/2);}
}
/* ---------------------------------------- end Quick-links --------------------------------------------------- */

/*-------------------- Mobile Close Button-------------------------------*/
@media (max-width: 768px) and (min-width: 320px) {
  .close-btn { 
    font-size: 24px;
  }
}
/*-------------------- Mobile Close Button-------------------------------*/
.plus-point-tab:hover {
  color: #f05b67!important;
}

.product-page-icons {
  padding-bottom: 20px;
}
.productpageusps-icons {
  display: flex;
}
  .product-mob-icons {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.dialog-cart-window {
  position: fixed;
  z-index: 100;
  display: flex;
}
.dialog-product-variant {
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.inner-bl-variant {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  padding: 40px;
}
@media (min-width: 1200px) {
  .inner-bl-variant {
    width: 50%;
    left: 50%;
  }
  .variant-tab {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .dialog-cart-window {
    padding: 0 25px 0 25px;
    top: calc((100vh - 300px) / 2);
  }
  .dialog-product-variant {
    padding: 0 25px 0 25px;
    top: calc((100vh - 300px) / 2);
  }
}
/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  ----------------------------------------- Fix position of selector of options( only several products ) --------------------------------------  */
.product-configure-options-option {
  display: inline-grid;
}
/*  ----------------------------------------- Fix position of selector of options( only several products ) --------------------------------------  */